/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#c5c5c5;
	font-size:13px;
	margin:0 auto;
	background-color:#000000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_back.jpg);
}

a {
	color:#FFF209;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.rateval {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}

.divider {
	width:17px;
	height:278px;
	float:left;
	padding: 0 0 0 0;
}

.image_border {
	border: 2px solid #5F0000;
	margin: 0 10px 0 0;
}

.ferror { color:red; }


/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:166px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg)
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:left;
	top:20px;
	left:37px;
	width:177px;
	height:441px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat.jpg);
}

#back-image {
	position:relative;
	width:950px;
	min-height:500px;
    height:auto !important;
    height:500px;
	background-repeat:no-repeat;
	background-image: url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	float:right;
	top:0;
	left:0;
	width:600px;
	height:auto;
	padding:0 85px 0 0;
}

#email-signup {
	position:relative;
	float:left;
	width:150px;
	height:auto;
	padding: 0 25px 0 0;
}

#vote {
	position:relative;
	float:left;
	width:175px;
	height:auto;
	padding: 0 10px 0 15px;
}

#buy-it-now {
	position:relative;
	float:left;
	width:170px;
	height:auto;
	padding: 0 0 0 20px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:81px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	float:left;
	padding: 45px 0 0 245px;
}

.slug {
	float:right;
	padding: 35px 70px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:177px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav.jpg);
}

a#nav_01 {
	height:43px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -177px 0;
}

a#nav_02 {
	height:45px;
	cursor:pointer;
	background-position:0 -43px;
}

a:hover#nav_02{
	background-position:-177px -43px;
}

a#nav_03 {
	height:41px;
	cursor:pointer;
	background-position:0 -88px;
}

a:hover#nav_03{
	background-position:-177px -88px;
}

a#nav_04 {
	height:44px;
	cursor:pointer;
	background-position:0 -129px;
}

a:hover#nav_04{
	background-position:-177px -129px;
}

a#nav_05 {
	height:37px;
	cursor:pointer;
	background-position:0 -173px;
}

a:hover#nav_05{
	background-position:-177px -173px;
}

a#nav_06 {
	height:66px;
	cursor:pointer;
	background-position:0 -210px;
}

a:hover#nav_06{
	background-position:-177px -210px;
}

a#nav_07 {
	height:42px;
	cursor:pointer;
	background-position:0 -276px;
}

a:hover#nav_07{
	background-position:-177px -276px;
}

a#nav_08 {
	height:42px;
	cursor:pointer;
	background-position:0 -318px;
}

a:hover#nav_08{
	background-position:-177px -318px;
}

a#nav_09 {
	height:42px;
	cursor:pointer;
	background-position:0 -360px;
}

a:hover#nav_09{
	background-position:-177px -360px;
}

a#nav_10 {
	height:39px;
	cursor:pointer;
	background-position:0 -402px;
}

a:hover#nav_10{
	background-position:-177px -402px;
}
