body{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	background: #dddddd url(../images/bg_body_tile.gif) repeat-x;
}

h1,h2,h3,h4,h5,h6{
	color: #333332;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em; margin: 0 0 5px 0;}
h3{font-size: 1.05em; margin: 30px 0 5px 0;}
h4{font-size: 1em; color: #999999;}
h5{font-size: 0.95em;}
h6{font-size: 0.9em;}

p{line-height: 1.6em; margin: 0 0 10px 0;}
address{margin: 0 0 20px 0; font-style: normal;}



a{color: #2e67b2; font-weight: 800;}
a:hover{text-decoration: underline;}
.floatright{float: right;}
.floatleft{float: left;}
.uppercase{text-transform: uppercase;}
.lowercase{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.spacing{margin: 10px;}
.vtop{vertical-align: top;}
.vmiddle{vertical-align: middle;}


.backToTop{
	position: fixed;
}

blockquote{
	clear: both;
	margin: 0 0 0 40px;
	font-style: italic;
	padding: 0 0 0 10px;
	color: #2E67B2;
	font-weight: 800;
	border-left: 2px solid #2E67B2;
}

.error{
	clear: both;
	padding: 2px 5px;
	background: #FFEE9F;
	color: #D62C39;
	font-weight: 100;
	border: 1px solid #EFC400;
	font-size: 0.95em;
	margin: 0 0 10px 0;
}

.error li{
	padding: 0 0 0 20px;
	line-height: 1.5em;
	background: url(../images/icon_error.gif) no-repeat 0 50%;
}

.info{
	clear: both;
	padding: 2px 5px;
	background: #FFEE9F;
	color: #538F35;
	font-weight: 100;
	border: 1px solid #EFC400;
	font-size: 0.95em;
	margin: 0 0 10px 0;
}

.info li{
	padding: 0 0 0 20px;
	line-height: 1.5em;
	background: url(../images/icon_information.gif) no-repeat 0 50%;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}


#header{
	width: 780px;
	height: 68px;
	float: left;
	margin: 18px 0 0 0;
	background: #ffffff url(../images/bg_header.jpg) no-repeat;
}

#header img{
	float: left;
	margin: 0 0 0 14px;
	display: inline;
}

#utilmenu{
	float: left;
	width: 780px;
	height: 50px;
	background: transparent url(../images/bg_utilmenu.jpg) no-repeat;
}

#utilmenu img{
	float: left;
	margin: 14px 0 0 40px;
}

#utilmenu ul{
	float: right;
	margin: 0 28px 0 0;
	display: inline;
	font-weight: 800;
}

#utilmenu ul li{
	float: left;
	margin: 15px 0 0 10px;
}

#utilmenu ul li a{
	display: inline;
	padding: 0 10px 0 0;
}

#menu{
	clear: both;
	width: 780px;
	height: 40px;
	background: transparent url(../images/bg_menu.jpg) no-repeat;
}

body.sub #menu{
	clear: both;
	width: 780px;
	height: 84px;
	background: transparent url(../images/bg_submenu.jpg) no-repeat;
}


#menu p{
	width: 200px;
	float: left;
	margin: 11px 0 0 40px;
	display: inline;
}

#menu ul{
	width: 468px;
	height: 18px;
	float: right;
	margin: 0 35px 0 0;
	display: inline;
}

#menu ul li{
	height: 18px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
}

#menu ul li a{
	height: 18px;
	float: left;
	display: block;
	text-indent: -9999em;
	background: transparent url(../images/menu.gif) no-repeat;
}

#menu ul li ul{
	width: 200px;	
	height: auto;
	float: left;
	margin: 0;
	position: absolute;
	top: 18px;
	left: -9999em;
	list-style: none;
	padding: 0;
	border: 1px solid #2E6AB3;
	background: #EFF6FF;
}

#menu ul li ul li{
	width: 200px;
	height: auto;
	margin: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #2E6AB3;
}

#menu ul li ul li a{
	width: 200px;
	padding: 5px 0;
	height: auto;
	text-indent: 0;
	font-weight: 100;
	text-indent: 5px;
	background: none;
}


#menu ul li:hover ul, #menu ul li.hover ul{
	left: 0;
}

#menu ul li#products a{width: 96px; background-position: 0 0;}
#menu ul li#applications a{width: 122px; background-position: -96px 0;}
#menu ul li#msds a{width: 73px; background-position: -218px 0;}
#menu ul li#howto a{width: 90px; background-position: -291px 0;}
#menu ul li#contact a{width: 87px; background-position: -381px 0;}

