/* Reset CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/1.7 tahoma, Arial, sans-serif;
	padding: 0px 0;
	text-align: center;
	background: #153F4F;
	margin: 0px 0px 30px;
}
ol, ul, li {
	list-style: none;
}
a:link {
	text-decoration: none;
	color: #0067B3;
	outline:0
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color: #0067B3;
	outline:0
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	outline:0
}
h1 {
	font: normal 1.5em/1.6 Arial, sans-serif;
	padding: .5em 0;
}
h2 {
	padding: 0em 0 0.2em;
	margin: 0px;
	font: bold 1.4em/1.6 Arial, sans-serif;
}
h3 {
	font: bolder 14px/1.6 Arial, sans-serif;
	padding: .3em 0;
}
h4 {
	font: normal 1.2em/1.6 Arial, sans-serif;
	padding: .25em 0;
}
img {
	border-style: none;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*-----layout-----*/
#warpper {
	width: 960px;
	margin: 20px auto 30px;
	padding: 0px;
	position: relative;
	direction:rtl;
	background: #FFFFFF;
}
.warpper-btt {
	background: url(../images/warpper-btt.jpg) no-repeat center top;
	display: block;
	height:13px;
}
#header {
	background: url(../images/header-v1.jpg) no-repeat center top;
	height: 175px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 550px;
	top: 50px;
	width: 270px;
}
#header h1 a {
	display: block;
	width: 270px;
	height: 50px;
}
#header h1 span {
	display: none;
}
#header .date {
	right:35px;
	position:absolute;
	top:145px;
}
#header #searchform {
	height:30px;
	left:30px;
	position:absolute;
	top:135px;
	width:200px;
}
#header #searchform #s {
	background: transparent;
	width: 140px;
	padding: 2px;
	border-style: none;
	margin: 0px;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 8px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#header #searchform a {
	display:block;
	height:20px;
	width:28px;
	position: absolute;
	top: 5px;
	right: 21px;
}
#header #searchform a span {
	display:none;
}
#nav    {
        margin-bottom:15px;
}
#nav ul {
	list-style:none;
	font-size:93%;
	line-height:normal;
	position: absolute;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right:10px;
	top:175px;
	width:540px;
}
#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}
#nav ul a {
	float:left;
	background:url(../images/nav-left.gif) no-repeat left bottom;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	cursor:pointer;
}
#nav ul a span {
	float:left;
	display:block;
	background:url(../images/nav-right.gif) no-repeat right bottom;
	padding:3px 15px 7px 6px;
	color:#000;
}
#nav ul a:hover span {
	color:#FFF;
	background-position:100% -21px;
}
#nav ul a:hover {
	background-position:0% -21px;
}
#nav ul a:hover span {
	background-position:100% -21px;
}
#page-content {
	text-align: right;
	background: #fff;
	margin: 0px;
}
#page-body {
	width: 675px;
	float: right;
	background: url(../images/page-body-bg.jpg) repeat-y;
	margin: 25px 0px;
}
#normal-page-body {
	width: 675px;
	float: right;
	margin: 25px 0px;
}
#page-body #top {
	background: url(../images/page-body-top.jpg) no-repeat center bottom;
	display: block;
	height:11px;
}
#page-body #btt {
	background: url(../images/page-body-btt.jpg) no-repeat center top;
	display: block;
	height:13px;
}
.page-body {
	margin: 0px 30px 0px 15px;
}
#sidebar {
	width: 265px;
	float: left;
	background: #fff;
}
.sidebar {
	margin: 10px 0px 10px 15px;
}
#footer {
	background: #E0EFF6;
	clear: both;
	margin: 20px 15px 0px;
	padding: 0px;
	color: #000000;
}
#footer .top {
	background: url(../images/footer-top.jpg) no-repeat center top;
	display: block;
	height:9px;
}
#footer .btt {
	background: url(../images/footer-btt.jpg) no-repeat center bottom;
	display: block;
	height:9px;
}
#footer a {
	color: #DD8500;
}
#footer a:hover {
	color: #33748C;
}
#footer #copyright {
	padding: 0px;
	margin: 10px 20px;
	text-align: right;
}
#copyright .text {
	margin-bottom: 10px;
}
#copyright li {
	float: right;
	display: inline;
	margin: 0px 0px 0px 5px;
}
#copyright li a {
	margin: 0px;
}
#copyright .designer {
	float: left;
}
#copyright .logos {
	float: right;
	width: 310px;
	background: #E0EFF6;
}
/*-----layout-----*/

