/* CSS Document */
@import url("menu.css");
body{
	background:url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0d1e28;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0d1e28;
}

a{
	color:#000000;
}
h1{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color:#000000;
	line-height: 32px;
}
#basket{
width:450px;
height:auto;

}
#product{
border: 1px coral solid;
margin-bottom:2px;
}
#product input{
float:right;
}
h2{
	display: block;
	/*background-color: #E29500;*/
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 32px;
	padding-left: 20px;
	background:url(images/menu-header.gif);

}
h3{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	line-height: 22px;
	padding-left: 11px;
	padding-top: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	background:url(images/bg-box-product-small.gif) repeat-x;

}
.price{
	margin-top: 0px;
	font-size: 18px;
	background-color: #fb7701;
	width:240px;
	padding: 2px;
	text-align: center;
	color:#ffffff;
}
.price2{
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}
#container{
	width: 970px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	background: url(images/bg-lines.gif);
}
#top{
	width: 100%;
	height: 23px;
	background:url(images/bg-top.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: bottom;
	line-height: 23px;
}
#top a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}
#head{
	background:url(images/hydrostart-bg.jpg);
	background-repeat:repeat-x;
	height: 101px;
}
#menu{
	background:url(images/bg-menu.gif);
	background-repeat: repeat-x;
	height: 36px;
}
#menu2{
	height: 23px;
	/*background: #3A6796  right no-repeat; */
	background:url(images/bg-menu2.gif);
	background-repeat: repeat-x;
}
#main{
	display: table;
	background-color:#FFFFFF;
	float:left;
	padding-bottom:20px;
}
#left{
	float: left;
	left: 0px;
	width: 315px;
	margin-top: 0px;
}
#left a{
	text-decoration:none;
}

#left a:hover{
	text-decoration:underline;
}

#right{
	float: left;
	left: 315px;
	width: 655px;
	margin-top: 20px;
}
#right p{
}
.box-links{

	width:270px;
	margin: 0 auto;
	margin-top: 26px;
	background-color:#fb7701;
	padding-bottom: 12px;
	font-size:11px;
	background:url(images/left-menu-bg.jpg)  top no-repeat;
}
.box-links a.active{
	color:#fb7701;
	font-weight: bold;
}
.box-links .new{
	color: #FF9900;
}
.box-links .promo{
	color: #F9FF5E;
}
.box-more{
	width:270px;
	margin: 0 auto;
	margin-top: 26px;
	padding-bottom: 12px;
	background-color:#DCDFE2;
}
.box-more h2{
	display: block;
	background-color: #B0B7BD;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 32px;
	padding-left: 20px;
}
.box-more p{
	color: #000000;
	font-size:12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:justify;
}
.box-more li{
	color: #000000;
	font-size:12px;
}

.box-product{
	display: table;
	width: 610px;
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 14px;

}
.box-product-left{
	float: left;
	width:260px;
	left: 0px;
}
.box-product-right{
	float: left;
	text-align: justify;
	width:320px;
	left: 260px;
}
.box-product-more{
	position: relative;
	width: 600px;
	margin: 0 auto;
	background-color: #A8BDD3;
}
.box-product-more a{
	color: #000000;
}
.box-product-more-right{
	font-size: 11px;
	background-color: #dcdfe2;
	font-weight: bold;
	padding-left: 20px;
}

.box-product-small{
	float: left;
	width:180px;
	margin: 6px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	height:150px;
}
.box-product-small img{
	border: 0px;
}


.box-pdfs{
	width:240px;
	font-weight: bold;
	margin-bottom:20px;
}
.order{
	font-size:11px;
}
.order .submit{
	background-color:#fb7701;
	color: #FFFFFF;

}


.table-product-small{
	font-size:11px;

}
.box-product-small td{
	vertical-align: top;
}

.page{
	position: relative;
	display: table;
	width: 600px;
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 30px;

}

#footer{
	width:970px;
	height: 50px;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	vertical-align: bottom;
	margin-top: 20px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