#menu ul li#products a:hover{width: 96px; background-position: 0 -18px;}
#menu ul li#applications a:hover{width: 122px; background-position: -96px -18px;}
#menu ul li#msds a:hover{width: 73px; background-position: -218px -18px;}
#menu ul li#howto a:hover{width: 90px; background-position: -291px -18px;}
#menu ul li#contact a:hover{width: 87px; background-position: -381px -18px;}

#menu ul li#products ul li a, #menu ul li#applications ul li a{
	width: 200px;
	height: 18px;
}

#menu ul li#products ul li a:hover, #menu ul li#applications ul li a:hover{
	width: 200px;
	height: 18px;
	color: #ffffff;
	text-decoration: none;
	background: #2E6AB3;
}

ul#submenu{
	float: left;
	height: 264px;
}

ul#submenu li{
	height: 264px;
	float: left;
}

ul#submenu li img{
	display: block;
	height: 264px;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#submenu li#turf a{
	width: 165px;
	height: 264px;
	background: #ffffff url(../images/submenu_turf.jpg) no-repeat;
}

#container{
	width: 705px;
	\width: 780px;
	w\idth: 705px;
	margin: 0 auto;
	text-align: left;
	padding: 0 35px 0 40px;
	background: transparent url(../images/bg_container_tile.jpg) repeat-y;
}

#leftContent{
	width: 225px;
	float: left;
	margin: 26px 0 0 0;
}

body.main #leftContent{
	width: 370px;
}

#rightContent{
	width: 450px;
	float: right;
	margin: 0 0 0 0;
}

body.main #rightContent{
	width: 313px;
	float: left;
	margin: 26px 0 0 22px;
	display: inline;
}

#leftContent a{
	font-weight: 800;
	color: #2e67b2;
}

#leftContent a:hover{
	text-decoration: underline;
}


#fullContent{
	width: 705px;
	margin: 20px 0 0 0;
	float: left;
}

#footer{
	width: 770px;
	\width: 780px;
	w\idth: 770px;
	padding: 40px 0 0 10px;
	background: transparent url(../images/bg_footer.jpg) no-repeat;
}


#footer li{
	float: left;
	margin: 0 0 0 15px;
}

#footer li a{
	font-weight: 100;
	padding: 0 15px 0 0;
}

* html #footer li a{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#footer li.copyright{
	width: 500px;
	clear: both;
	font-size: 0.9em;
	text-transform: none;
	padding: 10px 0 20px 0;
}

#footer li.copyright a{
	color: #2E67B2;
	float: none;
	margin: 0;
}

/* breadcrumb */
p#breadcrumb{
	width: 100%;
	float: left;
	font-size: 0.9em;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}


/* news list */
#newsList li span{
	font-size: 0.9em;
}

#newsList li{
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

/* left side bullets */
ul.listing{
	line-height: 1.6em;
	margin: 0 0 20px 0;
}

/* categories */

.categories{
	width: 450px;
	float: left;
	margin: 22px 0 0 0;
	background: transparent url(../images/bg_sub_tile.jpg) repeat-y;
}

.categories h2{
	width: 425px;
	\width: 450px;
	w\idth: 425px;
	padding: 0 0 0 25px;
	height: 59px;
	line-height: 34px;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent url(../images/bg_sub_top.gif) no-repeat;
}


.categories .bottom{
	clear: both;
	width: 450px;
	height: 18px;
	background: transparent url(../images/bg_sub_bottom.jpg) no-repeat;
}

.categories ul{
	width: 400px;
	float: left;
	margin: -15px 0 0 25px;
	display: inline;
}

.categories ul li{
	width: 49.5%;
	float: left;
	font-size: 0.9em;
	line-height: 2em;
}

.categories table{
	width: 448px;
	font-size: 1em;
	margin: -30px 0 0 1px;
}

.categories table th{
	height: 33px;
	line-height: 33px;
	font-weight: 100;
	color: #444444;
	padding: 0 5px;
	text-align: left;
	background: #e5e5e5 url(../images/bg_th_tile.gif) repeat-x;
}

.categories table th, .categories table td{
	border-bottom: 1px solid #cccccc;
}

.categories table td{
	line-height: 2.5em;
	padding: 0 5px;
}

/* product menu */
#productMenu{
	width: 225px;
	float: left;
	margin: 10px 0 20px 0;
}

