body
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #3C6A88;	
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #7CB541;	
}

#container
{
	position: absolute;
	width: 1004px;
	left: 50%;
	margin-left: -502px;
	
}

#container_top
{
	width: 1004px;
	height: 12px;
	background: url('../images/gradient_top.png');
}

#container_main
{
	width: 980px;
	background: url('../images/gradient_main.png');
	padding-left: 12px;
	padding-right: 12px;
	
}

#container_bottom
{
	width: 1004px;
	height: 12px;
	background: url('../images/gradient_bottom.png');
}

#header
{
	height: 113px;
}

#header #logo
{
	position: absolute;
	top: 12px;
	left: 12px;
	height: 113px;
	width: 566px;
}

#header #logo img
{
	border: 0;	
}

#header #menu
{
	position: absolute;
	left: 578px;
	top: 88px;
	width: 414px;
	height: 37px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header #search
{
	position: absolute;
	left: 832px;
	top: 12px;
	width: 160px;
	height: 30px;
}

#header #search #search_advanced
{
	position: absolute;
	top: 30px;
	left: 11px;
	color: #97AEC5;
	font-size: 10px;
	width: 118px;
	text-align: center;
}

#header #search #search_advanced a
{
	text-decoration: none;
	color: #97AEC5;
}

#header #search img#search_button
{
	position: absolute;
	top: 14px;
	left: 136px;	
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#header #search input#search_value 
{
	position: absolute;
	top: 11px;
	left: 11px;
	border: 1px solid #97AEC5;
	height: 16px;
	width: 118px;
	color: #97AEC5;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#header #logo img
{
	margin-top: 39px;
	margin-left: 39px;
}

#home_image
{
	width: 980px;
	height: 590px;
}

#home_content
{
	position: absolute;
	top: 125px;
	left: 577px;
	width: 374px;
	height: 193px;
	border-left: 1px solid White;
	border-bottom: 1px solid White;
	background: #F4F7FA;
	color: #3C6A88;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 160%;
}

#home_block_lines
{
	position: absolute;
	top: 338px;
	left: 12px;
	width: 565px;
	height: 376px;
	border-top: 1px solid White;
	border-right: 1px solid White;
}

#header #menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#header #menu ul li
{
	width: 63px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	float: left;
	color: White;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 0px;
	line-height: 80%;
}

#header #menu ul li.onder
{
	padding-top: 18px; 
	height: 19px;	
}

#header #menu ul li a
{
	color: White;
	text-decoration: none;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#header #menu ul li a:hover
{
	color: #C0C0C0;	
}

#header #menu ul li ul
{
	position: absolute;
	width: 138px;
	left: -999em;	
	z-index: 10;
	list-style: none;
	float: none;
	margin-left: -6px;
	margin-top: 4px;
	padding: 0px;
	padding-top: 12px;
	
}

#header #menu ul li ul li
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
	width: 126px;
	height: 20px;
	/* border-bottom: 1px solid #F4F7FA; */
}

#header #menu ul li ul li.noline
{
	border-bottom: 0;
}

#header #menu ul li ul li a
{
	font-size: 9pt;
}
#header #menu ul li:hover ul, #header #menu ul li.sfhover ul
{
	left: auto;
	
}

#content
{
	float: left;
	width: 980px;
	position: relative;
	
}

#content_body
{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 374px;
	background: #F4F7FA;
	color: #3C6A88;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	border-left: 1px solid White;
	line-height: 160%;
}

#content_body ul
{
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

#products_body
{
	float: left;
	width: 515px;	
	padding: 23px;
}

#content_block_lines_big
{
	position: absolute;
	top: 542px;
	left: 0px;
	width: 565px;
	height: 1px;
	background: White;
}

#content_block_lines_small
{
	position: absolute;
	top: 0px;
	left: 429px;
	width: 1px;
	height: 590px;
	background: White;
}

p
{
	padding: 0;
	margin: 0;
}

h1
{
	padding: 0;
	margin: 0;
	color: #7CB541;
	font-size: 15pt;
	font-weight: normal;
	line-height: 160%;
}

h2
{
	padding: 0;
	margin: 0;
	color: #7CB541;
	font-size: 11pt;
	font-weight: normal;
}

#breadcrumb
{
	
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 140%;
}

#breadcrumb a
{
	font-size: 8pt;
	color: #3C6A88;
	text-decoration: none;
	font-weight: normal;
}

ul#search_results li a
{
	color: #3C6A88;
	text-decoration: none;
	font-weight: bold;
}

span.alternate
{
	font-weight: bold;
	cursor: pointer;
}

#content_body ul li a
{
	color: #3C6A88;
	text-decoration: none;
	font-weight: bold;
}

#error
{
	padding: 10px;
	background: #F4F7FA;
}

div.product_item
{
	border: 1px solid #3C6A88;
	width: 156px;
	height: 223px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	background: White;
	position: relative;
}

div.product_item img
{
	border: 0;
}

div.product_item div.title
{
	font-size: 9pt;
	padding-left: 6px;
	padding-right: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 8px;
}

div.product_item div.title a
{
	color: #83888E;
	text-decoration: none;
	font-weight: normal;
}

div.productcount
{
	color: #3C6A88;
	font-size: 10pt;
	margin-left: 13px;
	margin-bottom: 13px;
}

div.thumbnail
{
	height: 62px;
	float: left;
	margin: 2px;
}

div.thumbnail img
{
	cursor: pointer;
}

table#filter, table#references
{
	border-collapse:collapse;
	width: 414px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table#filter tr td
{
	border-top: 1px solid #93A9BD;
	border-left: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	width: 138px;
}

table#filter tr th
{
	border-top: 1px solid #93A9BD;
	border-left: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	width: 138px;
	color: #7CB541;
	background: #D3DDE9;
	text-align: left;
}

table
{
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

table tr th
{
	border-top: 1px solid #93A9BD;
	border-left: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	color: #7CB541;
	background: #D3DDE9;
	text-align: left;
}

table tr td
{
	border-top: 1px solid #93A9BD;
	border-left: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	text-align: left;
}

table.info tr td
{
	border: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	text-align: left;
	font-size: 8pt;
}

table.info tr th
{
	border: 1px solid #93A9BD;
	padding: 2px;
	margin: 0;
	color: #7CB541;
	background: #D3DDE9;
	text-align: left;
	font-size: 8pt;
}


table#filter tr td.canhover
{
	cursor: pointer;
}

table#filter tr td.canhover:hover
{
	color: White;
	background: #B7D59D;
}

table#filter tr td.selected
{
	color: White;
	background: #7CB541;
}

img#product_photo
{
	border: 0;
}

#product_photo_container
{
	float: left;
	width: 565px;
	height: 590px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

#product_photo_container img
{
	margin: 0;
	padding: 0;	
}

div.faux_column
{
	background: url('../images/faux_column.png');
}

span.small_info
{
	color: Gray;
	font-weight: normal;
	font-size: 8pt;
}	

#form
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#form table
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#form table tr td, #form table tr th
{
	border: 0;
	background: transparent;
	padding: 1px;
	margin: 0;
}

#form input, #form select
{
	border: 1px solid #D3DDE9;
	background: White;
	font-size: 8pt;
	padding: 2px;
	width: 200px;
}

#form textarea
{
	border: 1px solid #D3DDE9;
	background: White;
	font-size: 8pt;
	padding: 2px;
	width: 200px;
	height: 175px;
}

#form input.button
{
	width: 120px;
	height: 25px;
	border: 0;
	background: url('../images/button.png');
	font-size: 9pt;
	color: White;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: top left;
}

#form input.checkbox
{
	width: 0px;	
}

.notification
{
	font-size: 8pt;
	color: Red;
	font-weight: normal;
}

#watermark
{
	position: absolute;
	top: 546px;
	left: 3px;
	z-index: 2000;
	width: 180px;
	height: 40px;
	background: url('../images/watermark.png');
}

#downloads
{
	clear: both;
	position: relative;
}

#downloads h2
{
	margin-top: 30px;
	margin-bottom: 5px;	
}

#downloads ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#downloads ul li
{
	padding-left: 30px;
	height: 16px;
}

#downloads ul li.pdf
{
	background: url('../images/page_white_acrobat.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#thumbnails
{	
	margin-top: 10px;
}

div.short_description
{
	margin-top: 3px;
	padding-top: 10px;
	margin-bottom: 3px;
	font-size: 8pt;
	clear: both;
}

div.product_info
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#search_bar
{
	width: 414px;
	height: 72px;
	padding: 0;
	margin-top: 20px;
	margin-left: -20px;
	margin-bottom: 0px;
}

div.news
{
	position: relative;
	margin-bottom: 16px;
	margin-top: 8px;
	min-height: 160px;
}

div.news h2
{
	color: #3C6A88;
	font-size: 11pt;
	font-weight: bold;
}

div.news div.readmore a
{
	color: #7CB541;
	font-weight: bold;
}

div.news div.imageContainer
{
	position: absolute;
	top: 0px;
	left: -200px;
}

div.news div.imageContainer div.image
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

div.news div.imageContainer div.imageOverlay
{
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 200;
}

div.news div.imageContainer div.image img
{
	border: 2px solid White;
}

div.news a, div.news div.imageContainer div.imageOverlay img 
{
	border: 0;
}

div.news div.date
{
	font-size: 8pt;
	color: #969696;
}

table#search_products, table#search_products tr, table#search_products tr td
{
	border-collapse: collapse;
	border: 0;
}

table#search_products tr td
{
	padding-bottom: 5px;
}

table#search_products tr td img
{
	border: 1px solid #3C6A88;
}
