body {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-size: 0.9em;/*12px;*/
	font-family: 'Arial Narrow','Open Sans', sans-serif;
	color: #58503f;
	position: relative;
}

a, input, textarea { outline: none; }

a, a:link, a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

#page_loader {
	position: absolute;top: 15em; right: 45%;
}

#pagewrapper {
	position: fixed;
	width: 100%;
	height: 100%;
}
#content_wrapper {
	position: relative;
	margin-top: 7%;
	width: 100%;
	/*height: 70%;*/
}

#menu {
	position: relative;
	width: 15%;
	float: left;
	margin-left: 7%;
	text-align: right;
	background-color: #fff;
	padding: 2%;
	padding-top: 15px;
	padding-bottom: 0px;
	
	min-height: 430px;
	height: 100%;
	text-align: left;
}

#menu ul.main_menu {
	list-style: none;
	color: #999;
	font-size: 0.8em;/*10px;*/
	padding: 0;
	
	text-align: left;
}

#menu ul.main_menu li {
	display: block;
	line-height: 15px;
}

#menu ul.main_menu li a.active ,
#menu ul.main_menu li a:hover {
	font-weight: bold;
	/*text-decoration: underline;*/
	color: #000;
}

#menu ul.main_menu li ul.submenu {
	max-height: 75px;
	overflow: hidden;
	padding-left: 15px !important;
}
#menu ul.main_menu li ul.submenu a {
	/*color: #000;* /
	padding-left: 10px;*/
}
#menu ul.main_menu li ul li { 
	/*margin-left: -20px;*/
}

.goDown,
.goUp {
	color: #000000 !important;
}

.goDown:hover,
.goUp:hover {
	font-weight: bold !important;
}

.menu_icons {
	position: absolute;
	bottom: 10px;/*30px;*/
	width: 150px;
	/*left: 5%;
	/*display: none;*/
}

.menu_icons a {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.menu_icons a img {
	height: 1.1em;
}
.menu_icons a.copy {
	background-image: url('../images/copyrights.png');
}
.menu_icons a.copy:hover {
	background-position: 0 -14px;
}
.menu_icons a.manage {
	background-image: url('../images/manage.png');
}
.menu_icons a.manage:hover {
	background-position: 0 -14px;
}
.menu_icons a.itecweb {
	background-image: url('../images/itecweb.png');zoom: 0.1;
}
.menu_icons a.itecweb:hover {
	background-position: 0 -14px;
}
.menu_icons a.itecweb1 {
	/*background-image: url('../images/itecweb1.png');*/
	zoom: 1;
	filter: alpha(opacity=8);
	opacity: 0.08;
	width: 30px;
}
.menu_icons a.itecweb1:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#content {
	padding-top: 1%;
	padding-left: 5%;
	padding-bottom: 1%;
	padding-right: 15%;
	overflow: hidden;
	/*background-color: #f5f5f5;*/
}
div#content p { text-align: justify; }

/*************** Contact Form *********************/
#contact_form {
	padding: 0;
	width: 48%;/*310px;*/
}
.contact_c_2{
	width: 48%;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form label {
	display: block;
	/*font-size: 13px;*/
}

#contact_form form .input_field {
	width: 100%;/*298px;*/
	padding: 5px;
	color: #222;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*background: #EEE;*/
	outline: none
}

#contact_form form textarea {
	width: 100%;/*298px;*/
	height: 120px;
	padding: 5px;
	color: #222;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*background: #EEE;*/
	font-family: 'Open Sans', sans-serif;
	/*font-size: 12px;*/
	margin-top: 3px;
}

#contact_form form .submit_btn {
	font-size: 10px;
	color: #222;
	border: none;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: none;
	padding: 5px 14px 5px 0px;
	cursor: pointer;
	font-family: 'Arial Narrow','Open Sans', sans-serif !important;
	text-align: left;
}
/*************** END - Contact Form *********************/

.float_l {
	float: left;
}

.float_r ,.image_fr{
	float: right;
}
.image_fr{
	margin-left: 10px;
	margin-left: 10px;
}

.h10 {
	height: 10px;
}

.cleaner {
	clear: both;
}

.col_w280{ margin-right: 0px;/*10%;*/line-height: 0.8em; }

.col_w280 h4,.col_w280 h5{ margin: 0 0 5px; }

/* Let's get this party started * /
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track * /
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle * /
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: rgba(255,0,0,0.8);* /
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	/*background: rgba(255,0,0,0.4);
}*/
.resize_frame .mCustomScrollbar {
	padding-left: 50px !important;
	padding-right: 50px !important;
}