 /* defaults */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: #fff;
	color: #fff;
	font: 62.5%/1.5 Verdana; 
}

body#frontend {
	background: #b70023;
}

p,ol,ul,dl,blockquote,form,pre {margin-top: 0;}
img {border: 0;}
a, a:hover {color: #fff; text-decoration: underline;}
a.tdn, a.tdn:hover {text-decoration: none;}
a.hu {text-decoration: none;}
a.hu:hover {text-decoration: underline;}
table {
	font-size: 100%;
	border-collapse: collapse;
	margin: 0;
}
td {padding: 0;}


del {
	text-decoration: line-through;
}


br {line-height: 1em;}

.autoW {width: auto;}
.maxwh {
	width: 100%;
	height: 100%;
}
.maxw {width: 100%;}
.maxh {height: 100%;}
.minh {height: 1px;}
.hidden {display: none;}
.ofh {overflow: hidden;}
.abs {position: absolute;}
.rel {position: relative;}
.left {float: left;}
.right {float: right;}
.vat {vertical-align: top;}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
.nob {border:none;}
.nobr {white-space: nowrap;}
ul.noul {list-style: none; margin: 0;padding: 0}
br.clear, span.clear {
	display: block;
	height: 1px;
	clear: both;
	overflow: hidden;
}


td > *:-moz-first-node {margin-top:0;}
td > *:-moz-last-node {margin-bottom:0;}


/* debug */
table.test1, table.test1 td {border: dotted 3px green;}
table.test1 table, table.test1 table td {border: 0;}
table.test2, table.test2 td {border: solid 1px #f0f;}
table.test2 table, table.test2 table td {border: 0;}
table.test3, table.test3 td {border: dotted 2px red;}
table.test3 table, table.test3 table td {border: 0;}
div.test1 {background: red !important;}
div.test2 {background: yellow !important;}
div.test3 {background: green !important;}

/*	LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 980px;
}


#header {
	background: url(/img/beckie-header.gif);
	height: 105px;
	*overflow:hidden;
}

#header-inner {
	margin: 0 auto;
	height: 102px;
	width: 980px;
}

#header-inner img {
	margin-left: 325px;
}

#menubar {
	background: #fff url(/img/beckie-menu.png) bottom left repeat-x;
	height: 50px;	
}




#container {
	width: 100%;
	
	float: left;
	margin-right: -325px;
}
#content {
	margin-right: 325px;
}

#rightbar {
	color: #fff;
	float: left;
	margin-bottom: 20px;
	margin-left: 23px;
	margin-top: 20px;
	padding: 10px 0 0 0;
	width: 207px;
}


#sidebar {
	color: #fff;
	float: left;
	padding: 10px 25px 10px 0;
	width: 264px;
}

#sidebar .title {
	font-size: 1.5em;
	font-weight: normal;
}

#sidebar .about {
	color: #ffdada;
	font-size: 1.2em;
	margin-top: 10px;
}

ul#social {
	height: 45px;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-top: 5px;
}

div#social-titles {
	background: url(/img/social-v3.png) -5px -70px no-repeat;
	height: 41px;
	margin-bottom: 17px;
}

ul#social li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#social a {
	background:  url(/img/social-v3.png) -61px -14px no-repeat;
	display: block;
	float: left;
	height: 45px;
	text-indent: -10000px;
	width: 63px;
}

ul#social li.delicios a {
	width: 55px;
}

ul#social a:hover {
	background-position: -61px -74px;
}

ul#social li.bloglines a {
	background-position: 2px -14px;
	margin-left: 4px;	
}

ul#social li.bloglines a:hover {
	background-position: 2px -74px;
}

ul#social li.facebook a {
	background-position: -182px -14px;
	margin-left: 10px;
	_margin-left: 5px;
}

ul#social li.facebook a:hover {
	background-position: -182px -74px;
}

ul#social li.linkedin a {
	background-position: -115px -14px;
	width: 54px;

}

ul#social li.linkedin a:hover {
	background-position: -115px -74px;
}

div#downloads {
	border: 1px solid #fff;
	color: #363636;
	margin-bottom: 14px;
	padding: 15px;
}

div#downloads strong {
	font-size: 1.3em;
	font-weight: normal;
}

div#downloads ul {

}

div#downloads a {	
	background: url(/img/icon-pdf2.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 1.2em;
	min-height: 30px;
	*height: auto;
	_height: 30px;
	margin-bottom: 5px;
	padding-left: 30px;
	vertical-align: middle;
}

div#downloads a:hover {
	text-decoration: none;
}

div#downloads a.doc {	
	background: url(/img/icon-doc.png) no-repeat;

}


div#partners {
	background: #525252;
	color: #434343;
	margin-bottom: 10px;
	_margin-bottom: -10px;
	padding: 0 0 0;
	text-align: center;
}

div#partners strong {
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;

	padding: 10px 10px 0;
}

div#partners ul {
_margin-top: 0px;
	margin: 5px 0 0px;
}

div#partners ul li {
	display: block;
	float: left;
	_margin-bottom: 0px;
	margin-bottom: 15px;
	text-align: center;
	width: 260px;
}

div#rightbar div#partners ul li {
	width: 207px;
} 

div#partners ul li a {
	color: #b70023;
}

div#partners ul li.column {	
	width: 130px;
}

div#rightbar div#partners ul li.column {	
	width: 100px;
}

div#partners ul li.textlink {
	background: url(/img/li-circle.png) no-repeat 0 2px;
	margin-left: 20px;
	_margin-left: 10px;
	padding-left: 20px;
	text-align: left;
	width: 220px;
}

div#partners ul li.textlink a {
	color: #434343;
	font-size: 1.2em;
	text-decoration: none;
}

/* for press */
table#forpress {
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
}

table#forpress td, table#forpress th {
	border-collapse: collapse;
	font-weight: normal;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
}

