@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, sans-serif;
}

body {
/*background: #3E4D69;*/
font-size: 8.5pt;
color: #231F20;
}

#head {
background: url(../images/bg_head.png) repeat-x;
padding-bottom: 2px;
text-align: left;
position: relative;
}

#head a {
font-weight: bold !important;
line-height: 15pt;
text-decoration: none;
color: #fff;
padding: 0 3px;
}

#head a.logo {
line-height: normal;
}

#head img {
border: 0;
padding: 0;
}

#head img.masthead {
position: absolute;
}

#head a:hover {
text-decoration: underline;
}

#head div {
width: 960px;
padding-left: 10px;
}

#top_nav {
text-align: right;
color: #fff;
}

#main_nav a {
color: #231F20;
}

#outer_wrap  {
/*background: #fff url(../images/bg_foot.png) repeat-x bottom;*/
}

#inner_wrap {
width: 950px;
padding: 20px 0 50px 15px;
}

#foot {
clear: both;
text-align: center;
width: 660px;
margin: 10px auto;
padding: 10px 0;
border-top: 1px solid #dddddc;
line-height: 14pt;
}

#foot span {
font-weight: bold;
}

a {
color: #3E4D69;
}
a:hover {
color: #273854;
}

#left_col {
float: left;
width: 650px;
padding-bottom: 20px;
}

#right {
width: 300px;
float: right;
}

#right a:hover {
text-decoration: underline;
}

#quick a {
font-size: 120%;
text-decoration: none;
display: block;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
margin: 15px 0;
margin-left: 20px;
}

h1 {
font-size: 14pt;
font-weight: normal;
line-height: 18pt;
}

h1 span {
display: block;
font-weight: bold;
font-size: 8pt;
}

#right h1 {
border-bottom: 4px solid #3e4d69;
padding-bottom: 5px;
margin-bottom: 4px;
}

#right h1 strong {
text-transform: uppercase;
font-size: 90%;
}

#right table td {
padding: 2px 6px 2px 0;
line-height: 14pt;
vertical-align: top;
}

p {
margin: 10px 0;
line-height: 14pt;
}

#box_wrap {
position: relative;
margin-bottom: 40px;
}

.box {
width: 310px;
border: 2px solid #3e4d69;
background: #dddddc;
position: relative;
}

.box img {
border: none;
}

.box a {
display: block;
padding: 8px;
position: relative;
left: 194px;
text-align: right;
width: 100px;
background: #979797;
clear: both;
color: #fff;
margin-top: 17px;
outline: none;
}

.box a:hover {
background-color: #333;
}

.box a.unstyled {
display: inline;
padding: 0;
position: static;
width: 0;
background: none;
margin-top: 0;
}

.box_right {
position: absolute;
top: 0;
left: 325px;
}

.box h2 {
background: #3e4d69;
color: #fff;
font-weight: normal;
padding: 6px;
width: 90%;
text-indent: -9999px;
position: absolute;
}

.box p {
padding: 0 15px;
text-transform: uppercase;
}

h2.lux {
background: #3e4d69 url(../images/heading_lux.png) no-repeat 10px;
}

h2.buy {
background: #3e4d69 url(../images/heading_buy.png) no-repeat 10px;
}

.box ul {
color: #f7981d;
margin: 10px 30px;
font: 9.5pt arial, Arial, Helvetica, sans-serif;
line-height: 16pt; 
list-style: square url(../images/bullit.png);
}

ul li span {
color: #231F20;
}

.featured {
padding: 2px;
background: #676767; 
margin-bottom: 8px;
color: #fff;
}

h3 {
text-transform: uppercase;
font-weight: normal;
color: #fff;
text-align: center;
padding: 6px;
background: #333;
font-size: 11pt;
}

.featured a {
color: #f7981d;
text-decoration: none;
font-weight: bold;
}