@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	overflow: hidden;
	background-color: #999;
}
#main {
	
	height: auto;
	width: 100%;
	color: #FFF;
	margin-top: 20%;
}
#bottomline {
	background: #fff url(../img/bottomline.png) no-repeat;
   -o-background-size: 100% 100%;
   	background-size: 100% 100%;
	height: 1px;
	width: 100%;
	opacity:0.9;
	background: -webkit-gradient(linear, left top,right top, from(#fff), to(#555));
	background: -moz-linear-gradient(left,  #fff,  #555);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#555555');
}
nav {
	height: 40px;
	width: auto;
	background-image: url(../img/menu_bkg.png);
	background-repeat: repeat-x;
}
nav ul {
	display: block;
	height: 39px;
	width: 581px;
	margin-right: auto;
	margin-left: auto;
	padding-left:575px;
}
nav  li {
	display: block;
	width: 130px;
	color: #FFF;
	background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;
	height: 39px;
	text-align: center;
	margin:0;
	background-position: 0px 0px;
	list-style-type: none;
	float: left;
}
nav  li:hover{
	background-color: #000;
	background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;
	width: 130px;
	background-position: 0px 0px;
}
nav .active:hover{
	background-color: #000;
	background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;
	width: 129px;
	background-position: 0px 0px;
}
nav  li a#active{
	background-color: #000;
	opacity:0.9;
	/*background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;*/
	width: 129px;
	background-position: 0px 0px;
	height: 55px;
	position:relative;
	z-index:33;
	
}
nav .active {
	background-color: #000;
	opacity:0.9;
	/*background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;*/
	width: 129px;
	background-position: 0px 0px;
	height: 39px;
	position:relative;
	z-index:33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
@font-face {
	font-family: 'pala';
	src: url('pala-webfont.eot');
    src: url('pala-webfont.eot?#iefix') format('embedded-opentype'),
         url('pala-webfont.woff') format('woff'),
         url('pala-webfont.ttf') format('truetype'),
         url('pala-webfont.svg#PalatinoLinotypeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
#indexLink {
	display: block;
	height: 82px;
	width: 263px;
	position: absolute;
	left: 0px;
	top: 50px;
}

nav li a {
	margin:0;
	color: #FFF;
	text-decoration: none;
	height: 39px;
	width: 130px;
	display: inline-block;
	font-size: 16px;
	font-family: "pala","Palatino Linotype", "Book Antiqua", Palatino, serif;
}

nav #last a {
	background-image: url(../img/menu_line.png);
	background-repeat: no-repeat;
	background-position: 129px 0px;
}
footer {
	height: 56px;
	width: auto;
	background-image: url(../img/footer_bkg.png);
	background-repeat: repeat-x;
}
#topline {
	background: #fff url(../img/topline.png) no-repeat;
   -o-background-size: 100% 100%;
   	background-size: 100% 100%;
	opacity:0.9;
	height: 1px;
	width: 100%;
	background: -webkit-gradient(linear, left top,right top, from(#555), to(#fff));
	background: -moz-linear-gradient(left,  #555,  #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#555555', endColorstr='#ffffff');
}
#block {
	height: auto;
	width: 1165px;
	
	margin-right: auto;
	margin-left: auto;
}
#background {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: 100%;
	z-index: -1;
}
#content {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 646px;
	padding-left:510px;
	min-height:145px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 55px 56px;
}
footer div {
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	height: 10px;
	padding-left: 500px;
	padding-top: 20px;
}
#copyright {
	margin-left: 180px;
	display: inline-block;
}
footer img {
	margin-right: 4px;
	margin-left: 4px;
}
#wrapper {
	height: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
}
#content {
	position: relative;
}

article {
	height: auto;
	width: 645px;
	/*margin-left: 510px;*/
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#links #inactive  {
	color: #999;
}

#logo {
	height: 82px;
	width: 263px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-left: 0px;
}
#send:hover, #btn_log:hover {
	color:#FFF;
}
article, nav, footer {
	display: block;
}
