@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-align:center;
	background:#c4c2bf url(images/bg.jpg) top repeat-x;
	color:#7c3d32;
}
/*-------------------form style-------------------*/
input{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
select{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
textarea{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
/*---------------align text classes---------------*/
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.rtl{
	direction:rtl;
}
.ltr{
	direction:ltr;	
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}

/*----------------------links---------------------*/
a{
	text-decoration:none;
	color:#9d151f;
}
a:hover{
	color:#999900;
}
a:active{
	color:#990099;
}
/*----------------------images--------------------*/
img{
	border:0;
}
.thumb{
	margin:0 10px 3px 5px;
	float:left;
}
/*------------------other classes-----------------*/
.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}
.red-star{
	color:#FF0000;
}
/*----------------------div id--------------------*/
#wrapper{
	width:922px;
	margin:0 auto;
	text-align:right;
	direction:rtl;
	line-height:20px;
}
#top-header{
	background:#f7e5a7 url(images/top-header.png) repeat-x bottom;
	height:110px;
	overflow:hidden;
}
#header{
	
}
#toplinks{
	float:right;
	width:602px;
	padding:80px 20px 0 0;
}
#toplinks a{
	display:inline-block;
	background:#d04f27 url(images/bglinks.gif) top repeat-x;
	padding:5px 10px 0;
	height:25px;
	color:#FFF;
}
#toplinks a:hover{
	color:#333;
	background:#c6191f;
}
#logo{
	float:left;
	width:241px;
	margin-left:38px;
}
* html #logo{
	margin-left:15px;
}
#links-left-curve{
	background:url(images/links-curve.jpg) bottom no-repeat;
	height:30px;
	width:9px;
	float:right;
}
#links-right-curve{
	background:url(images/links-curve.jpg) top no-repeat;
	height:30px;
	width:9px;
	float:right;
}
#main{
	background-color:#e6dfc2;
}
#right-block{
	float:left;
	width:250px;
	padding:10px 36px 10px 12px;
}
#left-block{
	float:right;
	width:576px;
	padding:10px 36px 10px 12px;
}
h1.title{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.text{
	padding-bottom:25px;
}
.toplinksbg{
	float:right;
	background:url(images/bglinks.gif) repeat-x center top #D04F27;
}
.bottom-block-box{
	float:right;
	width:171px;
	min-height:151px;
	padding:10px;
}
.rightblockbox{
	background-color:#f9ebaa;
	border:solid 1px #e5dbb0;
	padding:15px;
}
#footer{
	background-color:#e6d58f;
	text-align:center;
	padding:10px;
}
