/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff3333;
}

.Heading2, H2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff4800;
}

.Heading3, H3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a91313;
}

.Heading8, H8 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a91313;
}

.BodyText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#000000; 
}

.AltBodyText 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px; 
	color:#3CB371;
}
.Image 
{
	border: 4px solid #1dfe06;
}
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}
.Bullets
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}

.AltBullets 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}

.Link 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}

.AltLink1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}

.AltLink2 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#b13d3e;
	font-weight:bold;
	text-decoration: none;
}
.FooterTag
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#8f2829;
	font-weight:normal;
	text-align: left;
	padding-left: 8px;
	padding-top: 3px;
}

/* Special Offer Table */

table.SpecialOffer
{
	width: 100%;
	background: #fd9f01;
	border: 4px solid #b13d3e;
    font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#993333;
	font-weight:bold;
	text-align: center;
}

	
.SpecialOffer
{
	width: 90%;
	background: #fd9f01;
	border: 4px solid #b13d3e;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: centre;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#993333;
	font-weight:bold;
	text-align: centre;
	text-decoration: none;
	display: block;
}
a.SpecialOffer:link, a.SpecialOffer:visited
{
	width: 90%;
	background: #fd9f01;
	border: 4px solid #b13d3e;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: centre;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#993333;
	font-weight:bold;
	text-align: centre;
	text-decoration: none;
	display: block;
}

a.SpecialOffer:hover, a.SpecialOffer:active
{
	width: 90%;
	background: #993333;
	border: 4px solid #b13d3e;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: centre;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#fd9f01;
	font-weight:bold;
	text-align: centre;
	text-decoration: none;
	display: block;
}

/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

/*
.customStyle1
{
}

.customStyle2
{
}

*/

/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-weight:bold;
}
.TestimonialTag
{
	font-style:italic;
}

/* Styles for Page Title and Edit Links */

.pageTitle
{
	font-weight:bold;
}

.pageEditLink
{
	font-size:9px;
	text-decoration:none;
}

.menuLink
{
	font-weight:bold;
	color:123456;
}

.menuOpenedLink
{
	font-weight:bold;
	color:654321;
}

/* style for show_member() 
	all sub menu 
*/
.subsectionsLink
{
	color:#ff0000;
	font-weight:bold;
}

.subsectionsOpenedLink
{
	color:#00ff00;
	font-weight:bold;
}

/* style for show_location() 
	breadcrumLink
*/
.breadCrumLink
{
	color:#ff0000;
	font-weight:bold;
}

.breadCrumopenedLink
{
	color:#00ff00;
	font-weight:bold;
}

.copyright
{
	font-weight:bold;
}

.footerLink
{
	margin:10px;
}

/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}

.SearchResultTable
{
	width:100%;
}

.SearchResultTable tr
{
	text-align:left;
}

.SearchResultTitle
{
	font-weight:bold;
}

.SearchResultCaption
{
	font-size:12px;
}

.SearchResultMoreLink
{
	text-decoration:none;
}

.SearchResultMoreTD
{
	text-align:right;
}

.SearchForm table
{
	width:100%;
}

input.SearchFormTextBox
{
	width:100px;
	border: 0px;
	background-image: url(../images/input2.jpg);
}
.SearchButton 
{
/*
	background-color: #3d84cc; 
	color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
	font-family:Arial,Helvetica,sans-serif;
	*/
	background-image: url(../images/zoom.jpg);
	background-repeat: no-repeat;
	color: #f4dab5;
	background-color: #f4dab5;
	width:20px;
	cursor: pointer;
	padding-left: 50px;
	border: 0px;
}
/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above */

html, body {
	background-image: url(/images/red_background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#000000;
}

td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#000000;
}
/*
.pubGlobal_queryBtn042 {PADDING-RIGHT: 0px;	PADDING-LEFT: 13px;	FONT-WEIGHT: bold;	BACKGROUND: url(http://pic.english.ctrip.com/engCommon/btn_query02.gif) no-repeat;PADDING-BOTTOM: 0px;OVERFLOW: hidden;WIDTH: 80px;CURSOR: pointer;COLOR: #0467cd;	BORDER-TOP-STYLE: none;	PADDING-TOP: 0px;BORDER-RIGHT-STYLE: none;BORDER-LEFT-STYLE: none;HEIGHT: 20px;	BORDER-BOTTOM-STYLE: none}
*/

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
}
a:hover, a:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
}

/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/

a.Link:link, a.Link:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.Link:hover, a.Link:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}

a.AltLink1:hover, a.AltLink1:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#b13d3e;
	font-weight:bold;
	text-decoration: none;
}

a.AltLink2:hover, a.AltLink2:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#efa81c;
	font-weight:bold;
	text-decoration: none;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
}
a.menuLink:link, a.menuLink:visited
{
	font-weight:bold;
	color:123456;
}

