body {
	background: url(../images/bg.png) repeat-x #F70000;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #F5EFCF;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color: #F70000;
}

a:active {
	text-decoration: none;
	color: #FF6600;
}

h1 {
	font-size: 24px;
	color: #FF6600;
}

h2 {
	font-size: 18px;
	color: #FF6600;
}

h3 {
	font-size: 16px;
	color: #FF6600;
}

h4 {
	font-size: 14px;
	color: #FF6600;
}

p {
	padding-bottom: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ids */

#comingsoon {
	position: absolute;
	top: 0;
	right: 0;
}

#logo {
	width: 960px;
	display: block;
	padding: 35px 0 25px 0;
	margin: 0 auto;
	text-align: center;
}

#nav {
	width: 960px;
	height: 39px;
	padding-top: 10px;
	margin: 0 auto;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
	background: url(../images/nav_bg.png) repeat-x #e80006;
	display: block;
	margin-bottom: 10px;
}

#nav ul {
	margin-left: 38px;
}

#nav ul li {
	height: 29px;
	line-height: 29px;
	color: #f6efcf;
	font-weight: bold;
	padding-right: 18px;
	margin-right: 18px;
	border-right: 1px solid #fb8700;
	float: left;
}

#nav ul li.last {
	border-right: none;
}

#nav ul li a {
	color: #f6efcf;
}

#nav ul li.sel a {
	color: #191717;
}

#nav ul li a:hover {
	color: #191717;
	text-decoration: none;
}

#header {
	width: 978px;
	height: 412px;
	display: block;
	margin: 0 auto;
	background: url(../images/header_bg3.png) no-repeat;
	color: #231f20;
}

#secheader {
	width: 960px;
	height: 168px;
	display: block;
	margin: 0 auto;	
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
}

#footer {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F5EFCF;
	text-align: center;
	height: 75px;
}

#signup {
	padding: 320px 0 0 78px;
	vertical-align: top;
}

#signup input {
	font: normal 20px/20px Helvetica, Arial, sans-serif;
	color: white;
	padding: 16px;
	width: 250px;
	background: url(../images/input_bg.png) no-repeat;
	border: none;
}

#secsignup {
	display: block;
	margin: 30px 0;
}

#secsignup input {
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	color: white;
	padding: 13px;
	width: 178px;
	background: url(../images/input_bg_sm.png) no-repeat;
	border: none;
}

#content {
	width: 840px;
	padding: 60px;
	background: #231f20;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
	display: block;
	margin: 11px auto;
}

#content div.left {
	width: 480px;
	float: left;
	clear: left;
	display: block;
	border-right: 1px solid #4d4d4d;
	padding-right: 36px;
}

#content div.right {
	width: 273px;
	float: right;
	clear: right;
	display: block;
}

#content div.right h1 {
	font: normal bold 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
}

#content div.right h2 {
	font: normal bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1ebcb;
}

#content dl {
	width: 273px;
	height: 65px;
	display: block;
	margin-bottom: 8px;
}

#content dt {
	width: 55px;
	display: block;
	float: left;
	clear: left;
}

#content dt2 {
	width: 200px;
	display: block;
	float: left;
	clear: left;
}

#content dd {
	width: 216px;
	display: block;
	float: right;
	clear: right;
}

#contact {
	width: 900px;
	padding: 30px;
	background: #231f20;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
	display: block;
	margin: 0px auto 11px;
	text-align: center;
}


/* classes */


.button {
	vertical-align: top;
}

.black {
	color: #000000;
}

.orange {
	color: #f7901e;
}

.white {
	color: white;
}
.brown {
	color: #231f20;
}

.hidden {
	position: absolute;
	left: -9999em;
}

