@charset "utf-8";
/* CSS Document */

body { 
	background: #40110d url(../images/flock-bg.gif) repeat top left;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

h1.logo {
	width: 320px;
	height: 173px;
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
	margin: 0 15px 0 0;
}

h1.logo a {
	display: block;
	width: 320px;
	height: 173px;
	text-decoration: none;
	text-indent: -9999em;
}

p.intro { font-size: 16px; }
.likeBtn {float:right;  padding: 50px 0 50px 0;}
.menu {
	width: 290px;
	min-height: 378px;
	padding: 15px;
	float:right;
	clear: both;
	margin: 10px 0 0 15px;
	background: #220705 url(../images/menu-bg.gif) no-repeat center top;
	overflow: auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.menu h2 {
	text-align: center;
	margin: 0 0 15px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 10px;
	height: 320px;
	overflow: auto;
}


.menu .fullMenu li {
	padding: 0 0 0 30px;
	background: transparent url(../images/menu-bullet.gif) no-repeat left 5px;
	margin: 10px 0;
	font-size: 12px;
}

.menu ul.comingsoon {
	padding: 70px 0 0 0;
	background: transparent url(../images/menu-curl.gif) no-repeat center top;
}

.menu .comingsoon li {
	text-align: center;
	padding-bottom: 70px;
	background: transparent url(../images/menu-curl.gif) no-repeat center bottom;
	font-size: 18px;
}

.animation {
	width: 624px;
	height: 408px;
	overflow: hidden;
	clear: left;
	margin: 10px 0 0 0;
}
.offer 
{
    background-image:url(../images/soffers.gif) no-repeat;
   
	background: #1b0503;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 25px 0;
	margin: 10px 0 0;
	
	width: 960px;
	overflow: auto;
}
.offer IMG {float:left; margin-left:15px;}
.offer p { margin-top:15px;
           
           text-align:center;}

.footer {
	background: #1b0503;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 25px 0;
	margin: 10px 0 0;
	width: 960px;
	overflow: auto;
}

.footer ul {
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
	color: #f2d5bb;
}

.footer li {
	width: 319px;
	float:left;
	margin-right: 1px solid #080100;
}

.footer li h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.8em;
}

.footer li a { color: #f2d5bb; }
.footer li a:hover { color: #bf7e04; }

	.subfooter { margin: 0 0 20px; }
	.subfooter img { margin: 0; }
	.subfooter ul { list-style: none; margin: 40px auto; width: 1000px; }
	.subfooter li { list-style: none; margin: 0 40px 0 0; float: left; }
	.subfooter li.last { margin: 0; }
	.designTag { clear: both; margin-top: 40px; text-align: center; font-size: 11px; }
	.designTag a { color: #eed1b7; text-decoration: none; }
	.designTag a:hover { text-decoration: underline; }
	.likeBtn { float: none; padding: 0; margin-top: 52px;}
