@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	text-align: center;
}

#container {
	margin: auto;
	padding: 0;
	width: 950px;
	border: 0;
}
#banner {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 143px;
	border: 0;
}

/*-------- Home Page ------- */
#main-home {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 582px;
	border: 0;
	background-color: #FFFFFF;
}
#home-middle {
	margin: 0;
	padding: 0;
	width: 476px;
	height: 408px;
	background-image: url(images/home-mid-02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
#home-text-container {
	margin: 0;
	padding: 42px 55px 0 62px;
	width: 359px;
	height: 238px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #323232;
	background-image: url(images/home-mid-01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#main-home-right {
	margin: 0;
	padding:0;
	width: 237px;
	height: 408px;
	float: left;
}
#main-home-btm {
	margin: 0;
	padding: 0;
	width: 950px;
	float: left;
}

/* ------ end Home Page ----- */


/*------ navigation ---------*/

#nav-container {
	margin: 0;
	padding: 0;
	border: 0;	
	width: 237px;	
	height: 408px;
	background-image: url(images/home-nav.jpg);
	background-repeat: no-repeat;
	float: left;
}
#nav-list {
	padding-top: 48px;
	width: 236px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#nav-list ul {
	list-style: none;
}
#nav-list li {
	padding-top: 5px;
}
#nav-list li a:link, #nav-list li a:visited, #nav-list li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-list li a:hover {
	color: #00A8BC;
	text-decoration: none;
}
.over {
	color: #00A8BC;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}
.subnav-over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A8BC;
	text-decoration: none;
}

/*---- end navigation -----*/

/*--- Form --------*/
#form-msds {
	margin: 0;
	padding: 20px 10px 10px 20px;
	width: 500px;
	text-align: left;
	float: left;
}


/*----- End Form ----------*/


#footer {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A8CB;
	width: 950px;
	height: 42px;
	border-top: 1px #00A8CB solid;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-y;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	text-decoration: none;
	padding-right: 10px;
}
#footer li a:link, #footer a:visited, .footer a:active {
	text-decoration: none;
	color: #00A8BC;
}
#footer li a:hover {
	text-decoration: underline;
	color: #00A8BC;
}


.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #323232;
}
.main-text a:link, .main-text a:visited, .main-text a:active {
	text-decoration: underline;
	color: #323232;
}
.main-text a:hover {
	text-decoration: none;
	color: #323232;
}
.home-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #323232;
}
.page-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #323232;
}
.fourteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #323232;
}
.products-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #323232;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

/*   Clear Floats   */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}