/*
CSS Credit: ana@narkiayun.com.ar
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font:62.5%/1.2 Helvetica, Arial, sans-serif;color: #332920;
	background: url("images/grey.jpg");
}

a:link, a:visited { color: #660000; font-weight: bold; text-decoration: none; } 
a:active, a:hover { color: ##2d1414; text-decoration: underline; }

h1 {
	margin: 0px;
	padding: 15px 0 20px 30px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	height: 35px; /* +20 for padding */
	background:url() no-repeat;
}

h2 {
	margin: 0px;
	padding: 5px 0 20px 0;
	font-size: 20px;
	color: #2d1414;
	font-weight: bold;
}

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

img {
	margin: 3px 5px 0 0;
	border: 5px solid #a08b97;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
}

#templatemo_container{
	width: 940px;
	margin: 0 auto;
}

#templatemo_container #templatemo_header_panel {
	width: 760px; /* + 180 for padding left and right */
	height: 70px; /* + 20 for padding top and bottom */
	margin-top: 50px;
	padding: 10px 90px;
	background:url() no-repeat;
}

#templatemo_header_panel #templatemo_title {
	margin-left: 30px;
	padding: 30px 0 10px 0;
	font-size: 36px;
	font-weight: bold;
	color: #2d1414;	
}

/* menu */
#templatemo_container #templatemo_menu {
	height: 40px;
background: url("images/bg.jpg") repeat-x scroll center top #523711;
z-index: 100;
position: relative;
}

#templatemo_menu ul {
	margin:0 0 0 15px;
}

#templatemo_menu ul li{
	list-style:none;float:left;padding-left:15px;font-weight:bold;}
#nav {height:40px;background: url("../images/bg.jpg") repeat-x scroll center top #523711;z-index:100;position:relative;
}

#templatemo_menu ul li a{
	display:block;padding:0 10px;line-height:40px;color:#fff;font-weight:bold;
}

#templatemo_menu li a:hover{background:#332920;color:#fff;text-decoration:none;} 

#templatemo_menu li .current{
	color: #660000;
	background:#fff;border-top:1px solid #000000;color:#332920;
}

/* end of menu */

/* banner */
#templatemo_container #templatemo_banner_panel {
	clear: both;
	width: 820px;
	height: 120px;
	padding: 0 60px 70px 60px;
	background: #fff;
}

#templatemo_banner_panel #templatemo_banner_section{
	padding: 40px 0 0 60px;
	width: 500px;
}

#templatemo_banner_panel #templatemo_banner_section2{
	padding: 5px 0 0 60px;
	width: 210px;
}
/* end of banner */
/* content */
#templatemo_container #templatemo_content_top{
	width: 940px;
	height: 20px;
	background: #fff;;
}

#templatemo_container #templatemo_content_bottom{
	width: 940px;
	height: 35px;
	background: url() no-repeat;
}

#templatemo_container #templatemo_content_body{
	width: 820px;
	padding: 0 60px;
	padding-top: 15px;
	background: #fff;
	color: #000000;
}

#templatemo_content_body .content_body_section {
	width: 780px;
	margin-left: 20px;
	
}

.content_body_section .content_body_section_content {
	padding: 0px 30px;
	text-align:center
}

.content_body_section a:link, .content_body_section a:visited { color: #993366; font-weight: bold; text-decoration: none; } 
.content_body_section a:active, .content_body_section a:hover { color: #CC5588; text-decoration: underline; }

.content_body_section_content img{
	margin: 3px 30px 0 0;
	float: center;
}

/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	width: 960px;
	padding: 25px 0;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	color: #444;
}

#templatemo_footer a:link, #templatemo_footer a:visited { color: #444; font-weight: normal; text-decoration: none; } 
#templatemo_footer a:active, #templatemo_footer a:hover { color: #F60; text-decoration: underline; }
/* ----- End of Footer ----- */

