/* CSS Document */

body{
width:100%;
height:100%;
background-color:#666666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}

.top{
width:100%;
height:20px;
background-color:#666666;
}
.hoz_bar{
width:100%;
height:15px;
border-top: 1px solid #FFFFFF;
background-color:#333333;
}
.hoz_bar_1{
width:100%;
height:14px;
border-bottom: 1px solid #FFFFFF;
background-color:#333333;
}
#con_container{
width:100%;
height:auto;
background-color:#eaecf2;
display:table;
}

#content{
width:603px;
height:auto;
margin:15px auto 15px auto;
border:1px solid #666666;
}

#top_menu{
width:603px;
text-align:right;
color:#FFFFFF;
font-weight:bold;
margin:55px auto 0px auto;
}
#top_menu a{
text-decoration:none;
color:#FFFFFF;
}

#top_menu a:link, a:visited, a:hover{
text-decoration:none;
color:#FFFFFF;
}

#bot_menu{
width:603px;
height:auto;
padding:4px 0px 0px 0px;
text-align:right;
color:#FFFFFF;
margin:0px auto 0px auto;
}

#con_top{
width:603px;
height:161px;
border:1px solid #000000;
border-right:none;
background-image:url(images/basins.jpg);

}
#toil_top{
width:603px;
height:161px;
border:1px solid #000000;
border-right:none;
background-image:url(images/toilets.jpg);

}

#contact_top{
width:603px;
height:161px;
border:1px solid #000000;
border-right:none;
background-image:url(images/contact.jpg);

}

#about_top{
width:603px;
height:161px;
border:1px solid #000000;
border-right:none;
background-image:url(images/about.jpg);

}
#con_con{
width:603px;
height:auto;
background-color:#FFFFFF;
}

#con_menu{
width:599px;
height:auto;
margin: 5px 0px 5px 4px;
}
#con_menu a:link, a:visited, a:hover{
text-decoration:underline;
color:#0000CC;
}


.prod_box{
width:599px;
height:auto;
margin: 5px 0px 5px 4px;
padding:10px 0px 0px 0px;
}

.prod{
width:577px;
height:auto;
margin:3px 0px 0px 5px;
padding:4px;
border:1px solid #333333;
}
.prod_con a {
text-decoration:underline;
color:#0000CC;
}

.prod_cat{
color:#333333;
font-size:14px;
font-weight:bold;
}

.prod_name{
color:#666666;
font-size:14px;
font-weight:bold;
}

.prod_con{
width:100%;
height:auto;
display:table;
}

.prod_img{
float:left;
}

.prod_desc{
width:310px;
height:auto;
margin:0px 0px 0px 10px;
float:left;
}


