/* GLOBAL CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #000000;
}

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFD305;
	
}

a:hover {
	text-decoration: underline;
	color: #FFD305;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px;
}

#topNav{
	position: absolute;
	width: 100%;
	height: 32px;
	top:0px;
	left:0px;
	z-index: 10;
}
#topNavInner{
	width:930px;
	margin: 0 auto;
}
.topNavBtn{
	float:right;
}
#smm-footer {
	width:930px;
	margin: 0 auto;
	padding: 24px 0px 0px 0px;
	font-size: 11px;
	color: #CCCCCC;
}
#footerDiv {
	width:930px;
	margin: 0 auto;
	padding: 20px 0px 12px 0px;
	font-size: 11px;
	color: #CCCCCC;
}
#footerDiv a{
	color: #E90537;
	text-decoration: none;
}
#footerDiv a:hover{
	color: #FFD305;
	border-bottom: 0px;
	text-decoration: none;
}
/* ALL PAGES */
#navShlDiv {
	position: relative;
	width: 930px;
	height: 72px;
	margin: 0 auto;
	z-index: 9;
}
#navHolderDiv {
	position: absolute;
	overflow: hidden;
	z-index: 8;
}
#navDiv {
	width: 930px;
	height: 72px;
	margin: 0 auto;
}
#contentHolderDiv {
	width: 930px;
	margin: 0 auto;
	position: relative;
	background-color: #000000;
	z-index: 4;
}
#stripeFooter{
	width: 930px;
	height: 42px;
	margin: 0 auto;
	background-image: url(/images/stripeFooter.png);
}
#bottomFeatures{
	width: 930px;
	height: 140px;
	margin: 0 auto;
}
#tmplNewsContainer {
	width: 930px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	visibility: hidden ;
	opacity: 0 ;
}
#tmplNewsContainer a{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}
#tmplNewsContainer a:hover{
	color: #FFD305;
	text-decoration: none;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	border: 0px;
	margin:0; padding:0;
	background:transparent;
}

/* END ALL PAGES */