#productMenu li{
	float: left;
}

#productMenu li a{
	float: left;
	display: block;
	text-indent: -9999em;
	background: transparent url(../images/menu_productlinks.gif) no-repeat;
}

#productMenu li#getmsds a{width: 105px; height: 32px; background-position: 0 0;}
#productMenu li#question a{width: 120px; height: 32px; background-position: -105px 0;}
#productMenu li#print a{width: 105px; height: 35px; background-position: 0 -32px;}
#productMenu li#email a{width: 120px; height: 35px; background-position: -105px -32px;}


/* product Description */
#productDescription{
	width: 450px;
	height: 35px;
	margin: 10px 0 0 0;
}

#productDescription li{	
	height: 35px;
	float: left;
}

ul#productDescription li a{
	height: 35px;
	float: left;
	display: block;
	text-indent: -9999em;
	background: transparent url(../images/menu_productdetail_tabs.gif) no-repeat;
}

#productDescription li a#description{width: 180px; background-position: 0 0;}
#productDescription li a#availability{width: 103px; background-position: -180px 0;}
#productDescription li a#packaging{width: 89px; background-position: -283px 0;}
#productDescription li a#shipping{width: 78px; background-position: -372px 0;}



#productDescription li a#description:hover, #productDescription li a#description.on {width: 180px; background-position: 0 -35px;}
#productDescription li a#availability:hover, #productDescription li a#availability.on{width: 103px; background-position: -180px -35px;}
#productDescription li a#packaging:hover, #productDescription li a#packaging.on{width: 89px; background-position: -283px -35px;}
#productDescription li a#shipping:hover, #productDescription li a#shipping.on{width: 78px; background-position: -372px -35px;}

.tab_availability, .tab_packaging, .tab_shipping{
	display: none;
}



/* product detail page */
#productContent{
	width: 410px;
	\width: 450px;
	w\idth: 410px;
	padding: 20px 20px 0 20px;
	float: left;
	color: #000000;
	line-height: 1.6em;
	background: url(../images/bg_product_content_tile.gif) repeat-y;
}

p.message{
	color: #999999;
	font-size: 0.9em;
}

.productContentBottom{
	float: left;
	width: 450px;
	height: 18px;
	margin: 0 0 20px 0;
	background: url(../images/bg_product_content_bottom.gif) no-repeat;
}

#productContent table{
	width: 410px;
	font-size: 0.9em;
	text-align: left;
	margin: 0 0 20px 0;
	border: none;
}

#productContent table thead tr th, #productContent table thead tr td{
	border-bottom: 1px solid #000000;
}

#productContent table tr{
	line-height: 2em;
}

#productContent table td, #productContent table th{
	border-bottom: 1px solid #cccccc;
}


#productContent ul{
	margin: 5px 0 0 10px;
}

#productContent ul li{
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: transparent url(../images/icons/bullet_go.gif) no-repeat 0 50%;
}

#productContent dl{
	width: 410px;
	float: left;
	margin: 5px 0 20px 0;
}

#productContent dt{
	width: 160px;
	\width: 180px;
	w\idth: 160px;
	float: left;
	font-weight: 800;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: #ffffff url(../images/icons/bullet_go.gif) no-repeat 0 50%;

}

#productContent dd{
	width: 230px;
	float: left;
	margin: 0 0 10px 0;
}

#productContent h2{
	margin: 20px 0 0 0;
}


#productContent #certificationImage{
	margin: 5px 0 0 0;
	float: left;
}

#productContent #certificationImage li{
	float: left;
	background: none;
}

/* product tables */
table.products, table.maintable{
	clear: both;
	width: 450px;
	font-size: 0.95em;
}


table.maintable{
	width: 705px;
	margin: 0 0 30px 0;
}

table.products caption, table.maintable caption{
	text-align: left;
	padding: 10px 5px;
	font-weight: 800;
	font-size: 1.2em;
	text-transform: uppercase;
}

table.products th, table.maintable th{
	padding: 0 5px 10px 5px;
	color: #2e67b2;
	font-size: 0.95em;
	text-align: left;
	border-bottom: 2px solid #2e3944;
}

table.products th a, table.maintable th a{
	border-bottom: 1px solid #2e3944;
}

table.products td, table.maintable td{
	padding: 10px 5px;
	border-bottom: 1px solid #cccccc;
}

table.products tr.alt, table.maintable tr.alt{
	background: #EFF6FF;
}




