* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;  
}
body {
	font: 12px/18px Arial, sans-serif;
  background:url(../images/bg.jpg) 0 0 repeat; 
	color: #030303;
}
.wrapper {
	min-width: 970px;
	max-width: 970px;
	margin: 0 auto;
}
a {
	color: #4D3A3E;
}
a:hover {
	text-decoration: none;
}


/* Header
-----------------------------------------------------------------------------*/
.page-header {
	height: 173px;
	background: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	margin: 0 260px 0 260px;
}
.content-alt {
  margin: 0 0 0 260px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
  background: transparent;  
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 240px;
	margin-left: -240px;
	position: relative;
	background: transparent;	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 56px;
	background: transparent;
	text-align: center;
}
.copyright {
	padding-top: 24px;
	color: #4E3D36;
}
.logo {
	position: absolute;
	/*width: 240px;*/
	height: 173px;
  background:url(../images/bg-header.png) 0 0 no-repeat;
}
.logo figure {
	padding: 50px 0 0 0;
}

.contacts {
	text-align: center;
  width: 240px;
  height: 173px;
	position: relative;
	top: -178px;
	left: 730px;
  background:url(../images/bg-header.png) 0 0 no-repeat;	
}
.contacts a {
	color: #fff;
}
.contacts a:hover {
	text-decoration: none;
}
.phones {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 240px;
	padding: 50px 0 0 0;
	line-height: 26px;
	margin-right: 6px;
}
.phones span {
	font-size: 22px;
	margin-left: 6px;
}

.banner {
	margin: 15px 0 0 0;
}
