body {
	margin: 0;
	padding: 0;
	color: #252525;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.7em; 
	background-color: #f0f0f0 ;
	background-image: url(images/templatemo_body.png);
	background-repeat: repeat-x;
	background-position: top
}

a, a:link, a:visited { color: #996600; font-weight: 400; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0; font-size: 17px; text-align: justify;}
img { border: none; }
em { color: #000; font-weight: bold; font-style: normal }

h1, h2, h3, h4, h5, h6 { color: #996600; font-weight: normal; }
h1 { font-size: 28px; margin: 0 0 20px 0; padding: 5px 0 }
h2 { font-size: 25px; margin: 0 0 15px 0; padding: 5px 0; }
h2 span { color: #5369a6; font-weight: 500;}
h3 { font-size: 22px; margin: 0 0 5px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { clear: both; display: block; width: 130px; height: 44px; line-height: 44px; font-size: 18px; text-align: center; color: #6f6f6f; font-weight: 400; background: url(images/templatemo_more.png) no-repeat }
a.more:hover { text-decoration: none; color: #000; }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { display: inline-block; border: 5px solid #fff; background: none; margin-bottom: 5px }
.image_fl { float: left; margin: 3px 15px 0 0 }
.image_fr { float: right; margin: 3px 0 0 15px }

/* ------------------ */

#templatemo_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto
}

#templatemo_wrapper_bottom {
	width: 960px;
	padding: 0 0px;
	margin: 0 auto
}

#templatemo_header {
	width: 960px;
	height: 85px;
	padding: 20px 0 0;
}

#site_apply {  }
#site_apply h1 { margin: 0; padding: 0 }
#site_apply h1 a {}

/*Top Contats*/
#contacts {
	float: left;
	display: block;
	margin-top: 20px;
	padding: 0 40px;
	line-height: 17px;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: white;	
	font-weight: 400;
	outline: none;
}

/* menu */
#templatemo_menu {
	float: left;
	margin-top: 20px;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	padding: 0 40px;
	line-height: 19px;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	color: #cbd9ff;	
	font-weight: 400;
	outline: none;
	border-right: 1px solid #5369a6;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current { color: #fff }
#templatemo_menu ul li .last { border: none; padding-right: 0 }
#templatemo_menu ul li .first { padding-left: 0 }


/* end of menu */


#templatemo_middle {
	clear: both;
	width: 960px;
	height: 325px;
	padding: 50px 0 0;
	background: url(images/templatemo_middle.jpg) no-repeat 
}

#mid_img_wrap {
	float: left;
	position: relative;
	width: 491px;
	height: 282px;
	padding: 24px 50px;
}

#mid_img_wrap span {
	position: absolute;
	width: 591px;
	height: 282px;
	top: 0;
	left: 0;
	z-index: 10000;
	background: url(images/templatemo_slider_frame.png) no-repeat
}

#mid_right {
	float: right;
	margin-top: 30px;
	width: 369px;
	height: 250px;
	color: #fff;
	overflow: clip;
	text-overflow: ellipsis;
}

#mid_right a {
	color: #FFFF00;
}
#mid_right p { 
	margin-bottom: 20px; 
	font-size: 17px;
	text-align:justify 
}

#mid_right p.mid_h { clear: both; font-size: 23px; font-weight: 700; text-align: center }

#mid_title { 
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}


#mid_right a.view_port { display: block; float: right; width: 179px; height: 39px; background: url(images/templatemo_view_port.png) no-repeat }

#templatemo_main {
	clear: both;
	width: 960px;
	padding: 60px 0 0
}

.content_box {
	margin-bottom: 40px;
}

.col_3 {
	/*float: left;*/
	width: 280px;
	padding: 20px;
	margin-right: 30px;
	background: url(images/templatemo_box.png) no-repeat top center;
	display: inline-block;
	vertical-align: top;
}

.col_3 p {
	font-size: 17px;
}

.col_3 h3 {
	font-size: 20px;
}
.col_3 h3 span { display: block; color: #5369a6; font-size: 13px }
.col_3 p { margin-bottom: 20px }
.col_3 a.more { margin: 0 auto }

.col_last { margin: 0 }



#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	background: url(images/templatemo_footer.png) repeat-x;
	display: table;		
}

#templatemo_footer {
	width: 960px;
	height: 160px;
	padding: 40px 0 0;
	margin: 0 auto;
	color: #fff;
}

.footer_box {
	display: block;
	float: left;
	margin-right: 50px;
	text-align: center;
	vertical-align: top;
}
.footer_box h4 {text-align: left}

.footer_box h4 {
	color: #b2db50;
	font-size: 24px;
	margin-bottom: 10px
}

.footer_list { margin: 0; padding: 0; list-style: none}

.footer_list li { margin: 0 0 5px; padding: 0 0 0px; border-bottom: 0px solid #b5b6ef; color: #fff; vertical-align: middle; text-align: left;}
.footer_list li div { width: 40px; float: left;}
.footer_list li div img { height: 20px; vertical-align: middle }
.footer_list li a { color: #fff }

#footer_menu_box { clear: both; width: 960px; height: 37px; margin: 0 auto; text-align: center }
.footer_menu { margin: 0; padding: 10px 0; list-style: none }
.footer_menu li { margin: 0 30px; padding: 0; display: inline }
.footer_menu li a { color: #cfd4e0 }
.footer_menu li a:hover { color: #fff; text-decoration: none }

#copyright {
	clear: both;
	width: 960px;
	height: 35px;
	padding: 8px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#copyright a { color: #fff }