@charset "UTF-8";
/* SKILLS FOR CARE LAYOUT CSS */

/* Reset default browser styling */

* {
	padding: 0;
	margin: 0;
}

#logo img {
	border: 0;
}

ul, li {
	list-style: none;
}

body {
	background: #1D366E url(/assets/images/bg.jpg) top no-repeat;
	color: #555;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

/* End Reset default browser styling */

#colLeft {
	float: left;
	padding-right: 20px;
	width: 192px;
}

#colMain {
	float: left;
	width: 748px;
}

#colRight {
	float: left;
	padding-left: 20px;
	width: 192px;
}

#contactSide {
	height: 75px;
	position: relative;
	width: 192px;
}

#contactSide .contact a {
	left: -5px;
	position: absolute;
	top: 15px;
}


#contactTop {
	height: 60px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 202px;
}

#container {	
	padding-bottom: 20px;
	width: 100%;
}

#content {
	background: #fff url(/assets/images/contentBg.png) bottom left no-repeat;
	padding: 5px 20px;
}

#contentBottom {
	background: url(/assets/images/contentBottom.png) center no-repeat;
	height: 14px;
	overflow: hidden;
}

#contentTop {
	background: url(/assets/images/contentTop.png) center no-repeat;
	height: 14px;
	overflow: hidden;
}

#footer {
	background: url(/assets/images/footerBg.png) center no-repeat;
	height: 16px;
	margin: 0 auto;
	padding: 7px 20px;
	width: 920px;
}

#logo {
	height: 107px;
	left: 5px;
	position: absolute;
	top: 15px;
	width: 114px;
}

#printLogo {
display:none;
}
#mainContent {
	padding-left: 5px;
}

#navProd {	
	height: 75px;
	left: 0;
	position: absolute;
	top: 135px;
	width: 970px;
}

#navTop {	
	height: 40px;
	left: 197px;
	position: absolute;
	top: 85px;
	width: 581px;
	z-index: 30;
}

#pageHome, #pageOther {
	margin: 0 auto;
	padding: 390px 0 20px 0;
	position: relative;
	width: 970px;
}

#pageOther {
	padding-top: 340px;
}

#searchBox {
	background: url(/assets/images/searchBg.png) top left no-repeat;
	height: 28px;
	left: 773px;
	padding: 12px 0 0 23px;
	position: absolute;
	top: 85px;
	width: 143px;
	z-index: 40;
}

.searchButton {
	left: 939px;
	position: absolute;
	top: 85px;
}

#sidePanel {
	background: url(/assets/images/sideBg.png);
}

#colRight #sidePanel {
	padding: 1px 14px;
}

#sidePanelBottom {
	background: url(/assets/images/sideBottom.png) center no-repeat;
	height: 14px;
	overflow: hidden;
}

#sidePanelTop {
	background: url(/assets/images/sideTop.png) center no-repeat;
	height: 14px;
	overflow: hidden;
}

#strap {
	height: 52px;
	left: 197px;
	position: absolute;
	top: 15px;
	width: 506px;
}

#visHolder {
	left: 0;
	padding-left: 5px;
	position: absolute;
	top: 210px;
	width: 970px;
	z-index: 10;
}

#visLarge {
	background: url(/assets/images/visLargeBg.png) no-repeat;
	height: 165px;
	left: 0;
	position: absolute;
	top: 210px;
	width: 970px;
	z-index: 20;
}

#visSmall {
	background: url(/assets/images/visSmallBg.png) no-repeat;
	height: 115px;
	left: 0;
	position: absolute;
	top: 210px;
	width: 970px;
	z-index: 20;
}

#visHolderHome {
                left: 0;
                position: absolute;
                top: 210px;
                width: 970px;
                height: 165px;
                z-index: 10;
}



/* -------------------------------------------- CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