table#forpress th {
	width: 200px;
}

table#forpress thead th {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table#forpress textarea {
	font-size: 9px;
	height: 50px;
}



div.readmore {
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
}
div.readmore .clear {
	line-height: 1px;
	margin-top: -3px;
	overflow: hidden;
}

div.readmore a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	float: left;
	height: 14px;
	outline: none;
	padding-right: 5px;
	text-indent: -10000px;
	width: 73px;
}

div.readmore .line {
	height: 3px;
	border-right: 1px solid #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 1px;
}

#sidebar div.readmore .line {
	_right: 24px;
}


#footer {
	background: #525252;
}

#footer .menu {
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
}

#footer .menu a {
	color: #5a5a5a;
	font-size: 1.1em;
	margin: 0 10px;
}

#footer #icons {
	right: 60px;
	position: absolute;
	top: 50px;
}

#footer #icons a {
	margin-left: 80px;
}

#copyright {
	background: #3f3f3f url(/img/ppv.png) no-repeat top center;
	height: 90px;
}

#copyright-inner {
	margin: 0 auto;
	padding-top: 30px;
	width: 980px;
}

#lion {
	background: url(/img/lion2.jpg) no-repeat;
	height: 246px;
	position: absolute;
	right: 0;
	top: -206px;
	width: 179px;
}

a#uplab {	
	background: url(/img/wedidit.png) no-repeat top left;
	display: block;
	height: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: -10000px;
	width: 125px;
}

a#design {	
	background: url(/img/wedidit.png) no-repeat bottom left;
	display: block;
	height: 10px;
	text-indent: -10000px;
	width: 150px;
}

a#ppv {
	display: block;
	height: 80px;
	left: 470px;
	text-indent: -10000px;
	position: absolute;
	margin: 0 auto;
	top: -25px;
	width: 100px;
}


h1, .bigtitle {
	color: #fff;
	font-size: 1.5em;
	font-weight:  normal;
	line-height: 1em;
	margin-top: 0;
	padding-bottom: 0
}

h1 a {
	color: #fff;
	font-size: 1em;
	font-weight:  normal;
	line-height: 1em;
	margin-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}


h2 {
	color: #cc9933;
	font-family: Georgia;
	font-size: 1.6em;
	font-weight:  normal;
	line-height: 1em;
	margin-top: 0;
	padding-bottom: 0
}
 

a.biglink {
	color: #1da7ff;
	font-size: 1.4em;
	font-weight:  normal;
	margin-bottom: 0.4em;
	margin-top: 0;
}



.last {
	margin-bottom: 0;
}
.clear {
	height: 0;
	clear: both;
}



/*	HEADER */
#langs {
	float: left;
	height: 24px;
	line-height: 28px;
	position: absolute;
	right: 40px;
	vertical-align: middle;
	top: 151px;
	width: 140px;
	z-index: 90;
}

#langs a {
	display: block;
	float: left;
	height: 24px;
	margin: 0 1px;
	text-indent: -10000px;
	overflow: hidden;
	width: 31px;	
	
}

#langs span {
	background: url(/img/langs.png) no-repeat;
	display: block;
}

#langs a.en:hover span, #langs a.en-active span {
	background-position: 0 -24px;
}

#langs a.ua span {
	background-position: -31px 0;
}

#langs a.ua:hover span, #langs a.ua-active span {
	background-position: -31px -24px;
}

#langs a.ru span {
	background-position: -62px 0;
}

#langs a.ru:hover span, #langs a.ru-active span {
	background-position: -62px -24px;
}

