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

body{
	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px; 
	color: #ffffff;/*#999999;*/
	padding:0px;
	margin:0px; 
	width:100%;
	height:100%;
	background-color:#000000;
}

img { border:0;}

a:link {text-decoration:none; color:#cccccc; border-bottom:1px dotted #cccccc}

a:hover {text-decoration: none; color:#aaaaaa; border-bottom:1px dotted #aaaaaa;}  

a:visited {text-decoration:none; color:#cccccc; border-bottom:1px dotted #cccccc}

#header{
	/*background-image: url(../images/header_bottom.jpg);
	background-position:bottom;
	background-repeat: repeat-x;*/
	width:100%;
	height:219px; 
	padding:0px;
	background-color:#000000;
	vertical-align:bottom;
}

#header_main{
	width:970px;
}

#logo_bg{
	background-image: url(../images/logo_bg.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	padding:10px 0px 0px 116px;
	height:209px;
}

.book_online{
	padding:0px 0px 0px 131px;
}

.book_online a:link{
	border-bottom:none;
}

#logo_img{
padding-bottom:2px;
}

#logo_img a{
 border-bottom:none;
}

.menu{
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	padding-right:100px;
}


.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:right;
	float:right;
}

/*Top level list items*/
.menu ul li{
	display: inline;
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px;
}

/*Top level list items*/
.menu ul li.sep{
	position: relative;
	display: inline;
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:30px;
}


/*Top level menu link items style*/
.menu ul li a{
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-align:left;
	float:left;
	font-size: 12px;
	margin:0px;
	border-bottom:none;
}

.menu ul li a:hover{
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-align:left;
	float:left;
	font-size: 12px;
	margin:0px;
}
	
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%;  }

.main_body_orig{
	
	width:800px;
	/*color:#666666;*/
	font-size:12px;
	line-height:20px;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#ffffff;
}


.main_body{
	
	width:800px;
	color:#ffffff;
	/*color:#666666;*/
	font-size:12px;
	line-height:20px;
	padding:30px 0px 0px 0px;
	margin:0px;
}

.banner{
	padding:0;
	border:1px solid #666666; height:150px;
	
}

#christmas_table th{padding-right:8px; padding-left:8px; width:90px; text-align:center }
#christmas_table td{padding:3px 5px 2px 3px; background-color:#000; text-align:center; }
#christmas_table td.d1{background-color:#555;  }


.flash_bg{
	/*background-image:url('../images/flash_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;*/
	width:606px;
	height:351px;
	padding:6px 0px 0px 6px;
	margin:0px;
}


.flash_bg_salon{
	/*background-image:url('../images/flash_bg_salon.gif');
	background-position:top left;
	background-repeat:no-repeat;*/
	width:595px;
	height:320px;
	padding:6px 0px 16px 0px;
	margin:0px;
}


.text_body{
padding:5px 0px 0px 0px;


}

.text_body2{
padding:15px 0px 0px 0px;


}




.header1{
	padding:0px 0px 5px 0px;
	font-size:20px;
	line-height:20px;
	/*color:#a93477;*/
	color:#a93477;
	border-bottom:1px solid #999999;
	
}

.header1a{
	padding:0px 0px 0px 0px;
	font-size:20px;
	line-height:20px;
	/*color:#a93477;*/
	color:#a93477;
	border-bottom:1px solid #999999;
	
}


.header2{
	padding:0px 0px 5px 0px;
	font-size:24px;
	/*color:#a93477;*/
	color:#a93477;
}


.large_text{
	font-size: 16px;
	line-height: 24px;
/*	color:#333333;*/
color:#ffffff;
}

.vouchers a:link{
	border-bottom:none;
}

.sub_menu{
	margin:0px;
	padding:0px;
}


.sub_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

.page_menu{
	vertical-align:bottom;
}

.page_menu img{
	vertical-align:bottom;
}

/*Top level list items*/
.sub_menu ul li{
	color:#ffffff;
	padding:0;
	margin:0;
	background-color:#ffffff;
	line-height:14px;
	width:210px;
	vertical-align:bottom;
	border-bottom:1px solid #eeeeee;
}


/*Top level menu link items style*/
.sub_menu ul li a:link{
	display: block;
	padding: 7px 0px 8px 8px;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	margin:0px;
	color:#333333;/*#ff34aa;*/
	line-height:12px;
}

.sub_menu ul li a:visited{
	display: block;
	padding: 7px 0px 8px 8px;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	margin:0px;
	color:#333333;/*#ff34aa;*/
	line-height:12px;
}

.sub_menu ul li a:hover{
	text-decoration: none;
	margin:0;
	padding: 7px 0px 8px 8px;
	background-color:#f7f7f7;
	color:#000000;
}
	
	
/* Holly Hack for IE \*/
* html .sub_menu ul li { float: left; height: 1%; }
* html .sub_menu ul li a { height: 1%;  }


.sub_menu2{
	margin:0px;
	padding:0px;
	width:180px;
}


.sub_menu2 ul{
	margin: 0;
	padding: 0;
	list-style:none;
	list-style-type: none;
	
}

/*Top level list items*/
.sub_menu2 li{
	color:#ffffff;
	padding:0px;
	margin:0px;
	width:180px;
	border-bottom:1px solid #bbbbbb;
	vertical-align:bottom;
}




/*Top level menu link items style*/
.sub_menu2 a{
	display: block;
	padding: 8px 0px 9px 8px;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	margin:0px;
	color:#dddddd;/*#7A8F99;/*#ff34aa;*/
	line-height:12px;
	border-bottom:none;
	
	/*border-bottom:1px solid #eeeeee;*/
}

