/*
Credit: http://www.templatemo.com
*/

body {
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #B6B6B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	background-color: #999;
	background-repeat: repeat-x;
	background-position: center top;
}
		
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
} 
a:active, a:hover {
	color: #FFF;
	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;  }

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

.margin_r_10 { margin-right: 10px; }

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(../images/templatemo_horizontal_divider.jpg) bottom repeat-x;
}

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

.m_right { margin-right: 30px; }

.button a {
	display: block;
	width: 125px;
	height: 26px;
	padding: 9px 0 0 15px;
	color: #343c1d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	color: #c0f048;
}

.bottom_01 {
	background:url(../images/templatemo_button_01.jpg) no-repeat;
}

.bottom_02 {
	background:url(../images/templatemo_button_02.jpg) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 25px;
	font-weight: bold;
	color: #B34D02;
}

h2 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #018CF5;
}

.image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 5px;
}

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

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

.list_01 {
	margin: 0 0 20px 40px;
	padding: 0px;
	list-style: decimal;
}

.list_01 li {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

/* title bar */

#templatemo_site_title_bar_wrapper {
	width: 100%;
	height: 30px;
	background: url(../images/templatemo_title_bar_bg.jpg) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#templatemo_site_title_bar {
	width: 980px;
	height: 0px;
	margin: 0 auto;
}

#templatemo_site_title_bar #site_title {
	float: left;
	width: 300px;
	margin-left: 50px;
	padding: 35px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	color: #a7cf3a;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #5c5c5c;
}

#templatemo_site_title_bar #top_menu {
	float:right;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}

#top_menu li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	display: inline;
	border-left: 1px solid #5c5c5c;
}

#top_menu li a {
	color: #999;
}

#top_menu li a:hover {
	color: #c0f048;
	text-decoration: none;
}

#top_menu .first {
	border: none;
}

/* end of title bar */


/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	height: 263px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#templatemo_banner {
	clear: both;
	width: 900px;
	height: 264px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
}

#templatemo_banner #banner_content {
	float: right;
	width: 400px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}

#banner_content h2 {
	color: #c0f048;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 2px 0;
}

#banner_content p {
	color: #8ba151;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
}

#banner_content a {
	font-size: 18px;
}

#templatemo_banner #gallery {
	float: left;
	margin: 50px 0 0 50px;
	position:relative;
	width: 380px;
	height: 180px;
	padding: 10px;
	background: url(../images/templatemo_banner_image_bg.jpg) no-repeat;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		width: 380px;
		height: 180px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	overflow: hidden;
	background-color:#000;
	color:#ffffff;
	width: 380px;
	height: 45px;
	margin-bottom: 10px;
	position:absolute;
	bottom:-2px;
	}

	#gallery .caption .content {
		margin:5px;
		font-size: 11px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		font-size: 12px;
		font-weight: bold;
		color:#1DCCEF;
	}

/* end of banner */

/* menu */

#templatemo_menu_wrapper {
	clear: both;
	width: 1150px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/fondo_menu.jpg);
	background-repeat: repeat-x;
	padding-right: 0px;
	background-color: #333;
}

#templatemo_menu ul {
	width: 1150px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 131px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #000000;
	background:url(images/templatemo_button_01.png) no-repeat;
}


#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #999;
}

/* end of menu */

/* content */

#templatemo_content {
	clear: both;
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFF;
}

#templatemo_content h2 {
	color: #0086E9;
	height: 28px;
	padding: 5px 0 0 45px;
	margin: 0 0 25px 0;
	font-size: 24px;
}
#main_column {
	float: left;
	width: 660px;
}

#side_column {
	float: right;
	width: 300px;
	padding: 20px;
}

#side_column h2 {
	
}

.section_w660 {
	clear: both;
	width: 480
	px;
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	color: #030;
}

.section_w315 {
	float: left;
	width: 270px;
	background-color: #FFF;
	border: 1px dotted #B04C01;
}



.section_w315 .section_w315_content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.section_w315_content img {
	margin-bottom: 10px;
}

#main_column {
	float: left;
	width: 860px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#main_column h2 {

}

#main_column p {
	text-align: justify;
	color: #333;
	font-size: 10px;
}

.side_column_box {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news_section {
	clear: both;
	margin-bottom: 25px;
}

.inputfield {
	height: 16px;
	width: 245px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton {
	float: right;
	margin: 0px;
	padding: 0 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.section_w540 {
	clear: both;
	width: 540px;
}

.section_260 {
	float: left;
	width: 260px;
}

/* end of content */
/* comment settings */
#comment{
	width:308px;
	height:200px;
	border:1px none #6d6d6d;
	background-color:#AED5F2;
	color:#000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#comments, #respond{border-bottom:1px solid #000000;color:#000000;font-size:1.8em;font-weight:bold;line-height:1.4em;margin-bottom:10px;text-transform:uppercase;}
#commentsection ol{margin-bottom:20px;}
#commentsection ol li{padding:0px 0 10px 0;margin-bottom:10px;border-bottom:1px solid #ccc;font-size:0.9em;}
#author, #email, #url{
	width:308px;
	border:1px none #6d6d6d;
	background-color:#AED5F2;
	color:#FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* footer */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #666;
}

#templatemo_footer {
	width: 1024px;
	text-align: center;
	background-color: #666;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#templatemo_footer a {
	font-weight: bold;
	color: #999;
	font-size: 10px;
}

#templatemo_footer .footer_menu {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */

