html {
    margin:0;
    padding:0;
    border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside,  figure, header,
hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    text-align: left;
    direction: ltr;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
}

* {
    background-repeat: no-repeat;
    background-position: top left;
}
#opdrop{position:fixed; top:0px; left:250px; background:#777;  width:200px; border-radius: 0 0 10px 10px;  text-align:center; height:40px;}
#opdrop a{display:inline;}

#flag.ru {
    background-image:url(../img/Russia.png);
    position:relative;
    margin-left:5px;
    width:16px;
    height:16px;
    float:left;
}
#flag.br {
    background-image:url(../img/Britain.png);
    position:relative;
    margin-left:5px;
    width:16px;
    height:16px;
    float:left;
}
#guys
{

    top:-65px;
    float:right;
    position:relative;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 13px;
    font-weight: bold;
}
#logoo
{
	 top:-65px;
    float:left;
    position:relative;
}

a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

br {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

*.clear {
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}
table {
    border-collapse: collapse;
    margin: 0;
    line-height: 27px;
    empty-cells: show;
	margin-top:0;
	position:absolute; 
	width:500px; 
	padding:2px; 
	border:none;"
}
table td{
    text-align:left;
}



/* --- BODY --- */
body {
    background-image: url(../img/winter.jpg);
    background-position: center top;
    background-color: #64450E;
    min-width: 990px;
    height: 100%;
}





/* --- Content --- */
div#content {
    clear: both;
    margin: 0 auto;
    width: 800px;
    min-height: 500px;
    position: relative;
}




div#content div#contentContent {
    position: relative;
    width: 754px;
    min-height: 490px;
    background-image: url(../img/contentContent.png);
    background-repeat: repeat-y;
    padding: 0px 23px 15px;
    border-radius:10px;
}













/* --- GENERAL --- */
div.home div.wrapperLeft {
	width: 358px;
	float: left;
}

div.home div.wrapperRight {
	width: 358px;
	float: right;
}

div.home div.separatorSmall {
	width: 350px;
	position: relative;
	height: 44px;
	padding-top: 16px;
	margin-bottom: -10px;
}

div.home div.separatorLeft {
	background-image: url(../img/separatorLeft.png);
	margin-left: -50px;
	padding-left: 55px;
}

div.home div.separatorRight {
	background-image: url(../img/separatorRight.png);
	margin-right: -50px;
	text-align: right;
	padding-right: 55px;
}

/* --- INFOBOX --- */
div.home h2 {
	text-align: center;
	padding-top: 10px;
}

div.home div#infoBox {
	width: 407px; /* 757px */
	height: 143px; /* 150px */
	text-align: right;
	background-image: url(../img/infoBackground.png);
	padding: 17px 30px 0 320px;
	line-height: 19px;
	margin-bottom: 5px;
}



/* --- NEWSBOX --- */
div.home div#newsBoxWrapper {
	width: 358px;
	height: 174px;
	overflow: hidden;
	background-image: url(../img/newsBox.png);
    border-radius:30px;
	float: left;
    border: 1px solid #fff;
}
div.home div#newsBoxWrapper2 {
    width: 799px;
    height: 300px;
    overflow: hidden;
    background-color:#FFF;
    background:rgba(255,255,255,0.5);
    border-radius:30px;
    float: left;
    border: 1px solid #fff;
}
div.home div#newsBox {
	width: 338px;
	height: 260px;
	margin: -5px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.home div#newsBox2 {
    opacity: 1;
    width: 799px;
    height: 260px;


}

a.buton{
    background:#2981E4;
    padding:5px 10px;
    text-decoration:none;
    color:#fff;
    font:bold 20px Arial, Helvetica, sans-serif;
    border-radius: 7px;
    box-shadow: 0 1px 2px #000;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

a.buton:hover{
    background-color:#006699;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

a.forumbutton {
    background: gray; 
    color: white;
    text-decoration: none;
    font: bold 20px Arial; 
    position: relative;
		top: 0; 
    bottom: -12px; 
		margin-bottom: 12px;
    -moz-box-shadow: 0 -15px 5px gray inset;
    -webkit-box-shadow: 0 -15px 5px gray inset;
    box-shadow: 0 -15px 5px gray inset;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.forumbutton, a.forumbutton:after {
    display: inline-block;
    padding: 10px 15px; 
    -moz-border-radius: 8px/15px;
    -webkit-border-radius: 8px/15px;
    border-radius: 8px/15px;
    outline: none;
}

a.forumbutton:after { 
    content: "";
    position: absolute;
    padding: 0;
    z-index: -1;
    bottom: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    background: #74605f; 
    -moz-box-shadow: 1px 0 3px gray;
    -webkit-box-shadow: 1px 0 3px gray;
    box-shadow: 1px 0 3px gray;
}

a.forumbutton:hover {
    -moz-box-shadow: 0 25px 5px rgba(95, 95, 95, 0.7) inset;
    -webkit-box-shadow: 0 25px 5px rgba(95, 95, 95, 0.7) inset;
    box-shadow: 0 25px 5px rgba(95, 95, 95, 0.7) inset;
    background: #7C6A6A; 
}

a.forumbutton:active {
    top: 12px; 
    bottom: 0;
    -moz-box-shadow: 0 -20px 5px gray inset, 1px 1px 2px #eee;
    -webkit-box-shadow: 0 -20px 5px gray inset, 1px 1px 2px #eee;
    box-shadow: 0 -20px 5px gray inset, 1px 1px 2px #eee;
}
