* {
margin: 0;
padding: 0;
}

body {
background: #4277B8 url("../img/bgbody.jpg") repeat-x;
color: grey;
font: 12px verdana, helvetica, sans-serif;
line-height: 19px;
}


#top {
position: absolute;
top: 0;
left: 0;
height: 165px;
width: 980px;
background:  url("../img/top980x165.jpg") no-repeat;
}

#left {
position: absolute;
top: 165px;
left: 0px;
width: 199px;
}

#left ul {
border-top: #2C5B95 1px solid;
border-bottom: #7AAAE6 1px solid;
width: 199px;
font-size: 3px;
}

#left li a {
font: bold 12px "arial";
color: white;
width: 100%;
padding: 6px 0 6px 0;
border-top: #7AAAE6 1px solid;
border-bottom: #2C5B95 1px solid;
text-indent: 10px;
display: block;
}


a:link, a:visited, a:active {
color: #4277B8;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #4277B8;
text-decoration: underline;
}


#left a:link, a:visited {
text-decoration: none;
}

#left a:hover, a:active {
text-decoration: none;
background-color: #66A0E7;
}

a.imgleft, a.imgleft:hover {
border-style: none;
position: relative;
top: 75px;
left: 0;
}

#content_container {
position: absolute;
top: 165px;
left: 199px;
width: 770px;
background:  url("../img/bgcontent770.jpg") repeat-y;
}

#content {
position: relative;
top: 0;
left: 20px;
width: 730px;
}

.contentimgbt {
position: absolute;
left: 0;
bottom: -15px;
width: 770px;
height: 15px;
}

#content h4
{
	font-size: 14px;
	color: #4276b9;
	font-family: verdana, helvetica, sans-serif;
	margin: 0 0 8px 48px;
}
#products
{
	margin-top: 16px;
	margin-bottom: 20px;
}
#products .product
{
	float: left;
	width: 148px;
	height: 257px;
	margin-left: 130px;
	background: white;
}
#products .product h5
{
	background: #4276b9;
	margin-left: -130px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
	padding: 3px 0 5px 130px;
	font: bold 12px verdana, helvetica, sans-serif;
	width: 148px;
	height: 28px;
	overflow: hidden;
}
#products .product a
{
	display: block;
	padding: 20px;
	background: none;
	text-decoration: none;
	text-align: center;
}
#products .product a img
{
	border: none;
	display: block;
}
#products .product a span#prod_cont
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: -38px;
} 
#products .product a span
{
	display: block;
	margin-top: 32px;
	color: #4276b9;
	font: bold 12px verdana, helvetica, sans-serif;
	text-decoration: underline;
}
#products .product a:hover span
{
	text-decoration: none;
}
#products .product a:visited span
{
	color: grey;
}
#products .first
{
	margin-left: 0;
	clear: both;
}
#products .first h5
{
	margin-left: 0;
	padding-left: 0;
}


#product_data
{
	margin: 0 0 0 48px;
	padding-top: 13px;
	border-top: 1px solid #4276b9;
	width: 650px;
	height: 334px;
	font: 12px verdana, helvetica, sans-serif;
	color: #4175ba;
}
#product_data table
{
	width: 400px;
}
#product_data table tr td.col_header
{
	width: 196px;
	font-weight: bold;
}
#product_data table tr td.col_header
{
	width: 196px;
}
#product_data table tr td
{
	border-bottom: 1px solid #b8c8dd;
	padding: 5px 2px 11px 2px;
	font: 12px verdana, helvetica, sans-serif;
	color: #4175ba;
}
#product_data h5
{
	position: absolute;
	top: 26px;
	right: 32px;
  width: 212px;
  padding-top: 35px;
  height: 64px;
	background: #4175ba;
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#product_data h5 span
{
  padding-left: 10px;
}
#product_data #product_photo
{
	position: absolute;
	top: 90px;
	right: 32px;
	width: 212px;
	height: 269px;
	background: white;
}
#product_data #pdf,
#product_data #pdf2
{
	display: block;
	width: 340px;
	margin-top: 20px;
	padding: 30px 0 0 70px;
	background: url("../img/icon_pdf.gif") bottom left no-repeat;
}
#product_data #pdf2
{
	margin-top: 5px;
}
#product_data #goback
{
	position: absolute;
	bottom: 14px;
	left: 50px;
}
#product_data a
{
	font: bold 12px verdana, sans-serif;
	color: #4175ba;
	text-decoration: underline;
	background: none;
}
#product_data a:hover
{
	text-decoration: none;
}
#product_data a:visited
{
	color: grey;
}


.clear
{
	clear: both;
}

