@charset "UTF-8";

/* Global Styles */

body {
	color: #000;
	line-height: 1.4em;
	font-family: Arial;
	font-size: 14px;
	background: #000 url(../images/background_gradient.jpg) repeat-x 0px 0px;
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

h1 { color: #000; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: bold; line-height: 1.1em;}
h2 { font-size: 1.7em; margin: 0em 0em .5em 0em; }
h3 { font-size: 1.5em; margin: .4em 0em .4em 0em; }


p { margin: 0px 0px .75em 0px; }
a { color: #990000; }
a.cta:hover { color: #cc6600; }
a.cta {
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 5px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
footer { font-size: .85em; color: #ccc; background-color: #222; padding: 10px 0px 10px 10px; }

a.promo_container

.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }

.promo.one { background-image: url(../images/promo_1.png); }
.promo.two { background-image: url(../images/promo_2.png); }
.promo.three { background-image: url(../images/promo_3.png); }
.promo.four { background-image: url(../images/promo_4.png); }
.promo.five{ background-image: url(../images/promo_5.png); }
.promo.six{ background-image: url(../images/promo_6.png); }
.promo.seven{ background-image: url(../images/promo_7.png); }
.promo.eight{ background-image: url(../images/promo_8.png); }


nav a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
}
nav a:hover { color: #fff; }


.clear-fix { clear: both; line-height: 1px; }



