html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, meter, nav, output, progress, section, summary{
	display:block;
	color:#535455;
}
#message_alert { position:fixed;width:100%;left:0;top:0;padding:10px 0;text-align:center;background:#ff0000;color:#fff;display:none;z-index:9999999; }
mark{
	display:inline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
html, body {
	height:100%;
}
html {
	min-width:1016px;
}
body {
	background:#eeece7 url(../images/body-bg.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#000;
}
.redtitle
{
	color:#FF0000;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}
table, table td {
	padding:0;
	border:none;
	/*border-collapse:collapse;*/
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.col-1 section,.col-2 section,.col-3 section{
	overflow:hidden;
}

.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
a.und, .und a {
	text-decoration:none;
}
a.und:hover, .und a:hover {
	text-decoration:underline;
	color: #1f82c6;
}
.nocolor, .nocolor a{
	color:inherit;
}
/*==== GLOBAL =====*/
#main {
	width:1016px;
	margin:0 auto;
	font-size:.75em;
}
header{
	height:585px;
	position:relative;
	z-index:999;
}
#content{
	width:1016px;
	overflow:hidden;
	padding-top:4px;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#3b3d3e;
	z-index:99;
}

footer {
	height:63px;
	position:relative;
}

.header-bg{
	width:100%;
	float:left;
	background: url(../images/header-bg.jpg) no-repeat center top;
}

.header-bg-1 {
    background: url(../images/header-bg-1.jpg) no-repeat scroll center top transparent;
    float: left;
    width: 100%;
}
.header-bg-1 header {
    height: 465px !important;
}

/*----- forms parameters -----*/

/*----- other -----*/

a.button{
	font:bold 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#315473;
	text-decoration:none;
	float:left;
	background:url(../images/button-bg.gif);
	padding:0 12px 0 12px;
	position:relative;
}

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

a.button:before{
	background: url(../images/button-left.gif);
	width:6px;
	height:24px;
	position:absolute;
	left:0;
	top:0;
	content:'';
}

a.button:after{
	background: url(../images/button-right.gif);
	width:6px;
	height:24px;
	position:absolute;
	right:0;
	top:0;
	content:'';
}

.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom:18px;
}
.p1 {
	margin-bottom:8px;
}

strong.p1 {
	display:block;
}

.pl{
	padding-left:28px;
	font-size:14px;
}

.p2 {
	margin-bottom:18px;
}
.p3 {
	margin-bottom:24px;
}

.f15{
	font:15px/24px Arial, Helvetica, sans-serif;
}

.blue{
	color:#28435C;
}

.mrk{
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	display:block;
	color:#3b3d3e;
	background:url(../images/marker2.gif) left center no-repeat;
	padding-left:30px;
}
/*----- txt, links, lines, titles -----*/
a {
	color:#1f82c6;
	outline:none;
}

a:hover {
	text-decoration:none;
}
/*==================boxes====================*/

cite{
	width:203px;
	height:157px;
	padding:34px 24px 0 25px;
	display:block;
	position:relative;
	color:#fff;
	font:italic 15px/18px Arial, Helvetica, sans-serif;
	background: url(../images/cite.jpg) no-repeat;
}

cite mark{
	font:italic 13px Arial, Helvetica, sans-serif;
	color:#1d7cc2;
	position:absolute;
	bottom:6px;
}

.list{
	overflow:hidden;
	margin-bottom:14px;
}

.list li{
	background: url(../images/marker1.gif) left center no-repeat;
	padding:0 0 3px 28px;
	margin-bottom:5px;

}

.list1 li{
	background: url(../images/marker2.1.gif) left center no-repeat;
	padding:0 0 3px 28px;
	margin-bottom:5px;
	
}

.list li a{
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#6c6b69;
}
.list2 { list-style:disc;margin:0 0 15px 16px; }
.list3 { float:left;width:100%; }
.list3 li { float:left;width:50%;padding:3px 0; }