a.menuLink:hover, a.menuLink:active
{
	font-weight:bold;
	color:123456;
}
a.menuOpenedLink:link, a.menuOpenedLink:visited
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:hover, a.menuOpenedLink:active
{
	font-weight:bold;
	color:654321;
}
a.subsectionsLink:link, a.subsectionsLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:hover, a.subsectionsLink:active
{
	color:#ff0000;
	font-weight:bold;
}
a.SearchResultMoreLink:link, a.SearchResultMoreLink:visited
{
}

a.SearchResultMoreLink:hover, a.SearchResultMoreLink:active
{
}
a.subsectionsOpenedLink:link, a.subsectionsOpenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:hover; a.subsectionsOpenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}
a.breadCrumLink:link, a.breadCrumLink:visited
{
	color:#ff0000;
	font-weight:bold;
}
a.breadCrumLink:hover, a.breadCrumLink:active
{
	color:#ff0000;
	font-weight:bold;
}
a.breadCrumopenedLink:link, a.breadCrumopenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:hover, a.breadCrumopenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}
a.footerLink:link, a.footerLink:visited
{
	margin:2px;
}
a.footerLink:hover, a.footerLink:active
{
	margin:2px;
}
.MenuLinkTable
{
	background-color: #9ed1b2;
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left:0px;
}

.MenuLinkCell
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #9ed1b2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}

.MenuLinkCellOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}

.MenuLinkCellSelected
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuLinkCellSelectedOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuLinkCell a:link, .MenuLinkCell a:visited, .MenuLinkCell a:active
{
	color: #2c6698; 
	text-decoration: none;
}

.MenuLinkCell a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellOver a:link, .MenuLinkCellOver a:visited, .MenuLinkCellOver a:active
{
	color: #ffffff; 
	text-decoration: none;
}

.MenuLinkCellOver a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellSelected a:link, .MenuLinkCellSelected a:visited, .MenuLinkCellSelected a:active,.MenuLinkCellSelected a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuLinkCellSelectedOver a:link, .MenuLinkCellSelectedOver a:visited, .MenuLinkCellSelectedOver a:active,.MenuLinkCellSelectedOver a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/bulletpoint_blue.gif);
}

.MenuBookMarkUL li
{
	padding-bottom: 3px;
}

.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited, .MenuBookMarkUL li a:active
{
	color: #2c6698; 
	text-decoration: underline;
}

.MenuBookMarkUL li a:hover
{
	color: #2c6698;
	text-decoration:none;
}

/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:a4a4a4;
}

.AssociatesListTitle td
{
	font-color:#000000;
}


.AssociatesList
{
	background-color:e2e2e2;
}

.AssociatesList td
{
	color:#000000;
}

.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:a4a4a4;
}

.AssociateDetailsTitle td
{
	color:#000000;
}

.AssociateDetails
{
	background-color:e2e2e2;
}

.AssociateDetails td
{
	color:#ff0000;
}

.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetailsGoBackLink
{

}

.AssociateDetailsGoBackLink td
{

}

.AssociateDetailsGoBackLink td a
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:00ff00;
	text-decoration:none;
}



/* CSS Document */
html{
	overflow-x:hidden;
}

*{
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
}
.align1 {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#body1 {
	height: 1140px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
}
#body2 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 869px;
	margin-top: 5px;
	margin-bottom: 4px;
}
#body3 {
	width: 958px;
	float:left;

	*float:none;
	margin-right: 11px;
	background:#fff;
	margin-left: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body4 {
	width: 980px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
	float:left;
	*float:left;
	*+float:left;
	padding-bottom: 20px;
	margin: 0 auto;
}

#body5 {
	height: 1190px;
	width: 980px;
	margin:0 auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	float: left;
}
#body6 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 919px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body7 {
	height: 1340px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
}
#body8 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 1069px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body9 {
	height: 1250px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
}
#body10 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 979px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body11 {
	height: 2100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
}
#body12 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 1849px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body13 {
	height: 1240px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #901a1a;
	border-left-color: #901a1a;
	background-color: #FFFFFF;
	float: left;
}
#body14 {
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
	height: 969px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.blank1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	color: #000000;
}


.blank2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.blank3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.blank4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.blank5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.blank5 a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.blank5 a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.blank6 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.book_now {
	padding-left: 0px;
}
.book_now a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.book_now a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.book_now2 {
	padding-left: 50px;
}

.book_now2 a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.book_now2 a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#booknow3 {
	height: 30px;
	width: 735px;
	margin-top: 8px;
	margin-bottom: 6px;
}
.book_now4 {
	padding-left: 100px;
}
.book_now5 {
	float: right;
	margin-right: 35px;
}
*.book_now5 {
	float: right;
	margin-right: 17px;
}
*+.book_now5 {
	float: right;
	margin-right: 35px;
}
.book_now6 {
	float: left;
}