#langs a.pl span {
	background-position: -93px 0;
}


#langs a.pl:hover span, #langs a.pl-active span {
	background-position: -93px -24px;
}

.loading {
	display: none;
}


#logo {
	background: url(/img/logo-2010.png) no-repeat;
	display: block;
	height: 79px;
	position: absolute;
	left: 0px;
	top: 15px;
	width: 326px;
}

#main-menu {
	float: left;
	padding-top: 60px;
	overflow: hidden;
	width: 270px;
}

#main-menu li {
	margin-bottom: -15px;
	margin-top: -60px;
}

#main-menu a {
	color: #ffff66;
	display: block;
	font-size: 1.4em;
	height: 80px;
	padding-top: 26px;
	outline: none;
	padding-left: 60px;
}

#main-menu a.active {
	background: url(/img/menu.png) no-repeat;
	color: #540000;
	font-family: Georgia;
	font-weight: bold;
	
	padding-top: 26px;
	text-decoration: none;
	width: 344px;
}

#main-menu a:hover {
	text-decoration: none;
}


/* MAIN PAGE */
#main {
	height: 281px;
}

.audioplayer_container {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#flags {
	color: #757575;
	float: left;
	font-size: 1.2em;
	height: 24px;
	line-height: 28px;
	left: 400px;
	position: absolute;
	vertical-align: middle;
	top: 755px;
	width: 200px;
	z-index: 99;
}

#flags a {
	display: block;
	float: left;
	height: 20px;
	margin: 0 8px;
	text-indent: -10000px;
	overflow: hidden;
	width: 33px;	
	
}

#flags span {
	background: url(/img/flags.png) no-repeat;
	display: block;
}

#flags a.ru span {
	margin-left: -33px;
}

#flags a.en span {
	margin-left: -66px;
}

#flags a.de span {
	margin-left: -99px;
}



#main  #about {
	color: #fff;
	float: left;
	font-size: 1.3em;
	line-height: 1.55em;
	padding: 20px;
	width: 550px;
}

#main #about a {
	color: #21a5c9;
}

#main a#signupbig {
	color: #fff000;
	font-size: 2.1em;
	position: absolute;
	top: 180px;
	left: 390px;
}

#middlebar {
	background: url(/img/middle.jpg) no-repeat;
	height: 122px;
	padding: 0 0 0 24px;
}

#middlebar ul {
	padding-top: 23px;
}

#middlebar li {
	float: left;
}

#middlebar li a {
	background: url(/img/categories.jpg) no-repeat;
	display: block;
	height: 72px;
	margin-right: 17px;
	overflow: hidden;
	text-indent: -10000px;
	width: 105px;
}

#middlebar li a#categoryicon-1 {
}

#middlebar li a span {
	background: url(/img/titles.png) no-repeat;
	display: block;
	height: 17px;
	margin-top: 40px;
	overflow: hidden;
	width: 105px;
}

#middlebar li a#categoryicon-1:hover span {
	background-position: 0 -17px;
}


#middlebar li a#categoryicon-2, #middlebar li a#categoryicon-2 span {
	background-position: -105px 0;
}

#middlebar li a#categoryicon-2:hover span {
	background-position: -105px -17px;
}

#middlebar li a#categoryicon-3, #middlebar li a#categoryicon-3 span {
	background-position: -210px 0;
}

#middlebar li a#categoryicon-3:hover span {
	background-position: -210px -17px;
}


#middlebar li a#categoryicon-4, #middlebar li a#categoryicon-4  span {
	background-position: -315px 0;
}

#middlebar li a#categoryicon-4:hover span {
	background-position: -315px -17px;
}

#middlebar li a#categoryicon-5, #middlebar li a#categoryicon-5 span {
	background-position: -420px 0;
}

#middlebar li a#categoryicon-5:hover span {
	background-position: -420px -17px;
}

#middlebar li a#categoryicon-6, #middlebar li a#categoryicon-6 span  {
	background-position: -525px 0;
}

#middlebar li a#categoryicon-6:hover span {
	background-position: -525px -17px;
}

#middlebar li a#categoryicon-7, #middlebar li a#categoryicon-7 span {
	background-position: -630px 0;
}

#middlebar li a#categoryicon-7:hover span {
	background-position: -630px -17px;
}


#middlebar li a#categoryicon-8, #middlebar li a#categoryicon-8 span {
	background-position: -735px 0;
}

#middlebar li a#categoryicon-8:hover span {
	background-position: -735px -17px;
}




/*	MENU */
#topmenu {
	padding: 2px 0;
}

#topmenu ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#topmenu li {
	float: left;
	margin: 0;
	padding-left: 20px;
}

#topmenu a {
	color: #fff;
	padding: 0 3px;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu a.active {
	background: #fff;
	color: #000;
	padding: 0 3px;
}


