/* 
===========================================================
TOP NAV 
===========================================================
*/
div#nav_top .nav_top_2 a {
	background-color:#51A7DC;
}

/* 
===========================================================
CONTENT
===========================================================
*/

div#content{
	height:287px;
	padding-top:55px;
	background:#FFF url(../images/backgrounds/products.jpg) no-repeat;
}

div#content_1{
	width:706px;
	float:left;
}

div#content_2{
	width:auto;
	height:260px;
	float:left;
	text-align:left;
	border-left:#CFCFCF solid 1px;
	padding-left:20px;
}

div#content_2 img{
	margin-bottom:20px;
}

div#content_2 strong{
	display:block;
	padding:0;
	margin:0;
}

div#title{
	width:300px;
	float:right;
	text-align:left;
	_margin-bottom:10px;
}

div#title img{
	margin-bottom:15px;
}

div#boxes{	
	height:111px;
	width:666px;
	text-align:left;
	margin:31px 0 0 21px;
	float:left;
	border-bottom:#D9D9D9 solid 2px;
	border-right:#D9D9D9 solid 1px;
}
* html div#boxes{margin:15px 0 0 10px;}

div#boxes img{
	margin-left:20px;
	margin-bottom:10px;
}

div#boxes a{
	display:block;
	text-align:left;
	margin-left:20px;
}

div#boxes div#box_1{
	height:101px;
	width:221px;
	padding-top:10px;
	float:left;	
	border-right:#D9D9D9 solid 1px;
	background:#FFF url(../images/backgrounds/box.jpg) no-repeat;
}

div#boxes div#box_2{
	height:101px;
	width:221px;
	padding-top:10px;
	float:left;	
	border-right:#D9D9D9 solid 1px;
	background:#FFF url(../images/backgrounds/box.jpg) no-repeat;
}

div#boxes div#box_3{
	height:101px;
	width:221px;
	padding-top:10px;
	float:left;	
	border-right:#D9D9D9 solid 1px;
	background:#FFF url(../images/backgrounds/box.jpg) no-repeat;
}

div#link_bottom{
	width:686px;
	text-align:right;
	float:left;
	clear:both;
}
#box_1_resetLink, #box_2_resetLink, #box_3_resetLink
{
	width:46px;
	height:15px;
	cursor:pointer;
	overflow:hidden;
	visibility:hidden;
	background-image:url(../images/buttons/reset_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	margin-left:200px;
	_margin-top:-2px;
}
#box_1_resetLink:hover, #box_2_resetLink:hover, #box_3_resetLink:hover {background-position:0px -15px;}
#box_1_resetDiv {position:absolute; left:175px; top:425px;}
#box_2_resetDiv {position:absolute; left:397px;	top:425px;}
#box_3_resetDiv {position:absolute; left:619px;	top:425px;}
div a span
{
	position:absolute;
	margin-left:3px;
	margin-top:-1px;
}



