/*#############################################################
Name: BDCC
Date: 2010-02-09
Author: Jason Long
URL: http://www.bdcchomes.com
#############################################################*/

/* Standard elements */
* 
{
margin: 0;
padding: 0;
}

a:link,a:visited
{
display:block;
font-weight:bold;
color:#999;
background-color:#222;
width:200px;
text-align:left;
padding:8px;
text-decoration:none;
}
a:hover,a:active
{
background-color:#444;
color:rgb(94,87,6d);
}
img 
{
float:left;
}

body 
{
background: #141414;
color: #555;
margin: 20px 0;
font: normal 0.7em sans-serif,Arial;
}



/* Main structure */
.main 
{
background: #141414; 
border: 0px double #EEE; 
border-color: #202020;
margin: 20px auto 4px auto; 
text-align: center;
}


/* Header */
.gfx 
{
background: #222 url(img/mainlogo.jpg) no-repeat;
height: 400px;
}



/* SubHeader */
.subgfx 
{
background: #222 url(img/logo.jpg) no-repeat;
height: 240px;
}



/* Menu */
.menu a 
{
background: #222;
border-top: 5px solid #444;
color: #999;
font-size: 1.4em;
float: left;
padding-top: 4px;
width: 200px; height: 36px;
}

.menu a:hover 
{
background: #444;
color: #111;
}



/* Footer */
.footer 
{
padding: 5px;
background: #0A0A0A;
color: #666;
} 



