* { margin: 0; padding: 0; border: 0; }
ul { list-style: none; }
body { font: 14px Helvetica, Verdana, Arial; color: #666; }
a, a:visited { color: #333; }
a:hover {text-decoration: none;}
#container { width: 900px; margin: 0 auto; padding: 0 30px 30px 30px; }
#header { height:45px; margin: 20px 0; }
#logo { height: 40px; width: 195px; float: left; display: block; }
.grey-bar-small {height: 2px; background-color: #ccc; width: auto; margin: 2px 0; overflow:hidden; display:block;}
#home-content { text-align: center; padding: 50px 30px; }
#home-content h2 { text-indent: -9000px; background: transparent url(../_img/welcome.gif) no-repeat scroll left top; width: 640px; height: 17px; margin: 0 auto; padding: 0 0 20px 0; }
#links { font-size: 13px; padding: 20px 0 0 0; }
#footer { color: #222; background-color: #999; height: 12px; font-size: 11px; padding: 8px 8px 7px 8px; }
#footer a { color: #111; }
.right { float: right; }
.left { float: left; }
a:focus { outline:none }
.product-box{ padding: 25px; line-height: 18px; }
.product-list {margin-top: 15px;}
.product-list li{ padding: 10px; border-top: 1px solid #999; }
.link{ padding: 10px; }
#left-col{ float: left; width: 210px; }
#left-col img  { }
#right-col{ float: right; width: 550px; }
#right-col img { padding: 3px; margin: 7px; border: 1px solid #ccc; }

#contact-content { text-align: left; padding: 50px 30px;  }
p.contactHeader{font: 20px Helvetica, Verdana, Arial; color: #8da0aa;}
p.contactHeader2{font: 16px Helvetica, Verdana, Arial; color: #5f7eb9;}

#manu-content { text-align: left; padding: 50px 30px; }

#navcontainer ul
{
width: 250px; margin: 0; padding: 0; 
list-style-type: none;
}

#navcontainer ul li { 
text-decoration: none;
padding: .2em 0em;}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
}







/*------------------------dropDowns only styles------------------------*/


ul#topnav {
	margin: 0 auto; 
	padding-left:35px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	float:left;
	width: 668px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.interior {
	background: url(../_img/nav/nav_interior.png) no-repeat;
	width: 120px; 
}
ul#topnav a.exterior {
	background: url(../_img/nav/nav_exterior.png) no-repeat;
	width: 62px; 
}
ul#topnav a.metal {
	background: url(../_img/nav/nav_metal.png) no-repeat;
	width: 50px; 
}
ul#topnav a.walls {
	background: url(../_img/nav/nav_walls.png) no-repeat;
	width: 104px; 
}
ul#topnav a.glass {
	background: url(../_img/nav/nav_glass.png) no-repeat;
	width: 48px; 
}
ul#topnav a.furniture {
	background: url(../_img/nav/nav_furn.png) no-repeat;
	width: 70px; 
}
ul#topnav a.manu {
	background: url(../_img/nav/nav_manu.png) no-repeat;
	width: 112px; 
}
ul#topnav a.contact {
	background: url(../_img/nav/nav_contact.png) no-repeat;
	width: 70px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 38px; left: 0;
	background-color:#FFF;
	padding: 0px 5px 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border: 1px solid #8da0aa;
	font-weight:normal;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 5px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 125px;
	float: left;
	font-size:11px;
	line-height: 15px;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #3f5060;

}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../_img/nav/arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #4e4e4e;
	font-weight: normal;
	
}
ul#topnav .sub ul li a:hover {color: #8da0aa; background-position: 5px 12px ;}







