@charset "UTF-8";
/* CSS Document */

#pagetop {
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	width: 966px;
	/*border: solid #000000 1px;*/
	height: 448px;
	min-height: 448px;
}



#content{
	float: right;
	width: 780px;
	text-align: left;
	height: 448px;
	min-height: 448px;
	background-image: url(../../images/bg-content-showroom.gif);
}



#dsnavcolleft {
	float: left;
	width: 185px;
	height: 448px;
	min-height: 448px;
	background-image: url(../../images/bg-nav-kitchen-sr.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#dsnavcolleft #navlist {
	text-align: left;
	
}

#dsnavcolleft ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#dsnavcolleft a
{
display: block;
padding: 3px 0px 3px 0px;
width: 100%;
/*border-bottom: 1px solid #eee;*/
font-size: 9px;
color: #FFFFFF;
}

#dsnavcolleft a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#dsnavcolleft a:hover
{
background-color: #996600;
color: #EEDDB2;

}

#dsnavcolleft li img
{
border: 0;
}


