@charset "utf-8";
/* CSS Document */

body{
margin: 0;	
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
background-color:#003366;
}

p{
	margin:5px 0 0 0;
}
img{
	border:0;
	margin:0;
	padding:0;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin:0;;
	padding:0;	
}
h2{
padding:0px;
margin:0px;
}

a:link{
	color:#0033cc;
	text-decoration:none;
}
a:visited{
	color:#0033cc;
	text-decoration:none;
}
a:active{
	color:#0033cc;
	text-decoration:none;
}
a:hover{
	color:#0033cc;
	text-decoration:underline;
}

#container{
margin: 0 auto;
width:760px;
background-color:#FFF;
}

/* HEADER */
#header{
	height:62px;
	min-height:62px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	line-height:0;
}
#header .logo{
	float:left;
	width:auto;
	margin:0;
}
#header .phone{
	float:right;
	width:auto;
	margin:0;
}

#banner{
	margin:0;
	padding:0;
	border:0;
	line-height:0;
}
/*/////////////////*/

/* MENU */
#menu_bg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	height:33px;
	min-height:33px;
	margin:0;
	padding:0;
}
#main_menu{
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:4px 0;
	float:right;
	width:auto;
}
#main_menu li{
	list-style-type:none;
	list-style:none;
	display:inline;
	padding:0 10px;
	
}
#main_menu a:hover{
	text-decoration:none;
	border-bottom:dotted 1px #FFF;
}
#prod_menu{
	list-style:none;
	margin:0;
	padding:0;
	padding:5px 0 0 25px;
}
#prod_menu li{
	margin-bottom:2px;
	height:20px;
}

.blue_heading{
	padding-left:25px;
	color:#0033cc;
}

/*/////////////////*/

/* CONTENT */
#left{
	float:left;
	width:150px;
	padding:10px 0 0 0px;
	
	
}

#main{
	float:left;
	width:555px;
	padding:10px 15px 0 30px;
	border-left:1px dotted #000;
	
}
#main p{
	margin-bottom:5px;
}

.prod_blue{
	color:#FFF;
	background-color:#cddb54;
	font-size:14px;
	padding:2px;
	margin-bottom:5px;
}
.prod_grey{
	color:#FFF;
	background-color:#b2b2b2;
	font-size:14px;
	padding:2px;
	margin-bottom:5px;
}
.prod_image{
	border:3px solid #cddb54;
	margin-right:5px;
}
.prod_image_grey{
	border:3px solid #b2b2b2;
	margin-right:5px;
}

.prod_content{
	pos/ition:relative;
	float:left;
	width:445px;
}

.prod_content p{
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
	height:25px;
}
#point_box{
	posi/tion:relative;
	width:445px;
}

.small_clear{
	clear:both;
}

.points{
	float:left;
	width:auto;
	min-width:170px;
	background-image:url(images/tik_g.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:5px;
	margin-top:2px;
	padding-left:15px;
	
}
.points_g{
	float:left;
	width:auto;
	min-width:170px;
	background-image:url(images/tik_gg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:5px;
	margin-top:2px;
	padding-left:15px;
	
}
.left_image{
	float:left;
}

/*/////////////////*/


/* FOOTER */
#footer{
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:40px;
	text-align:right;
	padding:60px 10px 0 0;
	clear:both;
}
#footer a:link{
		color:#1f5192;
	text-decoration:none;
	border-bottom:dotted 1px #03284d;
}
#footer a:visited{
		color:#1f5192;
	text-decoration:none;
	border-bottom:dotted 1px #03284d;
}
/*/////////////////*/

