/* @override http://www.iron40.ca/css/main.css */

/* -- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* define focus styles! */

:focus {
	outline: 0;
}

/* Main components */

html {
	background: #232221 repeat-x;
}

body {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

body a {
	color: #9b2a00;
	border-bottom: 1px dotted orange;
	text-decoration: none;
}

body a:hover {
	color: #c89d2f;
}


#main {
	background-color: #f2f2f2;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px solid #b88e22;
	border-left: 3px solid #b88e22;
}

#header {
	height: 200px;
	width: 940px;
	background-color: #bd1719;
	background-image: url(../image/header_back.png);
}

#header_top {
	height: 268px;
	background-position: 50% 50%;
}

#header_logo {
	background-color: transparent;
	width: 278px;
	height: 149px;
	background-image: url(../image/home_logo.png);
	margin-left: 538px;
	z-index: 3;
	position: relative;
	margin-top: -250px;
}

#header_bottom {
	height: 115px;
	margin-top: -130px;
	z-index: -2;
	background: url(../image/IMG_2592.jpg) no-repeat 0 -8px;
}

#languages a{
	color: #c89d2f;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}
#languages a:hover{
	text-decoration: underline;
}


/* @group Home Page specific header items  */

#header_home {
	height: 740px;
	width: 940px;
	background-color: #bd1719;
	background-image: url(../image/header_back.png);
}

#header_home_top {
	height: 268px;
	background: url(../image/home_headline.png) no-repeat 50% 50%;
}

#header_home_logo {
	background-color: transparent;
	width: 278px;
	height: 149px;
	background-image: url(../image/home_logo.png);
	margin-top: -20px;
	margin-left: 331px;
	z-index: 3;
	position: relative;
}

#header_home_bottom {
	height: 420px;
	margin-top: -130px;
	background: url(../image/home_image.jpg) no-repeat;
	z-index: -2;
}

#header_home_bottom h1{
	font-size: 28px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 335px;
}




/* @end */

/* @group nav */

#nav {
	width: 940px;
	height: 52px;
	background-image: url(../image/nav_back.png);
}
#nav ul{
	list-style-type: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 10px;
}

#nav li{
	float: left;
}

#nav li a{
	color: white;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 18px;
	font-size: .75em;
	border-bottom-style: none;
	display: inline-block;
}

#nav li a:hover{
	color: #bd1719;
}

/* Menu abstraction hack - needs to be completed for all menu items*/

body#home #nav li.home a,
body#secure #nav li.secure a,
body#product #nav li.product a,
body#buy #nav li.buy a,
body#contact #nav li.contact a,
body#about #nav li.about a,
body#video #nav li.video a
{
	color: black;
}


/* @end */

#footer {
	background-color: #b88e22;
	height: 107px;
}

#footer1 {
	width: 160px;
	height: 58px;
	background-image: url(../image/footer_logo.png);
	float: left;
	margin-top: 27px;
	margin-left: 44px;
}

#footer2 {
	float: right;
	padding-top: 27px;
	padding-right: 40px;
}

#languages {
	text-align: center;
	font: .6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ba8528;
	letter-spacing: 1px;
	width: 220px;
	height: 17px;
	margin-top: -4px;
	margin-left: 100px;
	padding-top: 5px;
	background-image: url(../image/lang_back.png);
}

#body {
}

#spotlights {
	width: 940px;
	padding: 40px;
}

#body_topper {
	width: 820px;
	padding: 40px 60px 0;
}

#body_content_header {
	background-image: url(../image/body_copy_header.png);
	width: 860px;
	height: 11px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#body_content {
	background-color: white;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#column_1 {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#column_2 {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Typography */

#header_bottom h1{
	color: white;
	text-transform: uppercase;
	padding-top: 17px;
	padding-left: 65px;
	font-size: 2.1em;
}

#body h1, h2, h3, h4, h5{
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#body h2{
	color: #9b2a00;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#body_topper h2{
	color: #9b2a00;
	font-size: 1.5em;
	margin-bottom: 10px;
}


