@charset "utf-8";
/* CSS Document */

#audio {
	height: 50px;
	left: 405px;
	position: absolute;
	top: 10px;
	width: 60px;
	z-index: 40;
}

body {
	background: #682C28 url(/assets/images/bg.png) top repeat-x;
}

.clear {
	clear: both;
	height: 1px;
}

#colMain {
	float: left;
	padding-right: 30px;
	width: 600px;
}

#innerCol1 {
	width: 340px;
	padding-right: 50px;
	float: left;
}

#innerCol2 {
	width: 205px;
	float: left;
}

#colRight {
	float: left;
	padding-top: 40px;
	width: 210px;
}

.colRightPad {
	padding: 0 20px;
}

#csg {
	height: 24px;
	left: 148px;
	position: absolute;
	top: 27px;
	width: 207px;
}

#phoneNo {
	height: 38px;
	left: 506px;
	position: absolute;
	top: 13px;
	width: 141px;
}

#newsTicker {
	position: absolute;
	top: 270px;
	left: 35px;
/*	height: 16px;
	overflow: hidden;
*/}

#end {
	background: url(/assets/images/endBg.png) top no-repeat;
	padding: 10px 35px;
	margin: 0 auto;
	width: 840px;
}

#footer {
	background: url(/assets/images/footerBg.png);
	padding: 15px 35px;
	margin: 0 auto;
	width: 840px;
}

#footerCol1 {
	float: left;
	padding-right: 30px;
	width: 600px;
}

#footerCol2 {
	float: left;
	padding-top: 46px;
	text-align: center;
	width: 210px;
}

#footerContainer {
	background-color: #733C34;
	width: 100%;
}

#logo {
	height: 93px;
	left: 43px;
	position: absolute;
	top: 8px;
	width: 91px;
	z-index: 20;
}

#navigation {
	background: url(/assets/images/navBg.png) top no-repeat;
	height: 306px;
	left: 655px;
	padding: 0 10px;
	position: absolute;
	top: 0px;
	width: 210px;
	z-index: 30;
}

#page {
	background: url(/assets/images/headerBg.png) top no-repeat;
	padding: 280px 35px 25px 35px;
	width: 840px;
}

#pageContainer {
	background: url(/assets/images/pageBg.png);
	margin: 0 auto;
	position: relative;
	width: 910px;
}

.serviceButton, .serviceButtonEnd {
	float: left;
	padding: 10px 0 5px 0;
	width: 190px;
}

.serviceButton {
	margin-right: 15px;
}

#suppliers-details {
	padding: 15px 0 0 30px;
}

#visual {
	height: 186px;
	left: 35px;
	position: absolute;
	top: 73px;
	width: 630px;
	z-index: 10;
}

#visID {	
	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 */