/*
Author: توس وب
Author URI: http://2sweb.ir
*/




/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block
}
::selection {
 background:#a94545;
 color:#fff;
}
::-moz-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-selection {
 background:#a94545;
 color:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul li{
	list-style:none;
}
caption, th {
	text-align:right;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
* {
	outline: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a img {
	border:0;
}
/*-General Styles------------------------------------------*/

a, a:visited {
	text-decoration:none;
/*	color:#a94545;*/
}
a:hover {
	text-decoration:none;
}
a:active {
	border: 0;
/*	color:#d70500;*/
}
p {
	line-height:32px;
	direction: rtl;
}
p a, p a:visited {
	text-decoration:none;
	color: #a94545;
}
.clearfix:after {
	content: '';
	clear:both;
}
.clearfix {
	zoom: 1; /* IE 6/7 */
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6, figcaption {
}
h1 {
	line-height: 42px;
}
h2 {
	line-height: 38px;
}
h3 {
	line-height: 36px;
}
h4 {
	line-height: 34px;
}
h5 {
	line-height: 32px;
}

.alignright {
	display:inline;
	float:right;
	text-align:right;
	margin-left: 10px;
}
.alignleft {
	display:inline;
	float:left;
	text-align:left;
	margin-right: 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}

input[type="submit"], input[type="button"] {
	cursor:pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
