/* 
	 Designer:	Jack;
	 Version: 	1.0;
	 Date:		Octember 27, 2007. 
 */
 
 /**================= Body and tag styles ==================*/

*{margin:0; padding:0;}

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.5em;
	text-align:center;
	color:#ccc;
	background:#aaa;
}

a{
	color:#467aa7;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}
.red a{
	color:#f00;
	text-decoration:underline;
}
.red a:hover{
	color:#d00;
	text-decoration:none;
}
a:hover{
	color:#2a5a8a; 
	text-decoration:none; 
	background-color:inherit;
	}
	
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FF0000;
	text-transform:uppercase;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#777;
	text-transform:uppercase;
	padding-left:12px;
	padding-top:10px;
}
/*===============Header styles ===================*/
#container{
	width:760px;
	height:auto;
	margin:auto;
	padding:1px 0;
	text-align:center;
	background:#f9f9f9;
	color:#303030;
	border:0px solid #a0a0a0;
}

#header{
	width:758px;
	margin:0 1px 1px 1px;

	color:#000;
	height:65spx;
}
#header li{
	float:left;
	list-style-type:none;
	padding:10px 1px 0px 1px;
	width:auto;
}
/*===================topmenu style========================*/
#navigation{
	clear:both;
	position:relative;
	height:2.2em;
	line-height:2.2em;
	margin:0px;
	background:#666;
	color:#fff;
}

#navigation ul li.firstli{
	background:#e00;
	width:190px;
	height:2.2em;
	border-right:1px solid #ffffff;
	border:1px solid #fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

.selected{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color: #fff;
	font-weight:bold;
	width:80px; 
	height:3em; 
	background:#e00; 
	border:1px solid #fff; 
	border-width:1px 0px 0 0;
}

#navigation ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

#navigation ul li{
	float:left;
	position:relative;
	list-style-type:none;
	border-right:1px solid #ffffff;

}

#navigation ul li a,#navgation ul li a:visted{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color: #fff;
	font-weight:bold;
	width:80px; 
	height:3em; 
	background:#666; 
	border:1px solid #fff; 
	border-width:1px 0px 0 0;
}

#navigation li a:hover{
	background:#d00;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#navigation ul li ul li a,#navigation ul li ul li a:hover,#navgation ul li ul li a:visted{
	display:block;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	color: #ffffff;
	width:80px; 
	height:3em; 
	border:1px solid #fff; 
	border-width:1px 0px 0 0; 
	background:#666; 
	padding-left:10px; 
}


* html #navigation a {width:1%;}


#navigation ul li ul{
	display:none;
}

table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
}


#navigation ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:3em; 
	left:0;
	background:#000;
	margin-top:0;
	marg\in-top:1px;
}
#navigation ul li a:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px; 
	width:150px;
	font-size:9px;
}

#navigation ul li a:hover ul li .drop {
	background:#999;
	color:#fff;
	font-weight:bold;
}

#navigation ul li a:hover ul li a:hover {
	background:#999; 
	color:#fff;
}

#navigation ul li a:hover ul li ul {
	visibility:hidden;
	position:absolute;
	left:210px;
	top:-2px;
}

#navigation ul li a:hover ul li  ul {
	visibility:visible;
	position:absolute;
	left:170px;
	width:130px;
	top:-2px;
}
/*============aboutcontent style================*/
#aboutcontent{
	margin:0px;
	width:auto;
	text-align:center;
}
/*===============about_left style==================*/
#about_left{
	float:left;
	margin:8px 6px 5px 6px;
	width:545px;
	height:460px;
	text-align:left;
}
#about_right{
	float:left;
	margin:1px 0px 1px 1px;
	width:190px;
	height:400px;
	clear:both;
}
/*===========bottom===============*/
#about_bottom{
	text-align:center;
	margin-top:10px;
}
/*==============content_top style==================*/
#content_top{
	margin-top:10px;
	width:530px;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#e00;
	border-bottom: 1px dashed #000;
	clear:both;
}
#content_top a{
	color:#FF0000;
	text-decoration:underline;
}

#content_top a:hover{
	color:#e00;
	text-decoration:none;
}
#content_top b{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
}
/*==================Aboutfooter style*/
#aboutfooter{
clear:both;
	float:none;
	margin:15px;
	height:32px;
	border-top: 1px dashed #999;
}
#aboutfooter p{
	padding:0;
	margin:3px;
	text-align:center;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#aboutfooter a{
	font-weight:normal;
	background-color:inherit;
	color:#000;
	text-decoration:underline;
}
#aboutfooter a:hover{
	background-color:inherit; 
	color:#0000FF;
	text-decoration:none;
}

#contact_content{
	text-align:left;
}
/*==================order style==================*/
#order{
	margin:20px 30px 0px 30px;
	border:1px dashed #666;
	padding:20px 20px 0px 20px;
	color:#444;
}
#order input{
	width:280px;
	size:30;
}

#order textarea{
	width:280px;
	height:100px;
}

#order .button{
	width:60px;
	font-family:Arial, Helvetica, sans-serif;

}
#success{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}
#order span{
	color:#f00;
}
div#dance-troduce{clear:both; background:#eee;  padding-top:5px; margin:0 auto; }
div#dance-troduce ul{ margin:0 auto;}
div#dance-troduce ul li{
margin:1px 5px;
float: left;
list-style-type:none;
}
div#dance-troduce li a{
display:block;
color: #444;

}

#menu {
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align:left;
	width:196px;
	height:417px;
	overflow:hidden;
	text-transform:uppercase;
	background:#efefef;
}
#menu li {
	border-bottom:1px solid #f9f9f9;
	line-height:25px;
}
#menu li a{
	display:block;
	color:#467aa7;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-indent:10px;
	line-height:20px;
	background:url(../images/1.gif) no-repeat 0 10px;
	margin:0px 1px 0px 1px;
}
#menu li a:hover {
	margin:0px 1px 0px 2px;
	background: url(../images/2.gif) no-repeat 0 10px;
	color:#FF0000;
}
#submenu{
	display:block;
	margin:0px 1px 0px 1px;
	color:#fffeee;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	background:#e00;
}
#submenu1{
	margin:0px;
	display:block;	
	color:#fff;
	text-indent:1px;
	text-transform:lowercase;	
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	background:#aaa url(../images/down.gif) no-repeat 1px 18px;
}

#menu li ul li {
	display:block;
	list-style-type:none;	
	text-decoration:none;
	color:#fffeee;
	font-size:10px;
	font-weight:bold;
	text-indent:15px;
	line-height:20px;
	border-bottom:1px #FFCC66;
}

#menu .small{
	padding-left:20px;
}
