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

/* structure */

body{
	background-color:#000;
	background-repeat:no-repeat;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:40px;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#BF1419;
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1{
	font-size:18px;
	font-weight:normal;
	color:#333;
	margin-top:0px;
}

h1 b, h1 strong, h2 b, h2 strong{
	font-weight:normal;
	color:#BF1419;
}

h2{
	font-size:14px;
	font-weight:normal;
	color:#333;
}

h3{
	background-color:#D4D4D4;
	color:#333;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:7px;
	padding-top:8px;
	height:22px;
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	clear:both;
}

h4{
	background-color:#BF1419;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:7px;
	padding-top:8px;
	height:22px;
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	clear:both;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:960px;
	margin:0 auto;
	padding:10px;
	background-color:#ECECEC;
}

/* header */

.header{
	height:94px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:1px;
	margin-top:1px;
	background-color:#000;
}

.header a{
	width:185px;
	height:95px;
	display:block;
}

.nav{
	height:60px;
	width:960px;
	margin-bottom:10px;
}


.top_nav{
	height:15px;
	width:940px;
	background-image:url(../images/top_nav_bg.jpg);
	background-repeat:repeat-x;
	padding:5px;
	padding-left:15px;
}

.top_nav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-right:14px;
}

.top_nav a:hover{
	color:#fff;
}


.nav .item{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	height:60px;
	float:left;
	text-align:center;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}

.nav .item_selected{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	height:60px;
	float:left;
	text-align:center;
	background-image:url(../images/nav_over.jpg);
	background-repeat:repeat-x;
}

.nav .item:hover{
	background-image:url(../images/nav_over.jpg);
	background-repeat:repeat-x;
}

.sep{
	float:left;
	height:60px;
	width:2px;
	background-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
}

.pad{
	background-color:#FFFFFF;
	padding:10px;
}

/* home */

.home_images{
	height:280px;
	width:610px;
	float:left;
	margin-right:10px;
}

.special_offers{
	width:320px;
	float:left;
	background-color:#000000;
	height:280px;
	color:#FFFFFF;
}

.special_offers2{
	width:280px;
	float:left;
	background-color:#000000;
	height:240px;
	color:#FFFFFF;
	padding:20px;
	font-weight:bold;
	font-size:13px;
}

.special_offers .title{
	background-color:#222222;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px;
}

.special_offers .offers{
	height:180px;
	padding:10px;
	padding-top:20px;
}

.special_offers .offers a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	padding-left:15px;
	background-image:url(../images/red_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:10px;
}

.special_offers .offers a:hover{
	text-decoration:underline;
}

.special_offers .directions{
	height:40px;
	background-image:url(../images/directions.jpg);
	background-repeat:no-repeat;
	display:block;
}

