@charset "utf-8";
/* CSS Document */

body{
	font:12px Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding:0px;
	background-color:#E9E9D2;
	color:#666666;
}
#maincontent, #header, #pagebreak, #footer{
	position:relative;
	margin:0 20px;
	background-color:#fff;
}

#header{
	border-top:20px solid #E9E9D2;
}

#pagebreak{
	background-color:#999966;
	height:23px;
	border-bottom:2px solid #666633;
}

#footer{
	clear:both;
	background-color:#999966;
	height:51px;
	border-top:2px solid #666633;
	border-bottom:20px solid #E9E9D2;

}

div, img{
	margin:0;
	padding:0px;
}

a img{
	border:0px none;
}

#navigation{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
}

#navigation li{
	display:block;
	text-indent:-9999px;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#navigation a{
	display:block;
}

#nav_home a{
	background:url(../images/home_off.gif) scroll 0 0 no-repeat;
	width:71px;
	height:19px;
}

#nav_home a:hover, #nav_home_cur a{
	background:url(../images/home_on.gif) scroll 0 0 no-repeat;
	width:71px;
	height:19px;
}

#nav_catalogue a{
	background:url(../images/catalogue_off.gif) scroll 0 0 no-repeat;
	width:103px;
	height:19px;
}

#nav_catalogue a:hover, #nav_catalogue_cur a{
	background:url(../images/catalogue_on.gif) scroll 0 0 no-repeat;
	width:103px;
	height:19px;
}

#nav_store_info a{
	background:url(../images/store_info_off.gif) scroll 0 0 no-repeat;
	width:97px;
	height:19px;
}

#nav_store_info a:hover, #nav_store_info_cur a{
	background:url(../images/store_info_on.gif) scroll 0 0 no-repeat;
	width:97px;
	height:19px;
}

#maincontent{
	min-width:800px;
	background-color:#fff;
	overflow:auto;
}

#leftmain{
	display:block;
	position:relative;
	float:left;
	background-color:#CDCD9B;
	width:272px;
}

#leftmain img{
	display:block;
	position:relative;
	margin:10px auto;
}

#thedanceshoppe, #titlecatalogue, #titleshopinfo{
	display:block;
	text-indent:-9999px;
	background:url(../images/body_title.gif) scroll 0 0 no-repeat;
	width:300px;
	height:40px;
	margin:0 auto;
}

#titlecatalogue{
	background:url(../images/title_catalogue.gif) scroll 0 0 no-repeat;
}

#titleshopinfo{
	background:url(../images/title_shopinfo.gif) scroll 0 0 no-repeat;
}


#rightmain, #thankYou{
	margin:15px 50px 0 320px;
}

#maillist{
	display:block;
}

#maillist ul{
	list-style-type:none;
}
#maillist ul, #maillist li{
	margin:0;
	padding:5px;
}

#maillist label{
	width:90px;
	margin-right:0;
	display:block;
	float:left;
	text-align:right;
	padding-top:3px;
}

#maillist input{
	margin-left:10px;
}

.legal{
	font-size:9px;
}

#contact{
	padding:0px 15px;
	position:relative;
	float:left;
	width:200px;
}

#careers{
	padding:20px 15px;
	clear:both;	
}

.thankyou{
	font-weight:bold;
	color:#999966;
	background-color:transparent;
}

.map{
	width:100%;
	padding:15px;
		
}
#header_logo{
	text-align:center;
	margin:35px auto;	
}

.button{
	text-decoration:none;
	border:1px solid #476F8F;
	color:#476F8F;
	background-color:#dfeFeF;
	padding:3px;
}

