body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	background: #ffffff url(../images/body.gif) repeat-x;
}

/* text elements */

h1, h2, h3, h4, h5, h6{color: #336699;}
h1{font-size: 1.7em; font-weight: 100; margin: 0 0 10px 0;}
h2{font-size: 1.3em; margin: 0 0 10px 0;}
h3{font-size: 1.2em; margin: 0 0 10px 0;}
h4{font-size: 1.1em;}
h5{font-size: 1.0em;}
h6{font-size: 1.0em;}

p{margin: 0 0 20px 0; line-height: 1.8em;}
a{color: #336699; font-weight: 800;}
a:hover{color: #000000;}


/* wrapper */
#wrapper{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#container{
	width: 990px;
	float: left;
	background: url(../images/containerTop.png) no-repeat;
	min-height: 250px;
}

/* header */
#header{
	width: 960px;
	height: 100px;
	float: left;
	margin: 0 0 0 15px;
	display: inline;
}

#header img{
	float: left;
	margin: 0 0 0 0;
}

#header ul{
	width: 600px;
	height: 56px;
	margin: 44px 20px 0 0;
	float: right;

}

#header ul li{
	height: 56px;
	float: left;
	position: relative;
}

#header ul li a{
	height: 56px;
	display: block;
	outline: none;
	text-indent: -9999em;
	background: url(../images/menu.gif) no-repeat;
}

#header ul li.product a{ width: 124px; background-position: 0 0; }
#header ul li.process a{ width: 121px; background-position: -124px 0;}
#header ul li.quality a{ width: 112px; background-position: -245px 0;}
#header ul li.samples a{ width: 123px; background-position: -357px 0;}
#header ul li.contact a{ width: 120px; background-position: -480px 0;}

#header ul li.product a:hover{ width: 124px; background-position: 0 -56px; }
#header ul li.process a:hover{ width: 121px; background-position: -124px -56px;}
#header ul li.quality a:hover{ width: 112px; background-position: -245px -56px;}
#header ul li.samples a:hover{ width: 123px; background-position: -357px -56px;}
#header ul li.contact a:hover{ width: 120px; background-position: -480px -56px;}

#header ul li.product a:active, #header ul li.product a#on { width: 124px; background-position: 0 -112px; }
#header ul li.process a:active, #header ul li.process a#on{ width: 121px; background-position: -124px -112px;}
#header ul li.quality a:active, #header ul li.quality a#on{ width: 112px; background-position: -245px -112px;}
#header ul li.samples a:active, #header ul li.samples a#on{ width: 123px; background-position: -357px -112px;}
#header ul li.contact a:active, #header ul li.contact a#on{ width: 120px; background-position: -480px -112px;}

#header ul li ul{
	width: 170px;
	height: auto;
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	background: #333333;
}

#header ul li ul li{
	width: 170px;
	height: auto;
}

#header ul li.product ul a, #header ul li.process ul a{
	width: 138px;
	height: auto;
	padding: 6px 15px;
	text-indent: 0;
	font-weight: 100;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	background: #333333;
}

#header ul li.product ul a:hover, #header ul li.process ul a:hover{
	width: 138px;
	background: #666666;
}

/* banner */
#banner{
	width: 990px;
	height: 260px;
	float: left;
}

#banner ul#rotator{
	width: 655px;
	float: left;
	position: relative;
}

#banner ul#rotator li{
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#banner #specialties{
	width: 285px;
	height: 210px;
	padding: 25px 25px;
	float: right;
	background: url(../images/specialties.gif) no-repeat;
}

#banner #specialties ul{
	width: 285px;
	float: left;
	margin: 20px 0 0 0;
}

#banner #specialties ul li{
	width: 127px;
	float: left;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
	background: url(../images/icons/bullet_blue.gif) no-repeat 0 50%;
}

/* content */
#content{
	width: 620px;
	float: left;
	margin: 20px 0 0 35px;
	display: inline;
}

#content h1{
	padding: 0 0 15px 0;
	background: url(../images/dottedLine.gif) repeat-x 0 100%;
}

#content h2{
	color: #000000;
}

#content h3{
	color: #666666;
}

#content ol{
	list-style: decimal;
	margin: 0 0 20px 30px;
	line-height: 1.6em;
}

