/* default type selectors
 * ------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
body#index {
	background:url("../images/front-bg-wrap.jpg") top repeat-x;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#315372;
	padding:0;
	margin:0;
}
body {
	background:url("../images/bg-wrap.jpg") top repeat-x;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#315372;
	padding:0;
	margin:0;
}
p {
	line-height: 18px;
	color:#325374;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	color: #315372;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
a:link, a:visited {
	color: #2C6DA4;
	text-decoration: none;
}
a:hover, a:active {
	color: #e26801;
	text-decoration: none;
}
a {
	outline: none
}
a img, :link img, :visited img, fieldset {
	border: none
}
input, textarea {
	margin: 0;
	padding:0;
}
ul {
	list-style-type: none
}
ul#index-clients {
	margin:20px 0 0 0;
}
ul#index-clients li {
	display:block;
	width:300px;
	float:left;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 1.7em
}
h2 {
	font-size: 1.8em;
	color: #C60;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
h4, h5, h6 {
	font-size: 1.1em
}
h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 8px
}
.more {
	background:url("../images/more-btn.jpg") no-repeat;
	display:block;
	height:33px;
	width:72px;
	text-indent:-9999px;
}
/* ----- classes ----- */

div.clear {
	clear:both;
	height:0.01em;
	width: 100%;
}
img.img-left {
	float:left;
	margin:5px 10px 10px 0;
}
img.img-right {
	float:right;
	margin:5px 0 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:260px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#EBEBEB !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4D5467;
	color:#4D5467;
	width:455px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
	width: 100%;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
	background-color: #4D5467 !important;
	color: #FFF;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/btn-submit.jpg);
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg.jpg") top center no-repeat;
	width:100%;
}
#inner-wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
	display: block;
}
#masthead {
	width:345px;
	float:left;
	position:relative
}
/* home link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:345px;
	top:0px;
	height:67px;
}
#masthead a span {
	display:none;
}
/* logo
 * ------------------------------------------------------------------------- */
 
#logo {
	background:#EEE;
	height:0px;
	padding-top:67px;
	display:block;
	position:relative;
	width:345px;
	float:left;
}
#logo a {
	height:0px;
	padding-top:-67px;
	position:absolute;
	margin-left:0px;
	width:345px;
	padding-top:-67px;
}
a span {
	display:none;
}
a#krosavetz-logo {
	background: url(../images/logo.jpg) left no-repeat;
	height:67px;
	width:490px;
	display:block;
	float:left;
}
/** <front> page styls **/

#column-left-front {
	width:460px;
	float:left;
	padding:30px 20px 0 0;
	background:url("../images/icon-business-solution.jpg") no-repeat;
}
#column-left-front h2 {
	padding:0 0 30px 100px
}
#column-right-front {
	width:460px;
	float:left;
	padding:30px 0 0 20px;
	background:url("../images/icon-consumer-service.jpg") no-repeat;
	background-position:20px 0
}
#column-right-front h2 {
	padding:0 0 30px 60px
}
/* ----- column-left ----- */

#column-left {
	width:630px;
	float:left;
	background:url("../images/bg-column-left.gif") no-repeat;
}
#column-left .content {
	padding: 20px 20px 0 40px;
}
.content h2#business {
	background:url("../images/icon-briefcase.gif") no-repeat;
	padding: 20px 0 20px 70px
}
.content h2#services {
	background:url("../images/icon-chair.gif") no-repeat;
	padding: 20px 0 20px 70px
}
#column-left .content h4 {
	display:block;
	padding:10px;
	text-align: center;
	background-color: #133D73;
	color: #FFF;
}
#column-left .content h4 a:link, #column-left .content h4 a:visited {
	color: #FFF;
	text-decoration: underline;
}
#column-left .content h4 a:hover, #column-left .content h4 a:active {
	color: #FFF;
	text-decoration: none;
}
/* ----- column-right ----- */