#body h3{
	color: #232221;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 2em;
}

#body h4{
	color: #b88e22;
	font-size: 1em;
	margin-bottom: 5px;
}

#body .inlinesub{
	text-transform: capitalize;
	color: #9b2a00;
	margin-bottom: 2px;
	font: italic bold .9em Georgia, "Times New Roman", Times, serif;
}

#body h5{
	color: #595755;
	margin-bottom: 15px;
	font-size: .8em;
}


#body h6{
	color: #595755;
	margin-bottom: 10px;
	font-size: .8em;
}

#body p{
	margin-bottom: 7px;
	line-height: 1.4em;
}

#body p sup{
	font-size: .6em;
	font-weight: bold;
	vertical-align: super;
}


#body_content ul{
	background-color: #eeedde;
	list-style-type: none;
}

#body_content ul li{
	padding-left: 30px;
	padding-right: 30px;
	font: bold .8em/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 7px;
}

#body_content ul li h3{
	text-align: center;
	line-height: 1.3em;
	font-size: 1.2em;
	margin-top: 10px;
}

#spotlights ul li a:hover{
	background-image: url(../image/spotlight_btn_on.png);
	color: white;
}

#body_content ol{
	list-style-type: disc;
	list-style-position: outside;
	margin: 20px 15px;
	line-height: 1.3em;
	list-style-image: url(../image/bullet.gif);
}


#body_content ol li{
	margin-bottom: 10px;
}

#spotlights ul{
	width: 260px;
	height: 162px;
	list-style-type: none;
	background-image: url(../image/home_spotlight_back.png);
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

#spotlights ul li h2{
	margin-top: 10px;
	font-size: 1.1em;
	color: #9b2a00;
	margin-bottom: 10px;
}
#spotlights ul li{
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1em;
	text-align: center;
	color: #3f3f3f;
	padding-top: 5px;
}

#spotlights ul li a{
	display: block;
	width: 192px;
	height: 46px;
	background: url(../image/spotlight_btn_off.png) no-repeat;
	border-style: none;
	padding-top: 16px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: .75em;
	color: #585858;
}

#footer2 p {
	font: .7em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: right;
	margin-top: 27px;
}

#footer2 p a{
	color: #000;
	border-bottom-color: black;
}

#footer2 p a:hover{
	color: #c01721;
}

/* Extras */

/* @group Forms */



.contactform form {
	
}

.contactform p {
	text-transform: uppercase;
	color: #494949;
	margin-top: 10px;
	padding: 0;
	font: bold .7em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.contactform .inputboxa {
	border-style: none;
	background-color: white;
	width: 300px;
	margin-top: 10px;
	height: 20px;
	margin-bottom: 20px;
	color: #b88e22;
	text-align: left;
	padding-left: 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	border: 1px solid gray;
}



.contactform .inputboxb {
	border-style: none;
	background-color: #ebecc9;
	width: 300px;
	margin-top: 10px;
	height: 70px;
	margin-bottom: 20px;
	color: #b88e22;
	text-align: left;
	padding-left: 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	border: 1px solid gray;
}

.contactform .sbutton {
	text-align: center;
	width: 150px;
	margin-left: 110px;
	color: #808080;
	height: 25px;
	text-transform: uppercase;
	font: bold 1.1em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/* @end */

.roundtop {
	background-image: url(../image/list_top.png);
	height: 10px;
	background-color: #eeedde;
}

.roundcont {
	background-color: #eeedde;
	padding: 1px 20px;
}

.roundcontmovie {
	background-color: #eeedde;
	padding: 15px 40px;
}

.roundcontmovie h2{
	border-bottom: 3px solid #9b2a00;
	padding-bottom: 5px;
}

.roundcontmovie img{
	border: 5px solid silver;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}

.roundcontmovie a.videoPop{
	border-style: none;
}

.roundbottom {
	background-image: url(../image/list_bottom.png);
	height: 10px;
	background-color: #eeedde;
}

.clear {
	width: 1px;
	height: 1px;
	clear: both;
}