@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding-top: 0px;
}
/* ----- global default/initial styles ----- */
html, body {
	margin: auto 0;
	padding:0;
	font-family:Arial,Geneva CY,Sans-Serif;
}

a:link		{color: #0055CC;}
a:hover		{color:#CC0000;}


/* ----- add selectors here for font sizing ----- */
p, table, dl,ul,ol {
    
	
	font-size:100%;
	line-height:120%;
}

ul,ol {
  margin-left: 50px;
  padding-left: 0px;
	}
	
h1 {
	font-size:110%;
	font-weight:bold;
}
	
h2 {
	font-size:120%;
	font-weight:bold;
}

h3 {
	font-size:130%
}
h3 {
	color: #cfcfcf;
	font-weight: bold;
	text-transform: capitalize;
	margin-top:30px;
	padding-bottom:10px;
}
a img {
	border: none;
	text-decoration: none;
}
/* ----- base links ----- */
a:link {
	color: #CC6633;
}
a:visited {
	color: #CC6633;
}
a:hover {
	color: #999966;
}
a:active {
	color: #CC6633;
}
a:focus {
	color: #CC6633;
}
div.clear {
	clear: both;
}

#maincontainer {
 width:960px; /* Значение ширины должно соответствовать ширине твоей разметки */
 margin: 0 auto;
 min-height: 100%;
}

*html #maincontainer { height: 100%;}

#header {
	position:relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	border-bottom-width: 19px;
	border-bottom-style: solid;
	border-bottom-color: #f37b0d;
}
#header div {
	float: left;
}
#logo {
	position:absolute;
	top: 22px;
	padding-right: 20px;
	z-index:1 ;
}
#logo a {
	outline: none;
}
#logo span {
	display: none
}
#content {
	margin: 0px auto;
	width: 100%;
	overflow:hidden;
	width:100%;
	background:#fff;
	padding-top:10px;

}
#footer {
	background: url(/static/img/footertl.png) no-repeat top left;
	margin: -60px auto 0 auto;
	width: 960px;
	height: 60px;
}

#footerspace {
	clear: both;
	height: 70px;
}


.footertop {
	background: url(/static/img/footertr.png) no-repeat top right;
}
.footercontent {
	background: url(/static/img/footerr.png) top right repeat-y;	
	font-size:80%;
	line-height:120%;
}

.footertop div,.footertop {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.footercontent, .footerbottom {
}
.footercontent { padding: 0 10px; }

/*insets*/
#headertab {
	color:#FFFFFF;
	position: absolute;
	top:38px;
	width: 100%;
	height: 45px;
	text-align: center;
	left: 330px;
}
/* Navigation: Party brand links, Language options */
div#navigationbox {
	height:60px;
	position:absolute;
	top: 40px;
	left:255px;
}
#navigationbox ul {
	margin:0;
	/*padding-right:34px;*/
	height:45px;
}
#navigationbox ul li {
	list-style:none;
	float:left;
	width: 115px;	

	
}
#navigationbox .last a{
	background:url(/static/img/tab.gif) no-repeat right 14px;
}


#navigationbox .first a{
	background:url(/static/img/tab.gif) no-repeat left 14px;
}
#navigationbox ul li a {
	background:url(/static/img/tab.gif) no-repeat center 14px;
	
	text-decoration:none;
	height:45px;
	display:block;
	text-align:center;
	font-size:80%; line-height:130%; text-indent:0em;
	color:#fff;
	
}

#navigationbox ul li a h2{
	padding: 20px 0px 0px 0px;
	font-size:90%; line-height:130%; text-indent:0em;
}

#navigationbox ul li a p{

	font-size:80%; line-height:100%; text-indent:0em;
}

#navigationbox .HiLighted a {
	background:url(/static/img/tabactive.gif) no-repeat;
	width: 115px;
	}

#navigationbox .HiLighted a h2 {
		padding: 6px 0px 4px 0px;
	}

#navigationbox .separator {
	background:url(/static/img/sep.gif) no-repeat center;
	width:3px;
	height:45px;
	float:left;
}

/*insets end*/


.text p { 
	font-size:80%; 
	line-height:130%; 
	text-indent:0;
	margin-bottom: 7px;
}

.text h2 {
	font-size: 90%;
	color: #CC6633;
	padding-bottom: 5px;
}

#center {
	float: left;
	width: 536px;
	margin-left: 3px ;
	margin-right: 3px;
}
/*insets end*/
#left {
	float: left;
	width: 225px;
	position:relative;
}
#left .img1{ padding-top:10px;}
	
#left .img2{ padding-top:100px;}
#right {
	float: left;
	width: 193px;
}

.reducer ul {
	line-height: 100%;
}


.footercontent ul {
	list-style:none;
	margin: 0 auto;
}

.footercontent li {
	display: block;
	float: left;
	margin: 0 10px;
}

#topmenu { 
	z-index: 10;
	position:relative;
}

#topmenu img {
	vertical-align: middle;
}

#topmenu a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma,Helvetica,sans-serif;
	margin: 0 13px 0 3px;
}
