@import url('reset.css');

/* General Demo Style */
body{
	background: #222;
	color: #fff;
	font-family: 'Bitter', Arial, sans-serif;
	font-size: 12px;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
h1{
	font-size: 44px;
	position:relative;
	color: #FFFFFF;
	font-weight: 400;
	
	text-shadow: 0px 0px 7px #000;
    padding: 30px 0px 0px 0px;
	z-index:100;
    text-align: center;
}
h1 span{
	font-size: 20px;
    color: #21b0b8;
    text-align: centers;
    
}

h2{
	font-size: 38px;
	position:relative;
	color: #ff9999;
	font-weight: 400;
/*	background: #000;
*/
	text-shadow: 0px 0px 7px #000;
    padding: 0px 0px 0px 0px;
	z-index:101;
    text-align: center;
}
h2 span{
	font-size: 30px;
	
    color: #ff9999;
    text-align: right;
    text-shadow: 0px 0px 1px #fff;
}
h3{
	font-size: 30px;
	position:relative;
	color: #FFFFFF;
	font-weight: 400;
	
	text-shadow: 0px 0px 7px #000;
    padding: 0px 0px 0px 0px;
	z-index:100;
    text-align: center;
}
h3 span{
	font-size: 34px;
    color: #ff0033;
    text-align: center;
   
}

/* Header Style */
.header{
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height: 28px;
	font-size: 22px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 199;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
p.demos{
    position:relative;
    z-index: 1000;
    text-align:center;
}
p.demos a{
    padding: 0 4px;
}
p.demos a:hover{
    text-decoration: underline;
}
p.demos a.current-demo{
    font-weight: bold;
}

.com_text {
		position:relative;
		font-size:13px;
		padding:0px 0px 0px 0px;
		text-align: center;
		z-index: 100;
		font-family: "Trebuchet MS", Arial, sans-serif;
}

.more ul{

position: absolute; /* Абсолютное позиционирование */
    top: 2px; /* Положение от нижнего края */
  left: 28%;
	text-transform:uppercase;
	font-size:17px;
	padding: 0px 0px 10px 10px;
	height:40px;
	clear:both;
/*	font-family: 'PT Sans Narrow', Arial, sans-serif;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	width:870px;
	margin:0 auto;
	z-index: 200;
	text-align:right;
}
.more ul li{
/*ширина между меню*/
	float:left;
	margin:0px 10px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#21b0b8;
	color:#FFFFFF;
	text-shadow:none;
}
.more ul li a{
/*	text-shadow:1px 1px 1px #fff; */
	color:#fff;
	background:#000000;
	padding:3px 30px;
/*	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa; */
}
.more ul li a:hover{
	background:#009da4;
	color:#fff;
	text-shadow:none;
}
.reference{
            text-align:center;
                margin:0px auto;
                width:1022px;
                padding:0px;
                z-index: 130;
        }            
       .reference p a{
                font-family: "Trebuchet MS", Arial, sans-serif;
                color:#666;
                text-decoration:none;
                font-size:8px;
                z-index: 130;
        }
       .reference p a:hover{
                color:#333;
                z-index: 130;
                }