	@charset "utf-8";
/* general settings and classes */
* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #6684a3;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

a:active {
    border: none;
}

a img {
	border: 0px;
}

.normal {
	text-decoration: none !important;
}

img {
	border: 0px;
}

b, strong {
    color: #6684a3;
}

p {
    padding-bottom: 10px;
    text-align: justify;
}

map {
	border: 0px;
}

body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
    padding:0;
    margin: 0;
	background-image: url("/img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;;
}

body div {
	text-align: left;
}

.clear {
	clear: both;
}

.wrapper{
    width: 960px;
    margin: 0 auto;
}

.header{
    height: 150px;
}

.header a img{
    position: relative;
    top: 60px;
    left: 20px;   
}

.header ul li a img{
    position: relative;
    top: 0px;
    left: 00px;   
}

.header ul{
    list-style: none;
    display: block;
    float: right;
    font-size: 10px;
    padding-right: 15px;
    padding-top: 120px;  
}

.header li{
    display: block;
    float: left;
}

.header li a{
    border-right: 1px solid #fff;
    height: 10px;
}


.header li a.last{
    border-right: none;
}


.header li a{
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    text-decoration: none;
    padding-top: 3px;
}

.header li a:hover{
    color: #6684a3;
}

/*menu*/

.menu{
	background-image: url("/img/menu_bg.png");
    background-repeat: repeat-x;
    background-position: center top;
    height: 52px;
    width: 946px;
    margin: 2px auto;
}

.menu ul{
    list-style: none;
    display: block;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 17px;
}


.menu li{
    display: block;
    float: left;
    height: 11px;
}




.menu li a{
    border-right: 1px solid #fff;
    padding-left: 19px;
    padding-right: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    top: -2px;
}

.menu li a:hover{
    color: #6684a3;
}

.menu li a.last{
    border-right: none;
}

/*banner*/

.banner{
    height: 240px;
    width: 946px;
    margin: 0 auto;
    background-color: #000;    
}

.banner img{
    width: 946px;
}

.banner h1{
    font-size: 18px;
    font-family: Verdana;
    font-weight: normal;
    text-align: right;
    position: relative;
    top: -35px;
    padding-right: 30px;
    opacity: 0.8;
    filter:alpha(opacity=80);    
}


/*main*/

.main{
    background-color: #000; 
    width: 946px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 20px;   
}

.main-left{
    width: 233px;
    float: left;
    padding-left: 20px;

}

.main-right{
    width: 660px;
    float: right;
    padding-right: 20px;

}


/*news*/

.newsblock{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}

.newsblock h4 a{
	color: #6684a3;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

.newsblock h4 a:hover{
	color: #444;
	text-decoration: underline;
	}

.newsblock div.date{
	float: left;
	color: #666;
	font-size: 10px;
	}
	
.newsblock a.btn-more{
	float: right;
	}
	
.news-paginator a, .newsblock a{
	color: #35475D;
	text-decoration: none; 
	}
	

.news-paginator a:hover, .newsblock a:hover{
	text-decoration: underline; 
	}


.newsblock p{
	color: #888;
	font-size: 10px;
	
	}


.newsblock .clear{
    border-bottom: 1px solid #222;
    padding-top: 5px;
    margin: 0 auto;
    width: 60px;
}




.news-paginator a{
	float: right;
	padding-bottom: 15px;
	padding-right: 15px;
}


.right{
    text-align: right;
    float: right;
    
}	


/*foot*/
.footer{
    background-color: #000; 
    width: 946px;
	padding-top: 15px;
    margin: 0 auto;
    color: #797979;
    font-size: 10px;
    text-align: center;
}



.footer p{
    text-align: center;
}

.input {
    margin-bottom:7px;
}

textarea, input {
    border: 2px solid #ccc;
    width: 300px;
    display: block;
    /*float: right;*/
    font-size:12px;
}

textarea{
    height: 100px;
    width: 400px;
}

.error-message {
    color: #ff0000;
    font-size:11px;
    margin-top:3px;
}

.submit input {
    width: 150px;
    cursor: pointer;
}

.submit {
    background: #000;
    /*border: 2px solid white;*/
    /*width: 100px;*/
    margin-top: 10px;
    color: white;
    font-weight: bold;
}
.submit:hover {
    background: #000;
    /*border: 2px dotted red;*/
    /*width: 100px;*/
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}

.error-box, .ok-message {
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 40px;
	clear:both;
	font-size:11px;
}

.error-box{
	background: url('../img/messages_error_ico2.png') no-repeat 13px;
	background-color: #d97676;
	color: #fff;
}

.ok-message{
	background: url('../img/messages_ok_ico2.png') no-repeat 13px;
	background-color: #a9d976;
	color: #fff;
}















