/* GENERAL */

* {
	margin: 0;
}
html,
body {
	height: 100%;
}
body {
	background: url(../images/background.jpg) #dddddd repeat-x;
	font-family: helvetica, arial, sans-serif;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
.background-overlay {
	background: url(../images/background-overlay.png) no-repeat;
	display: block;
	height: 352px;
	margin-top: 78px;
	margin-left: 200px;
	position: absolute;
	width: 825px;
	z-index: -1;
	left: -79px;
	top: -45px;
}
.cb {
	clear: both;
}
#wrapper {
	height: 100%;
	height: auto !important;
	margin: 0 auto -35px;
	min-height: 100%;
}
#container {
	margin: auto;
}
hr {
	color: white;
	margin-top: 18px;
}






/* LINKS */

.reglink a {
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.reglink a:hover {
	border-bottom: 1px solid #990000;
	color: #990000;
}






/* TOP CONTENT */

.toptext {
	color: #333;
	font-size: 12px;
	margin: auto;
	margin-top: 10px;
	padding-right: 24px;
	text-align: right;
	width: 972px;
	text-shadow: 0px 1px 1px #FFF;
}
#top-content {
	margin: auto;
	margin-top: 30px;
	width: 972px;
	height: 30px;
}
#top-logo {
	float: left;
	width: 123px;
}
#top-nav {
	float:right;
	width: 849px;
	*margin-right: -130px;
	margin-right: -140px;
}
.navigation list {
	*margin-right: 10px;	
}
#top-nav ul li {
	float:left;	
	list-style: none;
	padding: 12px 6px 12px 0px;
	text-align: right;
}

#top-nav ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 14px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFF;
}
#top-nav ul li a:hover {
	background: url(../images/nav-link-bg-hover.jpg) #cccccc repeat-x;
	color: #ffffff;
	text-shadow: 0px 1px 1px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}
.trigger ul.menu {
	display: none;
	position: absolute;
	margin-left: -145px;
	margin-top: 25px;
	padding-top: 20px;
	padding-left: 85px;
	height: 53px;
	width: 275px;
	background: url(../images/about-background.png);
	list-style: none;
	position:absolute;
	z-index: 1;
}
.trigger ul.menu li {
	list-style: none;
	padding: 0px;
}
.trigger ul.menu li a {
	display: block;
}
.trigger ul.menu li a:hover {
	background: none;
}
.trigger:hover ul.menu {
	display: block;
}
.submenu {
	background: none;	
	padding-bottom: 0px;
}
body.home #nav_home,
body.about #nav_about,
body.clients #nav_clients,
body.services #nav_services,
body.press #nav_press,
body.advertisers #nav_advertisers,
body.contact #nav_contact {
	background: url(../images/nav-link-bg.jpg) #990000 repeat-x;
	color: white;
	text-shadow: 0px 1px 1px #333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}


/* MAIN CONTENT */

#banner-image {
	margin: auto;
	margin-top: 16px;
	width: 972px;
	color: #666;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}
#banner-image a {
	color: #666;
}
#main-content {
	margin: auto;
	margin-top: 13px;
	margin-top: 13px;
	width: 972px;
}





/* FOOTER */

#footer {
	background: url(../images/footer-background.jpg) repeat-x;
	height: 35px;
}
#push {
	height: 35px;
}
.footer_content {
	color: #000000;
	font-size: 12px;
	margin: auto;
	padding-top: 12px;
	text-align: right;
	width: 972px;
	text-shadow: 0px 1px 1px #CCC;
}
.footer-left {
	float: left;
}
.footer-right {
	text-align: right;
}
.footer-right a {
	color: #ffffff;
	font-size: 12px;
	padding-right: 8px;
	text-align: right;
	text-decoration: none;
	text-shadow: 0px 1px 1px #333;
}
.footer-right a:hover {
	color: #CCC;
}
