* {margin:0;padding:0;} 
html, body {height: 100%;}

body{
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active
{
	color: #f53836;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{border: medium none; outline: none;}
a img{border: medium none; outline: none;}
#home #header{
    direction: rtl;
	background:url("../images/header_bg_02.png") repeat-x scroll center top #fff;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#header{
    direction: rtl;
	background:url("../images/header_bg_02.png") repeat-x scroll center bottom #fff;
	height: 215px;
	width: 100%;
	margin: 0 auto;
}
#logo{
	width: 300px;
	height:80px;
	font-size: 15px;
	font-weight: lighter;
	margin: 0;
	float: right;
	
}
#logo a{
	text-decoration: none;
	color:#909090;

}

#logo img{
	float: right;
	margin: 0 0 0 8px;
		border: medium none;
}
#logo h1{
	font-size: 28px;
	font-weight: lighter;
	margin-top: 5px;
}

#logo h2{
	font-size: 20px;
	font-weight: lighter;
}


#header_wrapper{
	width: 960px;
	height: 100px;
	margin: 0 auto -20px;
	padding: 20px;
}

#wrapper {
	min-height: 100%;
    direction: rtl;
    display: block;
}

#main {
	overflow:auto;
	padding-bottom: 100px;
}  /* must be same height as the footer */

#top{
	width: 960px;
	margin: 0 auto;
}
#footer_wrapper{
	direction:rtl;
	position: relative;
	width: 960px;
	height:82px;
	margin: 0 auto;
}
#footer p{

}

#footer ul li{
	color: #909090;
	float: left;
	margin: -17px 0 0 27px;
}
#footer ul li:last-child{
	list-style-type: none;
}

#footer {
	position: relative;
	margin-top: -82px; /* negative value of footer height */
	height: 82px;
	clear:both;
	background:url('../images/footer.png');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #909090;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#content{
	width: 900px;
	margin: 0 auto;
}

.item{	
		width: 300px;
		float: right;
		margin: 35px 0 0 0;
		position: relative;
		padding-bottom: 50px;
}

.blog-featured{
	background: url('../images/content_top_seprator.png') no-repeat top center;
	margin: 25px 0 0 0;
	color:#636261;
	
}

.article_num{
	font-family: 'Gentium Basic', serif;
	font-size: 60px;
	float: right;
}
.article_title{
	font-size: 14px;
	line-height: 6;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	right: 8px;
	bottom: 4px;
}

.featured_text{
	border-right: 1px solid #e5e5e5;
	padding: 0 30px;
	text-align: justify;
	position: relative;
	right: 30px;
	width: 210px;
}
.featured_text.last{
	padding-left: 0;
}
.featured_text.first{
	border: medium none;
}
.readmore{
	border:1px solid #dfdbd5;
	border-radius:10px;
	width: 96px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #e5e3de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e3de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#e5e3de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#e5e3de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#e5e3de 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 1%,#e5e3de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e3de',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	left:0;
	behavior: url("/PIE.htc");
}

#home .readmore{
		position: absolute;
		left: 30px;
}
.readmore a{
	color:#fc3e3e;
	text-decoration: none;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;

}



/************     CONTACT-US PAGE CSS     ***************/
#contact-us #wrapper #main #bottom{
/*	background: url('../images/contact_bg.png') no-repeat;*/
	
	width: 838px;
	margin: 110px auto;
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 9px solid #F53836;
	color: #4F4F4F;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	min-height: 547px;
	
}

.moduletable.text{
	float: left;
}
.moduletable.form{
	float: right;
	width: 400px;
	height: 500px;
	padding: 20px 20px;
	
}

.moduletable.form h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #0e0e0e;
	margin: 50px 0px 50px 0px;
}
.moduletable.form #name, 
.moduletable.form #phone,
.moduletable.form #email {
	
	width: 222px;
	border: 1px solid white;
	height: 26px;
	background-color:#d0d0d0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 7px 8px 7px 0px;
	outline: none;
	margin-bottom: 8px;
	opacity: 0.7;
}
.moduletable.form #message{
	opacity: 0.7;
	height: 143px;
	width:370px;
	background-color:#d0d0d0;
	border: 1px solid white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	resize: none;
	padding: 7px 8px 0 0;
	overflow: auto;
	 
}
.moduletable.form #send_form ,.rsform-reset-button{
	border: 1px solid #d1d1d1;
	padding: 7px 14px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #727272;
	font-size:12px;
	cursor: pointer;
	margin-top:14px;
	behavior: url("/PIE.htc");
}

