/*
CSS: Http://www.oxymoronpress.com http://www.JohnNemec.com
*/

/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 00px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
        width: 900px;
}
		
a:link, a:visited { color: #EFA234; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #EF6D34; text-decoration: underline; }

p { margin: 0px; padding: 0px; text-align: justify; }

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

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

.mr_w40 { margin-right: 40px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 27px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 15px 0 10px 50px;
	font-size: 36px;
	font-weight: normal;
	height: 30px;
	color: #ffffff;
	background: url(images/h2_bg.jpg) left top no-repeat;
}

h3 {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	font-size: 15px;
	font-weight: bold;
}

.logo_bg_line {
	width: 850px;
	height: 28px;
	background: url(images/logo_bg_line.png) repeat-x;
	clear: both;
}


.button_01 a {
	clear: both;
	display: block;
	width: 105px;
	height: 45px;
	padding-top: 25px;
	background: url(images/more_bg.png) no-repeat;
	
	color: #FFF;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;	
}

.button_01 a:hover {
	color: #FF0;
}

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

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

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

#templatemo_wrapper {
	width: 990px;
	margin: 10px;
	background: url(images/main_bg.jpg) top center repeat-x; 
}

#templatemo_content {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/logo_bg.jpg) top left no-repeat;
}

#templatemo_content p {
	margin-bottom: 10px;
}


#column_left_column {
	float: left;
	width: 470px;
	padding-top: 480px;
}

#column_right_column {
	float: right;
	width: 475px;
}

.section_w470 {
	width: 470px;
	margin-bottom: 40px;
}

.section_w475 {
	width: 475px;
}

.gallery {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
}

.gallery li {
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

.gallery li a {
	float: left;
	display: block;
	width: 450px;
	height:113px;
	border:4px solid #000000;
	margin: 0 20px 20px 0;
}

/* menu */
#templatemo_menu {
	clear: both;
	width: 600px;
	height: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(images/top_menu_bg.png) no-repeat;
}

#templatemo_menu ul {
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0px;
	list-style: none;
}

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

#templatemo_menu ul li a {
	float: left;
	display: block;
	padding: 3px 10px 10px 20px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #EFA234;	
	background: url(images/templatemo_menu_right.jpg) right top no-repeat;
	border-right: 1px solid #2e1313;
	outline: none;
}

#templatemo_menu li .last {
	border: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #EF6D34;
}
/* end of menu */

#templatemo_site_title {
	width: 475px;
	text-align: center;
	margin-bottom: 5px;
}

#templatemo_site_title h1 a {
	display: block;
	color: #000000;
	text-decoration: none;
}

#templatemo_site_title h1 a span {
	display: block;
	font-size: 18px;
	margin-left: 5px;
	color: #37322b;
	font-weight: bold;
}

.project_box {
	clear: both;
	width: 475px;
}

.section_w200 {
	width: 200px;
}

.section_w250 {
	width: 250px;
}

/* footer */
#templatemo_footer {
	clear: both;
	width: 980px;
	padding: 40px 10px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer_bg.png) top center no-repeat;
}

#templatemo_footer a {
	font-weight: bold;
	color: #347474;
}

#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 #ffffff;
}

.footer_menu .last_menu {
	border: none;
}
/* end of footer */