@import "reset.css";
@import "base.css";
html{
	font-size:100.01%;
	}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body{
	color:#f0a0a0;
	font-size:14px;
	font-family:Trebuchet MS;
	background:#5d0000;
	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	position: relative;
	}

a{color: #f0a0a0;}

a:hover{text-decoration: none;}
#bone{
	min-width: 900px;
	max-width: 1200px;
	background:url(./i/backgrounds/bone.jpg) no-repeat;
}
.head{
	padding:74px 0 0 41px;
	position: relative;
}
.head .logo{margin:0;}
/*middle*/
.middle {
	padding:40px 115px 175px 225px;
	margin-left:25%;
	min-height: 280px;
}
.middle h1{margin:0 0 20px;}
.middle h3{
	color: #c40000;
	font-weight: normal;
	font-size:18px;
}
.middle h3 a{
	color: #c40000;
	text-decoration: none;
}
.middle p{margin:0 0 16px;}
a.dotted{
	text-decoration: none;
	border-bottom:1px dotted #f0a0a0;
}
a.dotted:hover{border: none;}
/*arrow*/
.arrow{
	position: absolute;
	bottom:90px;
	_left:0;
	margin-left:-77%;
	padding-right:67px;
	height: 144px;
	z-index:11;
	width:90%;
	background:url(./i/backgrounds/arrow-r.png) no-repeat 100% 0;
	cursor:pointer;	
}
.arrow-content{
	position: relative;
	height: 122px;
	padding:11px 117px 11px 123px;
	line-height:1.2;
	background:url(./i/backgrounds/arrow-c.png) repeat-x;
}
.preview{
	position: absolute;
	top:5px;
	right:0;
}
.open{
	position: absolute;
	top:57px;
	right:-62px;
	z-index:14;
	outline:none;
}
.close{
	position: absolute;
	top:57px;
	right:-62px;
	z-index:14;
	outline:none;
}
.arrow h2{
	color: #ac1a16;
	margin:0;
}
.arrow p{
	width:54%;
	float: left;
}
.arrow p, .arrow p a{
	color: #858181;
	font-size:12px;
}
.arrow ul{
	margin:0;
	width:41%;
	float: right;
}
.arrow ul li{list-style: none;}
.arrow ul a{
	color: #ac1a16;
	font-size:16px;
}
/*inner*/
#inner{
	color: #646464;
	background:#f5f2f1;
}
#inner a{color: #ac1a16;}
#inner #bone{background: none;}
#inner .head{padding:22px 0 0 64px;}
#inner .middle{
	margin-left:0;
	padding:0;
	min-height:0;
	background:url(./i/backgrounds/shompanie-b.jpg) no-repeat 9% 0;
}
.middle-in{
	margin-left:25%;
	min-height: 345px;
	padding:20px 80px 80px 200px;
	position: relative;
}
.back{
	position: absolute;
	font-size:12px;
	top:92px;
	left:116px;
}
/*menu*/
.menu{
	font-size:12px;
	margin:0 0 114px;
}
.menu li{
	list-style: none;
	display: inline;
	padding-right:15px;
}
#inner .menu .active a{
	color: #646464;
	text-decoration: none;
}
.middle h2{
	color: #ac1a16;
	font-size:24px;
	font-weight: normal;
	margin:0 0 26px;
}
#inner .middle p a{
	color: #646464;	
}

/*footer*/
.footer {
  	height:70px;
  	position: absolute;
  	bottom: 0;
	overflow: hidden;
	width: 98%;
}
.footer p, .developers{margin:0;}
.footer img, .developers img{vertical-align: bottom;}
.copyright{padding:20px 0 0 85px;}
.developers{
	position: absolute;
	bottom:0px;
	right: 16px;
}
/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}