/* ----------------------------- Page Setup Start ----------------------------- */
img { behavior: url("iepngfix.htc") }
* { margin: 0; padding: 0; } /* Resets all Margins and Paddings to 0.  Puts all browsers on the same playing field. */

body {
	position: relative; /* Makes sure everything within the body tags are placed relative to the body. */
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: .625em; /* Matches 10px; */
	text-align: center; /* For Centered Layouts in IE 5.5 */
	background: #000000;
	}

fieldset, img { border: 0; }

p, td { line-height: 1.4em; }
li {  }
h1 { font-size: 1.8em; }  /* Default Size for h1 is 18px - based on an 10px height */
h2 { font-size: 1.5em; } /* Default Size for h2 is 15px - based on an 10px height */
h3 { font-size: 1.2em; } /* Default Size for h3 is 12px - based on an 10px height */
h4 { font-size: 1.1em; } /* Default Size for h4 is 11px - based on an 10px height */
h5 { font-size: 1em; } /* Default Size for h5 is 10px - based on an 10px height */
h6 { font-size: .9em; } /* Default Size for h6 is 9px - based on an 10px height */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: .7em 0 .5em 0; }
ul { margin: .5em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }

a:link { text-decoration: none; -moz-outline: none; color: #ffffff; }	/* unvisited link */
a:visited { text-decoration: none; color: #ffffff; }											/* visited link */
a:hover { text-decoration: underline; color: #ffffff; }					/* mouse over link */
a:active { text-decoration: none; outline: none; color: #ffffff; }								/* selected link */

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul.vertical li {
		margin: 0;
		padding: 0;
	}
	
	ul.horizontal li {
		margin: 0;
		padding: 0;
		float: left;
	}
	
		.image_text {
			margin: 0;
			padding: 0;
		}
		
		ul.graphic li a,
		.image_text {
			display: block;
			overflow: hidden;
			border: 0;
			text-indent: -2000em;
			margin: 0;
			padding: 0;
		}
/* ----------------------------- Page Setup End ------------------------------- */

/* ----------------------------- Header Start ----------------------------- */

#main_container,
#footer_container {
	position: relative;
	width: 100%;
	text-align: left;
}

/* ----------------------------- Header End ------------------------------- */

/* ----------------------------- Content Start ----------------------------- */

#main_content {
	position: relative;
	text-align: left;
	width: 904px;
	min-height: 207px;
	_height: 207px;
	margin: 0 auto;
	background: url(../images/backgrounds/flare.jpg) no-repeat top;
	padding-top: 435px;
}

	#button {
		width: 600px;
		height: 284px;
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -300px;
		background: url(../images/button.jpg) no-repeat 0 0;
	}

	#lower_content {
		position: relative;
		text-align: left;
		width: 904px;
		background: url(../images/rule.jpg) no-repeat top;
		padding: 30px 0;
	}
	
		.callout {
			color: #ffffff;
			width: 290px;
			float: left;
		}
		
			#media {
				margin-left: 150px;
			}
			
			#downloads {
				margin-left: 50px;
			}
		
			.callout h2,
			.callout_last h2 {
				font-size: 1.4em;
				margin: 0;
				padding: 0;
			}
			
			.callout p,
			.callout_last p {
				font-size: 1.2em;
			}
			
			.callout a,
			.callout_last a {
				color: #ffffff;
			}
			
			.callout_image {
				width: 105px;
				float: left;
				margin-right: 18px;
			}
			
			.callout_image_last {
				width: 135px;
				float: left;
				margin-right: 18px;
			}
			
		.callout_last {
			color: #ffffff;
			width: 320px;
			float: left;
		}

#media .callout_image {
	margin-left: 15px;
}

.media_logo {
	margin-bottom: 14px;
}
			
#fortune {
	width: 103px;
	height: 18px;
	background: url(../images/logos/fortune.gif) no-repeat 0 0;
}

#youtube {
	width: 103px;
	height: 41px;
	background: url(../images/logos/youtube.gif) no-repeat 0 0;
}

#facebook {
	width: 101px;
	height: 40px;
	background: url(../images/logos/facebook.gif) no-repeat 0 0;
}

#twitter {
	width: 102px;
	height: 46px;
	background: url(../images/logos/twitter.gif) no-repeat 0 0;
}

#iphone {
	width: 124px;
	height: 41px;
	background: url(../images/logos/appstore.gif) no-repeat 0 0;
	margin: 5px 0;
}



/* ----------------------------- Content End ------------------------------- */

/* ----------------------------- Footer Start ----------------------------- */

#footer {
	clear: both;
	position: relative;
	text-align: center; /* Resets IE 5.5 Fix */
	width: 904px;
	margin: 0 auto;
	background: url(../images/rule.jpg) no-repeat top;
	color: #ffffff;
}

	#footer p {
		font-size: 1.2em;
		padding: 1em 0;
	}

/* ----------------------------- Footer End ------------------------------- */

/* ----------------------------- Special Start ----------------------------- */

#rotating-div {
	-webkit-transition: -webkit-transform .01s ease-in-out;
	width: 500px;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/backgrounds/flare.png) no-repeat 0 0;
}

.col1 {
	width: 45px;
}

.select {
	width: 100px;
	color: #ffffff;
	background: #000000;
	border: 0;
}

td {
	padding: 2px 0;
}

/* ----------------------------- Special End ------------------------------- */

