/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.wrapper {width:100%; overflow:hidden;}
.wrapper2 {
	width:100%;
	overflow:hidden;
	background-color: #010066;
}
.wrapper3 {
	width:100%;
	overflow:hidden;
	background-color: #000066;
}


/* Global properties ======================================================== */

body{
	background:#78775d;
	border:0;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2A00FF;
	line-height:18px;
	min-width:980px;
}

/* Global Structure ============================================================= */

.main {
	margin: 0 auto;
	width: 980px;
	position:relative;
	background-color: 000066;
}
.body1{
	background:url(../images/bg_top.jpg) top repeat-x #fcfaea;
}
.body2{ background:url(../images/bg_top_img.jpg) top center no-repeat}
.body3{ background:url(../images/bg_bot.jpg) top repeat-x #828067}
.body4{ background:url(../images/bg_footer2.jpg) top repeat-x}
.body5{
	width:100%;
	overflow:hidden;
	background-color: 000066;
}

/* ============================= main layout ====================== */

a{
	outline:none;
	text-decoration: none;
}
a:hover{ text-decoration: none}
h1{
	font:60px "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:78px;
	float:left;
	padding:25px 0 0 10px;
	height:90px;
}
hlogo1 {
	font:30px "Palatino Linotype";
	font-weight:bold;
	line-height:35px;
	float:left;
	padding:0px 0 0 10px;
	height:60px;
	font-style: normal;
}
hlogo1CH {
	font:20px "Critized";
	font-weight:bold;
	line-height:30px;
	float:left;
	padding:5px 0 0 10px;
	height:50px;
	text-align: center;
	font-style: normal;
}


h7{
	font:60px "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:78px;
	float:left;
	padding:10px 0 0 10px;
	height:90px;
}
h2{
	font:36px "Times New Roman", Times, serif;
	color:00005e;
	line-height:44px;
	padding-bottom:22px;
}
h3{
	color:#FFFBF0;
	line-height:44px;
	font-family: Cambria;
	font-size: 36px;
	background-color: #A00;
	font-variant: normal;
	letter-spacing: 5px;
	vertical-align: baseline;
	text-indent: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4{
	color:#FFF;
	line-height:normal;
	padding-bottom:5px;
	font-family: Cambria;
	font-size: 18px;
	font-variant: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	text-indent: 0;
	padding-top: 10px;
}
h6{
	color:#A00;
	padding-bottom:20px;
	font-family: Calibri;
	font-size: 24px;
	padding-top: 20px;
}
.galleryhead {
	color:#FFFBF0;
	padding-bottom:20px;
	font-family: Calibri;
	font-size: 24px;
	text-indent: 25px;
	padding-left: 25px;
	font-weight: bolder;
}

p{ padding-bottom:18px;}

/* ============================= header ====================== */
header{
	position:relative;
	height:505px;
}
header2{
	position:relative;
	height:500px;
}
header3{
	position:relative;
	height:600px;
}
#logo{
	color:#fff7c3;
	display:block;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo span{ color:#fcfaea}

#menu {
	float:right;
	position:relative;
	z-index:99;
}
#menu > li { float:left; position:relative}
#menu > li > a{
	display:block;
	font:25px "Times New Roman", Times, serif;
	color:#fffadd;
	text-decoration:none;
	width:150px;
	text-align:center
}
#menu > li > a span{
	display:block
}
#menu > li > a span span{
	margin:0 24px;
	padding:16px 0 4px 0
}
#menu > li:hover > a, #menu > #menu_active  > a{
	color:#fff
}
#menu > li:hover > a span, #menu > #menu_active > a span{
}
#menu > li:hover > a span span, #menu > #menu_active > a span span{
}