.rsform-reset-button{
	float: right;
	margin-left: 10px;
}



.moduletable.text{
	width: 335px;
	height: 420px;
	padding: 20px 27px;
}
.moduletable.text h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #0e0e0e;
	margin: 50px 0px 50px 0px;
}
.moduletable.text .custom.text, #thankyou{
	height: 290px;
	width: 274px;
	background: white;
	margin: 0 auto;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #727272;
	padding: 40px 0px 15px 0px;
}

   input:-moz-placeholder 				{color: #000;}
   input::-webkit-input-placeholder 	{color: #000;}
   textarea:-moz-placeholder 			{color: #000;}
   textarea::-webkit-input-placeholder 	{color: #000;}
   .watermark 							{color: #000;}
   
.rsform.form .componentheading{
	display: none;
}

/*Fotter css*/
.moduletable.copyright{
	float: right;
	line-height: 75px;
}
.moduletable.footerDetails{
	float: left;
	line-height: 75px;
}
.moduletable.footerDetails a{
	text-decoration: none;
	color: #9a9a9a;
}

#content_wrapper{
	width:838px;
	margin: 40px auto 0 auto;
	border-top: 9px solid #f53836;
	background: #eeeeee;
	font-size: 13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
.item-page{
	padding: 0 30px;
	line-height: 20px;
}

.item-page h2{
	padding:0 0 35px 0;
	color: #353535;
	font-size:  17px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#fifotext_css{
	width: 838px;
	height:117px;
	background: url('../images/custom_text_bg.png') no-repeat;
	margin: 14px auto;
	padding: 0px !important;
	text-align: center;
}

#quote1{
	background: url('../images/quote1.png') no-repeat right;
	width: 682px;
	margin: 0 auto;
}
#quote2{
	background: url('../images/quote1.png') no-repeat left;
}
#fifotext_css p{
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#575656;
	text-shadow: 1px 1px 1px #9c7070;
	cursor:default;
	line-height: 72px;
}



#content_wrapper { width: 838px; clear: both; margin: 40px auto 10px; padding: 50px 0px;}
#content_wrapper .viewport { width: 778px; height: 588px; overflow: hidden; position: relative;margin: 0 auto; }
#content_wrapper .overview { list-style: none; position: absolute; left: 0; top: 0; }
#content_wrapper .thumb .end,
#content_wrapper .thumb { background-color: #d41c13; }
#content_wrapper .scrollbar { position: relative; float: left; width: 6px; top: 79px; padding-left: 24px; }
#content_wrapper .track { background-color: #d7d7d7; height: 100%; width:6px; position: relative; padding: 0 1px; }
#content_wrapper .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#content_wrapper .thumb .end { overflow: hidden; height: 5px; width: 6px; }
#content_wrapper .disable{ display: none; }



.blog-item{
	border-top:9px solid #f53836;
	background: #EEE;
	margin-top: 30px;
	padding: 25px 0px 60px 0px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

#content_blog{
	width: 840px;
	margin: 0 auto;
}

#content_blog .readmore{
	float: left;
	position:absolute;
	left: 25px;
	bottom: 25px;
}

#content_blog h2{
	color: #353535;
	font-size:17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

#content_blog{
	font-size:13px
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4F4F4F;
}
#content_blog img{
	display: none;
}
.featured_text .img-intro-left img{
	width:210px;
	height: 88px;
	padding-bottom: 15px;
}
.item-page p{
	font-size:13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
}
ul li{
	margin-right: 30px;
}
ul{
	padding: 10px 0;
}
.featured_text img{
	display: none;
}
.img-intro-left img{
	display: block;
}
.featured_text strong{
	font-weight: lighter;
}
.img-intro-right{
	float: right;
	margin-left: 20px;
}
.img-intro-right img , .img-intro-left img{
	display: block !important;
		display: block !important;
}

#article .img-intro-left{
	float: right;
	margin-left: 20px;
}

.user_text{
	background: url('../images/content_top_seprator.png') no-repeat top center;
	color: #636261;
}

.user_text p,
.user_text ul{
	padding: 0 45px;
}

.user_text a:hover{
	color:#898989
}

.img-fulltext-right{
	float: right;
	margin: 40px 0 10px 20px;
}
.img-fulltext-right img{
	width: 200px;
}
