/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F5A5A;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #D40D12;
}
a:active {
	text-decoration: none;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff url(../Images/background_body.jpg) repeat-x top;
	color:#666;
	font:0.8em Arial;
}

/* header */
#header {
	background:url(../Images/background_header.jpg);
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:32px;
	font-weight:400;
	left:530px;
	letter-spacing:4px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:105px;
	left:530px;
	text-align:right;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	letter-spacing:1px;
	line-height:15px;
	padding:6px;
	width:170px;
}
#header ul li a:hover {
	background:#6F454B;
	color:#ffffff;
	text-decoration:none;
}
#header_ul_li_active {
    color:#ffffff; 
	background:#6F454B;
}

/* Main */
#main {width:680px; text-align:right; margin:10px auto;}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
	direction:rtl;
}
#main h1 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	direction:rtl;
	margin-bottom:15px;
}
#main h2 {
	color:#444;
	font-size:115%;
	font-weight:bold;
	line-height:20px;
	padding:0 10px;
	margin-top:15px;
	direction:rtl;
}
#main h3 {
	color:#7F3B37;
	font-size:105%;
	font-weight:bold;
	padding:5px 10px;
	margin-top:5px;
	direction:rtl;
}
#main ul {
	list-style:square; 
	direction:rtl;
	margin-right:25px;
	line-height:20px;
}
#main li {
}

/* footer */
#footer {
	margin:40px 10px 10px auto;
	width:750px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:1px solid #cccccc;
    color:#333333;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
	margin-right:10px;
}
#footer a {
	font-size:95%;
	font-weight:bold;
}