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

html {
	background: #323030;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(images/bg.jpg) top repeat-x #323030;
}

a:link, a:visited {	color: #CCFF00; text-decoration: underline; }
a:active, a:hover { color: #FF9900; text-decoration: none; }

p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEEEEE;
	text-align: inherit;
	margin: 0 0 15px 0;	
}

h1 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #EFE339;
}

h2 {
	margin: 0 0 20px 25px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00CCFF;
}

#templatemo_container {
	width: 900px;
	margin: auto;
}

#header {
	width: 900px;
	height: 220px;
	margin: 0;
	padding: 1px 0 0 0;
}

#logo {
	float: left;
	background: url(images/logo.jpg) no-repeat;
	width: 350px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;

	color: #EFE339;
	margin: 80px 0px 0px 0px;
	padding: 105px 0px 0px 0px;
}

#menu {
	float: right;
	width: 400px;
	height: 120px;
	background: url(images/menu_bg.jpg);
	padding:0;
	margin: 80px 0 0 0;
}

#menu .menu_item {
	float: left;
	width: 100px;
	height: 120px;
	background: url(images/menu_divider.png) right center no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.menu_home {
	float: left;
	width: 100px;
	height: 40px;
	padding: 80px 0 0 0;
	background: url(images/home.png) no-repeat ;
	background-position: center 10px;
	text-align: center;
}

.menu_LSI {
	float: left;
	width: 100px;
	height: 40px;
	padding: 80px 0 0 0;
	background: url(images/lsi.png) no-repeat ;
	background-position: center 10px;
	text-align: center;
}

.menu_about {
	float: left;
	width: 100px;
	height: 40px;
	padding: 80px 0 0 0;
	background: url(images/about.png) no-repeat ;
	background-position: center 10px;
	text-align: center;	
}

.menu_services {
	float: left;
	width: 100px;
	height: 40px;
	padding: 80px 0 0 0;
	background: url(images/services.png) no-repeat ;
	background-position: center 10px;
	text-align: center;
}

#menu a:hover, #menu .current {
	color: #E7DB6B;
	text-decoration: none;
}

#menu a {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.last {
	background: none;
}

.templatemo_one_col {
	width: 900px;
	margin: 0 0 15px 0;
}

.templatemo_one_col img {
	border: 5px solid #6f6f6c;
	float: right;
	margin: 0 0 10px 10px;
}

.templatemo_two_col {
	width: 440px;
	float: left;
}

.templatemo_two_col img {
	border: 5px solid #6f6f6c;
	float: left;
	margin: 0 10px 10px 0;
}

.templatemo_mid_col {
	margin: 0px 0px 0px 160px;
}

.templatemo_mid_col img {
	border: 5px solid #6f6f6c;
	float: left;
	margin: 0 10px 10px 0;
}

.templatemo_right {
	float: right;
	width: 440px;
}

.templatemo_four_col {
	float: left;
	width: 217px;
}


#contact_form {
	padding: 0;
}
/* START CONTACT FORM */
#contact_form form {
	margin: 0px;
	padding: 0px;
	border:1px  dotted #e2d1be;
	padding: 20px 20px 10px 20px; 
}

#contact_form form .input_field {
	height: 18px;
	width: 260px;
	background: #323030;
	border: 1px solid #E7DB6B;
	color: #E7DB6B;
	padding: 4px;
}

#contact_form form label {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	font-size: 14px;
	color: #CCCCCC;
}

#contact_form form textarea {
	width: 350px;
	height: 150px;
	background: #323030;
	border: 1px solid #E7DB6B;
	color: #E7DB6B;
	padding: 4px;
}

#contact_form form .submit_btn {
	margin-right: 80px;
	padding: 5px 10px;
	background: #222222;
	border: 1px solid #E7DB6B;
	color: #CCCCCC;
}

/* END CONTACT FORM */

.h_line {
	background: url(images/h_line.png) center;
	width: 900px;
	height: 2px;
	margin: 0 0 15px 0;
}

.v_line {
	float: left;
	background: url(images/v_line.png) no-repeat center;
	height: 135px;
	width: 10px;
}

#templatemo_footer {
	width: 100%;
	color: #fbfbfb;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	text-align: center;
}

.templatemo_list {
	list-style: none;
	padding: 0 0 0 25px;
}

.templatemo_list li {
	color: #fbfbfb;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(images/bullet.png) no-repeat;
	padding: 0 0 5px 22px;
	height: 18px;
}

.templatemo_list a {
	color: #FFFFFF;
	text-decoration: none;
}

.templatemo_list a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#bottom {
	float: left;
	background: url(images/bottom.jpg) bottom repeat-x;
	height: 18px;
	width: 100%;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.cleaner_h10 { clear: both; width:100%; height: 10px; }