/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@charset "utf-8";
@font-face {
	font-family: 'dotechyekanlight';
	src: url('../fonts/dotechyekanlight/dotechyekanlight.eot?#') format('eot'),  /* IE6–8 */  url('../fonts/dotechyekanlight/dotechyekanlight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/  url('../fonts/dotechyekanlight/dotechyekanlight.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	direction: rtl;
	text-align: center;
}
body, input, textarea {
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #727272;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	direction: rtl;
	font-weight: normal;
	color: #1c1c1a;
	text-transform: uppercase;
	font-family: 'dotechyekanlight', tahoma;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-family: 'dotechyekanlight', tahoma;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 9px;
	font-style: normal;
}
h2 {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 20px;
	font-style: normal;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	font-style: normal;
}
h5 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	font-style: normal;
}
h6 {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
	font-style: normal;
}
h1.gray {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 9px;
	font-style: normal;
	color: #999;
}
h1.small {
	font-size: 25px;
	line-height: 38px;
	margin-bottom: 20px;
	font-style: normal;
	color: #1c1c1a;
}
h2.underline {
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 10px;
	font-style: normal;
	float: right;
	border-bottom: 2px solid #91b427;
}
h2.underline a {
	color: #727272;
	font-family: 'dotechyekanlight', tahoma;
}
h2.underline a:hover {
	color: #91b427;
}
.title_underline {
	display: block;
	float: right;
	width: 100%;
	background: url(../img/title-line.png) repeat-x left 36px;
}
ul.arrows-list-one {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrows-list-one li {
	margin: 0px;
	padding: 0px 0px 7px 12px;
	list-style-type: none;
	color: #fff;
}
.arrows-list-one li a {
	font-family: "dotechyekanlight", tahoma;
	color: #fff;
}
.arrows-list-one li a:hover {
	color: #000000;
}
ul.arrows-list-two {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrows-list-two li {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	list-style-type: none;
	background: url(../img/arrow-04.png) no-repeat left 11px;
}
a.site_button {
	float: left;
	padding: 8px 20px 8px 20px;
	margin: 0px;
	background-color: #eee;
	border-bottom: 2px solid #e0e0e0;
	color: #727272;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
a.site_readmore {
	float: left;
	width: 40px;
	padding: 2px 8px 2px 8px;
	margin: 9px 0px 0px;
	background-color: #F9F9F9;
	color: #727272;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	font-family: "dotechyekanlight", tahoma;
	transition: all 0.25s ease-in 0s;
}
a.site_readmore:hover {
	background-color: #91b427;
	color: #FFF;
}
/* Text elements */
p {
	font: 12px, tahoma;
	font-weight: normal;
	line-height: 28px;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-family: 'dotechyekanlight', tahoma;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 14px;
	border-left: 5px solid #ccc;
	padding: 5px 20px 5px 20px;
	font-weight: normal;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px "dotechyekanlight", tahoma;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px "dotechyekanlight", Arial, Helvetica, sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.dropcap {
	display: block;
	float: left;
	font-size: 45px;
	padding: 0;
	margin: 0;
	margin: 15px 8px 0 0;
	text-transform: uppercase;
}
.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}
.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}
.download-box, .warning-box, .info-box, .note-box {
	clear: both;
	margin: 0 0 20px 0;
	text-shadow: none;
	padding: 15px;
	line-height: 17px;
}
.info-box {
	background: #c2ddf9;
	border: 1px solid #80bbef;
	color: #4783b7;
}
.warning-box {
	background: #ffcccc;
	border: 1px solid #ff9999;
	color: #c31b00;
}
.download-box {
	background: #d1f7b6;
	border: 1px solid #8bca61;
	color: #5e9537;
}
.note-box {
	background: #fdebae;
	border: 1px solid #e6c555;
}
/* Links */
a {
	color: #727272;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #91b427;
}
.img_left {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.img_left img {
	width: 100%;
}
.img_left_02 {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.img_left_02 img {
	width: 100%;
}
.img_left_03 {
	padding: 0px;
	margin: 0px 36px 20px 0px;
	float: left;
}
.img_left_03 img {
	width: 100%;
}
.img_left_border {
	padding: 0px;
	margin: 0px 40px 0px 0px;
	float: left;
}
.img_left_border img {
	width: 100%;
	border: 5px solid #d3d3d3;
}
.img_left1 {
	padding: 0px;
	margin: 0px 20px 100px 0px;
	float: left;
	display: block;
}
.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top3 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_topme {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.mar_top4 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.mar_top6 {
	margin-top: 60px;
	width: 100%;
	float: left;
}
.mar_top7 {
	margin-top: 70px;
	width: 100%;
	float: left;
}
.divider_lines {
	margin: 30px 0px;
	width: 100%;
	height: 5px;
	float: left;
	background: url(../img/h-line.jpg) no-repeat center top;
}
.divider_lines_02 {
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 5px;
	float: left;
	background: url(../img/h-line.jpg) no-repeat center top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* Clear Fix Styles */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
	list-style:none;
}
/* start commented backslash hack \*/
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix {
	display: block;
}
option {
	font-family: 'dotechyekanlight', tahoma;
}
#selectnav1 {
	font-family: 'dotechyekanlight', tahoma;
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top3 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top4 {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.mar_top6 {
	margin-top: 35px;
	width: 100%;
	float: left;
}
.mar_top7 {
	margin-top: 40px;
	width: 100%;
	float: left;
}
h1.small {
	margin-left: 10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top2 {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.mar_top3 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top4 {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.mar_top6 {
	margin-top: 35px;
	width: 100%;
	float: left;
}
.mar_top7 {
	margin-top: 40px;
	width: 100%;
	float: left;
}
.title_underline {
	display: block;
	float: right;
	width: 97.2%;
	background: url(../img/title-line.png) repeat-x left 36px;
}
h1.small {
	margin-left: 10px;
}
}

@media only screen and (max-width: 480px) {
.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top2 {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.mar_top3 {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.mar_top4 {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.mar_top6 {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.mar_top7 {
	margin-top: 35px;
	width: 100%;
	float: left;
}
.title_underline {
	display: block;
	float: right;
	width: 97.2%;
	background: url(../img/title-line.png) repeat-x left 36px;
}
h1.small {
	margin-left: 10px;
}
}
