﻿/* CSS Document */

/************************************
	RESET BASE STYLES
************************************/
html, body {
	height:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/************************************
	GLOBAL SETTINGS
************************************/
body {
	background:#222222;
	color:#ffffff;
	font:normal 10px/1.3 Arial, sans-serif; /* 62.5% makes 10px = 1em */
	margin:0pt;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight:normal; 
	line-height:1; 
	font-family: Arial, sans-serif;
}

a { 
	color: #ffffff;
	font-size: 14px;
	text-decoration: none; 
}

	a:hover {
		text-decoration: none;
	}
	
	a img {
		margin: 0 2px -3px 3px;
	}
	
p {
	font-size: 14px;
}
	
h1 { 
	font-size: 38px; 
	margin-bottom: 10px;
}

/************************************
	GLOBAL CLASSES
************************************/
.center { text-align:center; }
.clear { clear:both; font-size:0; height:0; line-height:0; }
.large { font-size:1.5em; font-weight:bold; }
.left { display:inline; float:left; }
.hidden { display:none; }
.italic { font-style:italic; }
.underline { text-decoration: underline; }
.right { display:inline; float:right; }
.bold { font-weight: bold; }

/************************************
	WRAPPER STYLES
************************************/
#outer-wrapper{
	background: url('images/bg_main.jpg') no-repeat center top;
	height: auto !important;
	height: 100%;	
	margin:0 auto -26px;
	min-height: 100%;
	width: 100%;
}

#inner-wrapper {
	
	position:relative;
	margin: 0 auto;	
	height: auto!important;
	height: 961px;
	min-height: 961px;
	width: 100%;
}

/************************************
	MAIN CONTENT
************************************/
#main-content {
    margin: 0 auto;
    padding-top: 450px;
    width: 680px;
}

#coming-soon {
	background: transparent url(images/bg_coming_soon.jpg) no-repeat scroll 0 0;
	margin: 0 auto;
    width: 680px;	
    height: 212px;
}

	#coming-soon .content {
		text-align: center;
		padding-top: 70px;
		height: 125px;
		width: 570px;
		margin: 0 auto;
	}
	
	#coming-soon #form-items {
		width: 438px;
		margin: 10px auto;
		position: relative;
		height: 30px;
	}
	
		input.text { 
			background:#fff url(images/bg_input.jpg) no-repeat top left; 
			border: none;
			height: 19px;
		    padding-bottom: 6px;
		    padding-left: 12px;
		    padding-right: 120px;
		    padding-top: 6px;
		    width: 305px;		    
		    color: #ffffff;
		    position: absolute;
		    left: 0;
		    top: 0;
		}
													
		input.submit {
			background: transparent url(images/btn_notifyme.png) no-repeat scroll 0 0;
			border:none;
			cursor:pointer;
			height:30px;
			width:115px;
			position: absolute;
			right: 0;
			top: 0;
			color: #ffffff;
			padding-bottom: 2px;
			font-size: 13px;
		}	

#emedia-logo {
	background:url(images/emedia_logo.gif) no-repeat top left; 
	cursor:pointer; 
	height:26px; 
	width: 814px;
	margin: 0 auto;
}



















