/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
    background: #fff url(images/templatemo_body_wo_header.jpg) repeat-x top;
}

a:link, a:visited { color: #0099CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #c66429; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l { float: left; }
.float_r { float: right; }

.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; }

.clean_left { clear: left;}

.margin_r40 { margin-right: 40px; }


h2 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #1b8fb2;
}

h3 {
	margin: 0;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#templatemo_wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* header */

#logo {
	position:relative;
	top:0px;
	left:190px;
	width:340px;
	height:220px;
	background: url(images/banner_logo_large.jpg) top no-repeat;
}


#templatemo_header_bar  #header {
	float: left;
	width: 600px;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
}

#templatemo_header_bar  #header h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-decoration: none;
}

#templatemo_header_bar  #header h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#templatemo_header_bar  #header h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}
/* end of header */

/* banner */
#templatemo_banner {
	position:absolute;
	top:0px;
	clear: both;
	width: 990px;
	height: 200px;
	padding: 10px 5px 60px 5px;
	overflow: hidden;
	/*background: url(images/templatemo_banner_white.jpg) no-repeat;*/
}
#templatemo_banner_left {
	float:left;
	width: 185px;
	height: 300px;
	
	background: url(images/templatemo_banner_left.png) no-repeat;
}
#templatemo_banner_middle {
	float:left;
	width: 630px;
	height: 300px;
	
	background: #FFF;
}
#templatemo_banner_right {
	float:left;
	width: 185px;
	height: 300px;
	
	background: url(images/templatemo_banner_right.png) no-repeat;
}

#templatemo_menu {
	float: left;
	width: 140px;
	padding: 10px 0 0 10px;
	margin-right: 20px;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
}

#templatemo_menu ul li ul{
	margin-left: 10px;
}


#templatemo_menu ul li a {
	display: block;
	height: 23px;
	padding: 2px 0 0 20px;
	margin-bottom: 5px;	
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	font-weight: normal;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/templatemo_menu_hover.png) no-repeat left center;
}

/* slider */

#templatemo_slider {
	float: right;
	width: 500px;
	height: 200px;
	margin-right: 0px;
}

/* end of slider */

/* end of banner */

/* content */
#templatemo_content {
	clear: both;
	width: 1000px;
	overflow:hidden;
	display:-webkit-flex;
	display:flex;
	/*display:table;
	height:100%;*/
	/*padding: 0 100px;*/
	/*background: url(images/templatemo_content_middle.png) repeat-y center;*/
}

#templatemo_content_left {
	width: 110px;
	padding: 0px;
	min-height:20px;
	background: url(images/templatemo_content_middle_left.png) repeat-y center;
}

#templatemo_content_right {
	width: 110px;
	padding: 0px;
	min-height:20px;
	background: url(images/templatemo_content_middle_right.png) repeat-y center;
}

#content_wrapper {
	width: 780px;
	background:#FFF;
	-webkit-flex:1;
	flex:1;
}

#content {
	width: 780px;
	background:#FFF;
}

#content_inner {	
	background:#FFF;
	min-height:20px;
	min-width:20px;
}

#bottom_images {
	display:none;
	margin-top:20px;
	/*width:100%;*/
	display:-webkit-flex;
	display:flex;
}

#bottom_images div {
	display:none;
	padding:10px;
	-webkit-flex:1;
	flex:1;
	text-align:center;
}

#bottom_images div img {
	max-width:100%;
	height:auto;
}

#templatemo_content_bottom {
	width: 1000px;
	height: 60px;
}

#templatemo_content_bottom_left {
	float:left;
	width: 110px;
	height: 60px;
	background: url(images/templatemo_content_bottom_left.png) no-repeat;
}

#templatemo_content_bottom_middle {
	float:left;
	width:780px;
	height: 60px;
	background: url(images/templatemo_content_bottom_middle.png) repeat-x;
}

#templatemo_content_bottom_right {
	float:right;
	width: 110px;
	height: 60px;
	background: url(images/templatemo_content_bottom_right.png) no-repeat;
}

#templatemo_content h2 {
	font-size: 18px;
}

#templatemo_content h2 span {
	font-weight: bold;
	font-size: 18px;
}

.section_w800 {
	
	/*clear: both;*/
	/*float:left;
	width: 780px
	background:#FFF;*/
}

.section_w240 {
	float: left;
	width: 240px;
}

.section_w520 {
	float: left;
	width: 520px;
}
/* end of content */

/* footer */
#footer {
	display:-webkit-flex;
	display:flex;	
}
	
#templatemo_footer {
	
	padding: 20px 10px;
	margin: -65px auto;
	text-align: center;
	color: #666;
	-webkit-flex:1;
	flex:1;
}

#footer_border_left {
	min-height:10px;
	width:110px;
}

#footer_border_right {
	min-height:10px;
	width:110px;
}

#templatemo_footer a {
	font-weight: bold;
	color: #444032;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #aea68c;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}
/* end of footer */


/*
	Panning Slideshow with jQuery
	Build Internet Tutorial (www.buildinternet.com)
	Written by Zach Dunn
*/


#window{clear:left; width:270px; height:195px; background:#FFFFFF; float: right; overflow:hidden; position:relative; margin:0px 50px 0px 0px;}

#slideshow{width:2430px; height:195px; overflow:hidden; position:relative;}
#slideshow li{width:270px; height:195px; float:left; display:inline; margin: 0px 0px 0px 0px; }

#menu ul {
	list-style: none;
	
	padding: 0 0 0 0;
}

#submenu_apps {
	display: none;
}

#submenu_projects {
	display: none;
}

#templatemo_right_menu {
	float: right;
	width: 140px;
	padding: 10px 0 0 10px;
}

#templatemo_right_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_right_menu ul li {
	padding: 0px;
	margin: 0px;
}

#templatemo_right_menu ul li ul{
	margin-left: 10px;
}


#templatemo_right_menu ul li a {
	display: block;
	height: 23px;
	padding: 2px 0 0 20px;
	margin-bottom: 5px;	
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	font-weight: normal;
	outline: none;
}

#templatemo_right_menu li a:hover, #templatemo_right_menu li .current {
	background: url(images/templatemo_menu_hover.png) no-repeat left center;
}


.nav-toggle {
	display:none;
}

/* nav */
.nav {
	display:none;
}
