/* global ----------*/

* {
	margin: 0;
	padding: 0;
}
body {
	padding: 72px 0;
	color: #e28d36;
	font: 15px/normal Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	line-height:18px;
	background-color: #2d0705;
}
#wrapper {
	width: 794px;
	xheight: 632px;
	height: 870px;
	margin: 0 auto;
	xcolor: #fce7cb;
	color: #eee;
	font-size: 14px;
	text-align: left;
	background: url(/images/home_bg_new_ad.jpg) center top no-repeat;
	border: 2px solid #e28d36;
	position: relative;
}
/* typography ------*/
h1 {
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(/images/fancey_bullet.gif) left top no-repeat;
	font-size: 24px;
	margin-top:5px;
	height:35px;
	padding-left:25px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin-top:5px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top:5px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top:5px;
}

/* navigation ----------*/

#nav {
	font-size: 14px;
	text-align: center;
}
#nav ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#nav li {
	padding: 10px 15px;
	background: url(/images/fancey_bullet.gif) left center no-repeat;
	display: inline;
}
#nav li a {
	color: #e58a2c;
	text-decoration: none;
}
#nav li a:hover {
	color: #fce7cb;
	text-decoration: underline;
}


/* body ----------*/

#body {
	margin: 260px 50px 0;
}
p{
	line-height:18px;

}
ul {
	list-style-image: url(/images/diamond.gif);
	list-style-position:outside;
	font-size:11px;
	margin-top:0px;
}
ul li{
	font-size:11px;
	text-indent:10px;

}

.clear {
	clear:both;

}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
/* footer ----------*/

#footer {
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 10px;
}


/* coming soon ----------*/

#comingSoon {
	margin-top: 1em;
}