#bookonline1 {
	float: left;
	height: 125px;
	width: 735px;
	font-size: 12px;
	color: #544b44;
	margin-top: 8px;
	margin-bottom: 2px;
}
#bookonline2 {
	width: 106px;
	float: left;
	background-image: url(../images/book_online10.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 108px;
	margin-right: 14px;
	margin-left: 5px;
	padding-top: 11px;
	padding-left: 12px;
}
#bookonline3 {
	width: 199px;
	float: left;
}
#bookonline4 {
	width: 199px;
	float: left;
}
#bookonline5 {
	width: 190px;
	float: right;
}
#bottom3 {
	width: 958px;
	float:left;
	*float:none;
	margin-right: 11px;
	margin-left: 11px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 60px;
	line-height: 40px;
	text-indent: 20px;
}
#bottom3 a{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#bottom3 a:hover{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.but3 {
	float: right;
	margin-top: 8px;
}


#center {
	width: 510px;
	height: auto;
	float: left;
	text-align: justify;
}
*html #center {
	width: 510px;
	height: auto;
	float: left;
	margin-left: 4px;
}
*+html #center {
	width: 510px;
	height: auto;
	float: left;
	margin-left: 4px;
}
#center2 {
	width: 735px;
	height: auto;
	float: right;
}
#center_left {
	width: 205px;
	margin-right: 14px;
	*margin-right: 10px;
	float: left;
}
#center_left2 {
	background-color: #b13d3e;
	width: 205px;
	margin-bottom: 9px;
}
#center_left3 {
	background-color: #e67802;
	height: auto;
	width: 205px;
	margin-bottom: 9px;
}
#center_left4 {
	width: 205px;
	margin-right: 14px;
	*margin-right: 10px;
	float: left;
}
#center_right {
	width: 216px;
	margin-left: 7px;
	float: right;
	overflow:hidden;
	
}
#center_right2 {
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	
}
#center_right3 {
	width: 200px;
	margin-left: 7px;
	float: right;
	overflow:hidden;
	
}
.checkbox{
	height: 13px;
	width: 13px;
	border:1px solid #cd8988;
}
.clear {
	float: none;
}

#detail1 {
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-indent: 43px;
	background-image: url(../images/detail1.jpg);
}
#detail2 {
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-indent: 43px;
	background-image: url(../images/detail2.jpg);
}
#detail3 {
	height: 472px;
	width: 513px;
	background-color: #cecece;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
}
#detail4 {
	height: 74px;
	width: 525px;
	border: 3px solid #858585;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: 19px;
	margin-bottom: 15px;

}
#detail5 {
	width: 531px;
	margin-top: 8px;
	margin-bottom: 8px;

}
#detail6 {
	text-align: center;
	height: 382px;
	width: 513px;
}
#detail7 {
	height: 60px;
	width: 513px;
	margin-bottom: 5px;
}
#detail8 {
	height: 10px;
	width: 513px;
}
#detail9 {
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-indent: 43px;
	background-image: url(../images/detail4.jpg);
}

