@charset "UTF-8";
/* CSS Document */

/*  TABLE OF CONTENTS

	1. BODY
	2. LINKS
	3. CLASSES
	4. IDs
	5. FORMS
	6. iFRAME
	7. NEWS TICKER
	
*/


/*//////////////////////////////////////1. BODY */

body,td,th {
	color:#cccccc;
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, Myriad Pro, Trebuchet MS, Sans-Serif;
}
body {
	
	/*background-image: url(../images/bg.jpg);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
img{border:0px;}



/*//////////////////////////////////////2. LINKS */

a {
	font-size:14px;
	font-weight:bold;
	color:#e42222;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#posterLink a {
	padding:3px 3px 3px 3px;
	background-color:#FFFFFF;
	display:block;
}
#posterLink a:hover {
	background-color:#e42222;
}
#downloadLink a {
	width:186px;
	height:35px;
	color:#FFFFFF;
	font-size:24px;
	letter-spacing:3px;
	text-align:left;
	text-decoration:none;
	padding:2px 0px 0px 15px;
	background-image:url(../images/download_idle.jpg);
	background-repeat:no-repeat;
	display:block;
}
#downloadLink a:hover {
	color:#000000;
	background-image:url(../images/download_over.jpg);
	background-repeat:no-repeat;
}
.rounded_btn {
	width:141px;
	height:34px;
	background-image:url(images/submit_idle.jpg);
    display:block;

    color:#FFFFFF;
    cursor:pointer;
    font:11px sans-serif;
}
.rounded_btn:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}


/*//////////////////////////////////////3. CLASSES */
.titles {
	font-size:22px;
	letter-spacing: -1px;
	font-weight:bolder;
}
.emailTitle {
	font-size:18px;
}


/*//////////////////////////////////////4. ID'S */
#container {
	margin:auto;
	text-align:center;
	width:1500px;
}
#blackBar {
	float:left;
	width:1500px;
	height:12px;
	background-color:#000000;
}
#header {
	float:left;
	width:1500px;
	height:590px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/header.jpg)
}
#posterBlock{
	float:left;
	width:293px;
	height:382px;
	margin:116px 0px 0px 38px;
}
#downloadBlock {
	float:left;
	width:186px;
	height:35px;
	margin:275px 0px 0px 22px;
}
#contentSpacer {
	float:left;
	width:1500px;
}
#full_row_1 {
	float:left;
	width:1500px;
	height:150px;
	margin:60px 0px 0px 300px;
}
#half_row_1 {
	float:left;
	width:475px;
	height:150px;
}
#box_lft_1 {
	float:left;
	width:200px;
	height:150px;
}
#box_rt_1 {
	float:left;
	width:270px;
	height:150px;
	text-align:left;
	padding:0px 0px 0px 5px;
}
#full_row_2 {
	float:left;
	width:1500px;
	height:230px;
	margin:60px 0px 0px 300px;
}
#half_row_2 {
	float:left;
	width:475px;
	height:230px;
}
#box_lft_2 {
	float:left;
	width:200px;
	height:230px;
}
#box_rt_2 {
	float:left;
	width:270px;
	height:230px;
	text-align:left;
	padding:0px 0px 0px 5px;
}
#emailBlock {
	float:left;
	width:948px;
	height:175px;
	background-color:#000000;
	border:#3f3f3f thin solid;
	margin:50px 0px 0px 300px;
	padding:10px 0px 0px 0px;
}
#footer {
	float:left;
	width:950px;
	height:100px;
	text-align:right;
	margin:0px 0px 0px 300px;
	padding:40px 0px 0px 0px;
}

/*//////////////////////////////////////5. FORMS */

.select {
	width:300px;
	height:30px;
	text-align:center;
	font-size:16px;
	color: #999999;
	background-color:#FFFFFF;
	border: thin solid #3f3f3f;
	margin:10px 0px 15px 0px;
}
legend {
	color: #;
	padding: 2px 2px 4px 2px;
}



/*//////////////////////////////////////5. iFRAME */

#tableHolder {
	width:500px;
	background-color:#FFFFFF;
}
#tableHeader {
	width:500px;
	font-size:22px;
	text-align:center;
	letter-spacing: -1px;
	font-weight:bolder;
	margin:0px 0px 10px 0px;
}	
#inline-1 {
	float:left;
	width:375px;
	margin:0px 0px 0px 50px;
}
#tableFooter {
	float:left;
	width:300px;
	margin:16px 0px 0px 23px;
}


/*//////////////////////////////////////5. NEWSTICKER */

#newsline {
	float:left;
	width:950px;
	height: 45px;
	text-align:left;
	overflow: hidden;
	border:#3f3f3f thin solid;
	background-color:#000000;
	margin:30px 0px 0px 300px;
}
#newsline p {
	color: #CCCCCC;
	margin-left: 1em;
	margin-top: 0.0em;
	line-height: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#newsline a {
	color: #CCCCCC !important;
	text-decoration:none;
	font-weight:normal;
}
#newsline strong {
	margin-right: 0.5em;
}