.submenu_1{
	position:absolute;
	top:50px;
	left:0;
	width:250px;
}
.menu_box{
	background:url(../images/menu_bg1.gif) top repeat-x #6666cc;
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}
.menu_box li{ position:relative; line-height:45px;border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; background:url(../images/spacer.gif) repeat; margin-bottom:5px; zoom:1}
.menu_box li.end{ margin-bottom:0}
.menu_box li a{
	padding:0 14px;
	display:block;
	font:15px "Times New Roman", Times, serif;
	color:#fffadd;
	text-decoration:none;
	line-height:35px;
}
.menu_box li:hover { background:#fff7c3; box-shadow: 1px 1px 0px rgba(0, 0, 0, .3); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .3);}
.menu_box li:hover > a{ color:#322b17;}

.submenu_2{ position:absolute; top:-10px; left:208px; width:215px;}
.submenu_2 .menu_box{
	background:url(../images/menu_bg2.gif) top repeat-x #333399;
}

#menu div{ display:none}

.top{
	width:100%;
	height:115px;
}

#banner{ width:100%;overflow:auto; padding-top:8px;}
#bannermenu {
	width:100%;
	overflow:auto;
	padding-top:8px;
}

.text1{
	padding:99px 0 0 54px;
	font:48px "Times New Roman", Times, serif;
	color:#C50200;
	text-transform:uppercase;
	line-height:58px;
	letter-spacing:-1px;
	position:absolute;
	top:0;
	left:0;
	text-shadow:1px 1px rgba(0,0,0,.4)
}
.text1 span{ display:block; margin-top:-13px;}
.text1 a{ display:inline-block; font-size:36px; text-decoration:none; line-height:48px; width:220px; text-align:center; background:url(../images/banner_button.png) no-repeat; text-transform:none; color:#fff; letter-spacing:0; margin-top:23px;}
.text1 a:hover{ color:#3e351c}
#search{ float:left; position:absolute; left:0; bottom:0; background:url(../images/search.png) no-repeat; padding:21px 28px 15px 27px; z-index:2}
#search .input{ width:190px; background:none; float:left; height:15px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; padding:7px 10px}
#search .submit{ float: left; height:29px; width:29px; background:none; cursor:pointer}

.slider{
	position:absolute;
	top:123px;
	z-index:1;
	width:100%;
	height:380px;
}
.slider .items{ display:none}

.slider .banner{ position: absolute; z-index:2; top:0; left:0; width:100%}

#gallery li{ position:absolute; cursor:pointer; overflow:hidden;}

#ban1{ top:0; left:0; z-index:3;}
#ban2{ top:0; left:980px; z-index:2;}
#ban3{ top:0; left:1960px; z-index:1;}
#ban4{ top:0; left:-1960px; z-index:1;}
#ban5{ top:0; left:-980px; z-index:2;}


/* ============================= content ====================== */

#content{ width:100%; overflow:hidden; padding-top:39px; padding-bottom:67px;}
#content2{ width:100%; overflow:hidden; padding-top:34px;}
#content2 .under{border-bottom:1px solid #95937b; padding-bottom:36px; margin-bottom:0}
#content2 h2{ color:#fffce8; padding:0 0 23px 0;}
#content3{ width:100%; overflow:hidden; padding-top:10px; padding-bottom:67px;}

.pad{ padding:0 28px 0 46px;}
.pad_left1{ padding-left:90px;}
.pad_left2{ padding-left:36px;}
.pad_bot1{ padding-bottom:23px;}
.marg_right1{ margin-right:25px;}

.color2{ color:#968d7b}
.color3{ color:#ae9168}

.welcome h2{
	font-size:35px;
	color:#00005E;
	padding-bottom:26px;
}
.welcome p{
	font:15px "Times New Roman", Times, serif;
	color:#000;
	line-height:20px;
}
.welcome a{ color:#a7c24a}

.under{
	padding-bottom:20px;
	border-bottom:1px solid #e7e4d4;
	margin-bottom:15px;
}
.construction {
	padding-bottom:20px;
	border-bottom:1px solid #e7e4d4;
	margin-bottom:15px;
	font-size: 24px;
	font-family: Cambria;
	color: #F00;
}

.line1{ background:url(../images/line_ver1.gif) 294px 0 repeat-y}
.line2{ background:url(../images/line_ver1.gif) 651px 0 repeat-y}
.line3{ background:url(../images/line_ver2.gif) 583px 0 repeat-y}

.list1 li{ line-height:20px;}
.list1 li a{ color:#98a563; text-decoration:none; padding-left:13px; background:url(../images/marker_1.gif) 0 8px no-repeat}
.list1 li a:hover{ text-decoration:underline}

.list2 li{ line-height:24px;}
.list2 li a{ font-weight:bold; color:#fcfaea; text-decoration:none; padding-left:13px; background:url(../images/marker_2.gif) 0 7px no-repeat}
.list2 li a:hover{ text-decoration:underline}

.button1, .button2, .button3{ display:inline-block; font:18px "Times New Roman", Times, serif; color:#fff; text-decoration:none; line-height:28px; background:url(../images/button1_bg.gif) top repeat-x;}
.button1 span, .button2 span, .button3 span{ display:block; background:url(../images/button1_left.jpg) top left no-repeat}
.button1 span span, .button2 span span, .button3 span span{ padding:0 17px; height:31px; background:url(../images/button1_right.jpg) top right no-repeat}
.button1:hover, .button2:hover, .button3:hover{ color:#e2f14a}

.button2{ background:url(../images/button2_bg.gif) top repeat-x}
.button2 span{ background:url(../images/button2_left.jpg) top left no-repeat}
.button2 span span{ background:url(../images/button2_right.jpg) top right no-repeat}

.button3{ background:url(../images/button3_bg.gif) top repeat-x}
.button3 span{ background:url(../images/button3_left.jpg) top left no-repeat}
.button3 span span{ background:url(../images/button3_right.jpg) top right no-repeat}

/* ============================= footer ====================== */

footer { font:22px "Times New Roman", Times, serif; color:#fcfaea; line-height:30px; text-align:center; padding:28px 0 27px 0}
footer a{ color:#fcfaea;}
footer a:hover{}

/* ============================= forms ============================= */

#form_1{ color:#e2debe; margin-top:-17px;}
#form_1 .bg{ background:url(../images/input1.jpg) no-repeat; margin-top:6px; margin-bottom:6px; font-size:0; line-height:0}
#form_1 .input{ width:219px; height:15px; background:none; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#90896f; padding:7px 10px}
#form_1 a{ font:18px "Times New Roman", Times, serif; color:#f1edd1; display:inline-block; background:url(../images/button4.jpg) no-repeat; width:104px; text-decoration:none; text-align:center; line-height:30px; height:33px;}
#form_1 a:hover{ color:#e2f14a}
#ContactForm {}
#ContactForm a{ margin-left:18px; float:right}
#ContactForm .input {width:189px; height:16px; border:1px solid #dedac6; background:#fcfbed; padding:3px 5px; margin-bottom:8px;color:#90896f; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#ContactForm textarea { width:189px; height:247px; border:1px solid #dedac6; background:#fcfbed; padding:3px 5px; margin-bottom:23px;color:#90896f; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;overflow: auto}
#ContactForm label{ display:block; min-height:30px}
#ContactForm .error,#ContactForm .empty{ position:relative; top:-8px; font-size:10px; display:none;}
#ContactForm .message .error,#ContactForm .message .empty{ top:-23px}

.success{ padding-bottom:15px; display:none}

#phone {
	float:right;
	position:relative;
	z-index:99;
}
.phone{
	text-align: right;
}
/* ============================= banner menu ====================== */

.bannermenuhead {
	font-family:Calibri;
	font-size:36px;
	padding-top: 10px;
	padding-left: 20px;
	color: #800000;
	font-weight: bolder;
	background-color: #D4BFFF;
}
.bannermenuobject {
	font-family:Calibri;
	font-size:18px;
	padding-left: 30px;
	color: #2A00AA;
	font-weight: normal;
}
.tablemenulink {
	font-family:Calibri;
	font-size:16px;
	padding-left:30px;
	color: #FFFBF0;
}
.footertext {
	font-family:Calibri;
	font-size:16px;
	color: #FFFBF0;
}