#discuss1 {
	float: left;
	width: 70px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#discuss2 {
	font-size: 13px;
	color: #000000;
	float: right;
	width: 430px;
}
.dotline {
	border-bottom:1px dashed #686343;
}
.dotline2 {
	border-bottom:1px dashed #686343;
	height: 40px;
}
.flight1 {
	float: left;
	width: 507px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.flight1 ul {
	margin: 0px;
        /*margin-bottom:5px;
        margin-left:0px;
        margin-right:0px;
        margin-top:5px;*/
	padding: 0px;
	list-style-type: none;
}
.classli {margin-bottom:8px;margin-top:8px;}
.flight1 li {
	font-size: 14px;
	color: #882220;
	font-weight: bold;
}
.flight1 li a{
	font-size: 14px;
	color: #882220;
	text-decoration: none;
	font-weight: bold;
}
.flight1 li a:hover{
	text-decoration: underline;
}
.flight1 ul ul{
	margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
        margin-top:5px;
	padding-left: 50px;
	list-style-type: none;
}
.flight1 li li{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.flight1 li li a{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.flight1 li li a:hover{
	text-decoration: underline;
}
.font1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.font2 {
	font-size: 13px;
	color: #fed396;
	font-weight: bold;
	text-align: left;
}
.font3 {
	font-size: 14px;
	color: #882220;
	font-weight: bold;
	text-align: left;
}
.font4 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.font4 a {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.font4 a:hover {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
.font5 {
	color: #a91313;
	font-size: 13px;
}
.font6 {
	color: #a91313;
	font-weight: bold;
}
.font7 {
	color: #872222;
	font-size: 14px;
}
.font8 {
	font-weight: bold;
}
.font9 {
	font-size: 11px;
	color: #616161;
}

.font10 {
	font-size: 12px;
	color: #FFFFFF;
}
.font10 a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.font10 a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.font11 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.font12 {
	font-size: 12px;
	color: #616161;
}
.font12 a{
	font-size: 12px;
	color: #616161;
	text-decoration: none;
}
.font12 a:hover{
	font-size: 12px;
	color: #616161;
	text-decoration: underline;
}
.font13 {
	font-size: 12px;
	color: #616161;
	font-weight: bold;
}
.font13 a{
	font-size: 12px;
	color: #616161;
	font-weight: bold;
	text-decoration: none;
}
.font13 a:hover{
	font-size: 12px;
	color: #616161;
	font-weight: bold;
	text-decoration: underline;
}
.font14 {
	font-weight: bold;
	text-decoration: underline;
}
.font15 {
	font-size: 12px;
	color: #000000;
}
.font16 {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.font17 {
	font-size: 18px;
	color: #882220;
}
.font18 {
	font-size: 13px;
	font-weight: bold;
	color: #5d5d5d;
}
.font19 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.font20 {
	font-size: 12px;
	color: #000000;
}
.font20 a{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.font20 a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.font21 {
	font-size: 24px;
	font-weight: bold;
	color: #882220;
}
.font22 {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}
.font23 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}




#image1 {
	float: left;
	width: 267px;
	text-align: center;
	background-image: url(../images/input6.jpg);
	background-repeat: no-repeat;
	height: 21px;
}
#image2 {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
#image3 {
	text-align: right;
	float: left;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	color: #a91313;
	
}
#image3 a{
	font-size: 12px;
	font-weight: bold;
	color: #a91313;
	text-decoration: underline;	
}
#image3 a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #a91313;
	text-decoration: none;	
}
#image4 {	
	float: right;
}
.image5 {
	float: left;
	padding-top: 3px;
	padding-left: 5px;
}

#image6 {
	float: left;
	width: 128px;
	text-align: center;
	background-image: url(../images/input2.jpg);
	height: 21px;
}
.image7 {
	border: 4px solid #929292;
}
.image8 {
	border: 4px solid #cd8988;
}
.image9 {
	background-image: url(../images/tour_background.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 121px;
	float: left;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.index_link_current{
	color: #FFFFFF;
	background-color: #f1cbc9;
	font-size: 12px;
	text-decoration: underline;
	float: none;
}

.input1 {
	border:none;
	background:none;
	height: 21px;
	width: 172px;
	line-height: 21px;
}
.input2 {
	border:none;
	background:none;
	height: 17px;
	width: 120px;
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #a59687;
}
.input3 {

	border:3px solid #8b8b8b;
	height: 18px;
	width: 148px;
	line-height: 18px;
	padding-left: 5px;
}
.input4 {

	border:1px solid #dd8883;
	height: 21px;
	width: 220px;
	line-height: 21px;
	padding-left: 5px;
}
.input5 {

	border:1px solid #dd8883;
	height: 21px;
	width: 156px;
	line-height: 21px;
	padding-left: 5px;
}
.input6 {
	width: 118px;
}
.input7 {
	height: 21px;
	width: 394px;
	border: 1px solid #a91313;
}
.input8 {
	height: 19px;
	width: 123px;
	border: 1px solid #a91313;
}
.input9 {
	width: 83px;
}
.input10 {
	width: 126px;
}
.input11 {
	/*height: 19px;*/
	width: 170px;
	border: 1px solid #a91313;
}
.input12 {
	height: 16px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a91313;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.textarea1 {
	border:1px solid #dd8883;
	width: 220px;
}
.insurance1 {
	float: left;
	width: 232px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.insurance2 {
	float: right;
	width: 232px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 118px;
	width: 980px;
}
#logo2 {
	float: left;
}
#logo3 {
	background-image: url(../images/logo3.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 173px;
	width: 406px;
}
#login {
	float: right;
	height: 100px;
	width: 350px;
	margin-top: 5px;
}
#login2 {
	height: 25px;
	width: 319px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	font-style: normal;
}
#login2 a{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#login2 a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#login3 {
	height: 25px;
	width: 239px;
	text-align: left;
	padding-left: 80px;
}
#login4 {
	height: 25px;
	width: 319px;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
#login4 a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#login4 a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#login5 {
	float: left;
	width: 500px;
}
#login6 {
	height: 27px;
	width: 319px;
	text-align: left;
}
#login7 {
	height: 25px;
	width: 307px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 12px;
}
#login7 a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	margin-right: 3px;
	margin-left: 3px;
}
#login7 a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#login7 span {
	font-size: 13px;
	font-weight: bold;
	float: left;
	color: #a59687;
}
#login8 {
	float: right;
	height: 100px;
	width: 350px;
	margin-top: 20px;
	margin-right: 5px;
}
#main_text1 {
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
	text-align: justify;

}

