body {
	background: #0f0f0f;
	width: 100%;
	font-family: Arial;
}

.content-holder{
	width: 970px;
	margin: 0 auto;
}

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

/*****************************
Header
*****************************/

#header-container {
	width: 100%;
	margin: 0 auto;
	height: 304px;
	background: url('/public/img/header.jpg') no-repeat;
	background-position: center;
}

#logo {
	float: left;
	margin: 116px 0 0 10px;
	width: 268px;
	height: 139px;
}

/*****************************
Menu
*****************************/

#menu-container {
	height: 38px;
	width: 100%;
	background: #353336;
}

#menu-holder {
	margin: 0 auto;
	width: 990px;
	height: 38px;
	background: url('/public/img/menu_background.jpg') no-repeat;
}

#menu-items {
	width: 990px;
}

.menu-item {
	float: left;
	height: 38px;	
	text-transform: uppercase;
}

.menu-item-holder{
	height: 38px;
	float: left;
}

.menu-active {
	background: url('/public/img/menu_active_background.gif') repeat-x;
}

.menu-active-holder {
	height: 14px;
	overflow: hidden;
	padding: 12px 5px;
}

.menu-active-holder a:hover {
	color: #df0073;
	font-weight: bold;
}

.menu-seperator {
	float: left;
	width: 47px;
	height: 38px;
	background: url('/public/img/menu_seperator_t_t.png') no-repeat;
}



.seperator-active{
	width: 47px;
	height: 38px;
	background: url('/public/img/menu_seperator_t_f.png') no-repeat;
}

.seperator-next-active , .last-seperator-active{ 
	width: 47px;
	height: 38px;
	margin: 0 0 0 -5px;
	background: url('/public/img/menu_seperator_f_t.png') no-repeat;
}

/*****************************
Submenu
*****************************/

.submenu-container {
	width: 970px;
	top: 342px;
	min-height: 75px;
	position: absolute;
	z-index: 10;
	display: none;
}

.submenu-items {
	width: 970px;
	float: left;
	background: #0f0f0f;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	margin: 0 0 0 10px;
}

.submenu-item {
	float: left;
	color: #fff;
	padding: 30px 20px 30px 0;
}

.submenu-item a:hover , .submenu-active a{
	color: #df0073;
}

/*****************************
Content
*****************************/

#content-container {
	width: 100%;
	
}

#content {
	float: left;
	margin:  0 0 35px 0;
}

h1 {
	float: left;
	text-transform: uppercase;
	color: #df0073;
	width: 950px;
	font-size: 40px;
	margin: 60px 0 20px 10px;
}


.content-holder p {
	color: #dedede;
	float: left;
	width: 950px;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 10px 10px;
}

.form label{
	line-height: 27px;
	color: #dedede;
	float: left;
	display: inline-block;
	width: 300px;
}

.form label.small_label{
	width: 150px;
	float: none;
}

.form label.big_label{
	width: 450px;
}

.form input, .form textarea{
	margin: 0 20px 10px 10px;
	border: 1px solid #fff;
}

.form textarea{
	width: 290px;
	height: 100px;
}

form .form-checkbox{
	margin: 0 50px 5px 10px;
}

.form p{
	margin: 0 0 10px 0;
}

/*****************************
Footer
*****************************/

#footer-container {
	width: 100%;
	background: url('/public/img/footer_background.gif') #131315 repeat-x;	
}

.footer-column {
	margin: 30px 0 0 10px;
	width: 320px;
	height: 270px;
	float: left;
}

.footer-menu {
	color: #68676c;
	width: 640px;
	float: left;
	margin: 30px 0 0 0;
	height: 300px;
}

.footer-menu-block {
	float: left;
	margin: 0 0 20px 0;
	width: 320px;
}

.footer-menu-block h2 {
	float: left;
	width: 320px;
	margin:  0 0 10px 0;
}

.footer-menu-block h2 a {
	color: #68676c;
	text-transform: uppercase;
}


.footer-submenu li a{
	color: #68676c;
}

.footer-submenu li {
	margin: 10px 0 ;
}

.footer-column p {
	float: left;
	color: #68676c;
	width: 320px;
	margin: 20px 0 10px 0;
}

#footer-brands {
	float: left;
	margin: 5px 0 0 0;
	height: 107px;
}