html, body {
/*background:url('../images/bg_fall.jpg') top center;*/
/*background:url('../images/sport_26_zaglushka_winter.jpg') top center;*/
background:url('../images/bg1_spring.jpg') top center;
background-attachment:fixed;
background-size:cover;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family:Arial,Tahoma;
}

::-webkit-input-placeholder  { color:#f00; }
:-moz-placeholder { color:#f00; }
:-ms-input-placeholder { color:#f00; }

table{
-margin: 0px 0px 0px 0px;
-padding: 0px 0px 0px 0px;
}


.searchbox{
background:url('../images/menu_0_l.png');
height:42px;
width:673px;
border:none;
padding-left:8px;
padding-right:8px;
padding-top:0px;
margin:0px;
vertical-align:top;
-background-repeat:no-repeat;
opacity:0.65;
transition: all linear .3s;
-moz-transition: all linear .3s;
-webkit-transition: all linear .3s;
font-weight:bolder;
font-style:italic;
font-size:25px;
}

.searchbox:hover{
opacity:1.0;
}

.searchbt{
background:url('../images/menu_0_l.png');
height:43px;
width:158px;
border:none;
padding-top:1px;
padding-left:0px;
margin:0px;
vertical-align:top;
-background-repeat:no-repeat;
opacity:0.65;
cursor:Pointer;
}

.searchbt:hover{
opacity:1.0;
}

.searchdiv{
  height:95px;
  background:url('../images/top_search.png')top center no-repeat;
}

.footer{
background:url('../images/footer-bg.png') top center;
-height:120px;
-width:946px;
border:none;
background-repeat:no-repeat;
}

textarea:focus, input:focus{
outline: none;
}

.mainbox{
background:url('../images/menu_bg_line_content.png') top center;
background-attachment:fixed;
background-repeat:repeat-y;
}

.menuitem{
 opacity:0.95;
 transition: all linear .3s;
-moz-transition: all linear .3s;
-webkit-transition: all linear .3s;
}

.menuitem:hover{
 opacity:1.0;
}


.support{
	position: fixed;
  t1op:-50px;
  bottom: 2px;
  left: -325px;
	z-index: 9999;
	opacity:0.65;
transition: all linear .4s;
-moz-transition: all linear .4s;
-webkit-transition: all linear .4s;

}

.support:hover{
opacity:1.0;
}

.supportimg{
	z-index: 9999;
  cursor:Pointer;
 	-webkit-transform:  scale(0.95);
	-moz-transform:  scale(0.95);
	-ms-transform:  scale(0.95);
	transform:  scale(0.95);
transition: all linear .4s;
-moz-transition: all linear .4s;
-webkit-transition: all linear .4s;
}

.supportimg:hover{
	-webkit-transform:  scale(1.0);
	-moz-transform:  scale(1.0);
	-ms-transform:  scale(1.0);
	transform:  scale(1.0);
}


.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 99%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 99%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}