#main_text2 {
	font-size: 13px;
	color: #000000;
	height: auto;
	text-align: justify;
}
#main_text3 {
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
	text-align: justify;
}
#main_text4 {
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
	text-align: left;
}
#main_text4 ul {
	margin: 0px;
	padding: 0px;
}
#main_text4 li {
	font-size: 14px;
	color: #882220;
	font-weight: bold;
}
#main_text4 li a{
	font-size: 14px;
	color: #882220;
	text-decoration: none;
	font-weight: bold;
}
#main_text4 li a:hover{
	font-size: 14px;
	color: #fe9d03;
	font-weight: bold;
}
#main_text4 ul ul{
	margin: 0px;
	padding-left: 200px;
	list-style-type: none;
}
#main_text4 li li{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
#main_text4 li li a{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#main_text4 li li a:hover{
	font-size: 13px;
	color: #fe9d03;
	font-weight: normal;
}
.map1 {
	width: 938px;
	background-image: url(../images/map2.jpg);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.map2 {
	float: left;
}

.map3 {
	float: right;
	margin-top: 10px;
}
.map4 {
	width: 958px;
	background-image: url(../images/map1.jpg);
	text-indent: 30px;
	height: 41px;
	padding-top: 14px;
	float: left;
}
.map5 {
	background-image: url(../images/map3.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 958px;
	float: left;
}

#menu {
	background-image: url(../images/menu.jpg);
	height: 64px;
	width: 958px;
	margin-right: 11px;
	margin-left: 11px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-bottom:5px;
}
#menu ul li a{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	text-decoration: none;
	background: url(../images/menu1.jpg) repeat-x;
	width: auto;
	padding:0 15px;
}
#menu ul li a:hover{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	background-image: url(../images/menu1_2.jpg);
	background-repeat: repeat;
	text-decoration: none;
}
#menu ol {
width:600px;
position: absolute;
left: -9999px;
}
#menu ol li{
padding-top:4px;
}
#menu ol li a{
	color:#FFFFFF;
	width: 45px;
	border-bottom:0;
	font-size: 12px;
	text-decoration: none;
}
#menu ol li a:hover {
text-decoration:underline;
font-weight:bold;
border-bottom:0;
}
.mi_mid3 {
	float: left;
	width: 710px;
	padding: 10px;
}
.mi_mid4 {
	float: left;
	width: 340px;
}
.mi_mid5 {
	float: right;
	width: 340px;
}
.more {
	text-align: right;
	font-size: 12px;
	color: #a91313;
}
.more a{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: underline;
}
.more a:hover{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: none;
}
.more2 {
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}
.more2 a{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.more2 a:hover{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.more3 {
	font-size: 12px;
	color: #a91313;
}
.more3 a{
	font-size: 12px;
	color: #a91313;
	text-decoration: underline;
}
.more3 a:hover{
	font-size: 12px;
	color: #a91313;
	text-decoration: none;
}
.more4 {
	font-size: 12px;
	color: #a91313;
}
a.more4{
	font-size: 12px;
	color: #a91313;
	text-decoration: underline;
}
a.more4:hover{
	font-size: 12px;
	color: #a91313;
	text-decoration: none;
}
.newsletter {
	background-image: url(../images/input1.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 174px;
}
#next {
	line-height: 22px;
	height: 22px;
	width: 730px;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#next2 {
	line-height: 22px;
	height: 22px;
	width: 730px;
	float: left;
	text-align: right;
	vertical-align: middle;
}
#person_photo {
	height: 107px;
	width: 106px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


#photo_gallery {
	float: left;
	height: 146px;
	width: 735px;
	margin-bottom: 10px;
}
*html #photo_gallery {
	float: left;
	height: 152px;
	width: 735px;
}
#photo_gallery_top {
	background-image: url(../images/frame_top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 735px;
}

#photo_gallery_center {
	height: 129px;
	width: 708px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0a9a4;
	border-left-color: #e0a9a4;
	padding-right: 15px;
	padding-left: 8px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
*html #photo_gallery_center {
	height: 135px;
	width: 708px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0a9a4;
	border-left-color: #e0a9a4;
	padding-right: 15px;
	padding-left: 8px;
	text-align: justify;
}
#photo_gallery_center2 {
	float: left;
	width: 167px;
	background-image: url(../images/photo9.jpg);
	height: 122px;
	padding-top: 8px;
	padding-left: 8px;
}
#photo_gallery_center3 {
	float: right;
	width: 530px;
	text-align: justify;
}
#photo_gallery_center4 {
	height: 98px;
}



#photo_gallery_bottom {
	background-image: url(../images/frame_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 735px;
}

.prev {
	text-align: right;
	font-size: 12px;
	color: #a91313;
}
.prev a{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: underline;
}
.prev a:hover{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: none;
}