#column-right {
	width:330px;
	float:left;
	background:url("../images/bg-column-right.gif") no-repeat;
}
#column-right .content {
	padding: 0 40px 0 20px;
}
#column-right .content-news {
	margin:10px 0 0 0;
}
#column-right .content-news h3 {
	font-size:1.2em;
	margin:0;
}
#column-left ul, #column-right ul {
	margin-bottom:20px
}
#column-left ul li, #column-right ul li {
	padding:10px 0;
	border-bottom:1px dashed #a9a9a9;
}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:20px;
	clear:both;
	overflow:hidden;
}
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	margin:183px 0 0 0;
	height:276px;
	background: url(../images/banner-front.jpg) no-repeat;
	padding: 0;
}
#header-graphic h1 {
	text-align:left;
	text-indent:-9999px;
	height:0.1em;
}
#header-graphic-img {
	width:690px;
	height:276px;
	float:left;
}
#header-graphic-img-container {
	margin:18px 0 0 20px;
}
.header-graphic-nav {
	width:250px;
	float:left;
	padding: 30px 10px 20px 10px;
}
.header-graphic-nav h2 {
	margin:0;
	padding:0
}
.header-graphic-nav p {
	margin-bottom:30px;
}
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
}
body#face #subhead {
	background:url("../images/subhead-face.jpg");
}
body#breast #subhead {
	background:url("../images/subhead-breast.jpg");
}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#bfbfbf url("../images/footer-wrap.jpg") repeat-x;
}
#footer-wrap {
	width:960px;
	margin:0 auto;
	background:url("../images/awards-bg.jpg") no-repeat;
	padding:90px 0 20px 0
}
m #footer a:link, #footer a:visited {
	color:#2C6DA4;
}
#footer a:hover, #footer a:active {
	color:#00aae7;
}
#footer ul {
	margin-top:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2C6DA4;
}
#footer li.first {
	border: none;
	padding: 0 2px 0 0;
}
/* nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url(../images/nav.jpg) no-repeat;
	width:469px;
	height:67px;
	margin:0;
	padding:0;
	float: left;
	display: block;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:67px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav li.special{ display:none;}
#nav-01 {
	width: 72px;
	margin-left: 0px;
} /*145*/
#nav-02 {
	width: 66px;
}
#nav-03 {
	width: 84px;
}
#nav-04 {
	width: 156px;
}
#nav-05 {
	width: 90px;
}
#nav-01 a:hover {
	background:url(../images/nav.jpg) -0px -67px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -72px -67px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -138px -67px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -222px -67px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -378px -67px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#333;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}
#nav li ul li {
	height:25px; /* Height of each drop down nav item */
	border:1px solid #142433;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:25px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav-03 ul a:hover {
	background-image:none;
	background-color:#142433;
	color:#FFFFFF;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li {
	width:180px;
}
/** FeatuRed **/

.featured {
	background:url("../images/icon-featured-portfolio.gif") no-repeat;
	height:220px;
	margin-bottom:85px;
	display: block;
}
.featured h3 {
	font-size:1.2em;
}
.featured a:link, .featured a:visited {
	color: #c9dbef;
	text-decoration: none;
}
.featured a:hover, .featured a:active {
	color: #c9dbef;
	text-decoration: none;
}
.featured p {
	color: #FFF;
}
.featured h2 {
	color:#fff;
	padding: 30px 0 20px 80px;
	font-size:1.8em;
}
.featured-item {
	width:215px;
	border-bottom:1px solid #c9dbef;
	float:left;
	color:#fff;
	padding-top:4px;
	margin: -1px 15px 5px 0;
}
.featured-item h3 {
	margin:0;
	padding:0;
}
.featured-item h3, .featured-item p {
	color:#fff;
}
.header {
	background: url("../images/inside-top.gif") no-repeat;
	height:85px;
	width: 960px;
	padding:35px 0 0 0;
}
.header h1 {
	color:#fff;
	font:2.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 120px;
	display: block;
	height: 35px;
	width: 650px;
	float: left;
}
a#free-quote {
	background: url(../images/button-free-quote.jpg);
	height:35px;
	width:144px;
	display:block;
	float:left;
}
.pics {
	height:  232px;
	width:   232px;
	padding: 0;
	margin:  0;
}
.pics img {
	padding: 15px;
	border:  1px solid #ccc;
	background-color: #eee;
	width:  200px;
	height: 200px;
	top:  0;
	left: 0
}
.special {
	display:none;
}

