/*
CSS Credit: http://www.templatemo.com
*/

html {

	background: #fff;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(../images/body_bg2.jpg);
	background-size:100% 100%;
	
}

a:link, a:visited {	color: #42ac1f; text-decoration:none; }
a:active, a:hover { color: #42ac1f; text-decoration: underline; }

p {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #5c5c5c;
	text-align: justify;
}

h2 {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 5px 0;
	color: #4f9e03;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #f69722;
	text-transform: capitalize;
}

#templatemo_container 
{
	top:0px;
	width: 100%;
}

#templatemo_header {
	width: 90%;
}
#templatemo_logo {
	position: absolute;
	top:0px;
	width: 215px;
	height: 73px;
	padding-top:2px;
	margin-left:5%;
	background: url(../images/Img_Head.png);
}

#templatemo_Head {
	position: absolute;
	top:0px;
	width: 25%;
	padding-left:75%;
	height: 78px;
}
#templatemo_site_logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #fff;
	margin: 0;
	padding-top: 16px;
}

#templatemo_site_logo span.big {
	font-size: 30px;
	margin: 0;
}

#templatemo_site_logo span.green {
	color: #ebfcd8;
	margin: 0;
}

#templatemo_site_slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#templatemo_content_area {
	width: 99%;
	margin:0 0.5%;
	
}
.templatemo_Footer {
	width: 100%;
}