body {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	background: #ffffff url(images/templatemo_main_bg.jpg) repeat-x;

}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active,
a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.margin_right_25 {
	margin-right: 25px;
}

.margin_right_60 {
	margin-right: 60px;
}

/* header */
#templatemo_header_wrapper {
	width: 100%;
	height: 87px;
	margin: 0 auto;
	background: url(images/template_header_bg_01.jpg) repeat-x;

}

#templatemo_banner {
	width: 920px;
	height: 190px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg.jpg) no-repeat;

}

#banner_header_01 {
	padding: 65px 0 15px 0;
	font-size: 50px;
	font-weight: bold;
	color: ;
	color: #800000;
}

#banner_text {
	color: #999;
	width: 650px;
	margin-left: 15px;
	font-size: 17px;
	opacity: 0.8;
	text-indent: 1.5em
}

#banner_text p {
	margin-bottom: 20px;
}

/* end of banner */

/* menu */
#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: url(images/templatemo_menu_bg.jpg) repeat-x;
}

#templatemo_menu {
	clear: both;
	width: 910px;
	height: 50px;
	margin: 0 auto;

}

#templatemo_menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 2px;
	list-style: none;

}

#templatemo_menu ul li {
	display: inline;

}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/templatemo_menu_button.jpg) bottom right no-repeat;
	color: #333333;
	outline: none;

}

#templatemo_menu ul li a span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(images/templatemo_menu_button_left.jpg) left bottom no-repeat;

}

#templatemo_menu li a:hover,
#templatemo_menu li .current {
	color: #ffffff;
	height: 35px;
	padding-top: 15px;
	background: url(images/templatemo_menu_button_hover.jpg) bottom right no-repeat;
	opacity: 0.1;
}

#templatemo_menu li a:hover span,
#templatemo_menu li .current span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(images/templatemo_menu_button_hover_left.jpg) bottom right no-repeat;

}

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(images/templatemo_footer.jpg) repeat-x;
}

#templatemo_footer {
	width: 400px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	color: #CCC;
	opacity: 0.4;
}

#templatemo_footer a {
	color: #FFF;
	font-weight: bold;
}

/* Notebook */
@media (max-width: 992px) {}

/* Tablet */
@media (max-width: 768px) {}

/* Smartphone */
@media (max-width: 480px) {}