/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */



body {
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	color:#fff;
	font-family:'Trebuchet MS', Verdana, Tahoma, Arial, sans-serf;
	font-size:14px;
	line-height:16px;
	text-align:left;
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, a:active {
	color:#b071ce;
	text-decoration:none;
}

h2 {
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 10px;
	margin:0;
	letter-spacing:-1px;
	font-family:Verdana, Tahoma, Arial, sans-serf;
}
h3 {
	color:#92010e;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	padding:0 0 20px;
	margin:0;
	letter-spacing:-1px;
}

div.clear {
	clear:both;
}


#container {
	width:808px;
	margin:0 auto;
}


#header {
	width:808px;
	height:153px;
	background:#f7f6f6 url(../images/header.gif) no-repeat top left;
}


#menu {
	height:50px;
	
	background:transparent url(../images/menu-bg.png) repeat-x;
	white-space:nowrap;
	padding:0 0 0 20px;
	text-align: left;
}

#menu a {
	
	color:#fff;
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 16px;
	margin:0 5px;
	background:transparent url(../images/menu-bg.png) repeat-x;
	font-size:14px;
}


#languages {
	width:100px;
	line-height:16px;
	height:32px;
	text-align:left;
	float:right;
}

#menu #languages a {
	display:inline-block;
	font-size:14px;
	line-height:65px;
	padding:0 2px;
	margin:0;
}

#menu a:hover {
	background:#000 url(../images/menu-active-bg.png) repeat-x;
}

#content {
	background:transparent url(../images/content-bg.png);
	padding:30px;
}

.newstitle {
	color:#fff;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
}

.newsdate {
	color:#b071ce;
	font-size:18px;
}

.newsphoto {
	float:left;
	width:200px;
}

.newsitem {
	margin-bottom:30px;
	border-bottom:1px dotted #777;
}

.newstext {
	font-size:14px;
	margin:0 0 20px 220px;
}

.newsmore {
	width:167px;
	height:35px;
	margin:0 0 20px 220px;
	text-align:center;
	text-transform:uppercase;
	
}

.newsmore a {
	line-height:35px;
	display:block;
	background:transparent url(../images/more-bg.png) no-repeat 0 0;
}

.newsmore a:hover {
	background:transparent url(../images/more-bg.png) no-repeat 0 -35px;
	color:#fff;
}

.flagtable {
	margin-right:10px;
}

.flagtable td {
	padding:1px 2px;
}


.country {
	text-align:right;
	color:#aaa;
}

.flag {
	width:28px;
	text-align:center;
}

.count {
	font-size:12px;
}


#footer {
	background:url(../images/menu-active-bg.png) repeat-x;
	height:50px;
}


#copyright {
	font-size:12px;
	line-height:50px;
	text-align:center;
	color:#fff;
}

ol {
	list-style-type:decimal;
	list-style-position:inside;
}

ol li {
	margin-bottom:5px;
}

.signupform label {
	display:block;
}

.star {
	color:#f00;
}

.alert {
	border:1px solid #ccc;
	background:#ffc;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.afisha {
	line-height:50px;
	font-size:16px;
}

.gallink {
	font-size:16px;
}

.galimg {
	border:2px solid #171e28;
}