@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Tahoma, sans-serif;
	width: 100%;
	height: 100%;
	background: #000;
}
a{
	text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	background: none;
}
.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clear {*min-height: 1px;}

#top{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(49,49,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(49,49,49,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=0 );
}

/*-------------------------------- Header ---------------------------------------------*/
.header {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(49,49,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(49,49,49,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(49,49,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=0 );
}
.header a.logo{
	float: left;
}
.nav{
	height: 20px;
	line-height: 34px;
	display: inline-block;
	margin: 0 110px;
	padding-top: 10px;
}
.nav li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
	background: url(//content2.erosberry.com/images/erosberry.com/menu_delim.png) no-repeat right 13px;
}
.nav li:last-child{
	background: none;
}
.nav li a{
	font: bold 12px Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.nav li a:hover{
	color: #E5E9CE;
}
.link_categor{
	float: right;
}
.link_categor a{
	font: bold 12px Tahoma, sans-serif;
	color: #c560c6;
	text-decoration: underline;
	text-transform: uppercase;	
}
.link_categor a:hover,.banner a:hover{
	color: #fff;
}
/*------------------------------- Middle ----------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 150px;
	position: relative;
	text-align: center;
}
.photo {
	text-align: center;
	padding-top: 15px;
	display: inline-block;
}
.photo a{
	display: block;
}
.middle_nav{
	margin: 0 auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.middle_nav .nav{
	float: none;
	display: inline-block;
}
.banner{
	max-width: 740px;
	margin: 35px auto 0;
	text-align: center;
}
.banner iframe{
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.banner span{
	font: bold 18px Tahoma,sans-serif;
	color: #fff;
	padding-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.banner h3{
	font: 36px Tahoma,sans-serif;
	color: #c560c6;
	padding-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
}
.banner h3 a{
	color: #c560c6;
}
.banner h3:hover{
	color: #fff;
}
/*------------------------------------ Footer -----------------------------------------*/
.footer {
	max-width: 1000px;
	margin: -150px auto 0;
	height: 150px;
	position: relative;
}
@media all and (max-width: 940px) {/* Begin resolution 9400px*/

	.nav{
		margin: 0;
	}

}/* End resolution 940px*/
@media all and (max-width: 800px) {/* Begin resolution 800px*/

	.nav li{
		padding: 0 7px;
	}

}/* End resolution 800px*/
@media all and (max-width: 700px) {/* Begin resolution 800px*/

	.header{
		height: auto;
	}
	.logo{
		display: inline-block;
		float: none !important;
		clear: both;
	}
	.nav{
		display: block;
		margin: 0 auto;
		height: auto;
	}
	.link_categor{
		float: none;
		display: block;
		text-align: center;
		max-width: 200px;
		margin: 0 auto;
	}
}/* End resolution 700px*/
