/*
Credit: http://www.templatemo.com
*/
body {
	margin:0px;
	padding:0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color: #fff;
}

a, a:link, a:visited { color: #000000; font-weight: normal; }
a:hover { color:#CC0000; text-decoration:none; }

p { margin: 0px; padding: 0 0 17px 0; }
img { border: none; }

h2, h3, h4, h5 { font-weight: normal; font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 28px; color: #fff; margin: 0 0 20px 0; padding: 5px 0; }
h2 { font-size: 22px; color: #000; margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px dashed #999; font-family: Arial, Helvetica, sans-serif; }
h2 span { font-weight: bold; }
h3 { font-size: 21px; color: #333; margin: 0 0 15px 0; padding: 0; text-decoration: none; font-weight: normal; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 {
	font-size: 14px;
	height: 27px;
	width: 116px;
	color: #000;
	margin: 0;
	padding: 3px 10px 0 10px;
	text-align: center;
	background: url(images/h5_bg.png) no-repeat top left;
}
h6 { font-size: 12px; margin: 0 0 5px 0; padding: 0;}

blockquote { font-style: italic; }
cite { font-weight: normal; color: #1d68b6; font-size: 14px; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r15 { margin-right: 15px; }
.margin_r30 { margin-right: 30px; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { padding: 8px; border: 1px solid #000; background: #0f1115; }
.fl_img { float: left; margin: 3px 30px 15px 0; }
.fr_img { float: right; margin: 3px 0 15px 15px; }

.button a {
	clear: both;
	display: block;
	width: 242px;
	height: 52px;
	padding: 3px 0 0 12px;
	background: url(images/btn.png) no-repeat;
		
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
}

ul { margin: 20px 10px 20px -27px; padding: 0; list-style:none; }
ul li { padding-left: 30px; padding-bottom: 3px; margin-bottom: 2px; background: url(images/ul_list.png) no-repeat center left; }
ul li a { font-weight: normal; text-decoration: none; }

.readmore a {
	clear: both;
	display: block;
	float: right;
	padding: 0px 0 2px 12px;
	background: url(images/read_more.png) center left no-repeat;

	color: #2670c3;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

/* header */

#templatemo_header_wrapper {
	width: 100%;
	height: 82px;
	background: url(images/templatemo_header.png) repeat-x;
}

#templatemo_header {
	width: 910px;
	height: 52px;
	padding: 15px;
	margin: 0 auto;
}

/* site title */

#site_title {
	float: left;
	padding: 5px 0 0 0;
}


#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a h2 {
	display: block;
	margin-top: -20px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

/* end of site title */


/* menu */

#templatemo_menu {
	float: right;
	height: 37px;
	margin-top: 12px;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 28px;
	width: 90px;
	margin-left: 10px;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}

/* end of menu */

/* end of header */

/* feature */

#templatemo_feature_wrapper {
	width: 100%;
	height: 266px;
	background: url(images/templatemo_feature_bg.png) repeat-x;
}
					 
#templatemo_feature {
	width: 910px;
	height: 216px;
	padding: 40px 15px;
	margin: 0 auto;
	color: #fff;
}

#feature_left {
	float: left;
	width: 440px;
}

#feature_left p {
	text-align: justify;
}

#feature_right {
	float: right;
	width: 400px;
}

#feature_right #feature_image {
	position: relative;
	width: 400px;
	height: 173px;
	padding: 10px;
}

#feature_right #feature_image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 193px;
	background: url(images/template_feature_image.png) no-repeat;
}
/* end of feature */

#templatemo_content_wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 30px 15px;
}

#templatemo_content {
	float: left;
	width: 560px;
}

#templatemo_sidebar {
	float: right;
	width: 320px;
}

.facebook_twitter a{
	display: block;
	width: 230px;
	padding: 20px ;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	border: 1px #D4D4D4 solid;
	background-color: #F8F8F8;
}

.facebook_twitter a:hover {
	text-decoration: none;	
	background-color: #fff;
}

.facebook_twitter a span {
	font-size: 16px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}
.shareimg{
	float: left;
	padding: 15px 15px 10px 15px;
}



.newsbox {
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
}

.newsbox .news_image {
	float: left;
	position: relative;
	width: 83px;
	height: 53px;
	padding: 3px;
}

.newsbox .news_image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 59px;
	background: url(images/news_image_frame.png) no-repeat;
}

.newsbox p {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
}

/* testimonial */

#testimonial_newsletter {
	width: 260px;
	height: 136px;
	padding: 20px 30px;
	background: url(images/templatemo_testimonial.png) no-repeat;
}

.ads{
width: 300px;
height: 250px;
background:#fff;
}

#testimonial {
	width: 260px;
	height: 87px;
}

#testimonial h2 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
}

#testimonial p {
	margin: 0 0 10px 0;
	padding: 0;
}

#testimonial p .open {
	margin-right: 20px;
}

#testimonial p .close {
	margin-bottom: -10px;
	margin-left: 20px;
}

#newsletter {
	padding-left: 50px;
}

#newsletter h2 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
}
/* end of testimonial */

/* footer */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	background: url(images/footer.png) repeat-x;
	text-align: center;
}

#templatemo_footer {
	position: relative;
	width: 910px;
	padding: 30px;
	margin: 0 auto;
	color: #fff;
}

#templatemo_footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_footer a:hover {
	color: #00FFFF;
	text-decoration: none;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px 0 0;
	display: inline;
}

.footer_menu li a {
	color: #FFFFFF;
}

.footer_menu a:hover {
	color: #00FFFF;
	text-decoration: none;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
