/* main */
*{
	margin:0; padding:0; border:0; 
}
html, body{
	margin:0; padding:0; border:0;color:#fff; height:100%
}
form{
	color:#000;
}
body {
	background-color: #000;

	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.6em;
	
	color:#fff;
}
#mastercontainerformmars{
	min-height: 100%;
	background-image:url(img/pat_site_bot.gif);
	background-repeat:repeat-x;
	background-position:50% 100%;
}
#top{
	width:100%;
	background-image:url(img/pat_site_top.gif);
	background-repeat:repeat-x;
	background-position:50% 0;	
	height:60px;
}
#wrapper{
	display:block;
	width:640px;
	min-height:500px;
	margin:0 auto 0px auto;
	_margin:0 auto 0px auto;
}
#logo{
	display:block;
	float:left;
	width:119px;
	height:108px;
}
#header{
	display:block;
	float:right;
	clear:right;
	width:500px;
	height:108px;
	text-align:center;
}
#bottom{
	clear:both;
	width:100%;
	height:80px;
	padding-top:20px;
	color:#333;
	font-size:10px;
	text-align:center;
	
	background-image:url(img/menu_back.gif);
	background-repeat:repeat-x;
	background-position:50% 14px;		
}
a{
	color:#fff;
}

/*select-holder***********************/
.select-holder {
	width:100%;
	overflow:hidden;
	margin-bottom:8px;
}
.select-box {
	float:left;
	width:55px;
}
.select-box select {
	width:48px;
	display:block;
}
/**date-form*****************************/
.date-form{padding:3px 0 4px 10px; color:#fff;}
.date-form fieldset{
padding:2px;
width:124px;
}
.date-form label{
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding-bottom:3px;
	text-align:left;
}
.mail-holder, .date-holder{
	width:120px;
	overflow:hidden;
	padding-bottom:4px;
}
.mail-holder input{
	width:100px;
	padding:0px 0 1px 4px;
	float:left;
	margin:1px 0 0;
}
.date-holder input{
	width:78px;
	padding:0px 0 1px 4px;
	float:left;
	margin:1px 0 0;
}
.mail-holder img, .date-holder img{
	width:18px;
	padding:0px 0 1px 4px;
	float:left;
	margin:0px 0 0;
}
.date-holder input.calendar-btn{
	margin:0 0 0 17px;
	padding:0;
	width:auto;
}
#ui-datepicker-div {
	display: none; /* init-datepicker place would create a margin in the bottom */
}
.ui-datepicker-trigger {
	margin-left: 7px;
	margin-top: -2px;
}


.fotoblock {
	float:left;
	padding:2px;
	margin:2px;	
	text-align:center;
	cursor:pointer;
	background:#000;
	border:1px #fff solid;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.fotoblock span{
	margin:2em 0 2em 0; 
	border:0; 
	padding:1.5em 0 1.5em 0; 
	line-height:2em;
}

.fotoblock:hover{
	border:1px #ccc solid;
	background:#333333 url(../img/block_mouseover.gif);
	color:#FFFFFF;
}
.fotoblock a{
	color:#ccc;
	text-decoration:none;
}

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

#description{
	color:#000;
}

/* content */

#content-left{
	width:130px;
	float:left;
	padding:10px 10px 10px 10px;
}
#content-right{
	width:440px;
	float:left;
	padding:10px 15px 10px 10px;
}
h1{
	color:#FFFFFF;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:18px;
	line-height:1em;
	margin-bottom:10px;
}
p, h2{
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
}
table, tr, td, th{
	color:#fff;
}
/* menu */
#menu{
	clear:both;
	display:block;
	height:30px;
	width:100%;
	background-image:url(img/menu_back.gif);
	background-repeat:repeat-x;
	background-position:50% 14px;	
}
#menu a{
	font-size:1px;
	color:#000;
	margin:0px 0px 0px 45px;	
	display:block;
	float:left;	
	background-repeat:no-repeat;	
}
#menu a.menuhotel{
	width:92px;
	height:24px;
	margin-left:175px;
	background-image:url(img/menu_hotel.gif);
	background-position:50% -28px;	
}
#menu a:hover.menuhotel, #menu a.menuhotel.active{
	background-position:50% 1px;	
}
#menu a.menuphil{
	width:100px;
	height:24px;
	background-image:url(img/menu_phil.gif);
	background-position:50% -28px;	
}
#menu a:hover.menuphil, #menu a.menuphil.active{
	background-position:50% 1px;	
}
#menu a.menucity{
	width:78px;
	height:24px;
	background-image:url(img/menu_city.gif);
	background-position:50% -29px;	
}
#menu a:hover.menucity, #menu a.menucity.active{
	background-position:50% 0px;	
}
#menu a.menurooms{
	width:55px;
	height:24px;
	background-image:url(img/menu_rooms.gif);
	background-position:50% -29px;	
}
#menu a:hover.menurooms, #menu a.menurooms.active{
	background-position:50% 0px;	
}
#promo .submitLink , #booking .submitLink {
   border: none;
   cursor: pointer;
   cursor: hand;
margin:0px;
width:104px;
display:block;
background:#fff;
padding:2px;
	font-size:1.1em;
	color:#000;
	text-transform:uppercase;
text-decoration:none;
font-weight:bold;
}
#promo .submitLink:hover, #booking .submitLink:hover{
display:block;
background:#fff;
}
