/*

Author: توس وب

Author URI: http://2sweb.ir

*/



@font-face {

    font-family: 'twosweb-font';

    src: url('../fonts/nassim-bold.eot') format('eot'),

        url('../fonts/nassim-bold.ttf') format('ttf'),

        url('../fonts/nassim-bold.woff') format('woff');

}





/* 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;
p
	padding:0;

}

article, aside, figure, footer, header, hgroup, nav, section {

	display: block

}

::selection {

 background:#aaa;

 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;

}
ul {
	padding: 0;
}

caption, th {

	text-align:right;

	font-weight:bold;

}

q:before, q:after {

	content:'';

}

* {

	outline: none;

}

strong {

	font-weight: bold;
	font-size: 20px;

}

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;

	font-family: twosweb-font, Geneva, sans-serif;

}

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 {

	font-family: 'twosweb-font', arial, tahoma;

	line-height:20px;

	font-weight: normal;

}

.alignright {

	display:inline;

	float:right;

	text-align:right;

    padding-left: 10px;

}

.alignleft {

	display:inline;

	float:left;

	text-align:left;

    padding-right: 10px;

}

.aligncenter {

	display:block;

	margin:0 auto;

	text-align:center;

}

input, textarea, select, label {

	font-family: "twosweb-font",tahoma;

}

input[type="submit"], input[type="button"] {

	cursor:pointer;

}

.fl {

	float:left;

}

.fr {

	float:right;

}