a.goto {
	color: #ec1c24;
	float: right;
}



div.pager {
	margin-top: 10px;
	vertical-align: middle;
}

div.pager span {
	background: #fff;
 	color: #b70023;
	line-height: 1.6em;
	margin: 0; padding: 0 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;}
 
div.pager a {
 	color: #fff;
	line-height: 1.4em;
	margin: 0; padding: 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.pager a:hover {
	text-decoration: underline;
}

a.arrow-prev,a.arrow-next {
	background: url(/img/arrows-pager.gif) 0 3px no-repeat;
	padding: 0 7px;
}

a.arrow-prev span,a.arrow-next span {
	display: none;
} 

a.arrow-prev {
	background-position: -14px 3px;
}

/* FOOTER */
#footer strong {
	font-size: 0.9em;
	font-weight: normal;
	float: right;
	padding-top: 5px;
}



#footer-menu {
	height: 190px;
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
}

#footer-menu ul.main {
	float: left;
	margin-right: 25px;
}

#footer-menu ul.main ul {
	float: none;
	margin-bottom: 5px;
}

#footer-menu ul ul {
	margin-left: 20px;
}

.body-ru #footer-menu ul ul {
	margin-left: 15px;
}

.body-ru #footer-menu ul.main {
	float: left;
	margin-right: 22px;
}

#footer-menu li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer-menu a {
	color: #b6b6b6;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#footer-menu li li a {
	font-weight: normal;
}

#footer-menu a.active {
	font-weight: bold
}




#vda {
	position: absolute;
	right: 0;
}

#vda a {
	background: url(/img/arrow-right.png) right 4px  no-repeat;
	color: #4c4c4c;
	padding-right: 15px;
}




/*************************************************************** FEEDBACK STYLES */
table#feedback {
	font-size: 1.2em;
}


 .feedbackMessageErr {
	color: #CC0000;
}

div#contactmessage {
	width: 300px;
}

.feedbackform {
	margin: 0;
	padding:0;
}

table#feedback {
	margin-top: 0px;
	*margin-top: 0px;
}


table#feedback input {
	border: 1px solid #8c8c8c;
	margin-bottom: 3px;
	*margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 10px;
	width: 200px;
}

table#feedback input.securecode {
	border: 1px solid #8c8c8c;
	margin-left: 3px;
	margin-top: 3px;
	width: 35px;
}
table#feedback input.submit {	

	/*border: 1px solid #333;
	color: #fff;
	font-size: 1em;
	height: 30px;
	margin-right: 10px;
	*margin-top: 3px;
	width: 100px;*/
}

table#feedback  img {
	display: inline;
	padding-bottom: 4px;
	vertical-align: middle;
}

html:first-child table#feedback  img {
	padding-bottom: 7px;
}



table#feedback textarea {
	border: 1px solid #8c8c8c;
	margin-bottom: 3px;
	height: 120px;
	overflow: hidden;
	width: 520px;
	*width: 523px;
}

table#feedback th {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 50px;
}



/*************************************************************** ERROR STYLES */
.error {
	background: #fff;
	color: #FF0000;
	padding: 2px 5px;
}

.error_msg {
	color: #FF0000;
	display: none;
}

.error_msg_vis {
	color: #FF0000
}

b.important {
	color: #fff; 
	font-size: 1em;
}

/*************************************************************** GALLERY STYLES */
div#gallery {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}

table#gallery {
	width: 100%;
}

table#gallery td {
	padding-bottom: 10px;
	text-align: center;
	width: 33%;
}

/*************************************************************** LOGIN POPUP STYLES */
#login-popup {
	display: none;
}

#TB_window .title {text-align: left;}
#TB_window .logininput {width: 100%;}

/*************************************************************** NEWS/BLOG STYLES */
.newsdate {
	color: #fff;
	float: right;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	margin-left: 10px;
}

#news .author {
	color: #fff;
	float: right;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	margin-top: -3px;
}

#news h1 {
	margin-bottom: 6px;
}

#news .readmore {
	margin-bottom: 25px;
}

/*************************************************************** PAGE STYLES */
.article {
	color: #ffc7c7;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: justify;
}

#page ul li {
	margin: 1em 0; 
}

#page  ol {
	list-style-type: decimal !important;
}

#page {
	float: left;
	font-size: 1em;
	overflow: hidden;
	padding: 14px 0 30px;
	width: 450px;
}

#page h1 {
	padding-bottom: 10px;
}

#pagenavi {
	font-size: 1.2em;
	text-align: center;
}

/*************************************************************** BANNER STYLES */
.whatever {
	margin: 0px 0 10px 0;
	text-align: center;
}