/* CSS Document */

* {
margin:0;
padding: 0;
}

body{
font-family: "Century Gothic","Avant Garde", sans-serif;
color: #7F3910;
font-size: 62.5%;
background-color: #FFFFFF;
}

#wrapper {
width: 920px;
margin: 20px auto 0;
}

#rightcol {
float:right;
width: 200px;
text-transform:uppercase;
/*padding: 293px 0 0;*/
background-color: #FFFFFF;
}

#rightcol ul {
list-style-type:none;
font-size: 1.1em;
}

#rightcol ul li {
margin-bottom: 0.5em;
}

#rightcol a:link, #rightcol a:visited{
color: #7F3910;
text-decoration:none;
} 

#rightcol a:hover {
color: #C68612;
text-decoration:underline;
} 

#content_menu {
float:left;
text-align: center;
}

#content_menu a {
text-decoration:none;
cursor:pointer;
}

#content_menu a:hover .menuTop{
background-color:#3C2012;
}
#content_menu a:hover .menuMid{
background-color:#3C2012;
}
#content_menu a:hover .menuBot{
background-color:#3C2012;
}

#content {
margin-left: 195px;
background-color: #FFFFFF;
width: 400px;
padding: 0 25px 25px 50px;
font-size: 1.1em;
}

#content_menu ul {
/*padding:0 10px 0 35px;*/
height: 180px;
width: 210px;
/*margin-bottom: 13px;*/
margin-bottom: 19px;
color: #FFFFFF;
list-style-type:none;
font-size: 1.4em;
text-transform: uppercase;
letter-spacing: 0.3em;
}

#content_menu ul ul li{
font-size: 0.6em;
/*margin-left: -15px;*/
list-style-type: disc;
}


.menuTop {
background-color: #BE181E;
}

.menuMid {
background-color: #A72428;
}

.menuBot {
background-color: #B7521E;
}

#content_wrapper {
/*background-color: #E6E7E8;*/
}

#logo {
height: 140px;
background-color:#FFFFFF;
}

#footer {
width: 990px;
margin: 0 auto;
text-transform: uppercase;
background-color: #7F3910;
color: white;
clear:both;
height: 33px;
line-height: 33px;
text-align: center;
font-size: 1.2em;
}

#footer a:hover {
color: #3C2012;
}

#top_address {
text-transform: uppercase;
color: #7F3910;
font-size: 1.2em;
}

#address_top a:hover {
color: #3C2012;
}


h1{
margin-top: 0;
}

h2 {
color: #C68612;
text-transform: uppercase;
margin-bottom: 0.3em;
margin-top: 2em;
}

h2.top {
margin-top: 0;
}

p {
margin-bottom: 2em;
}

#packshots {
margin: 10px 0 30px;
}

#packshots img {
padding-right:29px;
}

a {
color: #C68612;
}

a:hover {
color: #7F3910;
}

.work_listing img {
float: left;
margin-right: 15px;
}

.work_listing {
min-height: 110px;
}