ul.pager{
	clear: both;
	float: right;
	margin: 20px 0 20px 0;
}

ul.pager li{
	float: left;
}

ul.pager li a{
	float: left;
	margin: 0 0 0 20px;
	font-weight: 800;
}

ul.pager li.previous a{
	margin: 0 20px 0 10px;
} 

ul.pager a.disabled{
	color: #989898;
	font-weight: 100;
}

/*.productInformation{
	float: left;
	border-bottom: 1px solid #333332; 
	padding: 0 0 5px 0; 
	margin: 0 0 20px 0; 
	font-family: Arial;
}

.productInformation h2{
	float: left;
}

.productInformation span{
	font-size: 0.9em;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #2E67B2;
}

.productInformation ul{
	float: right;
}

.productInformation ul li{
	float: left;
	margin: 0 0 0 20px;
}

.productInformation ul li a{
	float: left;
}

.image{
	float: left;
	padding: 8px;
	border: 1px solid #5E91CC;
	margin: 0 20px 20px 0;
}



ul.specs{
	float: left;
	line-height: 2em;
}

ul.specs li{
	padding: 0 0 0 20px;
	background: url(../images/icon_bullet.gif) no-repeat 0 50%;
}

p.industryListing{
	float: right;
}
*/

/* form elements */
dl.form dt{
	font-weight: 800;
	color: #333;
	margin: 0 0 3px 0;
}

dl.form dd{
	margin: 0 0 10px 0;
}

.extralong, .long, .medium, .short, .tiny, .mini, .forminput{
	background: #EFF7FF;
	border: 1px solid #4B6485;
	border-style: outset;
	padding: 3px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.extralong{width: 400px;}
.long{width: 300px;}
.medium{width: 150px;}
.short{width: 100px;}
.tiny{width: 70px;}
.mini{width: 50px;}

dl.rep{
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #2E6AB3;
}


/* news section */
#news{
	clear: both;
}

#news li{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

#news h2{
	font-size: 1.2em;
	font-variant: small-caps;
	text-transform: capitalize;
}

#news h2 span{
	text-transform: none;
	font-weight: 100;
}

.newsInformation{
	float: left;
	border-bottom: 1px solid #333332; 
	padding: 0 0 5px 0; 
	margin: 0 0 20px 0; 
	font-family: Arial;
}

.newsInformation h2{
	float: left;
}

.newsInformation span{
	font-size: 0.9em;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #2E67B2;
}

.newsInformation ul{
	float: right;
}

.newsInformation ul li{
	float: left;
	margin: 0 0 0 20px;
}

.newsInformation ul li a{
	float: left;
}


#newsReel{
	line-height: 1.6em;
}

#newsReel ul, #newsReel ol{
	margin: 0 0 0 30px;
}

#newsReel ul li{
	line-height: 1.6em;
	list-style: square;
}

#newsReel ol li{
	line-height: 1.6em;
	list-style: decimal;
}

#newsReel #imageContainer{
	float: right;
	margin: 0 0 0 20px;
}

#newsReel #imageContainer h6{
	clear: both;
}

#newsReel table{
	font-size: 0.9em;
	text-align: left;
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
}

#newsReel table thead tr th, #newsReel table thead tr td{
	border-bottom: 1px solid #000000;
}

#newsReel table tr{
	line-height: 2em;
}

#newsReel table td, #newsReel table th{
	border-bottom: 1px solid #cccccc;
}

#newsReel table td{
	padding: 3px;
}


p.caption{
	width: 270px;
	\width: 300px;
	w\idth: 270px;
	padding: 15px;
	float: right;
	margin: 0 0 10px 20px;
	font-size: 1.1em;
	font-weight: 800;
	color: #2E67B2;
	background: transparent url(../images/bg_caption.gif) no-repeat top left;
}

/* admin */
body.admin #container{
	width: 750px;
	\width: 780px;
	w\idth: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 30px;
}

body.admin #menu ul{
	width: 725px;
	height: 18px;
	float: right;
	margin: 0 35px 0 0;
	display: inline;
}

body.admin #menu ul li{
	height: 18px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
}

body.admin #menu ul li a{
	height: 18px;
	float: left;
	display: block;
	text-indent: -9999em;
	background: transparent url(../images/menu_admin.gif) no-repeat;
}


