body {
	background-image: url(http://www.firstdance.co.uk/wp-content/themes/default/img/design_01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f4f4f4;
}.footer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #7f7f80;
	text-decoration: none;
}
.midbg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.firstdance.co.uk/wp-content/themes/default/img/design_21.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.midbgtop {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.firstdance.co.uk/wp-content/themes/default/img/design_20.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.midbgbot {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.firstdance.co.uk/wp-content/themes/default/img/design_23.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bb3e9b;
	text-decoration: none;
}
.h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f7f80;
	text-decoration: none;
	margin: 0px;
}
.text {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #686868;
	text-decoration: none;
}
.text02 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #bb3e9b;
	text-decoration: none;
}
.imgbg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.firstdance.co.uk/wp-content/themes/default/img/mid_10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* navigation START */
#navigation {
	background:#FFF;
	border-bottom:1px solid #A6A6A6;
}
#menus {
  top-margin: 1px;
  
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(http://www.firstdance.co.uk/wp-content/themes/default/img/menu.gif) no-repeat;
	display:block;
	color:#ffffff;
	height:31px;
	line-height:31px;
	padding:0 15px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:4;
}
#menus li a:hover, 
#menus li a.current {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}
/* navigation END */

/* submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:7px 5px;
	text-decoration:none;
	width:200px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:auto;
	line-height:145%;
	color:#999;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	color:#382E1F;
}
/* submenu END */

