body {
	color: #fff;
	font-family: Verdana;
	background: #000;
}

h1 {
	line-height: 22px;
}

h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}	

h4 a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}	

h4 a:hover {
	text-decoration: none;
}

#header-big {
	width: 100%;
	height: 150px;
	float: left;
}

#header {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

#logo {
	float: left;
	margin-top: 25px;
}

#menu {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

#menu ul {
	margin-left: 55px;
	margin-top: 75px;
}

#menu ul li {
	display: inline;
	margin-left: 40px;
}

#menu ul li a {
	color: #919293;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
}	

#top-big {
	width: 100%;
	height: 436px;
	float: left;
	background: url('../gfx/bg_top_green.jpg') repeat-x;
}

#top {
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	width: 960px;
	height: 436px;
}

#info-big {
	width: 100%;
	height: 215px;
	background: #161616;
	float: left;
}

#info {
	width: 960px;
	height: 215px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}

#info-text {
	float: left;
	width: 455px;
	margin-top: 30px;
	padding-right: 50px;
	border-right: 1px solid #282828;
}

#info-text p {
	color: #d7d6d6;
	font-size: 15px;
	line-height: 19px;
}

#info-file {
	float: left;
	width: 400px;
	height: 100px;
	margin: 30px 0px 0px 50px;
}

#info-file .file {
	float: left;
	margin-bottom: 40px;
}

#info-file .icon {
	float: left;
	width: 46px;
	height: 48px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#info-file .text {
	float: left;
	width: 310px;
	margin-left: 10px;
}

#info-file .text p {
	color: #a4a3a3;
	font-size: 12px;
	line-height: 15px;
}

#content-big {
	width: 100%;
	background: #2d2d2d;
	float: left;
}

#content {
	width: 1000px;
	margin: 0 auto;
}

#title {
	float: left;
	margin: 65px 0px 90px 0px;
}

#title .left {
	float: left;
	margin-left: 20px;
	width: 545px;
}

#title .right {
	float: left;
	width: 415px;
	text-align: right;
	margin-top: 10px;
}

#title .right a {
	color: #d7d6d6;
	text-decoration: none;
}

#title .right a:hover {
	text-decoration: underline;
}

#title .right p {
	font-size: 12px;
}

#tabs {
	float: left;
	width: 1000px;
	height: 383px;
	margin-bottom: 130px;
}

#tabs p {
	line-height: 20px;
}

#tabs a {
	text-decoration: none;
	color: #ff1e01;
}

#tabs a:hover {
	text-decoration: none;
}


#tabs ul {
	float: left;
}
#tabs li {
	margin-right: 2px;
	list-style: none;
	background: #242424;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;	
	width: 139px;
}

#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	background: #000;
}
#tabs ul li.active a {
	color: #333333;
}

#tabs ul li.active a h5 {
	color: #7eba00;
}


#tabs div {
	float: left;
	background: #000;
	clear: both;
	padding: 15px;
	height: 326px;
	width: 1000px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	
}

#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
}

table.tab {
	width: 1000px;
	margin-top: 20px;
	border: 0px solid red;
}

table.tab td.left {
	width: 600px;
	vertical-align: top;
}

table.tab td.right {
	width: 400px;
}

#tabs p.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
}

#tabs p.subtitle {
	font-size: 16px;
	margin-bottom: 25px;
}

#tabs p.graf {
	margin-bottom: 10px;
}

#tabs p.subgraf {
	font-size: 14px;
	color: #bababa;
	margin-bottom: 35px;
}

#tabs p.cont {
	font-size: 13px;
	color: #bababa;
	line-height: 16px;
}

#footer-big {
	width: 100%;
	float: left;
	background: #2d2d2d;
	padding-bottom: 35px;
	padding-top: 20px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .left {
	float: left;
	margin-top: 20px;
	width: 600px;
}

#footer .left p {
	color: #8e8e8e;
	font-size: 10px;
	line-height: 14px;
}

#footer .right {
	float: left;
	text-align: right;
	width: 400px;
}

#footer .center {
	float: left;
	padding-top: 20px;
	width: 1030px;	
}

h5 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
	width: 200px;
}

span.subtitle {
	color: #d7d6d6;
	font-size: 11px;
	margin-left: 10px;
}