html {
	background: #380909 url(img/html_bg.jpg) repeat-x top;
	}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px red solid;
	}
img {
	border: 0;
	}
hr {
	display: none;
	}
a {		
	text-decoration: none;
	}
a i {
	visibility: hidden;
	}
/*-----------------------------------------*/
#header {
	padding-left: 250px;
	height: 350px;
	background: url(img/header_bg.jpg) no-repeat left top;
	}
#top {
	margin: auto;
	padding-top: 30px;
	width: 710px;
	height: 40px;
	}
#top a {
	margin-right: 2em;
	font-size: medium;
	color: #fff;
	text-decoration: underline;
	}
#top a:hover {
	color: #fbfbfb;
	text-decoration: none;
	}
a#home {
	position: absolute;
	display: block;
	top: 70px;
	left: 50px;
	width: 250px;
	height: 100px;
	text-decoration: none;
	}
#main a#home {
	display: none;
	}
#top a#phone {
	dispaly: block;
	margin: 0;
	margin-top: -2px;
	width: 170px;
	height: 30px;
	background: url(img/phone.png) no-repeat;
	text-decoration: none;
	float: right;
	}

#header ul {
	padding: 0;
  	margin: 0;
  	list-style: none;
	}
#header #menu {
	margin: auto;
	paddig: 0;
	width: 750px;
	height: 250px;
	list-style: none;
	}
#header li {
	position: relative
	width: 125px;
	float: left;
	}
#header li ul {
  display: none;
  position: absolute; 
  top: 250px;
  left: 0;
  padding: 0.3em;
  border: 1px #461111 solid;
  border-top: 2px #fff solid;
  background: url(img/menu_bg.png);
  }
#header li>ul {
	top: auto;
	left: auto;
	}
#header li li {
	margin-bottom: 0.5em;
	width: 125px;
	float: none;
	}
#header li li a {
	color: #fff;
	font-size: x-small;
	text-decoration: underline;
	}
#header li li a:hover {
	color: #f2fa13;
	}
#header li:hover ul { display: block; }	
a#mclub, a#mbelly, a#mpair, a#myoga, a#mfitnes, a#mchild  {
	display: block;
	width: 125px;
	height: 250px;
	background: url(img/menu.png) no-repeat;
	/*float: left;*/
	}
a#mclub:hover, a#mbelly:hover, a#mpair:hover, a#myoga:hover, a#mfitnes:hover, a#mchild:hover, #club a#mclub, #bellydance a#mbelly, #pair a#mpair, #oriental a#myoga, #fitnes a#mfitnes, #child a#mchild  {
	background: url(img/menu_hover.png) no-repeat;
	}
a#mclub, a#mclub:hover, #club a#mclub {background-position: 0 0;}

a#mbelly, a#mbelly:hover, #bellydance a#mbelly {background-position: -125px 0;}

a#mpair, a#mpair:hover, #pair a#mpair {background-position: -250px 0;}

a#myoga, a#myoga:hover, #oriental a#myoga {background-position: -375px 0;}

a#mfitnes, a#mfitnes:hover, #fitnes a#mfitnes {background-position: -500px 0;}

a#mchild, a#mchild:hover, #child a#mchild {background-position: -625px 0;}

/*Прелоадер фона меню*/
h1 {
	background: url(img/menu_hover.png) no-repeat;
	background-position: -2000px -1000px;
	}

/*-----------------------------------------*/
#wrapper {
	padding-left: 250px;
	background: url("img/wrapper_bg.jpg") no-repeat left top;
	}
#content {
	width: 50%;
	min-height: 400px;
	overflow: visible;
	float: right;
	}
#text {
	margin-left: -355px;
	/*background: #fff;*/
	width: 710px;
	min-height: 300px;
	overflow: visible;
	}
#column{
	margin-left: -250px;
	width: 250px;
	min-height: 300px
	float: left;
	}
/*-----------------------------------------*/
#footer {
	padding-top: 100px;
	color: #baadab;
	clear: both;
	}
#footer div {
	margin: auto;
	width: 710px;
	color: #baadab;
	font-size: x-small;
	}
#footer div#counter {
	margin: 3px 0 0 -45px;
	width: 40px;
	float: right;
	}

#footer div a {
	color: #baadab;
	text-decoration: underline;
	}
#footer div a:hover {
	color: #fff;
	text-decoration: none;
	}
ul#sidemenu {
	margin-left:0;
	padding-left:0;
	}
ul#sidemenu li a {
	font-size:18px;
	color:#461111;
	}
