@import url(typography.css);
/* ========== */
/* = Layout = */
/* ========== */
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	color: #000;
	background: #000;
	text-align: center;
	min-width: 1024px;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
	#wrapper.main, body#body_main {background: url(../images/back.jpg) top center no-repeat #000;}
	#wrapper.content, body#body_content {background: url(../images/back_content.jpg) top center no-repeat #000;}
#header {}
#header h1#logo a {
	width: 245px;
	height: 122px;
	display: block;
	text-indent: -2000px;
	margin-left: 110px;
}
	#wrapper.main #header h1#logo a {background: url(../images/logo.png) top left no-repeat;}
	#wrapper.content #header h1#logo a {background: url(../images/logo_content.png) top left no-repeat;}
#feature {
	background: url(../images/feature.png) top left no-repeat;
	height: 295px;
	width: 510px;
	background: #eee;
	margin: 45px 255px 55px 255px;
}
#menu { /* For the menu styles, please see appropriate section */
	height: 33px;
	margin-top: 20px;
}
#banners {
	margin: 5px 112px;
	background: url(../images/feature_bottom.png) bottom left no-repeat #A2E905;
	padding: 10px;
}
	#banners_left {
		float: left;
		width: 530px;
		display: inline;
		margin-left: 10px;
	}
	#banners_right {
		float: right;
		width: 200px;
		text-align: center;
		display: inline;
		margin-right: 10px;
	}
div#content {
	background: url(../images/content_top.png) top left no-repeat #fff;
	margin: 5px 112px;
	padding: 10px;
	margin-bottom: 0;
}
	div#content.content_page {
		background: url(../images/content_page_back.png) top left no-repeat #fff;
		padding: 10px 40px;
		min-height:420px;
	}
	#news, #competitions, #join_the_crew {
		width: 254px;
		float: left;
		margin-right: 5px;
	}
	#news {
		border: 1px solid #BB0B06;
	}
	#competitions {
		border: 1px solid #FF6C00;
	}
	#join_the_crew {
		border: 1px solid #FFB400;
		margin-right: 0px;
	}
#footer {
	clear: both;
	margin: 0px 112px 0px 112px;
	background: #A2E905;
	background: url(../images/feature_bottom.png) bottom left no-repeat #A2E905;
	padding: 5px 10px;
	border-top: 2px solid #64B900;
}
	#wrapper.main #footer {
		margin: 0;
		margin-top: 1em;
		background: #A2E905;
	}
/*Forms*/
label {
	display: block;
	font-weight: bold;
	color: #000;
}
/* ========= */
/* = Menus = */
/* ========= */
#menu ul {
	margin: 10px 130px;
	background: url(../images/menu.png) top left repeat-x #66BC00;
	border-left: 1px solid #4D8C00;
	}
	#menu ul li {
		display: inline;
		float: left;
		border-right: 1px solid #4D8C00;
		}
		#menu ul li a {
			display: block;
			padding: 7px 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 10px;
		}
			#menu ul li a:hover, #menu ul li.here a {
				background: url(../images/menu_hover.png) top left repeat-x #8BFF00;
			}
	#body_main #menu ul ul {
		display: none;
		position: absolute;
		top: 530px;
		left: 100px;
	}

	#body_content #menu ul ul {
		display: none;
		position: absolute;
		top: 170px;
		left: 100px;
	}
		#menu ul li:hover ul {
			display: block;
		}
			#menu ul li:hover ul li {
				display: inline;
				float: left;
				width: 15em;
			}
				#menu ul li:hover ul li a {
					background: none;
				}
/* ============== */
/* = Quicklinks = */
/* ============== */
div#quicklinks ul {
	list-style: none;
	margin-right: 10px;
}
	div#quicklinks ul li {
		display: inline;
	}
	div#quicklinks ul li a.quicklink {
		clear: left;
		float: left;
		display: block;
		/*padding: 30px 50px;*/
		width: 200px;
		height: 55px;
		/*text-indent: -2000px;*/
		margin-bottom: 10px;
		text-indent: -5000px;
	}
		div#quicklinks ul li a.competitions {
			background: url(../images/buttons/competitions.png) top left no-repeat;
		}
		div#quicklinks ul li a.join_the_crew {
			background: url(../images/buttons/join.png) top left no-repeat;
		}
		div#quicklinks ul li a.purchase {
			background: url(../images/buttons/purchase.png) top left no-repeat;
		}

ul.about_us_menu li {
	display: inline;
	border-right: 2px solid #000;
}

ul.about_us_menu li a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
}

.fadein { position:relative; width:510px; height:295px; }
.fadein li { position:absolute; left:0; top:0; }
/* ========= */
/* = Tools = */
/* ========= */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