#content ol li{
	margin: 0 0 10px 0;
}

#content .image{
	border: 3px solid #333333;
}

#content .imageright{
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #333333;
}

#content .imageleft{
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #333333;
}

/* asides */
#asides{
	width: 260px;
	float: right;
	margin: 20px 35px 0 0;
	display: inline;
}

#asides h2{
	font-size: 1.2em;
	color: #333333;
}

#asides ul{
	margin: 10px 0 20px 0;
}

#asides ul li{
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: url(../images/icons/bullet_blue.gif) no-repeat 0 50%;
}

/* footer */
#footer{
	width: 960px;
	float: left;
	margin: 30px 0 0 15px;
	padding: 0 0 50px 0;
	clear: both;
	background: url(../images/footer.gif) repeat-x;
}

#footer ul{
	width: 600px;
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
	font-size: 0.9em;
	color: #999999;
}

#footer ul li{
	margin: 0 0 10px 0;
}


#footer .divider{ 
	margin: 0 10px;
}

#footer a{
	font-weight: 100;
}

#footer a.company{
	width: 150px;
	float: right;
	margin: 20px 30px 0 0;
	display: inline;
}

/* utilities */
#utilities{
	float: left;
}

#utilities li{
	width: 618px;
	clear: both;
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eeeeee;
}

#utilities li img{
	float: right;
	margin: 0 0 0 20px;
}

#utilities ul{
	width: 150px;
	float: right;
}

#utilities ul li{
	width: 150px;
	border-bottom: none;
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
	clear: none;
}

#utilities p{
	width: 380px;
	float: left;
}

/* html elements */
hr{
	height: 1px;
	border: none;
	margin: 0 0 10px 0;
	background: #cccccc;
}

address{
	font-style: normal;
	line-height: 1.6em;
	margin: 0 0 20px 0;
}

/* list styles */
ul.list{
	margin: 20px 0 20px 20px;
}

ul.list li{
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: url(../images/icons/bullet_blue.gif) no-repeat 0 50%;
}

ul#actions li{
	padding: 0;
	background: none;
}

ul#products{
	float: left;
}

ul#products li{
	width: 140px;
	height: 90px;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 0;
	border: 1px solid #0D0D0D;
}

ul#products li img{
	display: block;
	margin: 0 auto;
}

/* tables */
table.display{
	width: 100%;
	font-size: 0.9em;
	margin: 0 0 20px 0;
	border-collapse: separate;
}

table.display thead th{
	border: 1px solid #0D0D0D;
	color: #ffffff;
	background: #0D0D0D url(../images/th.gif) repeat-x;
}

table.display th, table.display td{
	padding: 5px;
	border: 1px solid #cccccc;
	vertical-align: top;
}

table.display tbody tr:hover{
	color: #000000;
	background: #FFF9EF;
}

/* form elements */
.mini, .tiny, .short, .medium, .long, .extralong{
	padding: 2px 0;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;
	color: #333333;
	background: #FFFFFF;
}

.mini{width: 40px;}
.tiny{width: 80px;}
.short{width: 120px;}
.medium{width: 200px;}
.long{width: 300px;}
.extralong{width: 420px;}

.mini:focus, .tiny:focus, .short:focus, .medium:focus, .long:focus, .extralong:focus{
	border: 1px solid #666666;
	background: #fffcef;
}

.form{
	width: 100%;
}

.form label {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0 4px 0;
	font-weight: 800;
	color: #333333;
}

.form br {
	clear: both;
}

.form ul{
	width: 100%;
	float: left;
}

.form ul li{
	float: left;
	margin: 15px 10px 0 0;
}

.form ul li label{
	display: inline;
	float: none;
	
}

.form .radiobuttonlist{
	float: left;
}

.form .radiobuttonlist label{
	width: auto;
	float: none;
	display: inline;
	margin: 5px 10px 0 0;
	font-weight: 100;
}

.checkboxlist{
	width: 100%;
	float: left;
}

.checkboxlist span{
	padding: 3px 0;
	
	border: 1px solid blue;
}

.form .checkboxlist label{
	width: auto;
	display: inline;
	padding: 0 0 0 2px;
	margin: 0;
	border: 1px solid red;
}

.buttons{
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 10px 0;
}