/* MAIN STYLE */

body {
	margin: 0;
	padding: 0;
	line-height: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313C38;
    background: url(images/dotted-bg.jpg) top repeat;
}
a:link, a:visited {
	color: #313C38;
	text-decoration: none; 
	font-weight: normal;
} 
a:active, a:hover {
	color: #838383;
	text-decoration: none;
}
p {
	margin: 0px; 
	padding: 0px; 
	color: #4F6058;
}
img {
	margin: 0px; 
	padding: 0px; 
	border: none;
}
h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 18px;
	color:#62C08C;
	letter-spacing:.25em;
}
h2 {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 18px;
	font-weight:bold;
}
h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #4F6058;	
}
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* LAYOUT */
.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; }
.fl { float: left; }
.fr { float: right; }
.m_right { margin-right: 30px; }
.button_01 a {
	display: block;
	width: 106px;
	height: 30px;
	padding: 6px 0 0 0;
	background: url(images/templatemo_button_01.png) no-repeat;
	color: #313C38;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
}
.fl_image {
	float: left;
	margin-right: 30px 
}
.fr_image {
	float: right;
	margin-left: 20px 
}
#templatemo_container {
	width: 1100px;
	margin: 0 auto;
}
#templatemo_contain_bg {
	width: auto;
	background: #FFF;
	border: #62C08C 1px solid;
	padding-top:15px;
}

/* site title */
#templatemo_site_title_wrapper {
	height: 153px;
	background: url(images/top.gif) center bottom no-repeat;
}
#templatemo_site_title_wrapperPort {
	height: 177px;
	background: url(images/portfolio-top.jpg) center bottom no-repeat;
}

#templatemo_site_title_wrapper #site_title {
	width: auto;
	padding: 125px 0px 0 25px;
	margin: 0 auto;
	text-align: center;
}
#templatemo_site_title_wrapperPort #site_titlePort {
	width: auto;
	padding: 140px 0px 0 25px;
	margin: 0 auto;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #313C38;
	font-weight: bold;
	text-decoration: none;
}
#site_titlePort h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}
#site_title h1 a span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
/* end of site title */

/* banner */
#templatemo_banner {
	clear: both;
	width: 1100px;
	height: 299px;
	background: url(images/middle.gif) center no-repeat;
}
#templatemo_bannerPort {
	clear: both;
	width: 1100px;
	height: auto;
	background: url(images/portfolio-mid.jpg) center repeat-y;
}
#templatemo_bannerPort a {
	color:#FFF;
}
#templatemo_bannerPort a:hover {
	color:#838383;
}
/* end of banner */

/* menu */
#templatemo_menu {
	width: 1100px;
	height: 151px;
	background: url(images/bottom.gif) center top no-repeat;
}
#templatemo_menuPort {
	width: 1100px;
	height: 145px;
	background: url(images/portfolio-bottom.jpg) center top no-repeat;
}
#templatemo_menu ul {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#templatemo_menu ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}
#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 98px;
	padding: 3px 2px 3px 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #7E9E75;	
	background: url(images/templatemo_menu_divider.jpg) right repeat-y;
	outline: none;
}

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

#templatemo_menu li .last {
	background: none;
}
#templatemo_menu li .lastcurrent {
	background: none;
	color: #838383;
}
#templatemo_menuPort ul {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#templatemo_menuPort ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}
#templatemo_menuPort ul li a {
	float: left;
	display: block;
	width: 98px;
	padding: 3px 2px 3px 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #FFF;	
	background: url(images/templatemo_menu_dividerPort.jpg) right no-repeat;
	outline: none;
}

#templatemo_menuPort li a:hover, #templatemo_menuPort li .current {
	color: #838383;
}

#templatemo_menuPort li .last {
	background: none;
}
#templatemo_menuPort li .lastcurrent {
	background: none;
	color: #838383;
}
/* end of menu */

/* content */
#templatemo_content {
	clear: both;
	padding-top: 25px;
}

#templatemo_content a{
	font-style: italic;
}

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

#templatemo_content h2 {
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0 0 55px;
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #313C38;
	font-weight: normal;
	background:url(images/templatemo_header_bg.jpg) left center no-repeat;
}

.section_wfull {
	width: auto;
	margin:auto;
	padding: 15px 150px 10px 150px;
}
.section_left {
	width: 390px;
	float:left;
	padding: 15px 5px 10px 150px;
}
.section_right {
	width: 390px;
	float:right;
	padding: 15px 150px 10px 5px;
}

/* end of content */

/* footer */
#templatemo_footer {
	clear: both;
	color: #7E9E75;
	width: auto;
	height: 70px;
	padding: 0px 60px;
	text-align: center;
}

#templatemo_footer a {
	font-weight: bold;
	color: #7E9E75;
}
#templatemo_footer a:hover, a:visited {
	color: #838383;
}
#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 #838383;
}

.footer_menu .last_menu {
	border: none;
}
.footercurrent a, a:hover, a:visited {
	color: #838383;
}
/* end of footer */

/* form elements */

input, select, checkbox, textarea {
	color: #6A7B8E;
	font-size: 13px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.formfield {
	width:325px;
}
.send-button {
	margin-left:75px;
}
label {
	width:auto;
	margin: 0;
}
select {
	width:200px;
	margin: 0;
}
form {
	width: auto;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #6A7B8E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}