/*BODY
*****************************************************************************************************/
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
body {
	background-image: url(../images/body/bg_body.jpg);
	background-repeat: repeat;
	color: #726759;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
html, body, #body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
p {
	color: #726759;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:16px;
}
h1 {
	color: #585858;
	font-family: "Trebuchet MS";
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 26px;
	line-height:29px;
}
h2 {
	color: #726759;
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	color: #959595;
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #a45b4a;
}
a:visited {
	color: #a45b4a;
}
a:hover {
	color: #726759;
}
a:active {
	color: #726759;
}
li {
	font-family: "Trebuchet MS";
	color: #726759;
	font-size: 12px;
	line-height:16px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	padding-left: 10px;
	width: auto;
}
#body {
	margin: 0;
	vertical-align: top;
	width: 100%;
}
.bg_body_header {
	background-image: url(../images/body/bg_body_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg_body {
	background-color: #ececec;
}
.height27{
	height:27px;
}
.height39{
	height:39px;
}
.height5{
	height:5px;
	line-height:5px;
}
.height10{
	height:10px;
	line-height:10px;
}
.height1{
	height:1px;
	line-height:1px;
}
.photo {
	background-color: #0b0811;
	height:399px;
	background-image: url(../images/body/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
DIV.separator {
	height: 1px;
	padding: 0;
	margin: 0;
	background-color:#d6d6d5;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
DIV.separator2 {
	height: 1px;
	padding: 0;
	margin: 0;
	background-color:#f5f5f5;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
DIV.separator3 {
	height: 1px;
	padding: 0;
	margin: 0;
	background-color:#f5f5f5;
	width: 100%;
	clear: both;
	margin-top:15px;
	margin-bottom:15px;
	overflow: hidden;
}
DIV.separator_add {
	height: 1px;
	padding: 0;
	margin: 0;
	background-color:#f5f5f5;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
	line-height:20px;
}
/*FS BOX
*****************************************************************************************************/
.fs{
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left:17px;
	height:24px;
}
.fs2{
	color: #5a5a5a;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height:20px;
}
/*ACTIONABLE MENU
*****************************************************************************************************/
ul#topmenu {
	float: right;
	margin:0;
	padding:0;
}
ul#topmenu li {
	margin:0;
	padding:0;
	background-image:none;
	list-style:none;
	list-style-image:none;
	float:left;
	margin-left: 20px;
	padding-bottom:14px;
	text-transform:uppercase;
}
ul#topmenu li a {
	margin:0;
	padding:0;
	color: #a8a8a8;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
}
ul#topmenu li a:hover, ul#topmenu li a.active {
	color: #ffffff;
}

/* NEW - SUBMENU - ROLER*/

.menu#mainmenu {
	position:relative;
	z-index:8888;
}
.menu#mainmenu li {
	position:relative;
	display:inline;
}
.menu#mainmenu a {
	line-height:30px;
}
.menu#mainmenu h3 {
	display:none;
}
.menu#mainmenu ul {
	background-color:#383838;
	position:absolute;
	top:30px;
	left:0;
	display:none;
	padding:8px;
	z-index:99999;
	margin:0;
	padding:0;
}
.menu#mainmenu ul li {
	display:block;
	padding:0 0 5px 0;
	margin:0;
	overflow:visible;
}

.menu#mainmenu ul li, .menu#mainmenu ul a {
	height:auto;
	line-height:20px;
	float:none;
	padding:0;
	margin:0;
}
.menu#mainmenu ul a {
	display: block;
	text-decoration: underline;
	padding:5px 15px 5px 15px;
}
.menu#mainmenu li:hover ul a {
	font-size:10px!important;
	height:20px;
}
.menu#mainmenu ul a, .menu#mainmenu li:hover ul a {
	color:#bbbbbb;
	font-weight: bold;
	white-space:nowrap;
	text-decoration:none;
	background-image: none !important;
}
.menu#mainmenu li:hover ul a:hover, .menu#main li:hover ul a.active {
	color:#4a4a4a;
	padding:5px 15px;
}

/*MAIN MENU
*****************************************************************************************************/

ul#mainmenu {
	float: right;
	margin: 0;
	padding: 0;
}
ul#mainmenu li {
	background-image:none;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-transform:uppercase;
}
ul#mainmenu li a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
	text-transform:uppercase;
}
ul#mainmenu li a:hover, ul#mainmenu li a.active {
	color: #a8a8a8;
}
/*FOOTER MENU
*****************************************************************************************************/
ul#footermenu {
	float: left;
	margin:0;
	padding:0 0 0 20px;
}
ul#footermenu li {
	margin:0;
	padding:0;
	background-image:none;
	list-style:none;
	list-style-image:none;
	float:left;
	padding-right:6px;
	padding-left:6px;
	padding-top:20px;
	padding-bottom:20px;;
	text-transform:uppercase;
}
ul#footermenu li a {
	margin:0;
	padding:0;
	color: #a8a8a8;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
ul#footermenu li a:hover, ul#footermenu li a.active {
	color: #ffffff;
}

/***3HOTELS**/

