@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
body {
background-image:url(../img/bg.jpg);
background-repeat:repeat-x;
background-color: #FFFFFF;
font-family:Helvetica, Verdana, Arial, sans-serif;
}

/*--------------------------------------------------Positioning-------------------------------*/
#container {
margin: 0 auto;
width: 800px;
}
#header {
margin-top:38px;
}
#header a img {
text-decoration:none;
border:none;
}

.logo {
position: relative;
left:250px;
bottom:38px;
z-index:2;
}
#slideshow {
width:820px;
height:305px;
background-color:#000;
margin-top:-100px;
padding:0;
border: 1px solid #3f3f3f;
}

#slideshow p {
width:285px;
font-size:.9em;
color:#fff;
margin-top:10px;
margin-left:18px;

}

.slides {
position:relative;
top:10px;
left:10px;
margin:0 auto;
}
.slides div {
display:none;
position:absolute;
top:0;
left:0;		
height:283px;
line-height:18px;
}
.slides a {
display:block;
font-family:Helvetica, Arial, sans-serif;
width:120px;
height:29px;
background: url(../img/visit_bg.gif) repeat-x top center;
margin-left:95px;
padding-top:6px;
color:#FFF;
line-height:18px;
text-decoration:none;
font-weight:bold;
text-align:center;
}
.slides a:hover {
display:block;
font-family:Helvetica, Arial, sans-serif;
width:120px;
height:29px;
background: url(../img/visit_rollover.gif) repeat-x top center;
margin-left:95px;
padding-top:6px;
color:#FFF;
line-height:18px;
text-decoration:none;
font-weight:bold;
text-align:center;

}
#slide1 {
background: url(../img/grandopenings_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide1 img {
margin-top:20px;
margin-left:10px;
}
#slide2 {
background: url(../img/centralhardwoods_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide2 img {
margin-top:20px;
margin-left:20px;
}
#slide3 {
background: url(../img/dimensionalmillwork_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide3 img {
margin-left: 85px;
}
#slide4 {
background: url(../img/dmiaz_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide4 img {
margin-top:10px;
margin-left: 85px;
}

#slide5 {
background: url(../img/milwaukeemillwork_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide5 img {
margin-top:10px;
margin-left: 45px;
}
#slide6 {
background: url(../img/c3surfaces_slide.jpg) no-repeat;
width:798px;
height:283px;
}
#slide6 img {
margin-top:10px;
margin-left: 95px;
}
.tabs {
clear:both;
margin-left:350px;
margin-top:5px;
}
/* single tab */
.tabs a {
	width:14px;
	height:14px;
	float:left;
	margin:5px;
	background:url(../img/tabs.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -28px;     
} 	

#content {
width:820px;
line-height:22px;
}
#content_left {
width:340px;
margin-top:0;
padding-top:0;
float:left;
}
#accordion {
display:none;
}
#productLine {padding-top:10px;}
#productLine img {border:0; vertical-align:middle;}
#content_right {
width:460px;
margin-top:0;
padding-top:0;
float:right;
}

#content_right ul {
width:200px;
margin-left:-10px;
}
#content_right ul li {
text-decoration:none;
list-style:none;
}
.ulRight {
position:absolute;
top:15px;
left:245px;
margin-right:-20px;
}

#footer {
clear:both;
font-family: calibri, arial, helvetica, sans-serif;
font-size: small;
margin-left:20px;
}

