/********************
 General styles
********************/
body {
	padding: 0;
	margin: 0;
	font: 11px Arial, "Geneva", Verdana, Verdana, sans-serif;
}

a img {
	border:0;
}


a {
	text-decoration: none;
}

/********************
 Main Layout
********************/


div#container {
	width: 100%;
}

div#top {
	width: 100%;
	height: 63px;
	background: #000 url('../img/top_bg.png') repeat-x fixed top left;
	color: #fff;
}

div#inner_top {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	z-index: 2;
}

div#content {
	width: 100%;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-position: 0px 0px;
	border-top: none;
}

div#inner_content {
	position: relative;
	z-index: 1;
	width: 980px;
	margin: 28px auto 0 auto;
}

/********************
 Menu
********************/
ul#main_menu {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: -10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#main_menu li {
	background: url('../img/menu_item_right.gif') no-repeat right top;
	float: left;
	display: block;
}

ul#main_menu li a, ul#main_menu li span {
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
	display: block;
	height: 60px;
	padding: 10px 30px 0 28px;
}

ul#main_menu li.current {
	margin-top: -13px;
	background: url('../img/tab_right.gif') no-repeat right top;
}

ul#main_menu li.last {
	background: none;
}

ul#main_menu li.before_current {
	background: none;
}

ul#main_menu li.current a, ul#main_menu li.current span {
	padding-top: 23px;
	font-weight: bold;
	color: #3d3d3d;
	background:url("../img/tab_left.gif") no-repeat left top;
}

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

div.submenu {
	position: absolute;
	z-index: 3;
	top: 45px;
	background: url('../img/submenu_top.png') no-repeat scroll top left;
	width: 165px;
	padding: 22px 0 0 0;
	display: none;
}

div.submenu ul {
	padding: 0 16px 0 15px;
	margin: 0;
	list-style: none;
	background-color: #5dccab;
}

div.submenu ul li {
	padding: 7px 0 5px 1px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

div.submenu ul li.bottom {
	background-color: transparent;
	background: url('../img/submenu_bottom.png') no-repeat scroll top left;
	padding: 0;
	height: 10px;
	border-bottom: 0;
}

div.submenu ul li a {
	color: #fff;
	display: block;
	width: 133px;
}

div.submenu ul li a span {
	display: block;
	float: left;
	width: 124px;
}

div.submenu img {
	float: left;
}

div#submenu2 {
	left: 506px;
}

div#submenu3 {
	left: 505px;
}

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

div#footer {
	font-size: 11px;
	margin-top: 60px;
	width: 100%;
	height: 39px;
	background-color: #000;
	color: #fff;

	/*
	position:absolute;
	bottom:1px;
	z-index:6;
	*/
}

div#inner_footer {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div#inner_footer div#links {
	padding-top: 15px;
}

div#footer a {
	color: #fff;
	margin: 0 10px 0 10px;
}

div#sign_up {
	float: right;
	margin-top: 10px;
}

div#sign_up label {
	margin-right: 18px;
}

span#footer_left {
	margin-right: 90px;
}

img#lastbar {
	margin-top: 50px;
}

img.newsletter {
  left:778px;
  top:9px;
  position:absolute;
}