#scroll1 {
	float: left;
	width: 20px;
	padding-top: 20px;
}
#scroll2 {
	float: left;
	margin-right: 9px;
	margin-left: 10px;
}
#scroll2 img{
	padding-right: 8px;
	padding-left: 8px;
}
#scroll3 {
	float: right;
	padding-top: 20px;
}
#search {
	float: left;
	height: auto;
	width: 735px;
}
#search2 {
	float: left;
	height: auto;
	width: 735px;
	margin-top: 7px;
	margin-bottom: 12px;
}
#search_top{
	background-image: url(../images/search_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 735px;
	float: left;
}
#search_center{
	height: auto;
	width: 730px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}
#search_bottom{
	background-image: url(../images/search_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 735px;
	float: left;
}
#step1 {
	background-image: url(../images/step1.jpg);
	height: 35px;
	width: 128px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.step_table1 {
	background-color: #FFFFFF;
}
.step_table1_2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.step_table2 {
	background-color: #525252;
	width: 100%;
	height: 402px;
	padding-left: 0px;
}
.step_table2 td {
	padding-left: 10px;
}
.step_table3 {
	background-color: #9a9999;
}
.step_table3_2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.step_table3 td {
/*
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.terms {
	list-style-type: decimal;
	font-weight: bold;
	color: #FF0000;
}





.text_input {
	font-size: 12px;
	color: #000000;
	height: 100px;
	width: 525px;
}

#title {
	line-height: 27px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
}
#title2 {
	line-height: 27px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	margin-top: 10px;
}
#title3 {
	line-height: 27px;
	background-image: url(../images/title_bg2.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#title4{
	line-height: 27px;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	background-color: #c55d5d;
}
#title5 {
	line-height: 27px;
	background-image: url(../images/title_bg3.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 499px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	float: left;
}
#tour {
	width: 205px;
	height: 31px;
	line-height: 31px;
	text-indent: 8px;
	background-image: url(../images/sub_menu1.jpg);
}
#tour2 {
	width: 205px;
	height: 37px;
	line-height: 31px;
	text-indent: 8px;
	background-image: url(../images/sub_menu2.jpg);
}
#tour3 {
	width: 205px;
	height: 37px;
	line-height: 31px;
	text-indent: 8px;
	background-image: url(../images/sub_menu2.jpg);
}
#tour_text {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7a1e1f;
	border-bottom-color: #7a1e1f;
	border-left-color: #7a1e1f;
	width: 199px;
	padding-bottom: 10px;
	text-align: left;
}
.tour_text_ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.tour_text_ul2 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	background-image: url(../images/icon1.gif);
	background-position: 173px center;
	background-repeat: no-repeat;
}

.tour_text_ul li {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 12px;
	text-align: left;
}
.tour_text_ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.tour_text_ul li a:hover {
	font-size: 13px;
	color: #fe9d03;
	text-decoration: none;
	text-align: left;
}
*html .tour_text_ul li {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 12px;
	text-align: left;
}
*+html .tour_text_ul li {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 12px;
	text-align: left;
}




#tour_text2 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7a1e1f;
	border-bottom-color: #7a1e1f;
	border-left-color: #7a1e1f;
	width: 175px;
	text-align: left;
}
#tour_text3 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ab5b04;
	border-bottom-color: #ab5b04;
	border-left-color: #ab5b04;
	width: 175px;
	text-align: left;
}
#tour_text4 {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ab5b04;
	border-bottom-color: #ab5b04;
	border-left-color: #ab5b04;
	width: 175px;
	background-color: #e77804;
}
#tour_text4 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#tour_text4 li {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#tour_text4 li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#tour_text4 li a:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#tour_text4 li li {
	background-image: url(../images/tree_menu3.gif);
	background-repeat: no-repeat;
	background-position: 6px top;
	text-indent: 24px;
}

.tool_box6{ width:188px; float:right;}
.background {
	background-image: url(../images/red_background.jpg);
	background-repeat: repeat;

}
.grey_word {
	color:#999 !important;
}

/* ????????? 
--------------------------------*/
#float_tip {
	background-image: url(../images/float_lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1000;
	position: absolute;
}
#float_tip #float_wrap {
	background-image: url(../images/float_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#float_tip #float_head {
	background-image: url(../images/float_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	overflow: hidden;
}
#float_tip h2 {
	background-image: url(../images/float_t.gif)!important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
	margin: 0 10px 0 10px !important;
	padding: 0px !important;
	height: 9px !important;
	line-height: 0px !important;
}
#float_tip #float_body {
	background-color: #FFF;
	background-image: url(../images/float_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#float_tip #float_body #float_inner {
	background-image: url(../images/float_r.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
#float_tip #float_bottom {
	background-image: url(../images/float_rb.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
	overflow: hidden;
}
#float_tip #float_bottom_inner {
	background-image: url(../images/float_b.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
	margin: 0 10px 0 32px;
}
#float_content {
	border: 1px solid #FFF;
}
/* ????????? end
--------------------------------*/


/* News Styles */

table.NewsListing
{
	width: 100%;
}

td.NewsTitleListing
{
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size:13px;
}

td.NewsTitleListing a:link, td.NewsTitleListing a:visited, td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
}

td.NewsSummaryListing
{
	padding-top: 10px;
	padding-bottom: 10px;
}
a.ReadMorLink:link, a.ReadMorLink:visited, a.ReadMorLink:active, a.ReadMorLink:hover
{
	color: #FF0000;
	padding-left: 10px;
}


table.NewsDetails
{
	width:100%;
}

td.NewsTitleDetails
{
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size:13px;
}

td.NewsDatePostedDetails
{
	display:none;
}

td.NewsSummaryDetails
{
	display:none;
}
td.NewsDescription
{
	padding-top: 10px;
	padding-bottom: 10px;
}

table.NewsListingSideBar
{
	width: 100%;
}

td.NewsTitleListingSideBar
{
	font-size: 13px;
	color: #fed396;
	font-weight: bold;
	text-align: left;
}

td.NewsTitleListingSideBar a:link, td.NewsTitleListingSideBar a:visited, td.NewsTitleListingSideBar a:active
{
	text-decoration: none;
	font-size: 13px;
	color: #fed396;
	font-weight: bold;
	text-align: left;
}

td.NewsTitleListingSideBar a:hover
{
	text-decoration: underline;
}

td.NewsSummaryListingSideBar
{
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

td.AllNewsListingSideBar
{
	text-align:right;
}
a.AllNewsListingLinkSideBar:link, a.AllNewsListingLinkSideBar:visited, a.AllNewsListingLinkSideBar:active, a.AllNewsListingLinkSideBar:hover
{
	color: #FFFFFF;
}

/* Routes Styles */

table.RouteListingSideBar
{
	width: 100%;
}
td.RouteTitleListingSideBar
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 12px;
	text-align: left;
}

td.RouteTitleListingSideBar a:link, td.RouteTitleListingSideBar a:visited, td.RouteTitleListingSideBar a:active  
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
td.RouteTitleListingSideBar a:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fe9d03;
	text-decoration: none;
	text-align: left;
}

