@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	line-height:18px;
	background-color: #000;
	/*background:#04040d url(../images/img_bg.jpg) repeat-x;*/
	}
#menu_wrapper {
	background-color: rgba(0, 0, 0, 0.29);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 34px;
}
#site{
	width:960px;
	text-align:left;
	margin:0 auto;
	}
#header{
	text-align:center;
	height:350px;
	}
#logo{
	float:left;
	text-align:right;
	width:960px;
	background:url(../images/img_logo.png) no-repeat right;
	height:250px;
	}	
#iso{
	float:left;
	text-align:right;
	width:960px;
	background:url(../images/img_iso.png) no-repeat right;
	height:87px;
	}
#menu{
	float:left;
	padding-top:10px;
	text-align: right;
	width:970px;
	}
#menu a{
	background-color: black;
	color:#FFFFFF;
	padding-left:21px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif ;
	background:url(../images/img_menu.png) no-repeat;
	padding-right:22px;
	height:20px;
	}
#menu a:hover{
	color:#00CCCC;
	}

#content{
	clear:both;
	padding-top:20px;	
	}
#col_right{
	float: left;
	width:280px;
	margin-right:20px;
	}
#col_left{
	float:left;
	width:660px;
	text-align:justify;
	}
#col_60{
		float:left;
		width: 55%;
		text-align: justify;
		}
#col_40{
		float:left;
		width: 45%;
		text-align: justify;
		}
#col_50{
		float:left;
		width: 50%;
		}		
#footer{
	clear:both;
	padding-top: 20px;
	padding-bottom:45px;
	color:#31a0ee;
	}
#footer a{
	text-decoration:none;
	color:#31a0ee;
	}
#footer a:hover{
	text-decoration: underline;
	color:#CCCCCC;
	}
#footer_left{
	float:left;
	width:300px;
	}
#footer_right{
	float:left;
	text-align:right;
	width:660px;
	}
h1, h2, h3, h4{
	padding:0px;
	margin:0px;
	font-weight:normal;
	}
h1{
	font-size: 22px;
	color:#31a0ee;
	padding-bottom:15px;
	text-transform:uppercase;
	background:url(../images/img_h1.png) no-repeat;
	padding-left:25px;
	}
h2{
	font-size: 13px;
	font-weight:bold;
	color:#31a0ee;
	padding: 0px;
	}
h3{
	font-size: 20px;
	color:#31a0ee;
	padding-bottom:15px;
	text-transform:uppercase;
	background:url(../images/img_h1.png) no-repeat;
	padding-left:25px;
	}
a{	
	color: #CCCCCC;
	text-decoration:none;
	}
a:hover{
	color:#31a0ee;
	text-decoration:underline;
	}

ul{
	margin:0;
	padding:0;
	padding-left:40px;
	}
li{
	margin:0;
	padding:0;
	}