@charset "utf-8";
@import "reset.css";

/**
 ** core tags
 **/

body {
	background: #132446 url(/images/bg.gif) repeat-x;
}

/**
 ** #container
 **/

#container {
	background: #ffffff;
	margin: 20px auto;
	padding: 10px 5px 5px 5px;
	width: 880px;
}

/**
 ** #header
 **/
 
#header div.top {
	background: url(/images/bg-header-top.gif) bottom repeat-x;
	border-bottom: solid 1px #ffffff;
	color: #17284f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 0px;
	padding: 0 20px;
	text-transform: uppercase;
}

#header div.top font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 31px;
}

#header div.top img {
	margin-right: 10px;
	vertical-align: bottom;
}

#header div.top span {
	float: right;
}

#header div.bottom {
	background: url(/images/bg-header-bottom.gif) top repeat-x;
	border-bottom: solid 1px #e5d47a;
	color: #e5d47a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 71px;
	padding: 0;
}

#header div.bottom a.catalog {
	margin-top: 38px;
	float: right;
}

#header div.bottom span {
	display: none;
}

#header div.bottom font {
	position: relative;
	top: 23px;
}

#header div.bottom object {
	float: left;
}

#header div.bottom img.logo {
	float: left;
	margin-right: 15px;
	vertical-align: bottom;
}

/**
 ** #nav
 **/
 
#nav {
	float: left;
	height: 314px;
	width: 178px;
}

#nav a {
	background-image: url(/images/bg-nav.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	padding: 7px 0 0 20px;
	text-decoration: none;
	width: 158px;
}

#nav a:hover {
	color: #e5d47a;
}

#nav a.on {
	background: none;
	color: #e5d47a;
}

#nav h1 {
	color: #e5d47a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 20px;
	text-transform: uppercase;
}

#nav p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 0 20px;
}

/**
 ** #navh
 **/
 
#navh {
	background: url(/images/bg-content.jpg) left top repeat;
	color: #e5d47a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding: 10px 13px 0 0;
	text-align: right;
}

#navh a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#navh a:hover {
	color: #e5d47a;
	text-decoration: underline;
}

#navh a.on {
	color: #e5d47a;
}

#navh span {
	margin: 0 7px;
}

/**
 ** #content
 **/

#content {
	background-image: url(/images/bg-content.jpg);
	background-repeat: repeat;
	background-position: 0 -34px;
	overflow: auto;
}
 
#content div.top {
	width: 880px;
	overflow: auto;
}

/**
 ** #slideshow
 **/
 
#slideshow {
	background-color: #000000;
	float: right;
	height: 310px;
	margin-right: 13px;
	width: 689px;
}

#slideshow img {
	border: solid 2px #e5d47a;
	vertical-align: top;
}

/**
 ** #text
 **/
 
#text {
	background-color: #ffffff;
	float: left;
	margin-right: 13px;
	min-height: 500px;
	padding: 15px;
	width: 462px;
	border: solid 2px #e5d47a;
}

#text a {
	color: #2452a6;
}

#text a:hover {
	text-decoration: none;
}

#text p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
}

#text p.element {
	line-height: normal; 
	margin-bottom: 10px;
}

#text p.last {
	margin-bottom: 0px;
}

#text h1 {
	color: #305296;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

#text h2 {
	color: #305296;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: normal;
	margin-bottom: 10px;
}

#text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #305296;
	text-transform: uppercase;
	margin-top: 15px;
}

#text h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #305296;
	text-transform: normal;
	margin-top: 15px;
	margin-bottom: 4px;
}

#text h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 13px;
	margin-top: 4px;
	margin-bottom: 11px;
}

#text h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-transform: normal;
	line-height: 140%;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 11px;
}

#text h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: right;
	color: #333333;
	text-transform: uppercase;
	line-height: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 12px;
}

#text h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #305296;
	text-transform: normal;
	margin-top: 2px;
	line-height: 17px;
}

#text ul {
	margin-top: 5px;
}

#text ul li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	list-style-type: square;
	margin-left: 30px;
}

#text label {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
}

#text form {
	margin-top: 20px;
}

#text .before {
	margin-left: 10px;
}

#text .indent {
	margin-left: 20px;
}

#text input.textbox {
	border-left: solid 1px #ababab;
	border-top: solid 1px #ababab;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	color: #111111;
	font-family: Arial;
	font-size: 13px;
	margin-right: 5px;
	padding: 3px;
}

#text input.error {
	background-color: #f9f0c3;
	border: solid 1px #b42e33 !important;
}

#text input.button {
	font-family: Arial;
	font-size: 13px;
	margin-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 60px;
}

#text select {
	border-left: solid 1px #ababab;
	border-top: solid 1px #ababab;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	color: #111111;
	font-family: Arial;
	font-size: 13px;
	margin-right: 5px;
	padding: 2px;
	width: 106px;
}

#text textarea {
	border-left: solid 1px #ababab;
	border-top: solid 1px #ababab;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	font-family: Arial;
	font-size: 13px;
	height: 105px;	
	padding: 2px;
	width: 315px;
}

#text font.notice {
	color: #a92310;
}

#text span.right {
	float: right;
}

#text span.right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#nav div.twitter a {
	background-position: none;
	background-repeat: none;
	border-bottom: none;
	display: block;
	height: auto;
	padding: 0 0 0 0;
	width: auto;
}

/**
 ** #highlight
 **/
 
#highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/**
 ** #column-right
 **/
 
#column-right { 
	float: right;
	padding: 0 13px 0 0;
	width: 180px;
}

#column-right p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin-top: 10px;
}

#column-right img {
	border: solid 2px #e5d47a;
	vertical-align: top;
}

/**
 ** #footer
 **/
 
#footer {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 50px;
	line-height: 150%;
	padding: 20px 0 0 20px;
	text-transform: uppercase;
}

#footer a {
	color: #e5d47a;
	text-decoration: none;
}

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

#footer span {
	margin: 0 10px;
}

/**
 ** #callouts
 **/
 
#callouts {
	margin-right: 13px;
	width: 867px;
	overflow: auto;
}

/**
 ** #callout
 **/
 
#callout {
	color: #ffffff;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	margin-left: 10px;
	width: 152px;
}

#callout a {
	color: #ffffff;
}

#callout a:hover {
	text-decoration: none;
}

#callout a.more {
	color: #e5d47a;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	width: 85px;
}

#callout h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 5px 0;
}

#callout h2 {
	color: #e5d47a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#callout h3 {
	color: #305296;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	text-transform: uppercase;	
}

#callout em {
	display: block;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
}

#callout font {
	color: #e5d47a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#callout span {
	color: #ffffff;
	text-transform: none;
}

#callout div.content {
	background: #000000;
	border: solid 2px #ffffff;
	height: 225px;
	padding: 7px;
	vertical-align: top;
}

#callout div.rewards {
	background: #000000 url(/images/jacket_w_logo.jpg) center bottom no-repeat;
}

#callout div.video {
	padding-top: 43px;
	height: 144px !important;
}


/**
 ** #video
 **/
 
#video {
	margin-bottom: 20px;
	text-align: center;
}