body {
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1d1c1c;
	font-size: 12px;
}
a:link {
	color:#941818;
}
a:visited {
	color:#941818;
}
a:hover {
	color:#4b4b4b;
}
#container {
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
* html #container {
	background-image:url(../images/bg_content.gif);
		background-repeat:repeat-y;
}
#header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:104px;
	margin-left: 25px;
}
#header_logo {
	width:297px;
	height:63px;
	padding-top: 8px;
	margin-left: 8px;
}
#footer {
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:775px;
	height:40px;
	text-align:center;
	color:#4b4b4b;
	padding-top:14px;
	font-size: 10px;
}
#footer a:link {
	color:#4b4b4b;
}
#footer a:visited {
	color:#4b4b4b;
}
#footer a:hover {
	color:#fff;
}
#footer a:active {
	color:#fff;
}
#footer_menu {
	text-align:center;
	padding-top:20px;
}

#footer_menu a:link {
	color:#4b4b4b;
}
#footer_menu a:visited {
	color:#4b4b4b;
}
#footer_menu a:hover {
	color:#941818;
}
#footer_menu a:active {
	color:#941818;
}
* html #footer {
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
}
#navi {
	margin-top:9px;
	margin-left:10px;
	height:24px;
	overflow:hidden;
}
.navs {
	float:left;
	margin-right:8px;
	cursor: pointer;
}
.clr {
	clear:both;
}
#nServ {
	margin-top:25px;
}
#nPort {
	margin-top:25px;
}
#nFaq {
	margin-top:25px;
}
#nCont {
	margin-top:25px;
}
#content {
	padding-left:35px;
	padding-right:35px;
	/*visibility:hidden;*/
}
.spacer{
	height:20px;
}
#pageHeader {
	background-image:url(../images/header_line.gif);
	background-repeat:repeat-x;
}
#pageIMG {
	margin-left:-15px;
	
}
img {
	border:none;
}


#cp_form {
	float:left;
}
/*CONTACT FORM*/
#form_box {
	width: 350px;
	background: #eeeeee;
	border: 1px solid #d6d6d6;
	margin-right:5px;
	padding-left:5px;
	float:left;
}
 
#log {
	padding: 0.5em;
	margin-left: 10px;
	width: 300px;
	margin-top: 10px;
	text-align:center;
	background-color:#CCC;
	font-weight:bold;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background:url(../images/spinner.gif) no-repeat center;
}

 input, textarea { 
	
	/*width:200px;*/
}
.fm {
	color: #21170f; 
	border:1px #1d1b1b solid;
	width:200px;
}
#submitter {
	background-color:#a99e7e;
	width:auto;
}
.ta{
	color: #21170f; 
	width:135px;
	background-color:#e3d8bc;
	font-weight:bold;
}
#map {
	width: 325px; 
	float:right; 
	margin-bottom:25px; 
	margin-top:10px; 
	height: 275px; 
	border:1px solid black;
}
#submitter {
	cursor:pointer;
}
/*START SERVICES ACCORDION*/
#accordion {
}
.toggler {
	color: #1d1b1b;
	margin:2px;
	padding: 5px;
	background: #a99e7e;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	width:150px;
	text-decoration: underline;
}
.toggler_cp {
	color: #1d1b1b;
	margin:2px;
	padding: 5px;
	background: #a99e7e;
	font-weight:bold;
	font-size:12px;
	width:150px;
	text-decoration: underline;
}
 
.element {
	margin-top:5px;
	margin-bottom:5px;
}
.srvElem {
	background-color:#e8e8e8;
	width:145px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:10px;
	font-size:10px;
}
/*END SERVICES ACCORDION*/

/*START FAQ ACCORDION*/
#accordion {
	
}
.togglers {
	margin:2px;
	padding: 5px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	text-decoration: underline;
}
 
.elements {
	/*margin-top:5px;
	margin-bottom:5px;*/
}
.faqElem {
	margin-bottom:2px;
	padding-bottom:2px;
	margin-left:15px;
	color:#4b4b4b;
}
/*END FAQ ACCORDION*/


#srv_contentWS{
}
#srv_contentPM{
	visibility:hidden;
}

.srv_h4 {
	font-weight:bold;
	
}
.srv_txt {
	width:515px;
	margin-bottom:10px;
	color:#4b4b4b;
	
}
.srv_titles {
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px;
}
#servContainer {
	float:left;
	height:480px;
	overflow:hidden;
}
.feature_img {
	float:left;
	border:thin #1d1c1c solid;
	margin:10px;
	margin-right:10px;
}
* html .feature_img{
	margin-left:2px;
}
.feature_title {
	font-size:10px;
	font-weight:bold;
	margin-top:12px;
	padding-bottom:5px;
}
.feature_text {
	margin-top:5px;
	font-size:9px;
}
.portBox{
	background-color:#e8e8e8;
	height:125px; 
	width:345px;
	margin-bottom:15px;
	border: 1px solid #d6d6d6;
}
.left {
	float:left;
}
.right {
	float:right;
}
.port_links {
	text-decoration:underline;
	color:#941818;
	cursor:pointer;
}
.port_links:hover {
	color:#4b4b4b;
}
.scrollTop {
	text-align:center;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.cp_left {
	float:left;
	width:150px;
}
.cp_box {
	background: #eeeeee;
	border: 1px solid #d6d6d6;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.cp_box2 {
	background: #ccc;
	border: 1px solid #9c9c9c;
	padding:10px;
	margin-bottom:15px;
}
.cpp {
	padding:2px;
	margin-bottom:2px;
}
.cbw {
	width:500px;
}
#billing_container{
	padding-bottom:10px;
}
.small_font{
	font-size:11px;
	margin-bottom:5px;
}
.bgs {
	background-color:#c2c2c2;
}
.bgr {
	background-color:#d5a5ad;
}
.bgo {
	background-color:#e7caa1;
}
.cp_titles {
	font-weight:bold;
	font-size:13px;
	padding-bottom:2px;
	color:#941818;
}
.ctogglers {
	padding: 5px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	text-decoration: underline;
	background-color:#c2c2c2;
	border: 1px solid #9c9c9c;
	margin-bottom:4px;
}
.m10{
	padding-bottom:5px;
}
#cp_reset {
	font-size:11px;
	text-align:right;
	cursor:pointer;
	text-decoration:underline;
	margin-right:5px;
}
.cp_men {
	font-size:10px;
	text-align:center;
}
.cp_men a{
	
}
.cp_men a:hover{
}
.ab a {
	
}
.ab a:hover {
	color:#fff;
}
#error_txt {
	font-weight:bold;
	font-size:13px;
	color:#941818;
	margin-bottom:10px;
}