dl.address {
	margin-bottom:22px;
}
dl.address dd {
	text-align:right;
	clear:both;
}
dl.address dd span {
	float:left;
}
.breadcrumb { margin:0 0 15px 0; }
.breadcrumb a { background:url(../images/breadcumb_arrow.jpg) no-repeat right center;text-decoration:none;padding:0 10px 0 0;margin:0 0 0 3px; }
.breadcrumb a.first { margin:0; }
.breadcrumb span { margin:0 0 0 3px; }
.img-box-set .header-box {
	font:23px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#29455e;
	padding:0 0 25px 0;
}
.img-box-set .title {
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px 0;
}
dl.img-box,.img-box-set dl {
	padding-bottom:24px;
	overflow:hidden;
}
dl.img-box>dt ,.img-box-set dl>dt{
	float:left;
	padding-right:16px;
}
dl.img-box>dd ,.img-box-set dl>dd{
	overflow:hidden;
	padding-bottom:0;
}
dl.img-box>dd dt ,.img-box-set dl>dd dt{
	margin-bottom:16px;
}
dl.img-box>dd dd ,.img-box-set dl>dd dd{
	margin-bottom:10px;
	overflow:hidden;
}
.produect_img {
	float:left;
	width:320px;
	text-align:center;
}
.produect_img .price {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.produect_img .price span {
	color:#D53535;
}
.produect_dis {
	float:left;
	width:320px;
	padding:0 0 0 20px;
}
.produect_dis p {
	margin:0 0 10px 0;
}
/*===== header =====*/
header h1{
	position:absolute;
	left:36px;
	top:27px;
}
header h1 a{
	font:bold 48px/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	letter-spacing:-1px;
}

header h1 img{
	position:absolute;
	left:186px;
	top:39px;
}
header .logo {
	position:absolute;
	top:33px;
	left:25px;
}
header .customer {
	position:absolute;
	top:30px;
	right:22px;
	color:#004771;
}
header .rss{
	position:absolute;
	right:22px;
	top:2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	background:url(../images/rss.gif) no-repeat right bottom;
	padding:0 32px 12px 0;
	text-decoration:none;
}

.iemenu{
	position:absolute;
	left:40px;
	top:103px;
}

.iemenu li{
	float:left;
	padding-left:24px;
	background: url(../images/nav-ico.gif) no-repeat left center;
	margin-right:49px;
	position:relative;
}

.iemenu li a{
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	height:29px;
	line-height:29px;
}

.iemenu li div {
	display:none;
	position:absolute;
	top:29px;
	z-index:999999;
}

.iemenu li:hover div {
	display:block;
}
.iemenu li div ul {
	overflow:hidden;
	float:left;
	width:auto;
	padding:0 0 5% 5%;
}
.iemenu li div ul li {
	background:none;
	padding:10% 10% 0 0;
	margin:0;
}
.iemenu li div ul li.even {
	border:1px solid #ccc;
	border-width:1px 0;
}
.iemenu li div ul li h2 {
	background:url(../images/marker1.gif) no-repeat scroll left center;
	height:22px;
	line-height:22px;
	padding:0 0 0 27px;
	margin:0 0 5px 0
}
.iemenu li div ul li h2 a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:3px 0 0 0;
	font-weight:bold;
}
.iemenu li div ul li p {
	margin:0;
	font-size:13px;
	line-height:18px;
}
.iemenu li div ul li b {
	display:block;
	margin:0 0 2px 0;
}
.iemenu li div ul li a {
	float:none;
	color:#1F82C6;
	font:normal 12px Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:underline;
	height:auto;
	display:block;
	margin:0 0 5px 0;
}
.iemenu li div ul li a:hover {
	text-decoration:none;
}

.iemenu li div.products {
	width:370px;
	background:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
	border-width:0 1px 1px 1px;
	left:0;
}
.iemenu li div.products ul {
	width:166px;
}
.iemenu li div.services {
	width:232px;
	background:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
	border-width:0 1px 1px 1px;
	left:0;
}
.iemenu li div.services ul {
	width:220px;
}

.iemenu li a:hover, .iemenu li.active a{
	color:#AFD34B;
}

