@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body{
	font-family:Verdana;
	font-size:12px;
	line-height: 1.5em;
	background-color:#0c2544;
	color:#d0ecf5;
}
/*min */
.minwidth {
	min-width: 1000px;
	margin: 0 auto;
	width:1000px;
	margin-top:15px;
	/*
width:100%;
*/
}
* html .minwidth {
	position:relative;
	left:50%;
	margin-left:-500px;
	width: 1000px;
}
#footer,#topsection { 

clear:both;
	/*
background-color:#80ff80;
*/
}
#main-container{
	width:100%;
	height:1%
}
#wrap{
	float:left;
	overflow:hidden;
	width:100%;
}
/*CONTENT COLUMN*/
#contentcolumn {
	background-color:green;
}
#c #contentcolumn {
}
#c_rgt #contentcolumn {
	padding-right:251px;
}
#lft_c #contentcolumn {
	padding-left:251px;
}
#lft_c_rgt #contentcolumn {
	padding:0 251px;
}
/*RIGHT COLUMN*/
#rightcolumn {
	background-color:red;
	visibility: hidden;
	position:relative;
	float:left;
	width:0;
	margin-left:-251px;
}
#c_rgt #rightcolumn,#lft_c_rgt #rightcolumn {
	visibility: visible;
	width:251px;
}
/*LEFT COLUMN*/
#leftcolumn {
	background-color:blue;
	visibility: hidden;
	position:relative;
	float:left;
	width:0;
	margin-left:-100%;
}
#lft_c #leftcolumn,#lft_c_rgt #leftcolumn {
	visibility: visible;
	width:251px;
}
/*
HEADER
*/
img{
	border:0 none;
}
#topsection{
	background: url("/assets/image/header_st.jpg") no-repeat 0 0;
	height:347px;
}
#topsection div.logo{
	text-align:center;
	padding-top:30px;
}
#topsection div.menu ul li a {
color:#C8ECFF;
display:block;
font-family:Arial;
font-size:13px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
#topsection div.menu ul li a.sel, #topsection div.menu ul li a:hover{
/*
	text-decoration:underline;
*/
	background:transparent url(/assets/image/bg_menu_dec.gif) repeat-x bottom center;
	padding-bottom:3px;
	}
#topsection div.menu ul{
	padding:163px 0 0 50px;
}
#topsection div.menu ul li{
	float:left;
	list-style:none;
	
}
/*
CENTR
*/

#contentcolumn{
	background: url("/assets/image/bg_centr_st.jpg") no-repeat 0 0;
	height:531px;
}

#contentcolumn div.cnt{
	padding:55px 0 0 85px;
}
h3{
	text-transform:uppercase;
	font-size:14px;
	font-family:Arial;
	padding-bottom:25px;
}
#contentcolumn div.txt{
	width:620px;
	padding-bottom:50px;
	
}
/*
RIGHTCOLUMN
*/
#rightcolumn{
	background: url("/assets/image/bg_rgt_st.jpg") no-repeat 0 0;
	height:531px;
}
#rightcolumn div.rgt{
	padding:149px 0 0 20px;
}
#rightcolumn div.rgt a{
	color:#c2f0ff;
	font-family:Impact;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	font-family:Tahoma;
	background-color:#063661;
	width:147px;
	height:27px;
padding-top:6px;
}
/*
FOOTER
*/
#footer{
	background: url("/assets/image/footer_st.jpg") no-repeat 0 0;
	height:399px;
	margin:0;
	padding:0;
}

#footer div.copyrights-lft{
	/*
width:180px;
*/
	padding:260px 0 0 100px;
	float:left;
}
#footer p{
	background-color:#0c2035;
	margin-bottom:2px;
	padding-left:6px;
	}
#footer div.copyrights-lft a{
padding-left:6px;
padding-right:7px;
	display:block;
	background-color:#0c2035;
	background-repeat:repeat-x;
	color:#d0ecf5;
	text-decoration:none;
	
}
#footer div.copyrights-rgt{
	float:right;
	/*
width:225px;
*/
	padding:260px 100px 0 0;
}
a.waith{
	color:#fff;
	line-height: 20px;
}

