/**
powered by www.persianscript.ir
copyright 2010 - 1389
email: persianscript.ir@gmail.com
**/

body{
	font-family:tahoma;
	font-size:12px;
	direction:rtl;
	padding:0px; 
	margin:0px; 
}
.clear{clear:both;}
.ltr{direction:ltr;}
.rtl{direction:rtl;}


#content{
	width:600px;
	margin:0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top:none;
}
	



#header{
	background-image:url(images/header.jpg);
	width:600px;
	height:300px;
	
}

#form{
	
}

#form p{
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}

form{ 
	width:590px;
	padding-right:5px;
}
form p{ 
	font-size:10px;
	color:#666;
}


form input, select{ 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #999;
	font-family:tahoma;
	font-size:11px;
} 
form .right{
	width:140px;
	height:30px;
	float:right;
}
	
form .left{
	width:440px;
	height:30px;
	float:left;
}

.submit{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #666;
	font-family:Arial;
	text-align:center;
	font-size:18px;
}

.submit:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #bc0023;
	background-color:#bc0023;
	font-family:Arial;
	color:#fff;
	text-align:center;
	font-size:18px;
} 
.nav{
	
}

.nav ul{

	list-style:none;
	padding:0 auto; 
	margin:0 auto;	
}

.nav ul li{
	float:right;
}

.nav ul li a{
	border:1px solid #ebedeb; 
	padding:5px 12px 5px 12px; 
	margin:273px 0px 5px 10px;
	text-decoration:none; 
	background-color:#f7f8f7;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#000;
}

.nav ul li a:hover{

	border:1px solid #e27830;
	padding:5px 12px 5px 12px; 
	background-color:#e27830;
	margin:273px 0px 5px 10px;
	text-decoration:none; 
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
}


#footer{
	text-align:center;
	padding:10px;
	}
	
#footer a{
	background-color:#fefefe;
	color:#000;
	text-decoration: none;
	}
	
#footer a:hover{
	background-color:#bc0023;
	color:#fff;
	text-decoration: none;
	}