body, p, th, td {
	font-family: "Verdana","Arial", "Sans-Serif";
	font-size: 11px;
	color: #333;
	line-height: 16px;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #181815;
	background-image: URL("../_images/body-background.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

a {
	font-size:10px;
	text-decoration: none;
	color: #960;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.imgLeft {
	margin-top: 3px;
	margin-right: 8px;
}

p, form,ul {
	margin: 0;
	padding: 0 0 10px 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "Trajan","Trajan Pro", "Georgia","Serif";
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

h2 {
	/*font-family: "Trajan","Trajan Pro", "Georgia","Serif"; edit oui*/
	font-family: "Georgia","Serif";
	font-size: 12px;
	font-weight: normal; 
	padding: 5px 0 4px 0;
	color: #960;
	/*font-variant: small-caps; edit oui*/
}


h3 {
	/*font-family: "Trajan","Trajan Pro", "Georgia","Serif"; edit oui*/  
	font-family:"Georgia","Serif";
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 2px 0;
	color: #960;
}

hr {
	display: block
	color: #FFF;
	border: none;
	border-top: 1px dotted #999;
	height: 1px;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	line-height: 1px;
	background-image: URL("../_images/hr.gif");
	background-position: left center;
	background-repeat: repeat-x;
}

ul {
	margin: 0 0 0 20px;
}

input {
	vertical-align: middle;
}
.ui-datepicker-trigger {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}

#areaFooter {
	font-size: 10px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-color: #181815;
}

#bgFooter {
	background-image: URL("../_images/bg-areafooter.gif");
	background-repeat: no-repeat;
	background-position: left top;

	height: 30px;
	width: 1000px;
	margin: 0 auto;
}

.index #bgFooter {
	/*background-image: URL("../_images/bg-areafooter-home.gif");*/
}
#areaFooter .spaceFooter {
	text-transform: uppercase;	
	width: 1000px;
	margin: 0 auto;
}

#areaFooter span {
/*	width: 1000px;*/
	display: inline;
	color: #333;
	padding: 0 5px;
}

#areaFooter .footerLegend {
	padding: 2px 0 2px 20px;
	color: #666;
	float: left;
}

#areaFooter .footerLinks {
	float: right;
	padding: 2px 10px 2px 0;
	color: #666;
}

#areaFooter .footerLinks a {
	color: #666;
	padding: 0 2px;
}
#areaFooter .footerLinks a:hover, #areaFooter .footerLinks a.actived {
	text-decoration: none;
	color: #FFF;
}

.bdWhite {
	width: 998px;
	border: 1px solid #FFF;
	border-bottom: none;
	margin: 0 auto;
}

#areaContainer {
	width: 992px;
	margin: 0 auto;
	border: 3px solid #E6E6E5;
	border-bottom: none;
	background-image: URL("../_images/bg-areacontainer.gif");
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 980px;
	_height: 980px;
}

.index #areaContainer {
	min-height: 586px;
	_height: 586px;
}

#areaTopNav {
	width: 1000px;
	margin: 0 auto;
	font-family: "Verdana", "Arial", "Sans-Serif";
	font-size: 10px;
	color: #333;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

#areaTopNav .language{
	padding: 0 0 0 20px;
}

#areaTopNav .nav{
	padding: 0 20px 0 0;
	float: right;
}

#areaTopNav a {
	color: #666;
	padding: 0 5px;
}

#areaTopNav a:hover, #areaTopNav a.actived {
	text-decoration: none;
	color: #960;
}

#areaTopNav span {
	display: inline;
	color: #333;
	padding: 0 5px;
}

#areaKicker {
	float: left;
	width: 220px;
	background-image: URL("../_images/kicker-background.jpg");
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 20px 0 0 0;
}

#areaKicker .logo {
	padding: 0 32px 17px 36px;
}

#areaKicker ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#areaKicker ul.links a {
	height: 32px;
	display: block;
/*
	padding: 18px 0 0 38px;
	height: 14px;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	background-image: URL("../_images/kicker-link.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
*/
}
#areaKicker ul.links a:hover, #areaKicker ul.links a.actived {
/*
	color: #960;
	text-decoration: none;
	padding: 18px 0 0 33px;
*/
}

#areaKicker .signup {
	background-image: URL("../_images/kicker-background-grey.jpg");
	background-repeat: repeat-y;
	padding: 14px 10px;
	margin-bottom: 10px;
	height: 60px;
}

#areaKicker	.inp_submit_field {font-size: 11px; width: 155px; float: left; color: #666; padding: 3px 0px 4px 5px; margin: 0 0 0 5px; height: 16px; border: 1px solid #b2b2b2; border-right: none;}
#areaKicker .inp_submit_send {
		background-image: URL("../_images/inp_submit_send.gif");	
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
		border: 0; 
		cursor: pointer;
		float: left;
	}
#areaKicker input.errInput {background-color: #FC9;}


#areaKicker p {
	padding: 5px 10px 10px 10px;
	font-family: "Verdana","Arial", "Sans-Serif";
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

#areaKicker p span {color: #960;}

#areaKicker a {
	font-size:10px;
	text-decoration: none;
	color: #960;
	}
#areaKicker a:hover {color: #000; text-decoration: none;}


#areaBody {
	margin: 12px 12px 0 240px;
	_margin: 12px 12px 0 237px;
}

.Home #areaBody {
	margin: 12px 12px 0 240px;
	_margin: 12px 12px 0 237px;
}

