@import url('reset.css');

/* Общие стили демонстрации */
body{
	background:#d2e0e8 url(../images/bg.jpg) repeat top left;
	color:#000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	   width:100%; max-width:1200px; margin:0 auto; display:block; clear:both;  
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	color:#333;
	font-size: 24px !important;
	display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    white-space: normal;
    line-height: normal;
    font-variant: normal;
    font-style: normal;
    text-align: center;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 span{

	color:#AC2911;

}
.more{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#444;
    text-align: center;
    padding:5px 20px 0px 20px;
        position: relative;
    	z-index:998;
}
.more p{
	display:block;
	margin:10px;
}
.more-info{
	font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
}
.more a{
background: #D24938 url(../images/bg-button.gif) repeat-x !important;
border: solid 1px #F7606E !important;
color: white !important;
padding: 6px 6px;
font-weight: medium;
font-size: 13px !important;
}
.more a.current{
background: #AC2911 url(../images/bg-button.gif) repeat-x !important;
border: solid 1px #F7606E !important;
color: white !important;
padding: 6px 6px;
font-weight: medium;
font-size: 12px !important;;
	

}
.more a.current:hover{
	color:#fff;
	background:#000;
	font-size: 13px !important;
	background: #D24938 !important;;
}
.more a:hover{
	background-color:#3b7ca1;
	color:#fff;
}
/* Заголовок */
.header{
	line-height:24px;
	font-size:18px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:995;
	position:relative;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
 	opacity:0.9;
	   text-align: center;
	padding:15px 5px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	
}
.header a:hover{
	color:#fff;
	 	opacity:0.9;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}
