@charset "utf-8";
/* CSS Document */

body {
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #C9B5FF;
	background: #180109 url('../images/vafhBodyBg.jpg') 50% 0 no-repeat;
	margin: 0px;
	padding: 0px;
}
hr {
	background: url('../images/vafhHr.png') repeat-x center;
	height: 1px;
	border: 1px dotted #272727;
}
h1, h2, h3, h4, h5, h6 {
	margin: 3px 8px;
	padding: 2px;
}
h1 {
	color: #FFCA9B;
	font-size: 22pt;
}
h2 {
	color: #9BD8FF;
	font-size: 18pt;
}
h3 {
	color: #E4FF9B;
	font-size: 16pt;
}
h4 {
	color: #B79BFF;
	font-size:14pt;
}
h5 {
	color: #FF9BC7;
	font-size: 12pt;
}
h6 {
	color: #FFF29B;
	font-size: 10pt;
}
p {
	margin: 3px 8px;
	padding: 2px;
}
a {
	text-decoration: none;
	color: #AFBB21;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #D3DF4A;
}
#wrap {
	width: 820px;
	margin: 55px auto 0px;
	padding: 0px;/*background: transparent url('../images/wrapBg.png') repeat-y center;*/
}
#wrap #container {
	margin: 0px 10px;
	padding: 0px;
	background: none;
}
#wrap #container #vafhHead {
	height: 255px;
}
#wrap #container #vafhHead #vaghLogo {
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 250px;
	position: relative;
	z-index: 100;
	left: -20px;
	top: -40px;
}
#wrap #container #vafhHead #vaghLogo a, #wrap #container #vafhHead #vaghLogo img {
	border: 0px;
}
#wrap #container #vafhHead #vaghTopBar {
	margin: 0px;
	padding: 0px;
	height: 255px;
	width: 800px;
	position: relative;
	top: -58px;
	left: 0px;
	z-index: 1;
	background: none;
}
#wrap #container #vafhHead #vaghTopBar #rotator {
	background: none;
	z-index: 2;
}
#wrap #container #vafhHead #vaghTopBar object {
	background: none;
	z-index: 2;
}
#wrap #container #vafhHead #vaghTopBar embed {
	background: none;
	z-index: 2;
}
#wrap #container #vafhHead #vaghInfo {
	background: transparent url('../images/vafhInfoBg.png') repeat-x 50%;
	margin: 0px;
	padding: 0px;
	height: 215px;
	width: 300px;
	z-index: 101;
	left: 525px;
	top: -285px;
	position: relative;
	border: 1px solid #42403A;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap #container #vafhHead #vaghInfo p {
	margin: 0px;
	padding: 8px;
	color: #FFF;
	text-align: justify;
	font-size: 11px;
}
#wrap #container #vafhHead #vaghInfo h2 {
	margin: 0px;
	padding: 5px 10px 0px;
	color: #AFBB21;
}
#wrap #container #vafhHead #vaghInfo h4 {
	margin: 0px;
	padding: 0px 10px 0px;
}
#wrap #container #vafhBody {
	background: transparent url('../images/vafhBodyBg.png') repeat-y 50%;
	text-align: justify;
	float: left;
	clear: both;
	width: 800px;
	color: #C9B5FF;
}
#wrap #container #vafhBody #vafhMainBody {
	margin: 0px;
	padding: 10px;
	width: 580px;
	float: left;
}
#wrap #container #vafhBody #vafhMainBody #vafhplayer {
	margin: 0px;
	padding: 25px 5px 5px;
	background: transparent url('../images/vafhPlayerBg.png') no-repeat center top;
	text-align: center;
	width: 570px;
	height: 630px;
}
#wrap #container #vafhBody #vafhAddBody {
	margin: 0px;
	padding: 10px;
	width: 180px;
	float: right;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
}
#wrap #container #vafhFoot {
	color: #CBA7E2;
	font-size: 10px;
	z-index: 5;
	float: left;
}
#wrap #container #vafhFoot p.goLeft {
	margin: 0px;
	font-size: 8pt;
	padding: 10px;
	width: 320px;
	float: left;
	display: block;
	text-align: left;
}
#wrap #container #vafhFoot p.goLeft a {
	color: #CBA7E2;
}
#wrap #container #vafhFoot p.goRight {
	margin: 0px;
	font-size: 8pt;
	padding: 10px;
	width: 420px;
	float: right;
	display: block;
	text-align: right;
}
#wrap #container #vafhFoot p.goRight a {
	color: #CBA7E2;
}
/*Дополнительные Теги для сайта*/

span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0;
	font: normal 10pt Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
span.attention {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/notice/attention.png) 10px 50% no-repeat;
}
span.notice {
	color: #648434;
	border: 1px solid #9BCC54;
	background: #CDEFA6 url(../images/notice/notice.png) 10px 50% no-repeat;
}
span.alert {
	color: #CF3738;
	border: 1px solid #FFACAD;
	background: #FFD5D5 url(../images/notice/alert.png) 10px 50% no-repeat;
}
span.download {
	color: #1C6B8B;
	border: 1px solid #6ABCE2;
	background: #A8CDE3 url(../images/notice/download.png) 10px 50% no-repeat;
}
span.approved {
	color: #666;
	border: 1px solid #a8a8a8;
	background: #ccc url(../images/notice/approved.png) 10px 50% no-repeat;
}
span.media {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/notice/media.png) 10px 50% no-repeat;
}
span.note {
	color: #B79000;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/notice/note.png) 10px 50% no-repeat;
}
span.cart {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/notice/cart.png) 10px 50% no-repeat;
}
span.camera {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/notice/camera.png) 10px 50% no-repeat;
}
span.doc {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/notice/doc.png) 10px 50% no-repeat;
}
span.attention a, span.notice a, span.alert a, span.download a, span.approved a, span.media a, span.note a, span.cart a, span.camera a, span.doc a {
	color: #666;
}
span.attention h1, span.notice h1, span.alert h1, span.download h1, span.approved h1, span.media h1, span.note h1, span.cart h1, span.camera h1, span.doc h1 {
	color: #8F2B19;
}
span.attention h2, span.notice h2, span.alert h2, span.download h2, span.approved h2, span.media h2, span.note h2, span.cart h2, span.camera h2, span.doc h2 {
	color: #8F2B19;
}
span.attention h3, span.notice h3, span.alert h3, span.download h3, span.approved h3, span.media h3, span.note h3, span.cart h3, span.camera h3, span.doc h3 {
	color: #8F2B19;
}
span.attention h4, span.notice h4, span.alert h4, span.download h4, span.approved h4, span.media h4, span.note h4, span.cart h4, span.camera h4, span.doc h4 {
	color: #8F2B19;
}
/*Hightlights*/

span.highlight {
	background: #FFFBD5;
	padding: 1px 2px;
	color: #8F2B19;
}
span.highlight-blue {
	color: #0D507A;
}
span.highlight-red {
	color: #D12E2E;
}
span.highlight-green {
	color: #74A824;
}
span.highlight-purple {
	color: #9E0E87;
}
span.highlight-orange {
	color: #CC8300;
}
span.highlight-brown {
	color: #8B6846;
}
span.highlight-grey {
	color: #666;
}
span.highlight-bold {
	font-weight: bold;
	font-size: 120%;
}
