@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	background-color:#000;
	color:#fff;
}
img {
	border:none;
	outline:none;
}
/*a, a:link, a:visited {
	color:#fff;
	outline:none;
	text-decoration:none;
}*/
p {
	margin:0px;
	padding:0px;
}
#nav_wrapper {
	width:100%;
	padding:0px;
	background-color:#252525;
}

#nav {
	width:927px;
	margin:0px auto 0px auto;
	position:relative;
	height:30px;
	background-color:#252525;
	overflow:hidden;
}
#nav a {
	position:relative;
	margin:0px;;
	padding:0px;
	float:left;
	border:none;
	outline:none;
}
#nav .nav_button_on {
	top:-30px;
}
#nav .dark {
	font-size:11px;
	font-weight:normal;
	color:#ccc;
	float:right;
	margin:6px 20px 0px 0px;
}
#nav .dark .text {
	display:block;
	float:left;
	height:20px;
	padding-top:2px;
}
#nav_loggedin .dark {
	width:235px;
	height:1.5em;
	position:absolute;
	right:0px;
	overflow:hidden;
	text-align:right;
}
#nav_loggedin .welcome_text {
	padding-top:2px;
	position:absolute;
	right:80px;
	top:0px;
	height:1.2em;
}
#nav_loggedin #logout {
	display:block;
	position:absolute;
	padding-left:5px;
	right:0px;
	top:0px;
}

#header {
	width:927px;
	height:114px;
	margin:0px auto 0px auto;
	padding:0px;		
}
#headerDefault {
	width:927px;
	height:114px;
	margin:0px auto 0px auto;
	padding:0px;
	position: relative;
	top: 2px;		
}
#footer_wrapper {
	width:100%;
	padding:0px;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	height:50px;
}
#footer {
	width:927px;
/*	height:200px;*/
	margin:0px auto 0px auto;
	position:relative;
}
#footer #legal a, a:link, a:visited  {
	color:#666;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}
#footer #legal a:hover  {
	color:#666;
	text-decoration:underline;
	font-size:10px;
	font-weight: bold;
}
#footer #legal {
	font-size:10px;
	color:#666;
	font-weight: bold;
}
#footer #legal .legal_el {
	display:block;
	float:left;
}
#footer .dotbox_footer {
	clear:both;
	display:block;
	width:200px;
	margin:20px auto 0px auto;
/*	text-align:center;*/
/*	font-size:11px;*/
/*	background-color:#0c0;*/
	padding:0px;
	position:relative;
}

#footer #soc_net_btns {
	background-color:#c00;
/*	float:left;*/
	position:absolute;
	right:0px;
	top:0px;
}

#footer #soc_net_btns a {
	display:block;
	float:left;
}
#footer #twitter_link {
	width:82px;
	height:26px;
	background: url("../../images/footer.twitter.png") 0 0 no-repeat;
}
#footer #facebook_link {
	width:70px;
	height:26px;
	background: url("../../images/footer.facebook.png") 0 0 no-repeat;
}
#footer #myspace_link {
	width:87px;
	height:26px;
	background: url("../../images/footer.myspace.png") 0 0 no-repeat;
}

#page_wrapper {
	width:927px;
	margin:0px auto 0px auto;
	padding:0px;		
}
#content {
	width:927px;
	min-height:300px;
}

/* BEGIN SCROLLERS */
.smallThumb {
	width:85px;
	height:85px;
	background:#737373;
}
.hScroller {
	clear:both;
}
.vScroller {
	clear:both;
}
.hScroller .hArrow_block {
	float:left;
	position:relative;
	height:95px;
	width:17px;
	padding:0px;
	background-color:#000;
}
.hScroller .leftArrow {
	position:absolute;
	bottom:5px;
}
.hScroller .rightArrow {
	position:absolute;
	bottom:5px;
	left:5px;
}
.hScroller .smallBoxWrapper {
	float:left;
	padding-right:5px;
	text-align:center;
}
.hScroller .box_wrapper {
	position:relative;
	width:1000px;

}
.hScroller .hShell {
	position:relative;
	width:370px;
	height:85px;
	padding:5px;
	background-color:#000;
	overflow:hidden;	
	float:left;	
}
.scrollerWrapper .hScroller {
	width:414px;
	height:95px;
	margin:0px auto 0px auto;
}

/**/
.vScroller .vArrow_block {
	position:relative;
	height:17px;
	width:95px;
	padding:0px;
	background-color:#000;
}
.vScroller .upArrow {
	position:absolute;
	right:5px;
}
.vScroller .downArrow {
	position:absolute;
	top:5px;
	right:5px;
}

.vScroller .smallBoxWrapper {
	padding-bottom:5px;
	text-align:center;
}
.vScroller .box_wrapper {
	position:relative;
	background-color:#000;
	height:1000px;

}
.vScroller .vShell {
	position:relative;
	height:296px;
	width:85px;
	padding:0px 5px 0px 5px;
	background-color:#000;
	overflow:hidden;
}
/* END SCROLLERS */


