/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family:  Arial, Helvetica, Tahoma, Verdana,  sans-serif;
	background:#393939 url(images/bg.jpg) 0px 100px repeat-x;
}


#main
{
width: 863px;
height: 100px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
overflow: hidden;
padding-left: 34px;
}

#header
{
width: 829px;
height: 100px;
background: url(images/header.jpg) top no-repeat;
color:#666; 
font-size: 12px;
float: left;
text-align: right;
}

#header	a
{ 
color:#666; 
text-decoration: none; 
font-size:12px;
}

#header a:hover	
{ 
color:#930;
}

#logo
{
width: 122px;
height: 100px;
float: left;
padding-top: 5px;
padding-left: 0;
}

/* ---------------- NAV ----------- */

#nav_top	
{
color: #FFFFFF;
display:block; 
height:70px; 
padding-left: 30px;
font-family:verdana; 
font-size:12px;
}

#nav_top a		
{ 
text-decoration:none; 
font-weight:bold; 
color:#CCC; 
padding:0px 16px 0 16px; 
line-height:37px; 
background:url(images/tabbg.jpg) right no-repeat;
}

#nav_top a:hover
{ 
color:#f1f1f1;
}

#subnav	
{ 
width: 850px;
height:30px; 
margin-left: auto;
margin-right: auto;
font-family:verdana; 
font-size:11px;
color:#fff;
}

#subnav a		
{ 
text-decoration:none; 
font-weight:bold; 
color:#000000; 
padding:0px 16px 0 16px; 
line-height:30px; 
}

/* ---------------- CONTENT ----------- */

#maincontainer
{
width: 897px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#container
{
width: 897px;
height: 400px;
float: left;
background-color: #000000;
}

#homeimage
{
width: 881px;
height: 209px;
float: left;
overflow: hidden;
padding-left: 8px;
}


#container h1
{
margin: 10px 0 0 10px;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ffffff;
text-align: left;
}

#container p
{
margin: 10px 0 10px 10px;
font-size: 12px;
text-align: left;
color: #FFFFFF;
}

/* ---------------- WORKSURFACES ----------- */
.limegreen
{
color: #32CD32;
}

#worksurfaces
{
width: 897px;
height: auto;
float: left;
margin: 0;
padding: 0;
border-bottom: 2px solid #FFFFFF;
background-color:#CCCCCC;
}

#topleft
{
width: 600px;
height: auto;
float: left;
padding: 10px 0 10px 0;
}

#topright
{
width: 280px;
height: 271px;
float: left;
padding-top: 10px;
}

.granitebox
{
width: 50px;
height: 50px;
float: left;
margin: 3px;
padding: 0;
overflow: hidden;
}

.laminatebox
{
width: 50px;
height: 50px;
float: left;
margin: 3px;
padding: 0;
overflow: hidden;
}

.doorbox
{
width: 50px;
height: 80px;
float: left;
padding: 0;
margin: 3px;
overflow: hidden;
}

/* ---------------- FOOTER ----------- */

#copy	
{
text-align:center; 
background:#000000; 
display:block; 
padding-bottom:10px; 
line-height:22px;
font-size: 12px;
color:#ffffff; 
}

#copy a	
{ 
color:#ffffff; 
text-decoration:none; 
font-size:12px;
}

.clearall
{
clear: left;
}