@charset "utf-8";
/* CSS Document */

body {
	background:#000;
}

#wrapper {
	background:url(/images/background.gif) 0 0 repeat-x #ededed;
}

#wrapper2 {
	width:970px;
	margin:0 auto;
}

/* Header */

#header {
	height:85px;
	overflow:hidden;
}

#header h1 {
	float:left;
}

#header h2 {
	float:right;
	text-align:right;
	padding:30px 0 0;
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#af0001;
	line-height:20px;
	letter-spacing:-1px;
}

#header h2 span {
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#4f4e4e;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:34px;
	margin:2px 0 0;
}

#top-nav ul {
	float:right;
}

#top-nav ul li {
	float:left;
	padding:0 6px;
}

#top-nav ul li a {
	float:left;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000;
	height:32px;
	line-height:32px;
	background:url(/images/top-nav-button.gif) 0 0;
	padding:0 8px;
	text-decoration:none;
}

#top-nav ul li a:hover {
	background-position:0 -32px;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	width:194px;
	padding:40px 0;
	float:left;
}

#left-nav ul {
	padding:0 0 0 16px;
	list-style: none !important;
	list-style-image:none !important;
	list-style-type:none !important;
}

#left-nav ul li {
	padding:0 0 8px;
}

#left-nav ul li a {
	display:block;
	width:150px;/*160*/
	height:32px;
	padding:0 7px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	background:url(/images/left-nav-button.png) 0 0 no-repeat;
	cursor:pointer;
}

#left-nav ul li a:hover {
	background-position:0 -32px;
}

/* Left Navigation End */
/* Content */

#content {
	float:right;
	width:676px;/*776*/
	padding:40px 50px 20px;
	background:#fff;
	min-height:520px;
	_height:580px;
}

/* Content End */
/* Footer */

#footer {
	width:950px;
	margin:0 auto;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding:20px 0;
}

#footer strong {
	color:#dc0000;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	padding:0 8px;
	background:url(/images/sep.gif) 0 4px no-repeat;
}

#footer a {
	color:#fff;
	text-decoration:none;
	padding:0 0 1px;
	border:0;
}

#footer a:hover {
	border-bottom:1px solid #fff;
}

#footer ul li.first {
	background:none;
}

#footer p {
	padding:0 0 14px;
}

/* Footer End */
