@import url('reset.css');
@import url('typography.css');
@import url('forms.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 1em Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #ccc;
	text-align: center;
}

html>body #outer {height:auto}

#main-col{
	width: 852px;
	margin: 0 auto;
	text-align: left;
	
	font-size: 12px;
	color: #000;
	border-right: 5px solid #ccc;
	background: url(../images/leftcol-bg.gif) left repeat-y #fff;
	

}

/****************Left Col*************************/
#leftcol {
	width: 255px;
	float: left;

}
#logo {
	background: url(../images/logo.gif) right;
	width: 255px;
	height: 84px;

}
#logo a {
	width: 255px;
	height: 84px;
	display: block;
	text-indent: -999em;	
}

#service {
	background: url(../images/service.gif) right;
	width: 255px;
	height: 63px;
}
#service a {
	width: 255px;
	height: 63px;
	display: block;
	text-indent: -999em;
}
#contact {
	background: url(../images/contact.gif) right;
	width: 255px;
	height: 66px;

}
#contact a {
	width: 255px;
	height: 66px;
	display: block;
	text-indent: -999em;
}
#safe {
	background: url(../images/save.gif) right;
	width: 255px;
	height: 76px;	
}
#safe a {
	width: 255px;
	height: 76px;
	display: block;
	text-indent: -999em;
}
#nav {
	width: 200px;
	margin: 10px 0 0 20px;
}
/**************Right Col********************/
#rightcol {
	width:597px;
	float: right;
	
	
}
#content {
	clear: both;
	background: url(../images/content-bg.gif) repeat-x top #FAFBFD;
	min-height: 450px;
	height: auto !important;
	height/**/: 450px;
}
#content p {
	padding: 10px 20px 10px 20px;
}

#header {
	background: url(../images/header.jpg);
	width: 597px;
	height: 274px;
	text-indent:-9999px;
}
#header a {
	display: block;	
	width: 597px;
	height: 274px;
}




#what-we-do, #why-us  {
	width: 280px;
	float: left;
}




/***************Footer******************/
#footer {
	height: 79px;
	background: #666;
	font-size: 9px;
	color: #fff;
	text-align: center;
	clear: both;
	margin: 0 0 0 4px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #80AD2E;
}
/****************************************/

ul.manufacturers {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.manufacturers li {
	float: left;
	width: 45%;
	height: 100px;
}
ul.manufacturers li a {
	display: block;
	text-decoration: none;
}
.cleaner {
	clear: both;
	height: 0;
}