table.RouteDetails
{
	width: 100%;
}

td.RouteDetailsTitle
{
	font-size: 14px;
	color: #882220;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.RouteDetailsPrice
{
	color: green;
}

td.RouteDetailsDescription
{
	padding-top: 20px;
	vertical-align: top;
	text-align:left;
}

td.RouteDetailsImage
{
	vertical-align: top;
	text-align:right;
}

.AttractionHeader
{
	line-height: 27px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	margin-top: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

table.AttractionItem
{
	width: 100%;
}

table.AttractionItem td
{
	vertical-align:top;
}
img.AttractionItemImage
{
	background-image: url(../images/tour_background.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 121px;
	float: left;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 9px;
}

.AttractionItemTitle
{
	padding-top: 10px;
	color: #a91313;
	font-weight: bold;
}
.AttractionItemDescriotion
{

}

table.RouteSectors
{
	width: 100%;
}

.RouteSectorsHeader
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #882220;
	font-weight: bold;
	text-align: left;
}

a.RouteSectorParentRouteLink:link, a.RouteSectorParentRouteLink:visited, a.RouteSectorParentRouteLink:hover, a.RouteSectorParentRouteLink:active
{
	font-size: 14px;
	color: #882220;
	font-weight: bold;
	text-align: left;
}

.RouteSectorsTitleContainer
{
	line-height: 27px;
	background-image: url(../images/title_bg2-V2.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 27px;
	width: 735px;
	text-indent: 10px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}

.RouteSectorsTitleLeft
{
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}

.RouteSectorsTitleRight
{
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 0px;
}

.RouteSectorsTitleRight a:link, .RouteSectorsTitleRight a:visited, RouteSectorsTitleRight a:active
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.RouteSectorsTitleRight a:hover
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

.RouteSectorsBookNow
{
	padding-left: 0px;
}

.RouteSectorsMoreInfo
{
	padding-left: 50px;
}

.RouteSectorsBookNow a:link, .RouteSectorsBookNow a:visited, RouteSectorsBookNow a:active
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.RouteSectorsBookNow a:hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.RouteSectorsMoreInfo a:link, .RouteSectorsMoreInfo a:visited, .RouteSectorsMoreInfo a:active
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.RouteSectorsMoreInfo a:hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#RouteSectorDetailContailer 
{
	float: left;
	height: 125px;
	width: 735px;
	font-size: 12px;
	color: #544b44;
	margin-top: 8px;
	margin-bottom: 2px;
}

#RouteSectorDetailCol1 
{
	width: 106px;
	float: left;
	background-image: url(../images/book_online10.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 108px;
	margin-right: 14px;
	margin-left: 5px;
	padding-top: 11px;
	padding-left: 12px;
}

#RouteSectorDetailCol2 
{
	width: 199px;
	float: left;
}

#RouteSectorDetailCol3 
{
	width: 199px;
	float: left;
}
#RouteSectorDetailCol4 
{
	width: 190px;
	float: right;
}

p.SectorLabel
{
	padding:0px;
}

p.SectorDetails
{
	font-size: 14px;
	color: #882220;
	font-weight: bold;
	text-align: left;
	padding:0px;
}

.RecommendedRoutesContailer
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.RecommendedRoutesLinkAndImage img
{
	border: 4px solid #929292;
}

.RecommendedRoutesTitle
{
	color: #a91313;
	font-weight: bold;
}

.RecommendedRoutesPrice
{
	color: #a91313;
	font-size: 13px;
}

.RecommendedRoutesBrief p
{
	padding: 0px;
}

.RecommendedRoutesMoreLink
{
	text-align: right;
	font-size: 12px;
	color: #a91313;
}

.RecommendedRoutesMoreLink a:link, .RecommendedRoutesMoreLink a:active, .RecommendedRoutesMoreLink a:visited
{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: underline;
}

.RecommendedRoutesMoreLink a:hover
{
	text-align: right;
	font-size: 12px;
	color: #a91313;
	text-decoration: none;
}

#center3
{
	width: 950px;
	/*height: auto;*/
	min-height: 650px;
	float: left;
	text-align: justify;
	background-color: #ffffff;
}

#search_center2
{
	background-color: #ffffff;
}

table.BookingIndividualsTable
{
	float:left;
	/*width: 100%;*/
	margin-top: 5px;
}

tr.BookingIndividualsHeaderRow td
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:#A7303C;
	border-bottom: 1px solid #9a9999;
}

tr.BookingIndividualsRow td
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
}

tr.BookingIndividualsError td
{
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
	color:red;
}

tr.BookingIndividualBottom td
{
	padding-top: 10px;
}

.BookingIndividualInput
{
	height: 19px;
	width: 85px;
	border: 1px solid #a91313;
}

.BookingIndividualInput2
{
	height: 19px;
	width: 130px;
	border: 1px solid #a91313;
}

tr.Error td
{
	color:red;
}

tr.OrderConfirmationError td
{
	color: red;
}
tr.OrderConfirmationCaption td
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

table.OrderConfirmationTable
{
	float:left;
	border: 1px solid #ccc;
	margin: 5px 0px 0px 0px;	
	background-color: #FAFAFA;
	padding: 3px;
	width: 100%;
}

tr.OrderConfirmationRow td
{
	vertical-align: middle;
}

tr.OrderConfirmationRow td input
{
	vertical-align: top;
	padding: 0px;
}

tr.OrderConfirmationLabel td
{
	color:#A7303C;
	font-size: 12px;
	font-weight: bold;
}

.TotalBookingAmount
{
	font-size: 18px;
	font-weight: bold;
	color: #A7303C;
}

#TopLoginDiv
{
	float: left;
	width: 267px;
	text-align: center;
	background-image: url(../images/input6.jpg);
	background-repeat: no-repeat;
	height: 21px;
}

#titlebooking {
	line-height: 27px;
	background-image: url(../images/title_bg_booking.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 950px;
	text-indent: 10px;
	float: left;
}

a.BookingButtonLink1:link, a.BookingButtonLink1:hover, a.BookingButtonLink1:visited, a.BookingButtonLink1:active
{
	display:inline-block;
	zoom: 1; 
	background-color: #ae2827; 
	color: #ffffff; 
	min-width: 85px;
	text-align:center;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px outset;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}


a.BookingButtonLink2:link, a.BookingButtonLink2:hover, a.BookingButtonLink2:visited, a.BookingButtonLink2:active
{
	display:inline-block;
	zoom: 1; 
	background-color: #ae2827; 
	color: #ffffff; 
	min-width: 85px;
	text-align:center;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px outset;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

table.MyBookingsTable
{
	float:left;
	/*width: 100%;*/
	border-left: 1px solid #9a9999;
	border-top: 1px solid #9a9999;
	margin-top: 5px;
}

tr.MyBookingsHeaderRow td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color:#A7303C;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
}

tr.MyBookingsRow td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
}

tr.MyBookingsError td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
	color:red;
}

tr.BookingIndividualBottom td
{
	padding-top: 10px;
}
tr.MyBookingsNoRecords td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
}

form
{
	margin:0px;
	padding: 0px;
}

#Booking
{
	background-color: #ffffff;
}