body {
background:#140d03;
font-family:'century gothic',sans-serif;
font-size:14px;
color:#a7afc2;
margin:0;
padding:0;
}
h1 {
font-size:16px;
font-weight:300;
color:#9a671c;
margin:0;
padding:10px 0;
}
h2{
font-size:16px;
font-weight:300;
color:#9a671c;
margin:0;
padding:10px 0;
}
a {
color:#a7afc2;
text-decoration:none;
}
a:hover {
color:#a7afc2;
text-decoration:underline;
}
#gold-bar {
height:80px;
width:100%;
background:#9a671c;
position:absolute;
top:0;
left:0;
z-index:-1;
}
#gold-line {
height:40px;
width:100%;
border-bottom:1px solid #342106;
position:absolute;
top:80px;
z-index:-1;
}
#grey-line {
background:#07070b;
border-top:1px solid #505360;
width:100%;
position:relative;
bottom:0;
z-index:0;
}
#container {
width:715px;
margin:0 auto;
margin-bottom:20px;
}
#header {
height:70px;
padding:5px 0;
}
#top-menu {
font-size:16px;
height:40px;
}
#top-menu ul {
margin:0;
padding:0;
}
#top-menu li {
list-style-type:none;
margin:9px 17px;
float:left;
}
#top-menu a {
color:#be8024;
text-decoration:none;
}
#top-menu a:hover {
color:#f6e2c6;
text-decoration:none;
}
#slideshow {
height:335px;
width:715px;
margin:20px 0 40px;
overflow:hidden;
}
#main-content {
border-top:1px solid #50360f;
border-bottom:1px solid #50360f;
overflow:hidden;
}
#sidebar a {
text-decoration:none;
}
#client-nav {
text-align:right;
padding:10px 0;
}
#client-nav a:hover {
color:#fff;
text-decoration:none;
}
#footer {
font-size:12px;
width:715px;
padding:20px 0;
margin:0 auto;
}
.down {
color:#f6e2c6 !important;
}
.width460 {
width:450px;
padding:0 10px 0 0;
}
.width254 {
width:234px;
padding:0 10px;
}
.full {
width:100%;
padding:0 10px 0 0;
}
.bright {
border-right:1px solid #50360f;
}
.btop {
border-top:1px solid #50360f;
}
.bbottom {
border-bottom:1px solid #50360f;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.align-right {
text-align:right;
}
.justify {
text-align:justify;
}
.padtb {
padding-top:10px;
padding-bottom:10px;
}
.copper {
color:#9a671c;
}
.tan {
color:#caa978;
}
.clear {
clear:both;
}
.clear-right {
clear:right;
}
.sidebar {
background:#9a671c;
font-size:16px;
font-weight:bold;
color:#caa978;
padding:10px;
margin:10px 0;
border:2px solid #50360f;
}
.sidebar-down {
background:none;
font-size:16px;
font-weight:bold;
color:#caa978;
padding:10px;
margin:10px 0;
border:2px solid #50360f;
}
.highlight-box {
font-size:16px;
color:#a6742a;
width:420px;
padding:10px;
border:2px solid #50360f;
}
.quote {
font-family:'Times New Roman', serif;
font-style:italic;
font-size:23px;
color:#fff;
}
.form-txt {
background:#e3c496;
color:#140d03;
height:14px;
width:330px;
padding:5px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
.form-ta {
background:#e3c496;
color:#140d03;
height:140px;
width:330px;
padding:5px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
.form-submit {
background:url('../img/btn-send.png') no-repeat;
font-weight:bold;
color:#fff;
height:28px;
width:104px;
border:none;
cursor:pointer;
}