/* AuroraFX Studios */
/* Programmed By: Jesse Leite */
/* http://www.aurorafxstudios.com/ */
/* ------------------------------- */

/* SETS THE CSS DEFAULTS IN EACH BROWSER TO BE EQUIVALENT */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	}

/* STYLE AND LAYOUT FOR MAIN CONTENT */

body {
	background-color:#494031;
	font-family:Arial,Georgia,Times;
	background:url(bg.jpg);
	}

p {
	line-height:20px;
	font-size:12px;
	color:#000000;
	}

h1 {
	padding-bottom:10px;
	line-height:20px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}

h2 {
	padding-bottom:10px;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}

h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	margin-top: -10px;
}



div#c_main_points ul {
	list-style-type: none;
}

div#c_main_points ul li {
	list-style-type: none;
	font-weight: normal;
	margin: 7px 0 7px 0;
}

div#c_main_points ul li.item {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

div#c_main_points ul li.text {
	font-size: 14px;
	margin-top: 15px;
	margin-left: 15px;
}

div#c_main_points ul li.text a{
	color: #FFF;
}

div#c_main_points ul li.text a:hover {
	color: #850001;
}

#main_container {
	width:750px;
	position:relative;
	left:50%;
	margin-left:-375px;
	top:0px;
	padding:0px;
	border:0px;
	z-index:0;
	}

#header {
	width:750px;
	height:110px;
	position:relative;
	padding:0px;
	border:0px;
	z-index:1;
	background:url(header-trans.png);
	margin-bottom: 15px;
}

#header_nav {
	position:absolute;
	left:342px;
	/* top:45px; This is the old position info for when the credit card logos were displayed. */
	bottom:12px;
	padding:0px;
	border:0px;
	z-index:1;
	}

#header_nav p {
	color:#000000;
	font-size:14px;
	}

#header_contact {
	position:absolute;
	text-align:right;
	right:24px;
	bottom:12px;
	}

#header_contact p {
	font-size:14px;
	font-weight:bold;
	}

#header_contact span {
	font-size:18px;
	}

#header a {
	color:#000000;
	text-decoration:none;
	}

#header a:hover {
	text-decoration:underline;
	}

#content {
	width: 100%;
	position:relative;
	padding:0px;
	border:0px;
	z-index:1;
	}
	
#c_vid_area {
	display: inline-block;
	height: 334px;
	margin: 10px 0 0 0px;
}
	
#c_video {
	width:425px;
	margin: 10px 0 0 10px;
	float: left;
}

#c_main {
	margin-left: 10px;
	width:257px;
	background-color: #AAA;
	float:left;
	color: #FFF;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	height: 100%;
	background-image: url('main_bg.jpg');
}

#c_main_points {
	margin-top: 25px;
}

#facts {
	margin-top: 15px;
    width:708px;
    position:relative;
    left:21px;
	float:left;
}

p.body_text {
	display: block;
	margin-bottom: 10px;
}

#about {
	width:708px;
	position:relative;
	left:21px;
	}

#about_pic {
	float:right;
	margin: 20px 0 10px 15px;
}

#about_text {
	width:95%;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	margin-bottom:10px;
}

#about_text h1 {
	padding-bottom:10px;
	}

#about_text p {
	padding-bottom:10px;
	}

.about_red {
	color:#870001;
	}

.about_grey_small {
	color:#8f8f8f;
	font-size:10px;
	}

.right_align {
	text-align:right;
	}
	
#about_text a {
	color:#870001;
	text-decoration:none;
	}

#about_text a:hover {
	text-decoration:underline;
	}

.li1 {
	color:#000000;
	font-size:12px;
	padding-left:14px;
	padding-bottom:10px;
	list-style-position:outside;
	line-height:24px;
	}

.li2 {
	padding-left:20px;
	}

#buy {
	position:relative;
	height:149px;
	width:750px;
	margin-top:10px;
	background:url(buy-trans.png);
	}

#buy_can {
	position:absolute;
	width:354px;
	left:20px;
	top:110px;
	text-align:center;
	}

#buy_us {
	position:absolute;
	width:354px;
	left:375px;
	top:110px;
	text-align:center;
	}

#footer {
	width:750px;
	height:100px;
	position:relative;
	padding:0px;
	border:0px;
	top:25px;
	z-index:1;
	background:url(footer-trans.png);
	clear:both;
	}

#footer_left {
	position:absolute;
	left:35px;
	top:11px;
	}

#footer_right {
	position:absolute;
	right:35px;
	top:12px;
	text-align:right;
	}

#footer p {
	color:#FFFFFF;
	font-size:11px;
	}

#footer span {
	font-weight:bold;
	font-size:13px;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover{
	text-decoration:underline;
	}
