/* CSS Document */

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

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

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:30px;color:#ec9c51; }

h2 { font-size:20px; }

h3 { font-size:15px;color:#ec9c51 }

h4 { font-size:16px;color:#ec9c51 }

/* ---- 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;
}

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

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:1055px;
	height:71px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	padding:100px 0 0 220px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:49px;
}

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

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

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

#basket_party_over_9000 {
	position:absolute;
	top:109px;
	left:564px;
	width:166px;
	height:158px;
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:570px;
	height:auto;
	padding:34px 0 0 220px;
	
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:514px;
	height:auto;
	padding:34px 0 0 220px;
	
}

#banner_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:514px;
	height:auto;
	padding:0 0 0 220px;
}

#banner_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:344px;
	height:auto;
	padding:0 0 0 0;
}

#email-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:314px;
	height:141px;
	padding:0 0 0 0;
	background-image:url(images/img_email-sub.jpg);
	background-repeat:no-repeat;
	padding:80px 0 0 30px;
}

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

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:253px;
	height:auto;
	padding:0 220px 0 0;
}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:303px;
	height:auto;
	padding:0 220px 0 0;
}

#sponsors {
	position:relative;
	top:0;
	left:0;
	width:223px;
	height:246px;
	background-repeat: no-repeat;
	background-image: url(images/bg_sponsors.jpg);
}

/* ---- end side bar content settings ---------------- */

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

#footer a {
	text-decoration:none;
}

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

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

a#nav_01 {
	width:71px;
	background-position:0 0;
}

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

.active_01 {
	background-position: 0 -49px !important;
}

a#nav_02 {
	width:127px;
	background-position:-71px 0;
}

a:hover#nav_02{
	background-position:-71px -49px;
}
.active_02 {
	background-position:-71px -49px !important;
}

a#nav_03 {
	width:130px;
	background-position:-198px 0;
}

a:hover#nav_03{
	background-position:-198px -49px;
}

.active_03 {
	background-position:-198px -49px !important;
}

a#nav_04 {
	width:109px;
	background-position:-531px 0;
}

a:hover#nav_04{
	background-position:-531px -49px;
}

.active_04 {
	background-position:-531px -49px !important;
}

a#nav_05 {
	width:139px;
	background-position:-640px 0;
}

a:hover#nav_05{
	background-position:-640px -49px;
}

.active_05 {
	background-position:-640px -49px !important;
}

a#nav_06 {
	width:91px;
	background-position:-779px 0;
}

a:hover#nav_06{
	background-position:-779px -49px;
}

.active_06 {
	background-position:-779px -49px !important;
}