header .header-pic{
	width:720px;
	height:292px;
	position:absolute;
	left:22px;
	top:155px;
}

#page1 header .header-pic,#page6 header .header-pic{

}
#page2 header .header-pic,#page7 header .header-pic{background:url(../images/header-pic2.jpg);}
#page3 header .header-pic,#page8 header .header-pic{
}
#page4 header .header-pic{background:url(../images/header-pic4.jpg);}
#page5 header .header-pic{background:url(../images/header-pic5.jpg);}

header .slogan-block{
	width:229px;
	height:246px;
	padding:96px 0 0 23px;
	position:absolute;
	background:url(../images/header-tail.gif) repeat-x;
	left:742px;
	top:155px;
	font:34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
}

header .slogan-block span.f30{
	font-size:28px;
}

header .slogan-block span.blue{
	color:#9dcdff;
	text-transform:none;
}

header .header-button{
	padding:0 9px 0 9px;
	font:bold 12px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#315473;
	text-transform:none;
	background: url(../images/header-button-bg.gif) repeat-x;
	position:absolute;
	left:24px;
	top:202px;
	letter-spacing:normal;
	text-decoration:none;
}

header .header-button:hover{
	color:#fff;
}

header .header-button:before{
	background: url(../images/header-button-left.gif);
	width:5px;
	height:26px;
	position:absolute;
	left:0;
	top:0;
	content:'';
}
header .header-button:after{
	background: url(../images/header-button-right.gif);
	width:5px;
	height:26px;
	position:absolute;
	right:-1px;
	top:0;
	content:'';
}

header .header-box{
	width:263px;
	height:61px;
	position:absolute;
	letter-spacing:-1px;
	color:#29455e;
	padding:15px 0 0 70px;
	background: url(../images/pic1.gif) left 9px no-repeat;
	border-right:4px #e4e3e2 solid;
	background-image: url(../images/pic1.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
}

header .header-box span{
	font:italic 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#78828a;
	letter-spacing: normal;
}

header .header-box.box1{
	left:40px;
	top:473px;
}

header .header-box.box2{
	left:411px;
	top:473px;
	background:url(../images/pic2.gif) left 9px no-repeat;
	width:260px;
}
/*===== content =====*/
.row-1,.row-2, .row-3{
	width:978px;
	background:url(../images/block-bg.gif) repeat-y;
	overflow:hidden;
	position:relative;
	margin-bottom:4px;
	padding:31px 0 24px 34px;
}

.row-2{
	padding-top:20px;
}

.row-1:before,.row-2:before{
	background: url(../images/block-top.gif);
	width:1016px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	content:'';
}
.row-3:before {
	width:1016px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	content:'';
}

.row-1:after,.row-2:after, .row-3:after {
	background: url(../images/block-bot.gif);
	width:1016px;
	height:25px;
	position:absolute;
	left:0;
	bottom:-1px;
	content:'';
}

#content h2{
	font:30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#024673;
	letter-spacing:-1px;
	margin-bottom:20px;
}

#content h2 span{
	text-transform:uppercase;
}

#content h3{
	font:23px/44px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#29455e;
	letter-spacing:-1px;
}

#content .border-bottom{
	background:url(../images/chess-border.gif) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:29px;
}

/*===== footer =====*/
footer .privacy,footer .privacy a{
	font:12px Arial, Helvetica, sans-serif;
	color:#3b3d3e;
}

footer .privacy{
	position:absolute;
	left:418px;
	top:18px;
}


/*----- forms -----*/

#newsletter{
	position:absolute;
	left:767px;
	top:486px;
}

#newsletter h4{
	font:20px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#29455e;
	letter-spacing:-1px;
}

#newsletter label{
	float:left;
	background:url(../images/news-input.gif);
}

#newsletter label input{
		width:140px;
		float:left;
		padding:7px 0 6px 10px;
		border:none;
		background:none;
		font:10px Arial, Helvetica, sans-serif;
		color:#92a8bb;
}

#newsletter label input:focus{
		color:#3e6990;
}

