@charset "UTF-8";

/* Global Content Formatting and Styles */


body {
	/* [disabled]color: ##ff6600; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ff6600 url(../images/background_gradient.jpg) repeat-x 0px 0px;
}
		
.page {	max-width: 1150px;
		margin: 0px auto;
		position: relative; background-color: #fff; }
		

	 

h1 {color: #000000;	margin: 0em 0em 1em 0em;}
h2 { color: #000000; margin: 0em 0em 1em 0em;}
h3 { color: #000000; margin: 0em 0em .5em 0em; font-size:1.4em;}
h4 { color: #ff6600;font-size: 1.2em; margin: 0;}
h5 { color: #000000; margin: 0em 0em 0em 0em; font-size:1.2em;}
h6 { color: #000000; margin: 0em 0em .5em 0em; font-size: 1em; font-weight:normal;}
h7 { color: #ffffff; margin: 0em 0em 0em 0em; font-size:1.2em;}

p {	margin: 0px 0px 1em 0px;
	line-height: 1.4em;
	color: #000000;
	font-size: 1.2em;}
	
h6 a { color: #000000; 
text-decoration:none;}	
	
a { color: #0099FF; 
text-decoration:none;}
	
a:hover { color: #ff6600;
		  font-weight:bold;}
		  
a.cta {	text-transform: uppercase;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 5px 5px 0px;
		 }
img {max-width:100%;
	height:auto;}		
	
table { max-width: 100%;
   		height:auto;
   		font-size: .9em;}

nav {	width: 100%;
		display: block;
		position: absolute;
		background-color: #ff6600; }
		
nav a {	color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		font-weight: bold;
		font-size: .9em; }
		
nav a:hover { color: #000000; }

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


.art.one { background:#ffffff; 
			width: 20%;}
.art.two { background:#ffffff; 
			width: 79%;}

.promo h3 { 
	text-transform: uppercase;
	font-size: 1.2em; margin: 0px; }
.promo p { line-height: 1.2em; font-size: 1em; margin-bottom: .5em; }

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

.promo.one { background-image: url(../images/promo-footer/promo_1.jpg); }
.promo.two { background-image: url(../images/promo-footer/promo_2.jpg); }
.promo.three { background-image: url(../images/promo-footer/promo_3.jpg); }


footer { font-size: 1em; color: #000; background-color: #ff6600; padding: 10px 10px 10px 20px; }

.foot h3 { font-size: 1.1em; margin: 0px; }
.foot p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }
.foot a { text-decoration:none }
.foot a:hover { color: #ffffff; }

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

.foot.one { background-image: url(../images/promo-footer/foot_1.jpg); }
.foot.two { background-image: url(../images/promo-footer/foot_2.jpg); }
.foot.three { background-image: url(../images/promo-footer/foot_3.jpg); }


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