﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #B7D1D9;
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

#wrapper {
	overflow: hidden;
	margin: auto;
	width: 980px;
	height: auto;
}

/* Header section */
#header {
	width: 100%;
	height: 220px;
	float: left;
}
#header #logo {
	background-image: url('../images/aftermathzone-logo.png');
	background-repeat: no-repeat;
	float: left;
	width: 472px;
	height: 166px;
}
#header #user_info_top_outer {
	background-image: url('../images/aftermathzone-profile-box-outer.png');
	background-repeat: no-repeat;
	float: right;
	width: 433px;
	height: 143px;
	margin-top: 10px;
}
#header #user_info_top_outer table {
	float: left;
	margin: 12px 0 0 5px;
}
#header #user_info_top_outer em {
	font-weight: bold;
	color: #000;
	font-style: normal;
}
#header #user_info_top_outer #ap {
	float: left;
	margin: -12px 0 0 60px;
	font-weight: bold;
	color: #fff;
}
#header #user_info_top_outer #wsg {
	float: left;
	margin: -12px 0 0 60px;
	font-weight: bold;
	color: #fff;

}
#header #user_info_top_outer #user_top_image {
	float: left;
	margin: 10px 0 0 10px;
}
#header #user_info_top_outer #inner {
	background-image: url('../images/aftermathzone-profile-box-inner.png');
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	padding: 10px 0 0 20px;
	float: right;
	width: 167px;
	height: 107px;
}
#header #user_info_top_outer #inner a {
	color: #1780ba;
}
#header #main_menu {
	background-image: url('../images/aftermathzone-menu-background.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 51px;
	float: left;
}

/* 
	LEVEL ONE
*/

ul.dropdown {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 10px;
}
ul.dropdown li {
	float: left;
	position: relative;
}
ul.dropdown li a {
	font-size: 12px;
	color: #87c3e6;
	text-align: center;
	float: left;
	padding-top: 15px;
	height: 35px;
	width: 115px;
}
ul.dropdown li a.active,
ul.dropdown li a:hover {
	color: #fff;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul {
	background-color: #076EAB;
	display: none;
	position: absolute;
	left: 20px;
	top: 100%;
	list-style: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #000;
	float: left;
}
ul.dropdown ul li:last-child {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
ul.dropdown ul li a:hover {
	background-color: #2f8fc7;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{
	padding: 4px 0 0 15px;
	border-right: none;
	width: 155px;
	display: inline-block;
	height: 20px;
	text-align: left;
	margin: 3px;
	float: left;
	color: #87c3e6;
} 
ul.dropdown ul li a:hover { 
	color:#fff;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	display: block;
}
/* end of navbar */

#header #main_menu #search_box {
	float: right;
	width: 232px;
	height: 32px;
	margin-top: 9px;
	margin-right: 10px;
	overflow: hidden;
}
#header #main_menu #search_box #search_text {
	background-image: url('../images/aftermathzone-search.png');
	background-repeat: no-repeat;
	padding: 7px 0 0 5px;
	float: left;
	width: 164px;
	height: 32px;
	border: 0;
}
#header #main_menu #search_box #submit {
	background-image: url('../images/aftermathzone-search.png');
	background-repeat: no-repeat;
	background-position: -169px 0;
	float: left;
	width: 63px;
	height: 32px;
}
#header #main_menu #search_box #submit:hover {
	background-position: -169px -32px;
}
#header #main_menu #search_box input {
	border: 0;
}
/* End of header */

/* Content section */
#content {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
#content #top_content {
	background-image: url('../images/aftermathzone-top.png');
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 63px;
}

#content #main_content {
	background-image: url('../images/aftermathzone-user-profile-center.jpg');
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	height: auto;
}
/*
#content #main_content ul
{
	list-style:none;
	border:0;
	padding:0;
	margin:0 0 18px 0;
}

#content #main_content ul li
{
	display:block;
	padding-left:36px;
	margin:0;
	background-image: url(http://images.aftermathzone.com/nav/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}*/

#content #main_content #user_profile_box {
	margin: 25px auto 10px auto;
	width: 942px;
	height: 146px;
}

/* end of content section */

/* Footer section */
#footer {
	background-image: url('../images/aftermathzone-footer-background.jpg');
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 108px;
	margin: auto;
}
#footer #bottom_content_background {
	background-image: url('../images/aftermathzone-user-profile-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	width: 100%;
	height: 73px;
	margin: auto;
	color: #fff;
}
#footer #bottom_content_background ul#footer_menu {
	list-style: none;
	margin-top: 10px;
}
#footer #bottom_content_background ul#footer_menu li {
	display: inline;
	margin: auto 5px auto 5px;
}
#footer #bottom_content_background ul#footer_menu li a {
	text-decoration: none;
	color: #fff;
}
/* End of footer section */