html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

#header {
	width: 100%;
	height: 100px;
	border-top: 5px solid #E8D7AC;
	border-bottom: 5px solid #E4DBC7;
	background: #F6EFDC url(images/header-bg.jpg) repeat-x;
	
	border-top: 5px solid #f60;
	border-bottom: 0;
	background: #F6EFDC url(images/bg2.gif);
}

#header .content {
	width: 960px;
	margin: 0 auto;
	direction: rtl;
	padding-top: 12px;
}

#header .content h1 {
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	top: -100px;
	left: -100px;
}

#navigation {
	width: 100%;
	
	background: #8C0105;
	border-top: 5px solid #7A0104;
	border-bottom: 5px solid #7A0104;
	
	background: #23282D;
	border-top: 5px solid #0D0E11;
	border-bottom: 5px solid #0D0E11;
}

#navigation .content {
	width: 960px;
	margin: 0 auto;
	font: normal 11px tahoma;
	padding: 8px 0 19px !important;
	padding: 8px 0;
	height: 13px;
}

#navigation .content ul {
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	direction: rtl;
}

#navigation .content ul li {
	display: inline;
	float: right;
}

#navigation .content ul li ul {
	display: none;
}

#navigation .content ul li a {
	display: block;
	margin: 0 4px;
	padding: 4px 8px 7px;
	text-decoration: none;
	
	border: 1px solid #23282D;
	color: #eee;
}

#navigation .content ul li a:hover,
#navigation .content ul .active {
	border-style: solid;
	border-width: 1px;
	
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius: 4px;
	
	color: #F6EFDC;
	background: #7A0104;
	border-color: #680103 #9A0A0E #9A0A0E #680103;
	
	background: #181B1F;
	border-color: #0D0E11 #394249 #394249 #0D0E11;
}

#navigation .content ul .last {
	float: left;
}

/*
#subnav {
	height: 32px;
	display: none;
	
	background: #FED579;
	border-top: 4px solid #EFC772;
	border-bottom: 1px solid #DDD6C3;
	
	background: #4F5C65;
	border-top: 4px solid #394249;
	border-bottom: 0;
}

#subnav .content {
	width: 960px;
	font: normal 11px tahoma;
	direction: rtl;
	margin: 0 auto;
	padding-top: 5px;
}

#subnav .content ul {
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	direction: rtl;
}

#subnav .content ul li {
	display: inline;
	float: right;
}

#subnav .content ul li a {
	display: block;
	text-decoration: none;
	margin: 0 10px;
	padding: 3px 5px 6px;
	
	border: 1px solid #FED579;
	color: #333;
	
	border: 1px solid #4F5C65;
	color: #eee;
}

@-moz-document url-prefix() {
	#subnav .content ul li a:hover {
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomright: 4px;
		
		-webkit-border-radius: 4px;
		
		background: #E9B544;
		border-color: #DFA11B #EFC772 #EFC772 #DFA11B;
		
		background: #394249;
		border-color: #2E353B #4F5C65 #4F5C65 #2E353B;
	}
}
*/

#subnav {
	position: absolute;
	top: 78px;
	left: 0;
	height: 32px;
	overflow: hidden;
	width: 100%;
}

#subnav .content {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	direction: rtl;
	padding: 0 10px;
}

#subnav .content a {
	text-decoration: none;
	color: #eee;
	font: normal 11px tahoma;
}

#subnav .content a:hover {
	color: #f60;
}

#wrapper {
	width: 100%;
	background: #fff;
	
	border-top: 5px solid #E4DBC7;
	
	border-top: 5px solid #657681;
}

#wrapper #maincontent {
	width: 760px;
	margin: 50px auto 50px;
	direction: rtl;
	font: normal 11px/1.6em tahoma;
	color: #777;
	text-align: justify;
	position: relative;
}

#wrapper #maincontent p {
	padding: 0 50px;
}

#wrapper #maincontent h2 {
	font: bold 36px 'times new roman';
	color: #999;
	border-bottom: 1px solid #999;
	margin: 0;
	position: relative;
	width: 75%;
	margin-bottom: 15px;
}

#wrapper #maincontent h2 span {
	color: #ff6600;
}

#wrapper #maincontent h3 {
	font: bold 24px 'times new roman';
	color: #999;
	border-bottom: 1px solid #999;
	margin: 30px 20px 15px 0;
	position: relative;
	width: 40%;
}

#wrapper #maincontent ul {
	margin: 0 50px 0 0;
	list-style-type: square;
	color: #f60;
}

#wrapper #maincontent ul span {
	color: #777;
}

#wrapper .spotlight {
	text-align: center;
	width: 960px;
	height: 200px;
	background: #000;
	margin: 15px 0;
	overflow: hidden;
}

#footer {
	width: 100%;
	
	background: #8C0105;
	border-top: 5px solid #7A0104;
	
	background: #23282D;
	border-top: 5px solid #181A1F;
	
	clear: both;
	
	border-bottom: 5px solid #000;
	
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
}

#footer .content {
	width: 960px;
	margin: 0 auto;
	color: #eee;
	font: normal 11px/1.5em tahoma;
	padding: 8px 0;
	direction: rtl;
	text-align: center;
}

#footer .content a {
	color: #eee;
}

#footer .content a:hover {
	color: #f90;
}

#footer .content table a:hover {
	background: #2E353B;
}

#maincontent a {
	text-decoration: none;
	color: #f60;
	padding-bottom: 2px;
}

#maincontent a:hover {
	color: #f90;
	border-bottom: 1px solid #f90;
	padding-bottom: 1px;
}

a {
	text-decoration: none;
}

a img {
	border: 0 none;
}