.latest_news{
	height:30px;
	background-color:#666666;
	margin-top:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.latest_news .title{
	float:left;
	padding-top:8px;
	padding-left:8px;
	margin-right:5px;
}

.latest_news .news{
	float:left;
	margin-top:8px;
	width:820px;
	white-space:nowrap;
	overflow:hidden;
}

.latest_news a{
	color:#FFFFFF;
	text-decoration:none;
}

.latest_news a:hover{
	text-decoration:underline;
}


.home_1{
	float:left;
	width:620px;
	margin-right:10px;
	margin-top:10px;
}

.home_2{
	float:left;
	width:330px;
	margin-top:10px;
}

.grey_title{
	background-color:#D4D4D4;
	color:#333;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:7px;
	padding-top:8px;
	height:22px;
}

.grey_title a{
	color:#333333;
	text-decoration:none;
}

.grey_title a:hover{
	text-decoration:underline;
}

.red_title{
	background-color:#BF1419;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:7px;
	padding-top:8px;
	height:22px;
}

.red_title a{
	color:#ffffff;
	text-decoration:none;
}

.red_title a:hover{
	text-decoration:underline;
}

.promo_1{
	float:left;
	width:305px;
	margin-right:10px;
	margin-bottom:10px;
}

.promo_content_1{
	height:220px;
}

.promo_2{
	float:left;
	width:305px;
	margin-bottom:10px;
}

.promo_content_2{
	height:220px;
}

.promo_3{
	float:left;
	width:330px;
	margin-bottom:10px;
}

.promo_content_3{
	height:80px;
}

.promo_kids{
	float:left;
	width:620px;
	margin-bottom:10px;
}

.promo_content_kids{
	height:80px;
}

.promo_content_kids img{
	margin-left:10px;
}

.promo_about{
	float:left;
	width:620px;
}

.promo_content_about{
	height:520px;
}

.promo_login{
	float:left;
	width:330px;
	margin-bottom:10px;
}

.promo_login_content{
	height:160px;
}

.promo_login_content a, .login_button{
	background-color:#333333;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
}


.promo_other{
	float:left;
	width:330px;
	margin-bottom:10px;
}

.promo_other_content{
	height:160px;
}

.promo_other_content a{
	display:block;
	color:#C3161A;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../images/red_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:5px;
}

.promo_other_content a:hover{
	text-decoration:underline;
}

.promo_contact{
	float:left;
	width:330px;
}

.promo_contact_content{
	height:70px;
	font-weight:bold;
	text-align:right;
	font-size:14px;
	padding-top:20px;
}

.promo_contact_content span{
	font-weight:normal;
	color:#C3161A;
	font-size:30px;
}

.promo_content_3 img{
	margin-left:10px;
}

.plink a{
	color:#333333;
	text-decoration:none;
}

.plink a:hover{
	text-decoration:underline;
}


.go{
	background-color:#C3161A;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:5px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

/* sub nav */

.sub_nav{
	
	float:left;
	width:240px;
	margin-top:10px;
	
}

.sub_nav .item{
	
	width:233px;
	height:22px;
	background-image:url(../images/sub_nav.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:8px;
	padding-left:7px;
}

.sub_nav .tert_item{
	
	width:233px;
	height:22px;
	background-image:url(../images/tert_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	display:block;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:8px;
	padding-left:7px;
}

.sub_nav .item_selected, .sub_nav .tert_item_selected{
	
	width:233px;
	height:22px;
	background-image:url(../images/sub_nav_over.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:8px;
	padding-left:7px;
}

.sub_nav .item:hover, .sub_nav .tert_item:hover{
	
	background-image:url(../images/sub_nav_over.jpg);
	color:#FFFFFF;
}

.book_now{
	width:240px;
	height:100px;
	background-image:url(../images/book_now.jpg);
	background-repeat:no-repeat;
	display:block;
	margin-top:20px;
}


.qkkc{
	width:240px;
	height:100px;
	background-image:url(../images/qkkc.jpg);
	background-repeat:no-repeat;
	display:block;
	margin-top:20px;
}

/* content */

.content{
	min-height:600px;
}

.content_image{
	height: 280px;
}

.page_title{
	padding:10px;
	padding-top:13px;
	background-color:#A01214;
	z-index:10;
	position:absolute;
	width:920px;
	height:17px;
	margin:0 auto;
	margin-top:-50px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	margin-left:10px;

}

.page_title2{
	padding:10px;
	padding-top:13px;
	background-color:#A01214;
	z-index:10;
	position:absolute;
	height:17px;
	margin:0 auto;
	margin-top:-50px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	margin-left:10px;
	width:590px;

}



.breadcrumbs{
	padding:6px;
	background-color:#FFFFFF;
	margin-top:20px;
	font-size:11px;
	color:#BF1419;
}

.breadcrumbs b, .breadcrumbs span{
	color:#333333;
}

.breadcrumbs a{
	color:#333333;
	text-decoration:none;
}

.breadcrumbs a:hover{
	text-decoration:underline;
}

.copy{
	width:440px;
	min-height:400px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.gallery{
	width:690px;
	min-height:400px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.gallery_thumb{
	width:120px;
	height:80px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.small_copy{
	min-height:100px;
	margin-bottom:20px;
}


.content_right{
	width:240px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.right_image{
	width:240px;
	min-height:130px;
	margin-bottom:10px;
}

.tools{
	width:240px;
	margin-bottom:10px;
}

/* footer */

.footer{
	background-color:#333333;
	padding:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	margin:0 auto;
	width:940px;
	margin-top:10px;
}

.footer a{
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

.footer .left{
	float:left;
	width:140px;
	margin-right:20px;
}

.footer .left a{
	display:block;
	margin-bottom:5px;
}

.footer .right{
	float:right;
	border-left:1px #999 solid;
	width:275px;
	padding-left:20px;
}
