/* CSS Document */
/* --------------------TOP START-------------------- */
#logo{
float:left;
width:200px;
height:100px;
}

#toplinks{
float:left;
width:719px;
height:50px;
background-image:url(searchbg.jpg);
background-position:right;
background-repeat:no-repeat;
}

#toptext{
float:left;
width:719px;
height:50px;
text-align:right;
}

#menu{
float:left;
width:919px;
height:50px;
}

/* --------------------TOP  END-------------------- */

/* --------------------LEFT START-------------------- */

#middle{
float:left;
width:919px;
height:100%;
}

#left{
float:left;
width:200px;
height:300px;
}

#products{
float:left;
width:718px;
height:100%;
}

/* --------------------LEFT END-------------------- */

/* --------------------BOTTOM START-------------------- */

#bottom{
float:left;
width:919px;
height:500px;
}

#bottomRWH{
float:left;
background-image:url(bottombg.jpg);
background-repeat:no-repeat;
margin-left:10px;
width:290px;
height:450px;
}

#bottomWaterButts{
float:left;
background-image:url(bottombg.jpg);
background-repeat:no-repeat;
margin-left:10px;
width:290px;
height:350px;
}

#bottomLargeWT{
float:left;
background-image:url(bottombg.jpg);
background-repeat:no-repeat;
margin-left:10px;
width:290px;
height:350px;
}
/* --------------------BOTTOM END-------------------- */
