

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    background: #ffffff;
}
		
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #888888; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.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; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}

.button a {
	display: block;
	width: 105px;
	height: 22px;
	padding: 3px 0 0 0;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/templatemo_button_01.jpg) no-repeat;
}

.fl { float: left; }
.fr { float: right; }

.margin_r_10 { margin-right: 10px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_80 { margin-right: 80px; }

/* site title */

/* site title */

#wrapper_background {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url(images/templatemo_header_bg_wrapper_outter.jpg) top repeat-x;
}

#wrapper_double {
	width: 100%;
	height: 400px;
	margin: 0 auto;	
	background:  url() top repeat-x;
}

#site_navigation {
	width: 820px;
	height: 400px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/templatemo_header_bg.jpg) no-repeat center top;
}

#site_navigation #navi_left {
	float: left;
	width: 340px;
}

#site_navigation #navi_right {
	float: left;
	width: 390px;
	margin-top:15px;
}

#site_navigation #navi_left  #site_title {
	float: left;
	background: #000000;
	height: 120px;
	margin-left: -50px;
	padding: 25px 0 0 0;
}


/* menu */

#navi_left #site_menu {
	width: 250px;
	padding: 180px 0 0 0;
}

#site_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#site_menu ul li {
	padding: 0px;
	margin-top: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #e8e8e8;
	border-bottom-style: solid;
}

#site_menu ul li a {
	display: block;
	height: 23px;
	padding: 3px 0 0 27px;
	margin-bottom: 10px;	
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	font-weight: normal;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url() top left no-repeat;
}

#site_menu ul li a:hover {
	display: block;
	height: 23px;
	padding: 3px 0 0 27px;
	margin-bottom: 10px;	
	font-size: 14px;
	text-decoration: none;
	color: #888888;	
	font-weight: normal;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url() top left no-repeat;
}

#navi_right #latest_release {
	float: left;
	background: url(images/Latest-Release.jpg) no-repeat;
	border: 5px solid #e8e8e8;
	padding: 1px;
	width: 335px;
	height: 335px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

#latest_release h1 {
	font-size: 20px;	
	margin-top: 235px;
	padding: 5px 0;
	color: #fff;
}

#latest_release p {
	margin-bottom: 5px;
	font-size: 13px;
	color: #fff;
}

#latest_release  a {
	margin-bottom: 5px;
	font-size: 13px;
	color: #fff;
}

/* end of menu*/

/* end of site title */

/* content */

#site_content {
	width: 940px;
	margin: 0 auto;
	padding: 60px 20px 40px 20px;
	background: url(images/templatemo_content_bg.jpg) no-repeat center top;
}

.full_width .info_text {
	font-size: 14px;
	font-style: solid;
	border-bottom-color: #e8e8e8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.full_width {
	clear: both;
	width: 940px;
}

.semi_width {
	float: left;
	width: 430px;
	font-family: Verdana, Arial, sans-serif;
}

.semi_width ul li {
	list-style: none;
	width: 350px;
	border-bottom: 1px solid #e8e8e8;
	padding: 4px;
	line-height: 24px;
	float: left;
}

.semi_width a.news {
	margin-left: 10px;
}


.full_width p {
	margin-bottom: 10px;
}


/* end of content */

#footer_wrapper {
	width: 100%;
	background: #312c2d url(images/templatemo_footer.jpg) top repeat-x;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px;
	color: #CCC;
}

#footer  a {
	color: #ffe139
}

#footer .fourth_width {
	float: left;
	width: 210px;
}

#footer .fourth_width .subcontent {
	padding: 15px;
}

#footer .fourth_width h3 {
	width: 175px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	
}

#footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#footer .footer_list li a {
	color: #bbbbbb;
}

#footer .footer_list li a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* end of footer */
