/* Structure
---------------------------------*/
* {
margin:0;
padding:0;
border:none;
}
body {
background-color:#d2c499;
font:12px "Tahoma","Lucida Grande","Trebuchet MS","Helvetica",sans-serif;
color:#000000;
}
#container {
width:720px;
margin:0 auto;
}
#content {
background-color:#FFF;
padding:3px;
height:1%;
}
#footer {
text-align:right;
background-color:#000000;
padding:6px;
color:#666666;
font-size:9px;
height:1%;
}
table {
width:640px;
margin:0 auto;
}
table td {
text-align:center;
padding:3px;
}
/* Structure > Navigation
---------------------------------*/
#nav {
background:url(images/nav/off.gif) no-repeat;
height:60px;
}
#nav a {
float:left;
background:none;
display:block;
height:60px;
}
#nav a span {
display:none;
}
#nav #home {
width:212px;
}
#nav #about {
width:82px;
}
#nav #services {
width:64px;
}
#nav #door {
width:92px;
}
#nav #rollout {
width:78px;
}
#nav #gallery {
width:65px;
}
#nav #testimonial {
width:101px;
}
#nav #contact {
width:90px;
}
#nav #home:hover {
background:url(images/nav/home.gif);
}
#nav #about:hover {
background:url(images/nav/about.gif);
}
#nav #services:hover {
background:url(images/nav/services.gif);
}
#nav #door:hover {
background:url(images/nav/door.gif);
}
#nav #rollout:hover {
background:url(images/nav/rollout.gif);
}
#nav #gallery:hover {
background:url(images/nav/gallery.gif);
}
#nav #testimonial:hover {
background:url(images/nav/testimonial.gif);
}
#nav #contact:hover {
background:url(images/nav/contact.gif);
}

/* Classes
---------------------------------*/
.clear { clear:both; }
.left {
float:left;
padding-right:6px;
}
.right {
float:right;
padding-left:6px;
}
.vdown tr td {
vertical-align:bottom;
}
.center {
	text-align:center;
}

/* Text
---------------------------------*/
p {
padding:3px 3px 9px;
height:1%;
}
#content a:link, #content a:visited {
color:#4e0707;
text-decoration:underline;
}
#content a:hover {
color:#c04914;
}
#footer a:link, #footer a:visited, #footer a:hover {
color:#FFF;
text-decoration:underline;
}
ul {
margin:3px;
}
li {
margin:0 0 0 36px;
}
h1 {
padding:3px;
font:19px "Trebuchet MS","Tahoma","Lucida Grande","Helvetica",sans-serif;
display:block;
}
.gray {
color:#999999;
}
.bottomborder {
border-bottom:1px solid #999;
}
.swirl {
width:70px;
height:13px;
background:url("images/swirl.gif") top left no-repeat;
margin:6px auto;
}
em {
font-size:16px;
font-weight:700;
}