
/* CSS Document */

body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*header*/

.thrColFixHdr #header {
	background: url(../images/top_h.gif) repeat-x left top;
	height: 50px;
	width:900px;
} 

.thrColFixHdr #header_main {
	background: #ffffff;  
	height: 100px;
	width:900px;
	clear: both;
	float: left
}


/*search bar*/


#searpro {
	position: relative;
	height: 30px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	left: 670px;
	top: 0px;
	z-index: 2;
	color: #666666;

}

input.searchtxt {
	width: 90px;
	height:15px;
	margin-top:25px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}

.go{

	height:23px;
	width:30px;
	padding-left:5px;


}

/*end search bar*/

.thrColFixHdr #state {
	height:15px;
	width:300px;
	position: relative;
	left: 310px;
	top: 18px;
	color: #666666;
	font-size: 10px;
}


.thrColFixHdr #header_img1{
	height: 44px;
	width:368px;
	float: left;
	padding-top: 62px;
	padding-left: 32px;
	background-image: url(../images/images/head_01.jpg);
	color: #ffffff;
	line-height: 16px;
	background-repeat: no-repeat;
}

.thrColFixHdr #header_img2{
	height: 100px;
	width:500px;
	float: left;
	background-image: url(../images/images/head_02.jpg);
	background-repeat: no-repeat;
}

 

.thrColFixHdr #nav_hol {
	background: #ebebeb;
	height: 46px;
	width:900px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px;
} 


/*side bar 1*/

.thrColFixHdr #sidebarl {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; 
}


.thrColFixHdr #sidebar1content {
	float: left;
	width: 200px;
	padding-bottom:60px;


}

.thrColFixHdr .sb_backl {
	background-image: url(../images/bloc_b1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 190px;
	margin: 0px;
	float: left;
	padding-top: 17px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}


.newreg_hol{
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 50px;
	
}

.left_hol{
	float: left;
	height: 150px;
	width: 150px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 50px;
	
}



/*cente content*/

.thrColFixHdr #centre {
	background-color: #ebebeb;
	padding: 5px;
	margin:5px;
	float: left;
	width: 505px;
	height: auto;
} 

.thrColFixHdr #upperc {
	margin-bottom: 10px;
	text-align: justify;
	position: relative;
	height:auto;
} 






/*side bar 2*/

.thrColFixHdr #sidebarr {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; 
}

.thrColFixHdr .sb_backr {
	background-image: url(../images/bloc_b1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 165px;
	margin: 0px;
	float: left;
	padding-top: 17px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.thrColFixHdr #sidebar2promo {
	float: right;
	width: 160px;
	height: 200px;
	margin-right:7.5px;
	margin-top:7.5px;
	margin-bottom:7.5px;

}

.thrColFixHdr #sidebar2feat1 {
	float: right;
	width: 150px;
	height: 150px;
	margin-right:12.5px;
	margin-top:15px;
	margin-bottom:7.5px;
	background: #EBEBEB; 
}

.thrColFixHdr #sidebar2feat2 {
	float: right;
	width: 150px;
	height: 150px;
	margin-right:12.5px;
	margin-top:15px;
	margin-bottom:7.5px;
	background: #EBEBEB; 
}



/*footer*/


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/bot_f.gif) repeat-x left top;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footernav {
	padding: 4px 10px 4px 20px;
	color: #666666;
	clear:right;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* featured random image styling*/

.specialImageClass {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


/*email subscription*/

#emailsub{
	background-image: url(../images/sub.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 180px;
	text-align: center;
	padding-top: 10px;
}





/*contact form*/


form.wrapp {
	position: relative;
	height: 360px;
}

.posit {
	font: 11px Arial, Helvetica, sans-serif;
	
	float: right;
	clear: both;
	margin-right: 180px;
	width:260px;
	text-align: right;
	padding-top: 10px;
}

.enqposit {
	float: right;
	clear: both;
	margin-right: 200px;
	width:220px;
	text-align: right;
	padding-top: 10px;
	padding-bottom:20px;
}


input.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 125px;
	margin-left: 5px;
}

select.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 130px;
	margin-left: 5px;

}

textarea.enquiry {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;



}

/*New Products*/

.newprodbk {
	
	height: 80px;
	margin-bottom:10px;

}


/*News Page*/

hr {
	margin-top: 10px;	
}

ul.category {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style-image: none;

}


li.category {
	list-style-type: none;
	display: inline;
	margin-left:30px;
}

#newflash1 {
	height:45px;
	width:60px;
	background-image:url(../images/nw1.png);
	background-repeat:no-repeat;
	padding-top:205px;
	padding-left:143px;
	float:left;
	margin-left:35px;
	


}

#newflash2 {
	height:45px;
	width:60px;
	background-image:url(../images/nw2.png);
	background-repeat:no-repeat;
	padding-top:205px;
	padding-left:143px;
	float:left;
	margin-left:35px;


}


/*product enquiry*/

.detailenq {
	padding-top:8px; 
	float:right; 
	clear:both;


}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:5px;
	padding:2px;
	
}

/* dealer forms */

.msg {
padding: 5px;
width: 600px;
margin: 2px;
color: #c00;
border: 1px solid #c00;
background-color: #FEF1ED;
font: bold 13px  verdana;
}
