body{
background-color: #666666;
background-image: url(../images/design/u_grad.jpg);
background-repeat: repeat-x;
padding: 0;
margin: 0;

}

p{
margin-bottom: 0;
padding-bottom: 1em;
color: #bbb;
font-family: georgia;
/*padding-left: 50px;
padding-right: 50px;*/
}

h1, h2, h3, h4{
margin: 0;
padding: 0;
color: #eee;
font-family: georgia;
}

h1{
font-size: 3em;
}

h2{
text-align: center;
font-size: 1.8em;
font-family: monotype corsiva, georgia;
}

.cleanup{
clear: both;
}

.wrapper{
padding: 5px;
position: absolute;
top: 135px;
left: 120px;
height: 100%;
width: 80%;
min-width: 750px;
}

.top{
position: relative;
width: 100%;
height: 50px;
background-color: black;
}

.topright{
position: absolute;
right: 0%;
top: 0;
height: 50px;
width: 50px;
background-image: url(../images/ur_corner.gif);
background-repeat: no-repeat;
}

.topleft{
position: absolute;
left: 0;
top: 0;
height: 50px;
width: 50px;
background-image: url(../images/ul_corner.gif);
background-repeat: no-repeat;
}

.middle{
position: relative;
background-color: black;
width: 100%;
}

.content{
padding: 0 100px 0 100px;
font-family: tahoma;
color: white;
}

.bottom{
position: relative;
background-color: black;
height: 50px;
width: 100%;
}

.bottomright{
position: absolute;
right: 0%;
bottom: 0%;
height: 51px;
width: 50px;
background-color: #666666;
background-image: url(../images/lr_corner.gif);
background-repeat: no-repeat;

}

.bottomleft{
position: absolute;
left: 0;
bottom: 0;
height: 51px;
width: 50px;
background-color: #666666;
background-image: url(../images/ll_corner.gif);
background-repeat: no-repeat;
}

.logo{
position: absolute;
left: 5px;
top: 5px;
height: 100px;
width: 100px;
background-image: url(../images/cabinetlogo4.jpg);
}

a{
color: #fff;
}

a:visited{
color: #666;
}

a:hover{
color: #a52a2a;
}

#doorcontainer{
position: relative;
padding-left: 50px;
padding-right: 50px;

}

.door{
padding: 2px;
background-color: white;
/*width: 144px;*/
margin-left: 20px;
margin-right: 20px;
float: left;
margin-bottom: 20px;
height: 220px;
}

#staincontainer{
position: relative;
padding-left: 50px;
padding-right: 50px;

}

.stain{
border: 1px solid white;
/*width: 144px;*/
margin-left: 17px;
margin-right: 17px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
height: 190px;
color: white;
text-align: center;
font-weight: bold;
font-size: 18px;
}

.stain img{
border-width: 1px;
border-style: solid;
border-color: black;
}

.cleanupleft{
clear: left;
}

td{
color: white;
}

.topbanner{
background-repeat: no-repeat;
background-color: black; 
width: 100%; 
height: 100px;
min-width: 970px;
}

.topbanner .topbanner-logo{
background-image: url(../images/cabinetlogo6.jpg);	
height: 100px;
margin-left: 10px;
width: 	100px;
float: left;
}

.topbanner-left{
float: left;	
}

.topbanner h1{
padding-left: 0;	
}

.topbanner h2{
text-align: left;
padding-left: 30px;	
}

.topbanner-right{
padding-right: 10px;
padding-top: 20px;
float: right;	
color: white;
}