/* Colors  */
/*
lt gray - #dfe6e4
med gray - #bccbc9
dark gray - #a2b7b5
blue - #17325c
*/

/* General */
body {
	margin: auto;
    padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
    background-color: #bccbc9;
	text-align: center;
}
a:link {
	color: #17325c;
}
a:active {
	color: #17325c;
}
a:visited {
	color: #17325c;
}
a:hover {
	color: #0067ac;
}
.clear {
	clear: both;
}
h1 {
	font-size: 25px;
	color: #17325c;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	color: #17325c;
	font-weight: bold;
	line-height: 22px;
}
h3 {
	font-size: 15px;
	color: #17325c;
	font-weight: bold;
	line-height: 20px;
}
hr {
   color: #17325c;
   text-align: center;
   background-color: #17325c;
   border: 0;
   padding: 0;
   height: 1px;
}

/* Layout  */
#main {
    width: 1000px;
	position: relative;
    background-color: #dfe6e4;
    margin:0px auto;
	text-align:left;
}

/* Header  */
#header {
    height: 72px;
}
.logo {
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.free {
	position: absolute; top: 60px; left: 916px;
	z-index: 2;
}
#nav {
	width: 100%;
	margin: 0;
	padding: 0 0 0 250px;
	list-style: none;
    font-size: 14px;
    font-weight: bold;
}
#nav li{
	float: left;
    padding-top: 0px;
}
#nav a{
	text-decoration: none;
}
#nav span{
	padding: 0 8px 0 8px;
}
#topnav {
	width: 100%;
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
    font-size: 12px;
    font-weight: bold;
}
#topnav li{
	float: right;
}
#topnav a{
	text-decoration: none;
}
#topnav span{
	padding: 0 5px 0 5px;
}
a.active {
    color: #0067ac;
}

/* Content  */
#content {
    padding: 10px;
}
#content-main {
    float: left;
    width: 719px;
    border-right: 1px solid #17325c;
}
#content-sub {
    float: left;
    width: 260px;
    text-align: center;
}
#content-main div{
    padding: 0 10px 0 0;
}
#email {
    background: url(../images/bg_email.gif) no-repeat;
    width: 706px;
    height: 58px;
}
#email-txt {
    color: #fff;
    line-height: 58px;
    font-size: 14px;
    float: left;
    width: 360px;
    text-align: center;
}
#email-input {
    float: left;
    width: 185px;
    line-height: 58px;
}
#email-btn {
    float: left;
    width: 130px;
    text-align: right;
}

/* Products  */
#brand-main {
    width: 600px;
    background-color: #fff;
    margin-bottom: 15px;
}
#brand-hdr {
    background-color: #17325c;
    padding: 3px 0 3px 10px;
    color: #fff;
    font-weight: bold;
}
#brand-box {
    border-left: 1px solid #17325c;
    border-right: 1px solid #17325c;
    border-bottom: 1px solid #17325c;
    padding: 10px;
}
#brand-box img{
    margin-left: 15px;
}
hr.product-line {
   color: #17325c;
   text-align: center;
   background-color: #17325c;
   border: 0;
   padding: 0;
   margin: 10px 0 10px 0;
   height: 1px;
}
.price {
   color: #c00;
   font-size: 16px;
   font-weight: bold;
   line-height: 20px;
}
.cart {
   margin: 5px 0 10px 0;
}

/* Footer  */
#footer-sub {
    padding: 10px;
    font-size: 11px;
}
#footer {
    background-color: #a2b7b5;
}
#footer .cols {
    width: 20%;
    padding: 10px 0 10px 0;
    float: left;
    line-height: 25px;
}
#footer .cols div{
    padding: 0 0 0 10px;
}

