

body {
	margin: 0;
	padding: 0;

	background: #565758 ;
}



.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;
}


.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;
}



#templatemo_site_title_bar_wrapper {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #404040;
}

#templatemo_site_title_bar {
	width: 980px;
	height: 100px;
	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;
	margin: 65px 50px 0 0;
	padding: 0px;
	list-style: none;
}

#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: #5c5c5c;
}

#top_menu li a:hover {
	color: #c0f048;
	text-decoration: none;
}

#top_menu .first {
	border: none;
}





#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: #404040;
}

#templatemo_banner {
	clear: both;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	background: url("../images/templatemo_banner.jpg") no-repeat;
}

#templatemo_banner #banner_content {
	float: right;
	width: 700px;
	margin: 50px 50px 0 0;
	overflow: hidden;	
}



#banner_content h2 {
	color: #c0f048;
	font-size: 40px;
	font-weight: bold;
	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;
	}





#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background-color: #009CC4;
	background-repeat: repeat-x;
}

#templatemo_menu {
	clear: both;
	width: 980px;
	height: 95px;
	margin: 0 auto;
	background: url("../images/templatemo_menu_bg2.jpg") center no-repeat;
}
.box2{
	margin-top:0px;
	height:57px;
    border-bottom:0px solid #fff;

    
}

.menu{
	width:100%;
	margin: 0 0;
	-webkit-perspective:50px;
	-moz-perspective:50px;
	-ms-perspective:50px;
	perspective:50px;
}
.menu > li{
	font-family:Arial;
	float:left;
	padding-top:15px;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.menu > li > a{
	position:relative;
	display:block;
	line-height:40px;
	color:#cdeaf7;
	font-weight:normal;
	font-size:20px;
	padding:0 10px;
}

.menu > li:hover > a{
	color:white;
	height:36px;
	border-radius:5px 5px 0 0;
	text-decoration: underline;
} 


.menu > li ul{display:none\0;*display:none;} 
.menu > li:hover ul{display:block\0;*display:block;} 
.menu ul{
	position:absolute;
	text-align:left;
	line-height:40px;
	font-size:13px;
	width:200px;
	background-color:#CCC;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-webkit-transform-origin:0px 0px;
	-moz-transform-origin:0px 0px;
	transform-origin:0px 0px;
	-webkit-transform:rotateX(-90deg);
	-moz-transform:rotateX(-80deg);
	transform:rotateX(-90deg);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.menu ul a{
	display:block;
	padding:auto;
	color:white;
    font-weight:normal;
}
.menu > li:hover ul{
	display:block;
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
.menu ul a:hover{
	color:#fff;
	text-shadow:0 1px 0 #1c71a1;
	text-decoration:none;
	background-color:#218bc7;
} 





#templatemo_content_stb {
	width: 100%;
	margin: 0 auto;
	padding-bottom:50px;
	background-color:white;
	
}







#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #2a2f31;
	background-image: url("../images/bgFooter.png");
	background-repeat: repeat;
}

#templatemo_footer {
	width: 940px;
	padding: 40px 20px;
	margin: 0 auto;
	text-align: center;
	background: url("../images/templatemo_footer_bg2.jpg") no-repeat;
}

#templatemo_footer a {
	font-weight: bold;
	color: #404040;
}

#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: 1px solid #939382;
}

.footer_menu .last_menu {
	border: none;
}


