@charset "utf-8";
/* CSS Document */

body {
	background: #DFD8C6;
}

#call {
	background: url(/assets/images/call.png);
	height: 16px;
	right: 5px;
	position: absolute;
	top: 58px;
	width: 331px;
}

#container {
	background: #ECE4D2 url(/assets/images/bg.png) top center repeat-x;
	padding-bottom: 20px;
	width: 100%;
}

#colMain {
	background: url(/assets/images/panelBg.png);
	width: 645px;
	float: left;
}

#colMain.home {
	background-image: url(/assets/images/panelBgHome.png);
}

#colMainInner {
	background: url(/assets/images/panelBgTop.png) top no-repeat;
	min-height: 370px;
	padding: 20px 30px 10px 30px;
	position: relative;
	width: 585px;
}

#colMainInner.home {
	background-image: url(/assets/images/panelBgTopHome.png);
}

/*#colRight {
	height: 240px;
	position: absolute;
	left: 640px;
	top: 363px;
	width: 205px;
}*/

#colRight {
	height: 240px;
	float: left;
	width: 205px;
}

#colRight.high, #colRight2.high {
	top: 143px;
}

#footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 850px;
}

#footerCol1 {
	float: left;
	width: 560px;
}

#footerCol2 {
	float: right;
	text-align: right;
	width: 280px;
}

#innerCol1 {
	width: 340px;
	padding-right: 40px;
	float: left;
}

#innerCol2 {
	width: 205px;
	float: left;
}

#logo {
	height:90px;
	left: 0px;
	position: absolute;
	top: 5px;
	width: 255px;
}

#navigation {
	height: 35px;
	left: 5px;
	position: absolute;
	top: 95px;
	width: 840px;
}

#navTop {
	height: 13px;
	right: 5px;
	position: absolute;
	top: 27px;
	width: 301px;
}

#pageContainer {
	margin: 0 auto;
	padding-top: 360px;
	position: relative;
	width: 850px;
}

#pageContainer2 {
	margin: 0 auto;
	padding-top: 140px;
	position: relative;
	width: 850px;
}

#panelEnd {
	background: url(/assets/images/panelEnd.png) top no-repeat;
	height: 12px;
	overflow: hidden;
	width: 645px;
}

#panelTop {
	background: url(/assets/images/panelTop.png) top no-repeat;
	height: 12px;
	overflow: hidden;
	width: 645px;
}

#visual {
	height: 220px;
	left: 0px;
	position: absolute;
	top: 130px;
	width: 850px;
}

/* -------------------------------------------- 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 */