/* @override 
	http://localhost/manhattan/assets/css/global.css
	http://www.manhattan-receivers.com/assets/css/global.css
*/

body {
	background: #000 url(../img/global/background.gif) repeat-x 0 5px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: 5px;
}

.pad20 {
	padding: 15px;
}

/* ########## header ########## */

#header {
	height: 128px;
	display: block;
	background: url(../img/global/manhattan-header-logo.png) no-repeat center 15px;
	width: 780px;
}

#header ul {
	width: 493px;
	height: 66px;
	float: left;
	display: block;
	position: relative;
	top: 47px;
	right: 38px;
}

#header li {
	display: block;
	float: left;
}

.login a {
	width: 72px;
	height: 37px;
	background-image: url(../img/global/button-login-off.png);
	display: block;
	float: right;
	margin-top: 62px;
	position: relative;
	left: 10px;
}

.login a:hover {
	width: 72px;
	height: 37px;
	display: block;
	background-image: url(../img/global/button-login-on.png);
}

.logout a {
	width: 72px;
	height: 37px;
	background-image: url(../img/global/button-logout-off.png);
	display: block;
	float: right;
	margin-top: 62px;
	left: 10px;
	position: relative;
}

.logout a:hover {
	width: 72px;
	height: 37px;
	display: block;
	background-image: url(../img/global/button-logout-on.png);
}

/* ########## bannerspace ########## */

#banner {
	height: 127px;
	display: block;
}

/* ########## breadcrumbs ########## */

#breadcrumbs {
	color: #5994aa;
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 20px;
}

#breadcrumbs a {
	color: #247299;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #5994aa;
	text-decoration: underline;
}

/* ########## navigation ########## */

.selected a {
	background-position: 0 66px;
}

.button-news a {
	width: 50px;
	height: 66px;
	background-image: url(../img/global/nav_button_news.png);
	display: block;
}

.button-news a:hover {
	width: 50px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_news.png) 0 66px;
}

.button-home a {
	width: 82px;
	height: 66px;
	background-image: url(../img/global/nav_button_home.png);
	display: block;
}

.button-home a:hover {
	width: 82px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_home.png) 0 66px;
}

.button-products a {
	width: 74px;
	height: 66px;
	background-image: url(../img/global/nav_button_products.png);
	display: block;
}

.button-products a:hover {
	width: 74px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_products.png) 0 66px;
}

.button-support a {
	width: 70px;
	height: 66px;
	background-image: url(../img/global/nav_button_support.png);
	display: block;
}

.button-support a:hover {
	width: 70px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_support.png) 0 66px;
}

.button-buy a {
	width: 39px;
	height: 66px;
	background-image: url(../img/global/nav_button_buy.png);
	display: block;
}

.button-buy a:hover {
	width: 39px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_buy.png) 0 66px;
}

.button-userarea a {
	width: 83px;
	height: 66px;
	background-image: url(../img/global/nav_button_userarea.png);
	display: block;
}

.button-userarea a:hover {
	width: 83px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_userarea.png) 0 66px;
}

.button-contact a {
	width: 95px;
	height: 66px;
	background-image: url(../img/global/nav_button_contact.png);
	display: block;
}

.button-contact a:hover {
	width: 95px;
	height: 66px;
	display: block;
	background: url(../img/global/nav_button_contact.png) 0 66px;
}

/* ########## register box ########## */

#register {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #2c2b2c;
	background: url(../img/global/register_box_bg.jpg) no-repeat;
	height: 127px;
	display: block;
	margin-bottom: 20px;
}

/* ########## retailer box ########## */

#retailer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #2c2b2c;
	background: url(../img/global/retailer_box_bg.jpg) no-repeat;
	height: 127px;
	display: block;
	margin-bottom: 20px;
}

/* ########## headline box ########## */

#headlines {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #2c2b2c;
	background: #000910 url(../img/global/headline_box_bg.jpg) no-repeat 0 bottom;
	display: block;
	height: 320px;
	margin-bottom: 20px;
}

#headlines h1 {
	color: #247291;
	margin-bottom: 10px;
	font: 16px ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

#headlines h1 a {
	color: #247291;
	margin-bottom: 10px;
	text-decoration: none;
	font: 16px ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

#headlines h1 a:hover {
	color: #8aa2b8;
	margin-bottom: 10px;
	text-decoration: underline;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

#headlines p {
	color: #addbe6;
	line-height: 15px;
	font-size: 12px;
}

#headlines h4 {
	font-size: 10px;
	margin-top: 10px;
	color: #dfc400;
}

/* ########## content ########## */

#content_container {
	display: block;
	bottom: 10px;
}

#page_content h1 {
	color: #dfc400;
	font: 18px Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}

#page_content h1 a {
	color: #dfc400;
	font: 18px ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	text-decoration: none;
}

#page_content h1 a:hover {
	color: #dfc400;
	font: 18px ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	text-decoration: underline;
}

#page_content p {
	font: 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #bbbbbb;
	line-height: 19px;
	margin-bottom: 10px;
}

/* ########## sidebar ########## */

#sidebar h2 {
	color: #dfc400;
	font: 16px ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	margin-bottom: 10px;
	text-align: right;
}

#sidebar ul {
	text-align: right;
}

#sidebar ul a {
	color: #247299;
	font: 12px/21px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding: 5px;
}

#sidebar ul a:hover {
	color: #5994aa;
}

/* ########## footer ########## */

#footer {
	width: 100%;
	height: 70px;
	background: url(../img/global/background-footer.gif) repeat-x;
	padding-top: 80px;
}

#footer p {
	color: #fff;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
}

#footer p a {
	font-size: 12px;
	color: #247299;
}

#footer p a:hover {
	font-size: 12px;
	color: #5994aa;
}

.copyright {
	color: #ababab;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ########## forms ########## */

.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	display: block;
	height: 25px;
	background: #024764 left top;
	border-style: none;
	color: #fffeff;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	cursor:pointer;
	padding-right: 8px;
	padding-left: 8px;
}

.button:hover {
	text-decoration: none;
	display: block;
	height: 25px;
	background: #095a7f left top;
}

.button:active {
	text-decoration: none;
	display: block;
	height: 25px;
	background-position: left top;
}

/* ########## search ########## */

#search {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #1d1d1d;
	border: 1px solid #2c2b2c;
	margin-bottom: 20px;
}

#searchform {
	margin: 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
	top: 70px;
	right: 102px;
}

#searchform input[type=text] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 184px;
	color: #000;
	height: 14px;
	float: left;
	vertical-align: middle;
	font: 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-top: 6px;
	padding-left: 8px;
	border-style: none;
	margin: 0;
}

#search .button {
	display: block;
	float: right;
}

#results {
	width: 620px;
}

#results h3 {
	color: #fff;
	font: normal normal 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#results a {
	font-size: 13px;
	color: #247299;
	display: block;
	margin-bottom: 30px;
}

#results a:hover {
	color: #5994aa;
}

#results h1 {
	font-size: 21px;
	margin-bottom: 10px;
	padding: 0;
	margin-top: 5px;
}

/* ########## system message ########## */

#system_msg a {
	font-size: 13px;
	color: #247299;
}

#system_msg a:hover {
	color: #5994aa;
}

#system_msg ul {
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#system_msg ul li {
	font: bold 13px/19px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	list-style-type: disc;
	color: #8b8b8b;
}