#newsletter input[type=submit]{
	width:65px;
	height:26px;
	float:left;
	background:url(../images/news-submit.gif);
	border:none;
	cursor:pointer;
}

#form1 .left{
	float:left;
	width:320px;
	padding-right:15px;
}

#form1 .right{
	float:left;
	width:360px;
}

#form1 label{
	float:left;
	margin-bottom:15px;
}

#form1 label input{
	width:312px;
	float:left;
	border:1px #303030 solid;
	border-right:1px #cecece solid;
	border-bottom:1px #e1e1e1 solid;
	font:13px Arial, Helvetica, sans-serif;
	color:#1b73bd;
	padding:3px 0 3px 6px;
}

#form1 textarea{
	float:left;
	width:352px;
	padding:3px 0 0 6px;
	border:1px #303030 solid;
	border-right:1px #cecece solid;
	border-bottom:1px #e1e1e1 solid;
	overflow:auto;
	height:97px;
	color:#1b73bd;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:32px;
}

/*==========================================*/

/* gallery style */
.gallery {
	margin:0 0 20px 0;
}
.gallery .gimage { margin:0 0 15px 0;height:300px;overflow:hidden; }

/* conact form */
.contact_form { margin:0 0 40px 0; }
h1.header1 {
	display:block;
	font:italic bold 18px Arial,Verdana,Helvetica,sans-serif;
	height:24px;
	margin:30px 0 10px;
	color:#004672;
}
.contact_form input, .contact_form textarea { width:90%;margin:0 0 10px;color:#4975d8;font-size:12px;padding:3px;border:1px solid #e1e1e1; }
.right_b { float:right;margin:0 18px 0 12px; }

.b_search_form { min-height:171px; }
.b_search_form .h3_title { width:608px;margin:0 0 0 auto; }
.b_search_form .search-image { float:left; }
.b_search_form ul { float:right;width:608px; }
.b_search_form li { float:left;margin:0 10px 13px 0; }
.b_search_form li p { margin:0 0 5px 0; }

.b_search_form li p .room_capacity { width:90px; }
.b_search_form li .fbutton { background:url(../images/find_now.gif) no-repeat left top;width:110px;height:23px;display:block;text-decoration:none; }
.b_search_form li .fbutton span { visibility:hidden; }

.search-result { padding:0 25px 0 0;position:relative; }
.search-result .margin { width:96%; }
.search-result .margin .col-left { width:80%;}
.search-result .margin .col-left .mrk {
	width:285px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.search-result .margin .col-left .title { margin:0 0 15px 0; }
.search-result .margin ul.features { float:right;margin:0 0 10px 0; }
.search-result .margin ul.features li { float:left;margin:0 0 0 10px; }
.search-result .margin .img { float:right;clear:both; }

.booking_cust { clear:both;padding:30px 0 0 0; }
.meeting_date{ padding:0px; }
/*.ajaxloader { 
background:#FFF url(../images/ajax-loader.gif) no-repeat center; 
width:40%; 
height:100px;
position:relative;
left:30%;
top:30%;
border:1px solid #CCCCCC;z-index:9999;-moz-border-radius:10px;
opacity: .50; 
filter: alpha(opacity=50); 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-box-shadow: 5px 5px 7px #aaa;
-webkit-box-shadow: 5px 5px 7px #aaa; 
}*/

.ajaxloader { background:#FFF url(../images/ajax-loader.gif) no-repeat center; width:100px;; height:100px;position:absolute;left:30%;top:30%;border:1px solid #CCCCCC;z-index:9999;-moz-border-radius:10px;opacity:.5;filter:alpha(opacity=50);-moz-box-shadow: 5px 5px 7px #aaa;-webkit-box-shadow: 5px 5px 7px #aaa; }

/* calendar1 start */
.calendar1 { border:1px solid #CCCCCC;	  }
.calendar1 td { padding:5px 0;text-align:center; }
.calendar1 .calendarHeader a { text-decoration:none;font-weight:bold;font-size:16px; }

.calendarHeader {
background:#D6DDE3 none repeat scroll 0 0;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
.calendarHeader a {
background:#D6DDE3 none repeat scroll 0 0;
color:#000000;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
}
.calendarHeader_month {
background:#D6DDE3 none repeat scroll 0 0;
color:#000000;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
vertical-align:middle;
}
.weakdays {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
height:25px;
text-align:center;
}
.emptydate {
background:#FFFFFF none repeat scroll 0 0;
}
.calendarToday {
border:1px solid #CCCCCC;
color:#000000;
font-size:14px;
font-weight:bold;
height:30px;
vertical-align:middle;
}
.calendarToday a {
color:#000000;
font-size:14px;
font-weight:bold;
height:30px;
text-decoration:none;
vertical-align:middle;
}
.calendarToday1 {
border:1px solid #CCCCCC;
color:#000000;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
height:34px;
vertical-align:middle;
}
.calendarToday1 a {
color:#000000;
font-size:14px;
font-weight:bold;
height:40px;
text-decoration:none;
vertical-align:middle;
}
.calendar2 {
border:0 none;
color:#000000;
font-size:14px;
font-weight:bold;
height:40px;
text-align:center;
vertical-align:middle;
}
.calendar2 a {
border:1px none;
color:#000000;
font-size:14px;
font-weight:bold;
height:40px;
text-align:center;
text-decoration:none;
vertical-align:middle;
}
.calendar1 {
border:1px solid #CCCCCC;
border-collapse:collapse;
}
/*.calender_id {
	display:block;
	height:22px;
	margin:5px 0 0 auto;
	width:100%;
}
.calender_id li {
float:left;
height:20px;
}
.calender_id .text {
	padding:2px 0 0 5px;
	text-align:left;
	font-weight:bold;	
}
.calender_id .avilable {
 	background:#7990D2;
}
.calender_id .booked {
	background:#00117f;
}*/
.book_now {
background:transparent url(../images/book_nowbg.gif) no-repeat scroll 0 0;
border:medium none;
color:#000000;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
font-size:10px;
font-weight:bold;
height:26px;
line-height:18px;
width:100px;
}
.mapMessage
{
	display:block;
	float:left;
	text-align:left;
	color: #C00;
}

/* calendar1 end */

.calender_id {
	margin:5px 0 0;
	padding:5px;
	height:18px;	
	float:left;
}

.calender_id li { float:left; }
.calender_id li.text { margin:0 5px; }
.calender_id li.avilable { width:18px;height:18px;background:#7990D2; }
.calender_id li.booked { width:18px;height:18px;background:#CC0033;margin:0 0 0 15px; }

.booking_form { display:none; }
.booking_form td { padding:3px;vertical-align:top; }
.card_1 { background:url(../images/cards.jpg) no-repeat 20px top;width:55px;height:26px; }
.card_2 { background:url(../images/cards.jpg) no-repeat -36px top;width:55px;height:26px; }
.card_3 { background:url(../images/cards.jpg) no-repeat -97px top;width:55px;height:26px; }
.card_4 { background:url(../images/cards.jpg) no-repeat -161px top;width:55px;height:26px; }

.red_title { font-weight:bold; }
.seperator { background:url(../images/chess-border.gif) repeat-x center;height:44px; }

.totPrice { display:none;position:absolute;right:0;top:0;font-size:15px;padding:15px;font-weight:bold;width:150px; }
.totPrice span { color:#D53535!important; }
.oldprice { font-size:14px; }
.oldprice span { color:#990000;font-weight:bold; }
.newprice { color:#BC2A1D;font-size:20px;font-weight:bold;margin:0 0 2px 0 !important; }
.retaprice { color:#666666;font-size:20px;font-weight:bold;margin:0 0 2px 0 !important;text-decoration:line-through; }
.addtocart { background:url(../images/add_to_cart.gif) no-repeat left top;width:97px;height:26px;display:block;border:none;cursor:pointer; }

.pro_disc {
	width:100%;
	margin:0 0 10px 0;
}
.pro_disc li {
	width:100%;
}
