/* --- main layout --- */
	
	* { margin: 0; padding: 0; }
	
	body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #FFF  ;
	background: #000; 
	padding:0;
	margin:0;
	}
	
	a img,:link img,:visited img,fieldset {border:none;}
	img {vertical-align:top;}
	
	.clear {clear:both}
	.nowrp {white-space:nowrap;}
	.wrapper {width:100%; overflow:hidden;}

/* --- END main layout --- */

/* --- header --- */

	#header {
	font-size:13px;
	line-height: inherit  ;
	background:url(images/header-tail.gif) top repeat-x;
}
#bottom-menu {
	font-size:13px;
	line-height: inherit;
	background-color:#0E1824;
}
	
	/*#logo {padding:4px 0 151px 0; background:url(images/header-bg.jpg) no-repeat top center; text-align:center;}*/
	#logo {padding:4px 0 0px 0;  text-align:center;}
	.menu {
	background:url(images/menu-bg.jpg) no-repeat top center   ;
	padding:9px 0 9px 0;/* min-width:318px;*/
}
	.menu li {display:inline; text-transform:uppercase; padding-left:7px; font-size:10px;}
	.menu li a {color:#9ddeff; text-decoration:none;}
	.menu li a:hover, .menu .active a {color:#fff; }

/* --- END header --- */

/* --- content --- */

	#content {font-size:0.75em; line-height:1.5em; background: #252D37 ; border-top:4px solid  #252D37;}
	.min-width {
	padding:5px 4px;
	min-width:200px;
}

	li {list-style:none; clear:both;}
	a, strong {color:#5db2e9; }
	a {	 	text-decoration:none; 	font-weight:bold; }
	a:hover { color:#2f4d73;}
		
/* --- END content --- */

/* --- footer --- */
	
	#footer {height:67px; color:#fff; font-size:0.6875em; line-height:1.545em; text-align:center; background:url(images/footer-tail.gif) top repeat-x;}
	#footer p { padding:16px 0 0 0; background:url(images/footer-bg.jpg) no-repeat top center; height:51px;}
	#footer p a {color:#9ddeff;}

/* --- END footer --- */

/* --- Other --- */
	
	.f-left {float:left;}
	.f-right {float:right;}
	.taright {text-align:right;}
	.imgindent {float:left;}
	.imgindent2 {float:left; margin-right:15px;}
	.margin1 {margin-top:16px;}
	p {padding-top:18px;}
	
	h2 {
	margin-bottom:0px;
	color:#e7f4fc;
	background-color:#2E4B71;
	background-repeat:repeat-x;
	padding:8px;
	font-size:15px;
	font-weight: 500;
}
	
	h3 {
	margin:0 0 9px -4px;
	color:#FFF;
	background-color:#2E4B71;
	padding:5px;
	font-size:14px;
	font-weight: 500;
}
	
	h4 {margin-bottom:5px; color:gray; }
	
	#ContactForm input , #ContactForm textarea {border:1px solid #e2e2e2; width:275px; padding:1px 0 2px 4px; background:#fff; font-size:1em; line-height:1em; margin-bottom:8px; color:#8c8c8c; font-family:Arial, Helvetica, sans-serif;}
	#ContactForm textarea {height:130px;}
	#ContactForm .taright {width:280px;}
	#ContactForm button {background:none; border:none; color:#5db2e9; text-decoration:underline; font-size:1em;}
	
/* --- END Other --- */


table.bottomBorder {
    border-collapse: collapse;
}


table.bottomBorder td, table.bottomBorder th {
    border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
    padding: 10px;
}

 
