/*
CSS Credit: http://www.templatemo.com
*/

/* 
Global Template 
http://www.templatemo.com/preview/templatemo_111_global 
*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff url(images/templatemo_main_bg.jpg) top repeat-x;
}
		
a:link, a:visited { color: #000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #06C; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

.header_01 {
	padding: 3px 0 5px 15px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4a6862;
	border-left: 10px solid #CCC;
}

.header_02 {
	padding: 0 0 5px 0;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #333;
}

.image_box_01 {
	float: left;
	margin: 5px 10px 0 0;
	border: 5px solid #CCC;
}

.rc_btn_01 a {
	clear: both;
	display: block;
	float: left;	
	font-size: 14px;
	padding-left: 30px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	background: url(images/templatemo_list_icon_01.jpg) left center no-repeat;
	text-decoration: none;	
}

.rc_btn_02 a {
	clear: both;
	display: block;
	float: left;	
	font-size: 12px;
	padding-left: 15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	background: url(images/templatemo_list_icon_04.jpg) left center no-repeat;
	text-decoration: none;	
}

#templatemo_container {
	width: 970px;
	margin: 0 auto;
}

#content_left {
	float: left;
	width: 290px;
	padding: 0 20px;
}

#content_right {
	float: right;
	width: 600px;
	padding: 0 20px;
	background: url(images/templatemo_banner_bg.jpg) top right no-repeat;
}

#site_title {

	color: #e0f2e8;
	height: 105px;
	padding: 150px 0 0 0;
}

#site_name {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #e0f2e8;
	font-size: 48px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 10px;
}

#site_slogan {
	font-size: 16px;
	padding: 10px;
}

/* menu */

#templatemo_menu {
	clear: both;
	margin-top: 40px;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	margin: 0 0 15px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dashed #666;
}

#templatemo_menu ul li a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #999;
	outline: none;
	padding: 0 0 0 30px;
	background: url(images/templatemo_list_icon_02.jpg) left center no-repeat;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #000;
	background: url(images/templatemo_list_icon_01.jpg) left center no-repeat;
}

/* end of menu */

.service_box {
	clear: both;
	width: 290px;
	height: 80px;
	outline: none;
}

#content_right #top_menu {
	height: 40px;
	text-align: right;
	padding: 30px 20px 0 0;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

#top_menu ul li {
	list-style: none;
	display: inline;
}

#top_menu ul li a{
	padding: 20px 0 0 0;	
	margin: 0 0 0 20px;
	color: #ffffff;
}

#top_menu ul li .rss {
	padding-right: 35px;
	background: url(images/rss_icon.png) right bottom no-repeat;
}

#content_right #template_banner {
	clear: both;
	height: 200px;
	padding: 60px 240px 60px 20px;
}

#template_banner .header{ 
	padding: 10px 0;
	margin-bottom: 30px;
	font-size: 44px;
	font-weight: bold;
	color: #000;
}

#template_banner p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.section_w270 {
	float: left;
	width: 270px;
}

.section_w270 p{
	text-align: justify;
}

.section_w270 ul {
	margin: 15px 0 0 20px;
	padding: 0px;
}

.section_w270 ul li {
	list-style: none;
	padding: 0 0 5px 15px;
	background: url(images/templatemo_list_icon_03.jpg) left center no-repeat;
}

.section_w270 img {
	margin: 5px 0 10px 0;
	border: 5px solid #CCC;
}

.section_w600 {
	clear: both;
	width: 600px;
}

.section_w600 p {
	margin-bottom: 10px;
}

/* footer */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #333 url(images/templatemo_footer_bg.jpg) repeat-x;
}

#templatemo_footer {
	margin: 0 auto;
	width: 970px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;

}

#templatemo_footer a{
	color: #ffffff;
	font-weight: bold;
}
/* end of footer */