/*************************
	Global Settings
**************************/
html,body			{color: #ffffff; font: 12px/18px Arial, san-serif; height: 100%; margin: 0; padding: 0; background: #da1216;}
td,th,p				{color: #ffffff; font: 12px/18px Arial, san-serif;}

a:link, a:visited	{color: #ffffff; text-decoration: none; outline: none;}
a:active, a:hover	{color: #ffffff; text-decoration: none; outline: none;}

.clear				{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}



/*************************
	Page Layout
**************************/
div#global {
	height: 100%;
    width: 100%;
	overflow: hidden;
	}
     
div#container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 980px;
    height: 580px;
    margin-top: -290px; /* half of the height */
    margin-left: -490px; /* half of the width */
	}
div#container_bg { 
	position: absolute;
	top: 0;
	left: 0;
    z-index: 0;
	}


/*************************
	Content
**************************/
div#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 220px;
	height: 60px;
	font: bold 18px/24px Arial, san-serif;
	}

#facebook_twitter {
	margin: 25px 0 0 55px;
	padding: 0;
	height: 29px;
	}
	
#banners {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	height: 130px;
	}
#banners_images {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	}
#banners_bg {
	position: absolute;
	top: 0;
	left: 0;
	}
	
#contact_info {
	margin: 10px 0 0 55px;
	padding: 0;
	height: 73px;
	}
	
div#content {
	position: absolute;
	top: 15px;
	left: 275px;
	width: 690px;
	height: 555px;
	}
div#content_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 690px;
	height: 525px;
	z-index: 1;
	}
.fadepic img { 
	display: none;
}

#column_text_wrapper {
	position: absolute;
	width: 690px;
	height: 525px;
	overflow: hidden;
	z-index: 20;
	}
#column_text_container {
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 20;
	}
	
#column_text_container a:link, #column_text_container a:visited	{color: #ffffff; text-decoration: none; outline: none;}
#column_text_container a:active, #column_text_container a:hover	{color: #ffffff; text-decoration: none; outline: none; background-color: #da1216;}

#column_text_container a.menu:link, #column_text_container a.menu:visited	{color: #ffffff; text-decoration: none; outline: none; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;}
#column_text_container a.menu:active, #column_text_container a.menu:hover	{color: #ffffff; text-decoration: none; outline: none; background-color: transparent; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;}

#column_text_container a.redbar:link, #column_text_container a.redbar:visited	{color: #ffffff; text-decoration: none; outline: none; background-color: #da1216; padding: 0 5px;}
#column_text_container a.redbar:active, #column_text_container a.redbar:hover	{color: #000000; text-decoration: none; outline: none; background-color: #da1216; padding: 0 5px;}

#column_text_bg1 {
	float: left;
	margin-top: -20px;
	width: 25px;
	height: 440px;
	}
#column_text_bg2 {
	float: left;
	margin-top: -20px;
	width: 275px;
	height: 440px;
	background-color: #000000;
	filter: alpha(opacity=70); /* for IE */
	opacity: 0.7; /* CSS3 standard */
	}
#column_hd {
	position: relative;
	top: 30px;
	width: 250px;
	height: 20px;
	background-color: #c50b12;
	text-align: left;
	z-index: 10;
	}
.column_hd {
	position: relative;
	left: -25px;
	width: 250px;
	height: 20px;
	background-color: #c50b12;
	text-align: left;
	}
#column_text {
	position: absolute;
	left: 0;
	top: 70px;
	width: 250px;
	height: 340px;
	padding: 0 15px 0 25px;
	text-align: left;
	z-index: 20;
	}
#column_textbox {
	padding-right: 10px;
	height: 340px;
	}

#column_image_container {
	position: absolute;
	left: -150px;
	top: 50px;
	width: 150px;
	height: 150px;
	background-color: #000000;
	filter: alpha(opacity=70); /* for IE */
	opacity: 0.7; /* CSS3 standard */
	}
#column_image {
	margin: 4px;
	padding: 0;
	width: 140px;
	height: 140px;
	border: solid 1px #ffffff;
	text-align: center;
	}
#btn_openclose {
	width: 20px;
	height: 70px;
	position: absolute;
	bottom: 25px;
	left: -20px;
	display: block;
	cursor: pointer;
	}
	
#btn_moda {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 2;
	}
	
#logobannerbg {
	position: absolute;
	top: 445px;
	background: url(../images/bg_logobanner.gif) repeat-x top left;
	width: 690px;
	height: 80px;
	z-index: 30;
}
#logobanner_text {
	margin: 4px 0 0 0;
	width: 690px;
	text-align: center;
	font-weight: bold;
}
#logobanner_logos {
	margin: 5px 0 0 0;
	width: 690px;
	text-align: center;
}
	
/* classes for press */
#mediainfo_wrapper {
	position: absolute;
	bottom: 0;
	margin-top: -110px;
	width: 350px;
	height: 110px;
	z-index: 50;
	}
#mediainfo_text {
	position: absolute;
	padding: 8px 25px;
	font: 11px/15px Arial, san-serif;
	}
#column_textbox.media {
	height: 250px;
	}
#column_textbox.media h6 {
	line-height: 14px;
	}

/* classes for homepage ad banner */
#ad_wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 240px;
	overflow: hidden;
	}
#ad_container {
	position: absolute;
	bottom: -220px;
	width: 100%;
	height: 220px;
	text-align: left;
	background: #000000;
	z-index: 99;
	}
#ad_title {
	position: relative;
	margin: 10px auto 0;
	width: 910px;
	height: 25px;
	text-align: left;
	}
#ad_images {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	}
#btn_openclose2 {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 70px;
	height: 20px;
	display: block;
	cursor: pointer;
	}
	
/* classes for homepage ad popup */
#ad_wrapper2 {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../images/ad_bg.png) repeat top left;
	z-index: 99;

	}
#ad_container2 {
	position: relative;
	margin: 50px auto 30px;
	height: auto;
	text-align: center;
	}
	
#ad_btn_close2 {
	position: relative;
	width: 0 auto;
	text-align: right;
	font: bold 12px/18px Arial, san-serif;
	color: #ffffff;
	display: block;
	cursor: pointer;
	}
	

/* basic elements */
h1, .h1 {
	margin: 0;
	padding: 0 0 0 25px;
	font: bold 15px/20px Arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h2, .h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 15px/20px Arial, san-serif;
	letter-spacing: 1px;
	}
h3, .h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px Arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 12px/18px Arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h5, .h5 {
	margin: 0;
	padding: 0 0 0 25px;
	font: 12px/20px Arial, san-serif;
	}
h6, .h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: 12px/18px Arial, san-serif;
	}

ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	}
li {
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	background: url(../images/bullet_arrow_red.gif) no-repeat center left;
	}


/* basic classes */
.red {color: #da1216;}

.small {font: 11px Arial, san-serif;}

.hrdash {width: 100%; margin: 15px 0px; line-height: 1px; border-bottom: dashed 1px #ffffff;}

.note {font: 11px/12px Arial, san-serif; font-style: italic;}

.smallcaps {font-variant: small-caps; letter-spacing: 1px;}



/* email newsletter signup divs */
#email_global {
    height: 100%;
    width: 100%;
	overflow: hidden;
	background: #ec0005 url(../images/bg_body_email.gif) no-repeat center;
     }
     
#email_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 450px;
    height: 280px;
    margin-top: -140px; /* half of the height */
    margin-left: -225px; /* half of the width */
    font: 12px/18px Arial, san-serif;
    color: #ffffff;
	}
/* email newsletter signup divs */