.tool-tip {
	color: #fff;
	width: 199px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:#941818;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
 
 /*
 MOOTABLES CSS 
 /////////////////////////////////////////////////////////////////////////////////////////////
 
 */
 .mootable_container{
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	border: 0px solid #cccccc;
	padding: 0px;
}
.mootable{
	display: block;
	position: absolute;
	width: 100%;
}
.mootable .thead{
	display: block;
	position: relative;
	height: 1.2em;
	z-index: 2;
	background: #f3f3f3;
	border-bottom: 0px solid #cccccc;
}
.mootable .thead .tr{
	display: block;
	position: relative;
	width: auto;
}
.mootable .thead .tr .th{
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 0px;
	width: 100px;
	height: 1.2em;
	border-bottom: 2px solid #cccccc;
	text-indent: 5px;
}
.mootable .thead .tr .th .resize{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 1.2em;
	width: 4px;
	cursor: e-resize;
	background: url(../images/resize_icon.gif) bottom right no-repeat;
	/*opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);*/
}
.mootable .thead .tr .sorted_asc{
	text-indent: 11px;
	background: url(../images/arrow_up.gif) 2px 50% no-repeat;
}
.mootable .thead .tr .sorted_desc{
	text-indent: 11px;
	background: url(../images/arrow_down.gif) 2px 50% no-repeat;
}
.mootable .thead.dragging .tr .th.sortable.mouseover{
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	cursor: pointer;
}
.mootable .thead .tr .th.sortable.mouseover,
.mootable .thead.dragging .tr .th.dragging{
	background-color: #fff;
	cursor: pointer;
	border-bottom: 2px solid #AE8100;
}
.mootable .tbody{
	display: block;
	position: absolute;
	top: 1.2em;
	width: 100%;
	overflow: auto;
}
.mootable .tbody table{
	
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
/*
	z-index: 3;
*/
}
.mootable .tbody .loading{
	background: #777777 url(../images/loading.gif) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 4;
}
.mootable .tbody tr{
	visibility: visible;
	border-bottom: 1px solid #f3f3f3;
}
.mootable .tbody tr.odd:hover td,
.mootable .tbody tr.even:hover td{
	background: #FEFFBF;
	cursor: pointer;
}
.mootable .tbody tr:hover td div div.fade{
	background: url(../images/fade_feffbf.png) top right repeat-y;
	z-index: 4;
}
.mootable .tbody tr.odd td{
	background: #f6f6f6;
}
.mootable .tbody tr.even td{
	background: #ffffff;
}
.mootable .tbody .tr .td{
	display: block;
	position: relative;
	float: left;
	padding: 2px 2px;
	width: 100px;
	border-right: 1px solid #cccccc;
}
.mootable .tbody table tr td{
	visibility: visible;
	border-right: 1px solid #cccccc;
	position: relative;
	overflow: hidden;
	padding: 2px;
	height: 1.2em;
}
.mootable .tbody table tr td div{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	text-indent: 2px;
}
.mootable .tbody table tr td div span{
	position: absolute;
	white-space: nowrap;
	display: block;
	top: 0px;
	left: 0px;
	padding: 0px;
}
.mootable tbody tr td div.fade{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	padding: 2px 0px;
	width: 9px;
	height: 1.2em;
}
tr.even td div.fade{
	background: url(../images/fade_ffffff.png) top right repeat-y;
}
tr.odd td div.fade{
	background: url(../images/fade_f6f6f6.png) top right repeat-y;
}

.fade{
	position: absolute;
	z-index: 4;
}

.mootable th, .mootable table tr td,
.mootable .th, .mootable td{
}
.mootable tfoot,
.mootable .tfoot{
	display: none;
}
.mootable .displayTrigger{
	width: 18px;
	height: 1.2em;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	background: #f3f3f3 url(../images/cols.gif) center center no-repeat;
}
.mootable .displayOptions{
	position: absolute;
	overflow: auto;
	right: 5px;
	top: 16px;
	z-index: 5;
	padding: 2px;
	border: 1px solid #AE8100;
	background: #f3f3f3;
	display: none;
	height: 150px;
	width: 120px;
	/*opacity: 0.8;
	moz-opacity: 0.8;
	filter: alpha(opacity="80");*/
}
.mootable .displayOptions form{
	margin: 0px;
	padding: 0px;
}

.mootable .displayOptions form label, .mootable .displayOptions form input {
	z-index: 6;
}


.mootable_container .resizehandle{
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -1px;
	z-index: 2;
	cursor: n-resize;
/*
	border-left: 1px solid #cccccc;
*/
	border-bottom: 0px solid #cccccc;
	border-top: 0px double #cccccc;
/*
	background-color: #ffffff;
*/
}
.mootable .thead .tr .th.hide,
.mootable .tbody tr td.hide{
	display: none;
}