.sub_menu2 a:hover{
	padding: 8px 0px 9px 8px;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	margin:0px;
	
	background-color:#666666;
	color:#ffffff;
	line-height:12px;
	
	/*border-bottom:1px solid #eeeeee;*/
}

.sub_menu2 a.on_main{
	padding: 8px 0px 9px 8px;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	margin:0px;
	
	background-color:#666666;
	color:#ffffff;
	line-height:12px;
}

.sub_menu2 ul ul{
	padding:0px 0px 5px 20px;
	margin:0;
	
}

.sub_menu2 ul ul li{
	margin:0;
	width:140px;
	padding: 4px 0px 4px 0px; 
	border-bottom:none;
}

.sub_menu2 ul ul a{
	display:block;
	padding: 0px 0px 2px 6px;
	color:#888888;

	line-height:15px;
	font-size:11px;
	border-left:2px solid #888888;
}

.sub_menu2 ul ul a:hover{
	padding: 0px 0px 2px 6px;
	color:#ffffff;
	background-color:#000000;
	line-height:15px;
	font-size:11px;
	border-left:2px solid #ffffff;
}

.sub_menu2 ul ul a.on_sub{
	color:#ffffff;
	line-height:15px;
	font-size:11px;
	border-left:2px solid #ffffff;
	}
	


	
	
/* Holly Hack for IE \*/
* html .sub_menu2 ul li { float: left; height: 1%; }
* html .sub_menu2 ul li a { height: 1%;  }
* html .sub_menu2 ul ul li{ float: left; height: 1%; }
* html .sub_menu2 ul ul li a { height: 1%;  }

.service{ padding-bottom:25px; }
.service_title{ color:#ffffff;}
.service_text{ line-height:15px; color:#888888; font-size:12px; padding:0px 0px 0px 0px; }
.service_price{ line-height:16px; }


.testimonial{font-size:14px; line-height:24px; color:#cccccc; width:525px; padding:7px 10px 7px 10px;} 
.testimonial_quote{width:15px; padding:0px 5px 0px 0px;} 
.testimonial2{font-size:14px; line-height:22px; color:#ffffff; width:525px; padding:7px 10px 7px 10px; background-color:#222222;} 
.testimonial_author{ font-weight:bold; font-size:12px; color:#ffffff; font-style:italic; }
.testimonial_sep{ font-size:1px; line-height:1px; height:25px;}
.team_image{ border:1px solid #cccccc;} 



.team_list{
margin:0;
padding:8px 0px 0px 0px;
}

.team_list ul{
margin:0;
padding:0;
list-style-type: none;
text-align:left;
float:left;

}

.team_list li{
display: inline;
float: left;
padding:0px 0px 0px 0px;
margin:0;
}

.team_list li.sep2{
	font-size:1px;
	width:7px;
}

.team_list li img{
border:1px solid #666666;
width:55px;
height:55px;
}

.team_list li a:link{ border:none; text-decoration:none;  }

.team_list li img a:link{ border:none; text-decoration:none;  }
.team_list li img a:hover{ border:none; text-decoration:none; }
.team_list li img a:visited{ border:none; text-decoration:none; }


.contact_table{
font-size:12px;color:#cccccc;line-height:18px; padding-top:12px;
}

.contact_table a:link{
border-bottom:none;
}
 
 
.contact_table strong{
color:#ffffff;
}

.contact_table_div{
font-size:1px; line-height:1px; height:8px;
}

.contact_submit{
padding:5px 0px 0px 0px;	
}

input{
/*background-image:url(../images/input_shadow.gif);
background-position:top left;
background-repeat:no-repeat;*/
border:1px solid #bbbbbb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:3px;
width:250px;
}

.radio-1{
background-image:none;
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px 10px 5px 5px;
width:20px; 

}

textarea{
background-image:url(../images/input_shadow.gif);
background-position:top left;
background-repeat:no-repeat;
border:1px solid #bbbbbb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
overflow:auto;
width:490px;
height:130px;
}

select{ padding:3px; }

.select_cust {
	width:250px;
}

.textarea2{
	background-image:url(../images/input_shadow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #bbbbbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	overflow:auto;
	width:260px;
	height:80px;
}



.main_body_terms{
	color:#ffffff;
	font-size:11px; 
	line-height:18px;
	padding:10px 30px 0px 30px;
	margin:0px; 
	width:480px;
}


#header_terms{
	background-image: url(../images/header_bottom_terms.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	width:100%;
	height:169px; 
	padding:0px;
	margin:0;
	background-color:#000000;
	vertical-align:bottom;
}

#header_main_terms{
	width:470px;
}

#logo_bg_terms{
	background-image: url(../images/logo_bg_terms.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	padding:0px 0px 0px 95px;
	height:169px;
}

#logo_img_terms{
padding-bottom:2px;
}


.terms{
	list-style-type:decimal;
	list-style-position:outside;
}

.terms li{ 
padding:0px 0px 15px 0px;	
}



#footer_top{
	/*border-top:1px dotted #E7E7E7;*/
	border-top:1px dotted #666666;
	color:#AAAAAA;
	font-size:11px;
	width:800px;
	margin-top:20px;
	padding-top:5px;
}

#footer_top a{
	color:#cccccc;
	font-size:11px;
	
}

#footer_top a:hover{
	color:#aaaaaa;
	font-size:11px;

}



#footer{
	background-image:url('');
	background-position:bottom;
	background-repeat:repeat-x;
	bottom:0px;
	height:100%;
	min-height:100px;
	position: relative;
	color:#cccccc;
}


/*************************  SLIDER **********************/
.slider-wrap								{ width: 800px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 800px; height: 295px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 800px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.cross-link img{ padding-top:5px; }
.cross-link{ border-bottom:none;}