ul#footermenu.cities {
	margin:-20px 35px 0;
	padding:0 0 0 20px;
}
ul#footermenu.cities li {
	margin:0;
	padding:0;
	background-image:transparent url(../images/separator.gif) no-repeat 100% 2px;
	list-style:none;
	list-style-image:none;
	float:left;
	padding-right:6px;
	padding-left:6px;
	padding-top:20px;
	padding-bottom:20px;;
	text-transform:uppercase;
}
ul#footermenu.cities li a {
	margin:0;
	padding:0;
	color: #a8a8a8;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
ul#footermenu.cities li a:hover, ul#footermenu.cities li a.active {
	color: #ffffff;
}


.cities#footermenu {
	margin: 20px auto 0;
	width: 460px;
}
.cities#footermenu li {
	background: transparent url(../images/separator.gif) no-repeat 100% 23px;
}

.menu#footermenu li.last {
	background: none;
}


/*FOOTER
*****************************************************************************************************/
.copyright {
	color: #8e8e8e;
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.footer_text {
	font-family: "Trebuchet MS";
	color: #8b8b8b;
	font-size: 12px;
}
/* SUBMENU
*****************************************************************************************************/
DIV.submenu {
	width: 170px;
	float: right;
	margin-left:10px;
	margin-bottom:20px;
}
div.submenu a.menu_sub_h {
	color: #585858;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 16px;
	line-height:18px;
	text-decoration:none;
}
div.submenu a.menu_sub_h:hover, div.submenu a.menu_sub_h:active {
	color: #a45b4a;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 16px;
	line-height:18px;
	text-decoration:none;
}
div.submenu h3.submenu {
	padding-top:0em;
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 16px;
	line-height:18px;
	text-decoration:none;
}
ul#submenu {
	margin:0;
	padding:0;
	float: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a258c6;
	text-transform: uppercase;
}
ul#submenu li {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a258c6;
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;	
	text-transform: uppercase;
	background-image:none;
	list-style-image:none;
	padding-left:0px;	
	
}
ul#submenu li a {
	color: #515151;
	background-image: url(../images/body/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	padding-left: 10px;
	width: auto;
	text-decoration:none;
	line-height:16px;
}
ul#submenu li a:hover, ul#submenu li a.active {
	color:#aaaaaa;
	background-image: url(../images/body/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}
/*FORMS
*****************************************************************************************************/
.form_00 {
	font-family: "Trebuchet MS";
	color: #7b7b7b;
	font-size: 12px;
	width:100%;
}
.forms {
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	height: 11px;
}
.month {
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	width:50px;
}
.day {
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	width:45px;
}
.year {
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	width:55px;
}
.number {
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	width:45px;
}
DIV.separator_box {
	height: 1px;
	width: 100%;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left center;
	line-height:1px;
}
.bg_separator_box {
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.forms_header{
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	padding-left:17px;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 16px;
	line-height:18px;
}
.forms_header2{
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	padding-left:11px;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 16px;
	line-height:18px;
}
.forms_fieldsnames{
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	height:20px;
}
.forms_fieldsnames2{
	color: #7b7b7b;
	font-family: "Trebuchet MS";
	font-size: 10px;
	padding-left:17px;
	height:24px;
}
.bg_table1 {
	background-color:#e2e2e2;
	color: #726759;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height:20px;
}
.bg_table2 {
	background-color:#f5f5f5;
	color: #726759;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height:20px;
}
.formbutton {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a45b4a;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border:none;
	line-height:20px;
}
a.formbutton:link, a.formbutton:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a45b4a;
	padding: 6px;
	margin: 1px;
	line-height:30px;
}
a.formbutton:hover, a.formbutton:active {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #585858;
	padding: 6px;
	margin: 1px;
	line-height:30px;
}
.formbutton_res {
	background-image: url(../images/buttons/check_availability_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 181px;
}
a.formbutton_res:link, a.formbutton_res:visited {
	background-image: url(../images/buttons/check_availability_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 181px;
}
a.formbutton_res:hover, a.formbutton_res:active {
	background-image: url(../images/buttons/check_availability_b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 181px;
}
.red {
	font-size: 10px;
	color: #FF0000;
}


/***SOCIAL BUTTONS***/
#facebookbt{
	width:40px; display:block; float:left;
}
#twitterbt{
	width:40px; display:block; float:left; margin-left:4px;
}
#youtubebt{
	width:40px; display:block; float:right; margin-left:3px;
}

#flickr{
	width:40px; display:block; float:right; margin-left:3px;
}
/***SHARE THIS SITE***/
#share {padding-bottom:20px;
padding-top:10px;
float:left;
display:block;
}


/* GALLERY */

ul.gallery {
	margin: 10px 0 20px 0;;
}
ul.gallery li {
	display:inline;
	float:left;
	padding:0 5px 10px 0;
	background:none;
}
ul.gallery li.last {
	float:none;
}
ul.gallery a {
	border:0;
}
.gallery img {
	border:2px solid #000;
}
.gallery a:hover img {
	border-color:#393939;
}


/***FASHION BUTTON**/
.fashiontini{
display:block;
padding-top:20px;
padding-bottom:1px;
}

/*GOOGLE +1 */

#PlusOne {
    padding-left: 2px !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
}

#PlusOne_fb {
    position:relative;
	left:355px;
	top:-25px;
	margin-bottom:-10px;
}