#areaBody .headerBanner {
	background-image: URL("../_images/background-image-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 200px;
}

.Memorable #areaBody .headerBanner {
	background-image: none;
	height: 295px;
}


#areaBody .contentSpace {
	padding: 15px 2px 15px 20px;
}

.title-background {
	padding: 4px 0 0 15px;
	margin-bottom: 5px;
	background-image: URL("../_images/body-title-background.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	clear: both;
}

.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
  _clear: none;

}

/*
.txt-signup {
	border: 1px solid #848484;
	border-right: none;
	height: 16px;
	padding: 1px 5px;
	font-size: 11px;
	vertical-align: middle;
	width: 150px;
}

.btn-signup {
	border: 1px solid #848484;
	border-left: none;
	background-color: #C8C8C8;
	font-size: 11px;
	margin: 0;
	padding: 0 5px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

#areaInineKicker {
	border: 1px solid #999;
	margin: 10px 0;
}

#areaInineKicker .title-background {
	margin: 0;
}
#areaInineKicker p {
	padding: 5px 0 5px 5px;
}
*/


#areaLeftBar {
	width: 1072px;
	margin: 0 auto;
}

#areaLeftBar .facebook {
	position: absolute;
	float: left;
	height:101px;
	margin-top: 103px;
	border-right:5px solid #FFFFFF;
	background-color:#FFF;
}

#areaLeftBar .facebook a:hover{
	margin-left: -3px;
	border-bottom:none;
}
.colorGold {color: #960;}
.spaceKicker {padding: 0 5px 0 10px;}
.fontMed {font-size: 11px;}

.containerShadow {
	margin: 0 auto;
	width: 1030px;
	background-image: URL("../_images/bg-containershadow.png");
	background-repeat: repeat-y;
	background-position: center center;
}

.tableRate {margin-top:3px; margin-bottom:5px;}
.tableRate th {
	font-family: "Trajan Pro", "Georgia","Serif", "Trajan Pro";
	font-size: 12px;
	font-weight:normal;
	text-align: center; vertical-align: middle; 
	background-image: URL("../_images/bg_rate_grey.gif");
	background-repeat: repeat-x;
	height: 30px;
	_height: 28px;
	color: #960;
	border-top: 1px solid #D6D6D6; 
	border-bottom: 1px solid #D6D6D6; 
	border-left: 1px solid #D6D6D6;	
}


.tableRate td {
	padding-left: 30px;	
	height: 32px; _height: 31px; 
	text-align: left; 
	vertical-align: middle; 
	background-color: #FFF; 
	border-bottom: 1px solid #D6D6D6; 
	border-left: 1px solid #D6D6D6;
}
.tableRate td.left {padding-left: 15px;}

.bgHomepage {	
	/*background-image: URL("../_images/bg-homepage.jpg");*/
	background-repeat: no-repeat;	
	height: 486px;
	padding: 100px 0 0 0;
}

.floatRight{
	position:absolute;
	z-index:101;
	float: right; 
	text-align: right;
	margin-left:728px;
}

.thai{
	margin-left:665px;
}

.floatLeft {
	position:absolute;
	z-index:101;
	float: left;
}

.formStyle {}

.formStyle {width: 400px; font-style: Verdana, Arial; font-size: 11px; color: 333;}
.formStyle label {font-size: 11px;}
.formStyle label span {color: #960;}
.formStyle td {padding: 5px 0; vertical-align: top;}
.formStyle input, .formStyle select, .formStyle textarea {width: 250px; color:#666; font-size: 10px; margin-right: 1px; }
.formStyle input.button {width: 60px; color: #FFF; font-size: 12px; font-family: arial;}
.formStyle input.errInput, .formContact textarea.errInput {border: 2px solid #F60;}
.formStyle input.xsmall {width:50px;}
.formStyle input.small {width:90px;}
.formStyle input.med {width:130px;}

ul.gallery {list-style: none; margin: 0 0 40px 0;}
ul.gallery li {display: block; float: left; margin: 0 12px 12px 0;}	
ul.gallery li a {display: block; border: 3px solid #FFF; line-height: 0;}
ul.gallery li a:hover { border: 3px #960 solid; }

.gallery_page {border-bottom: 1px dotted #999; text-align: right; padding-bottom: 2px; margin-right: 15px;}
.gallery_page a {color: #666; text-decoration: none;}
.gallery_page a:hover, .gallery_page a.actived {color: #960; text-decoration: none;}

#bannerFlash{
	position:absolute;
	z-index:100;
	margin:2px 2px 2px 1px;
	min-width:992px;
	_width:992px;
	min-height:613px;
	_height:613px;
	background-color:#E6E6E5;

}

.absolute{
	margin-left:520px;
	position:absolute;
	z-index:101;
	float:right;
}

#skipIntro{
	margin-left:923px;
	margin-top:405px;
	position:absolute;
	z-index:102;
}

#areaKicker .error{
	border:1px solid red;
}

ul.sitemap , ul.subsitemap{
	list-style-type:none;
}

ul.sitemap{
	margin:10px 0 0 35px;
	padding:0;
}

ul.subsitemap{
	margin:0px 0 0 20px;
	padding:0;
}

ul.sitemap li , ul.subsitemap il{
	line-height:24px;
}

ul.sitemap li a{
	color:#333333;
}

.th a{
	font-size:12px;
}

button.pic-button{
	cursor:pointer;
	margin:0;
	padding:0;
	border:none;
}