body.admin #menu ul li#news a{width: 141px; background-position: 0 0;}
body.admin #menu ul li#reps a{width: 62px; background-position: -141px 0;}
body.admin #menu ul li#categories a{width: 108px; background-position: -203px 0;}
body.admin #menu ul li#applications a{width: 122px; background-position: -311px 0;}
body.admin #menu ul li#products a{width: 99px; background-position: -433px 0;}
body.admin #menu ul li#accessories a{width: 122px; background-position: -532px 0;}
body.admin #menu ul li#logout a{width: 71px; background-position: -654px 0;}

body.admin #menu ul li#news a:hover{width: 141px; background-position: 0 -18px;}
body.admin #menu ul li#reps a:hover{width: 62px; background-position: -141px -18px;}
body.admin #menu ul li#categories a:hover{width: 108px; background-position: -203px -18px;}
body.admin #menu ul li#applications a:hover{width: 122px; background-position: -311px -18px;}
body.admin #menu ul li#products a:hover{width: 99px; background-position: -433px -18px;}
body.admin #menu ul li#accessories a:hover{width: 122px; background-position: -532px -18px;}
body.admin #menu ul li#logout a:hover{width: 71px; background-position: -654px -18px;}



body.admin #leftContent{
	width: 560px;
}

body.admin #rightContent{
	width: 160px;
	margin: 0 15px 0 0;
}

body.admin #rightContent li{
	width: 160px;
	float: left;
	line-height: 2em;
	border-bottom: 1px solid #cccccc;
}

body.admin #rightContent li a{
	width: 160px;
	float: left;
	text-indent: 10px;
	display: block;
}

#body.admin #rightContent li a:hover{
	color: #ffffff;
	background: #333332;
}

body.admin h1{
	border-bottom: 2px solid #2E67B2;
	padding: 0 0 4px 0;
	margin: 10px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}




table.admin{
	clear: both;
	width: 705px;
	font-size: 0.95em;
	margin: 20px 0 0 0;
}

table.admin th{
	padding: 0 5px 10px 5px;
	color: #2e67b2;
	text-align: left;
	border-bottom: 2px solid #2e3944;
}

table.admin th a{
	text-decoration: underline;
}

table.admin td{
	padding: 10px 5px;
	border-bottom: 1px solid #cccccc;
}

table.admin tr.alt{
	background: #EFF6FF;
}

.pager{
	clear: both;
	float: right;
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

.pager a{
	margin: 0 0 0 10px;
	font-weight: 100;
}

.pager select{
	margin: 0 0 0 10px;
}


table.form{
	width: 705px;
	font-size: 0.95em;
	border: 1px solid #C2C8CF;
	background: #E0E7EF;
}

table.form th{
	background: #fff;
	text-align: right;
	padding: 5px 5px;
	border-bottom: 1px solid #ddd;
}

table.form td{
	padding: 5px 5px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

table.form th.title{
	border-top: 1px solid #2E6AB3;
	border-bottom: 1px solid #2E6AB3;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background: #2E6AB3;
}

table.availability{
	width: 100%;
}

table.availability th{
	text-align: left;
}

table.form .checkboxtable{
	border: none;
}

table.form .checkboxtable td, table.form .checkboxtable th{
	border: none;
	border-bottom: none;
}

table.form .checkboxtable label{
	padding: 0 0 0 1px;
}

/* howto */
dl#howtos{
	margin: 20px 0 0;
}

dl#howtos dt{
	font-weight: 800;
	margin: 0 0 5px 0;
	clear: both;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: underline;
}

dl#howtos dd{
	margin: 0 0 20px 0;
	line-height: 1.6em;
	border-bottom: 1px dotted #6495D0;
}

dl#howtos ol{
	margin: 0 0 0 30px;
}

dl#howtos ol li{
	line-height: 1.6em;
	list-style: decimal;
	margin: 0 0 10px 0;
}

dl#howtos ul{
	margin: 0 0 0 30px;
}

dl#howtos ul li{
	list-style: square;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

/* numbered list */
ol#numberList{
	margin: 20px 0 0 30px;
}

ol#numberList li{
	list-style: decimal;
	line-height: 2em;
}

/* representatives */

dl.representatives{
	width: 450px;
	float: left;
	margin: 0 0 20px 0;
	border-top: 1px solid #EFF7FF;
}

dl.representatives dt{
	width: 120px;
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #9FCBFF;
	color: #2E6AB3;
	text-indent: 5px;
	font-weight: 800;
	background: #EFF7FF;
}

dl.representatives dd{
	width: 330px;
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-indent: 5px;
	border-bottom: 1px solid #EFF7FF;
}
