html, body {
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
}

html {
	background:url(images/bg-top2.png) repeat-x top #121f27;/*#0a1014;*/
}
	
body {
    font: 15px Tahoma;
	/* color:#c5dce8; */
    color: #E7F2F8;
	min-width:980px;
	background:url(images/bg-top.png) no-repeat top center;
}

div, a, td, li, input, textarea {
        /* font-size:15px ; */
	font-family: Tahoma;
	/* color: #c5dce8; */
	text-decoration:none;
}
div, td, li, {
     font-size:15px ;
}

img {
	border: 0;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

a {
	color:#f26d7d;
	text-decoration:underline;
	outline:none;	
}

a:hover {
	text-decoration:none; 	
	outline:none;	
}


h1 {font:bold 26px Tahoma; color:#e1dbdb}

.container {
	width:980px;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}

.content {
	width:980px;
	margin: 0 auto;
}


.copyright {
	padding: 0px 0;
	font-size: 10px;
	color:#64584c;
	text-align:center;
}

.footer {
	margin-top:-150px;
	width:100%;
	font-size:10px;
	color:#999999;
	height:150px;
	background:url(images/bg-footer2.png) repeat-x;
}

#logo {
	position:absolute;
	z-index:9;
	padding: 0; 
	background:url(images/logo.png) no-repeat;
	background-position:top left;
	width:460px;
	height:90px;
}

#logo a {
	display:block;
	width:460px;
	height:90px;
}

.innerWraper {
	position:relative;
	width:980px;
	padding-top: 400px;
	margin:0 auto;
}


.col-left {
width:200px;
padding:10px 35px;
float:left;
}

.infoBlock {
	float:left;
	/*
width:675px;
*/
	padding:10px 35px 10px 0;
	text-align:justify;	
	
}

.topMenu {
	list-style-type:none;
	display:inline;
}


.push {height:200px}

.headerPic {
	position:absolute;
	top:26px;
	margin-left:296px;
	/* background:url(images/boat.jpg) no-repeat; */
	width:684px;
	height:286px;
}

.headBox1, .headBox2 {
	position:absolute;
	margin-left:40px;
	background:url(images/bg-head-box.png) no-repeat;
	width:228px;
	height:88px;
	padding:8px 10px;
	text-align:right;
	font:bold 10px/15px Tahoma;
	color:#fff;
}

.headBox1 {top:92px;}
.headBox2 {top: 206px;}


#menu{
	position:absolute;
	top:330px;
	width:900px;
	text-align:center;
	z-index:7;
	margin-left: 65px;
}


.article {
	border-top:dotted 1px #16719e;
	border-bottom:dotted 1px #16719e;
}

.footer-inner {
	width:980px;
	margin:0 auto
}

.foot1, .foot2, .foot3, .foot4 {
	float:left;
	width:270px; 
	padding:20px 10px 0 10px;
	font-size:11px;
	line-height:16px;
	color: #fff;
}

.foot4 {width:100px !important; padding:90px 0 0 0}

.foot1 a, .foot2 a, .foot3 a {color:#fff;}

.foot2 {text-align:right;}
.foot1 {text-align:center;}




/*================== Menu ===================*/

ul#cssmenu {
	margin: 0 auto;
	border: 0 none;
	padding: 0px;
  	list-style: none;
  	height: 38px;
	font: bold 12px/28px Tahoma;

	

}

ul#cssmenu li {
	width:auto !important;
	height:auto !important;
	min-width:120px;

	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 38px;
}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
}

ul#cssmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#cssmenu ul li {
	height:38px;
	float: left;
	margin-top:0;
	border-bottom:dotted 1px #333333;
	border-width:1%;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#cssmenu a {
	border: 0px;
	width:120px;
	margin:0 4px;
	float: left;
	display: block;
	background:url(images/btn_menu.jpg) no-repeat;
	color:#18414b;
	text-align:center;
	font:bold 17px/38px Tahoma;
	text-decoration: none;
	height: auto !important;
	height: 1%;



}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a, ul#cssmenu a.active_menu, .current_page_item {
	background:url(images/btn_menu_a.jpg) no-repeat;
	color:#fff;
}

/* Second Menu */

ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
	line-height:20px;
	float: none;
	color: #18414b;
	background: #E4E4E4;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding: 10px;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
	background: #AB1414;
	color:#fff;
}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
	display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
	display: block;
}
.sidebar_bg {
	margin-bottom: 13px;
}
.sidebar_bg li {
	list-style-type: none;
}
.face_book {
	padding-bottom: 20px;
	padding-right: 4px;
	text-align: right;
}
.face_book_img {
	display: block;
}
