body {
	background-color: #000000;
	background-image: url(/images/cityscape_nocurve.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #ffffff;
}

a {
	color: #cccccc;
}

p.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.mainback {
	background-image: url(/images/cityscape_curve.gif);
	background-repeat: no-repeat;
}

/* NAVIGATION */
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 625px;
	height: 10px;
}

#navitem {
	float: left;
}
/* SUB NAV */
.subnav:link, .subnav:visited, .subnav:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.subnav:hover {
	color: #ffcc00;
	font-size: 12px;
	text-decoration: none;
}

/* TOP BUTTONS */
#topnav {
	position: absolute;
	top: 10px;
	left: 660px;
	z-index: 0;
	width: 300px;
	height: 30px;
}

#topnavitem {
	float: left;
}

/* HOME */
#welcome {
	position: absolute;
	top: 99px;
	left: 411px;
	z-index: 0;
	width: 543px;
	height: 124px;
}

#welcomeheader {
	color: #fdd64e;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
}

#welcometext {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#homecontentwrapper
{
	position: absolute;
	top: 218px;
	width: 975px;
}

#silhouetteshome {
	position: absolute;
	top: 75px;
	left: 0px;
}

#silhouettes {
	position: absolute;
	top: 175px;
	left: 0px;
}

#bannercontainer {
	position: absolute;
	top: 0px;
	left: 386px;
	width: 700px;
	z-index: 100;
}
#banneritem {
	float: left;
	margin-right: 20px;
}

#socialcontainer {
	position: absolute;
	top: 28px;
	left: -345px;
	width: 350px;
	
	z-index: 0;
}
#socialitem {
	float: left;
	margin-right: 20px;
}

#sponsorcontainer {
	position: relative;
	top: 445px;
	left: 0px;
	z-index: 90;
	width: 975px;
	height: 110px;
	
	background-color: #1e1e1e;
	background-image: url(/images/bottom_bar_shadow.gif);
		background-repeat: no-repeat;
}

#sponsoritem {
	float: right;
	margin-top: 9px;
}

/* SUBS */
#contentwrapper {
	position: relative;
	top: 106px;
	width: 975px;
}

#contentcontainer {
	position: relative;
	top: 0px;
	left: 382px;
	width: 600px;
	z-index: 5000;
}

#tabs {
	position: relative;
	top: 0px;
	left: 22px;
}

#content {
	z-index: 1000;
}

.tabonback {
	background-image: url(/images/tab_on_mid.gif);
	background-repeat: repeat-x;
}

.taboffback {
	background-image: url(/images/tab_off_mid.gif);
	background-repeat: repeat-x;
}

.subcontent {
	background-color: #590801;
	color: #ffffff;
}

/* STORE */
.checkouttablehead {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px solid black;
}

.catalogtablehead {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid black;
	background-color: #cccccc;
	color: #333333;
}

.next:link, .next:visited, .next:active {
	font-size: 11px;
	text-decoration: underline;
	color: #6b758e;
}

.next:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #ffcc00;
}

.nexton:link, .nexton:visited, .nexton:active {
	font-size: 11px;
	text-decoration: none;
	color: #6b758e;
}

.nexton:hover {
	font-size: 11px;
	text-decoration: none;
	color: #ffcc00;
}

/* BOTTOM */
#footerhome {
	position: absolute;
	top: 644px;
	left: 0px;
	width: 100%;
	background-image: url(/images/footer_back.gif);
	background-repeat:  repeat-x ;
	margin-bottom: 20px;
	clear: both;
}

#footer {
	position: relative;
	width: 100%;
	background-image: url(/images/footer_back.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 200px;
}

#footertext {
	margin: 30px 0px 0px 30px;
	color: #878789;
	font-size: 11px;
}

.footerlinks:link, .footerlinks:visited, .footerlinks:active {
	color: #878789;
	font-size: 11px;
	text-decoration: none;
}

.footerlinks:hover {
	color: #ffcc00;
	font-size: 11px;
	text-decoration: none;
}
