/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 22px;
color: #333333;
background-image: url(images/topbar.gif);
background-repeat: repeat-x;
background-color: #fdebc0;
background-position: top;
margin-top: 0px;
}

a:link, a:visited {
color: #5F6B32;
text-decoration: underline;
}

a:hover {
text-decoration: none;
color: #cf9101;
}


#container {
width: 960px;
margin-left: auto;
margin-right: auto;
}

#banner {
height: 92px;
}

#wrap {
background-image: url(images/wrapbg_06.jpg);
background-repeat: repeat-y;
}

#content-topper {
background-image: url(images/content-topper_03.jpg);
background-repeat: no-repeat;
height: 11px;
}

#content-bottom {
background-image: url(images/content-bottom_08.jpg);
background-repeat: no-repeat;
height: 12px;
}

#content {
float: left;
width: 650px;
padding: 0px 20px 10px 20px;
}

#content2 {
float: left;
width: 920px;
padding: 0px 20px 10px 20px;
}

#sidebar-a {
float: right;
width: 220px;
padding: 45px 20px 10px 20px;
font-size: 13px;
}

#footer {
clear: both;
height: 200px;
text-align: center;
font-size: 12px;
}

#map {
width: 360px;
float: right;
padding-top: 3px;
text-align: center;
}


/* -- Navbar -- */

div#navbar {
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 20px 8px;
width: 940px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #aa6400;
text-decoration: none;
display: inline;
border-bottom: 1px solid #feecc1;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right:0px;
margin-left: 10px;
margin-right: 10px; 
}

#navbar ul li a:hover {
color: #aa6400;
text-decoration: none;
border-bottom: 1px solid #f6bb0d; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Dropdown Menu Items -- */

#dropmenudiv{
position:absolute;
margin-top: 0px;
border: 1px solid #f6bb0d;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #f6bb0d;
padding: 6px 0px;
text-decoration: none;
color:#FFFFFF;
background-color: #f6bb0d;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #aa6400;
}


/* -- HTML -- */

h1 {
font-size: 12px;
font-weight: 300;
color: #aa6400;
margin-top: -10px;
}

h2 {
font-size: 15px;
font-weight: bold;
color: #aa6400;
}

hr {
color: #aa6400;
margin-bottom: 60px;
}

table {
font-size: 12px;
}


/* -- classes -- */

.green {
color: #016311;
}

.black24b {
color: #000000;
font-size: 24px;
font-weight: bold;
}

.sidebox {
display: block;
padding: 0px 10px;
border: 1px solid #f6bb0d;
background-color: #FFFFFF;
}

.photoleft {
float: left;
margin: 3px 20px 12px 0px;
padding: 3px;
border: solid 1px #f6bb0d;
}

.photoright {
float: right;
margin: 3px 0px 12px 20px;
padding: 3px;
border: solid 1px #f6bb0d;
}

.photoborder {
padding: 3px;
border: solid 1px #f6bb0d;
}

.pagetitle {
font-size: 18px;
font-weight: 300;
color: #aa6400;
}

.style8 {color: #FFFFFF; font-weight: bold; }


/* -- Page Identifiers -- */

body#home #navhome a,
body#about #navabout a,
body#floor #navfloor a,
body#remodel #navremodel a,
body#custom #navcustom a,
body#test #navtest a,
body#green #navgreen a,
body#contact #navcontact a {
color: #aa6400;
text-decoration: none;
border-bottom: 1px solid #f6bb0d;
}

