/**************************************************************
* Global CSS Elements. 
* Define default element styles
***************************************************************/
* {
	outline: none;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}
html, body{
	background: #FFFFFF;
	color: #000000;
}
table{
	border: solid 1px #cccccc;
}
td{
	height: 25px;
	padding-left: 10px;
	font-size: 12px;
}
#content{
	width: 991px;
	margin-left: auto;
    margin-right: auto;
}

/**************************************************************
* Generic CSS Elements. 
* Define generic element styles
***************************************************************/

/* Google Map Layout */
#close{
	background: url(../images/close.gif) no-repeat center right;
	padding-right: 20px;
	color: #ffa101;
	border: 0px;
	height: 20px;
	float: right;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
}
#map{
	margin-left: auto;
    margin-right: auto;
    width: 678px;
    height: 504px;
}
#card-reverse{
	background: url(../images/cvv_reverse.jpg) no-repeat center left;
	float: left;	
	width: 179px;
	height: 107px;
	margin-top: 20px;
	text-indent: -9999px;
}
#card-front{
	background: url(../images/cvv_front.jpg) no-repeat center left;
	float: right;	
	width: 179px;
	height: 107px;
	margin-top: 20px;
	text-indent: -9999px;
}
#security-info{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#security-info h1{
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	color: #3399cc;
	font-weight: bold;
}

/**************************************************************
* Header CSS Elements. 
* 
* #header: The background image
* #logo:   The png overlay logo "hotels 4 u"
***************************************************************/
#header{
	position:relative;
	width: 990px;
	/*background: url(../images/header.jpg) no-repeat; */
	margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#logo a{
	width: 275px;
	height: 158px;
	margin-left: -8px;
	position:relative;
	top:0px;
	/* background: url(../images/header-overlay.png) no-repeat;*/
	/*text-indent: -9999px;*/
	display: block;
	
}

#PromotionText
{
    width:800px; 
    top:0px; 
    right:0px; 
    text-align:right; 
    margin-right:30px;
    margin-top:30px;
    position:absolute;
}

/**************************************************************
* Navigtion bar elements 
* 
* #nav: The entire bar which holds tabs and country list
* #nav #nav-links: The country links, right hand part of nav
***************************************************************/
#nav{
	height: 33px;
	width: 995px;
	margin-left: auto;
    margin-right: auto;
    background: url(../images/main-border-header.gif) no-repeat bottom center;
}
#nav .ui-tabs-nav{
	margin-left: 15px;
	float: left;
	padding-bottom: 8px;
}
#nav #nav-links{
	color: #999999;
	float: right;
	margin-right: 10px;
}
#nav #nav-links li{
	display: block;
	float: left;
	list-style: none;
	padding: 5px 0px 0px 5px;
}
#nav #nav-links li a{
	color: #003366;
	font-weight: bold;
	margin-left: 5px;
}
#nav #nav-links li a:hover{
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
#nav #nav-links li #uk{
	margin: 0px 5px 0px 5px;
	padding-left: 22px;
	height: 11px;
	color: #000;
	background: url(../images/country/uk.gif) no-repeat center left;
}
#nav #nav-links #select-country{
	padding-top: 2px;
	margin-top: 0px;
}

#nav #nav-links #select-country select {
	width: 70px;
}

/**************************************************************
* Body container layout 
* 
* Defines the page layout. This should not be changed
***************************************************************/
#body-container{
	margin-left: auto;
    margin-right: auto;
    width: 995px;
}
#body-container-body{
	clear: both;
	border-left: 1px solid #a4a2a4;
	border-right: 1px solid #a4a2a4;
	margin: 0px 2px 0px 2px;
	overflow: hidden;
}
#body-container-body h3{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 8px 0px 0px 10px;
}
#body-container-body h4{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	
}
/* Breadcrumbs */
#body-container-body #breadcrumb{
	height: 31px;
	width: 970px;
	margin: 0px 10px 10px 10px;
	background: url(../images/breadcrumb.gif) repeat;
}
#body-container-body #breadcrumb ul{
	padding: 8px 0px 0px 5px;
}	
#body-container-body #breadcrumb ul li{
	display: inline;
}
#body-container-body #breadcrumb ul li a{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0px 5px 0px 5px;
}
#body-container-body #breadcrumb ul li a:hover{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 0px 5px 0px 5px;
}
#body-container-body #contact-details ul li{
	font-size: 17px;
	height: 23px;
}
#body-container-body #contact-details ul li a{
	font-size: 12px;
	padding-bottom: 2px;
}
#body-container-body #contact-details .right-list li{
	color: #ff6600;
	font-weight: bold;
}
#body-container-body .left-list{
	float: left;
	width: 190px;
	text-align: right;
	font-weight: bold;
	margin: 15px 0px 15px 10px;
}
#body-container-body .left-list li{
	background: url(../images/list-point.gif) no-repeat center right;
	padding-right: 10px;
	height: 20px;
	vertical-align: middle;
	padding-top: 3px;
}
#body-container-body .right-list a{
	font-size: 11px;
	color: #ff6600;
}
#body-container-body .right-list{
	float: left;
	text-align: left;
	width: 260px; 
	padding-left: 10px;
	margin: 15px 0px 15px 0px;
}
#body-container-body .right-list li{
	height: 20px;
	padding-top: 3px;
}
#body-container-body .right-list #notes{
	font-size: 10px;
	height: 30px;
}
#body-container-body .single-list{
	margin: 15px 0px 10px 90px;
}
#body-container-body .single-list li{
	padding-bottom: 3px;
}
#body-container-body #about-us-list{
	margin: 10px 0px 10px 40px;
}
#body-container-body #about-us-list li{
	background: url(../images/list-point.gif) no-repeat center left;
	padding: 2px 0px 0px 10px;
	height: 15px;
	font-weight: bold;
}
/**************************************************************
* Middle columns components. 
* 
* Defines middle column elements. This should not be changed
***************************************************************/
#body-container-body h1{
	font-size: 24px;
	margin: 0px 0px 10px 10px;
	color: #3399cc;
	font-weight: bold;
}
#body-container-body h2{
	font-size: 15px;
	color: #3399cc;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#body-container-body .privacy-policy{
	font-size: 12px;
	color: #3399cc;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#body-container-body .privacy-header{
	font-size: 12px;
	color: #3399cc;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin-left: 10px;
}
#body-container-body p{
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 10px 0px;
}
#body-container-body p strong{
	font-size: 12px;
}
#body-container-body a{
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
#body-container-body a:hover{
	text-decoration: none;
}
#body-container-body #booking-conditions{
	padding: 0px 10px 0px 10px;
}
#body-container-body .essential-info{
	padding: 0px 10px 25px 10px;
}
#body-container-body .essential-info ul{
	margin: 5px 0px 15px 30px;
}
#body-container-body .essential-info ul li{
	list-style: disc;
	font-size: 12px;
}
#body-container-body .essential-info h2{
	font-size: 12px;
	padding-bottom: 0px;
	font-weight: bold;
}
#body-container-body h1.info-header{
	margin-bottom: 20px;
}
#body-container-body .essential-info p a{
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}
#body-container-body .main-links{
	margin: 10px 0px 10px 0px;
	height: 70px;
	border-bottom: 1px dashed #cccccc;
}
#body-container-body .main-links ul{
	height: 10px;
	margin-top: 10px;
}
#body-container-body .main-links ul li{
	width: 120px;
	float: left;
	font-size: 12px;
	list-style: none;
}
#body-container-body .main-links ul li a{
	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
}
#body-container-body .main-links ul li a:hover{
	color: #666666;
	text-decoration: underline;
}
#body-container-body .main-links ul li.middle a{
	padding-left: 15px;
}
#body-container-body .main-links ul li.last a{
	float: right;
}
#body-container-body #share {
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
	height:33px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 970px;
	clear: both;
}
#body-container-body #share #share-bt {
	float: right;
	margin-top: 10px;
}
#body-container-body .contact-info{
	margin-top: 10px;
	width: 474px;
}
#body-container-body .contact-info h2{
	border-bottom:1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	font-weight: bold;
	padding-top: 7px;
	font-size: 17px;
	color: #000;
	clear: both;
	width: 474px;
}
#body-container-body .contact-info .emphasize{
	color: #993300;
}
#body-container-body ul li{
	list-style: none;
}
/**************************************************************
* Left column layout. 
* 
* Defines the left column layout. This should not be changed
***************************************************************/
#left-column{
	width: 474px;
	margin: 0px 0px 10px 10px;
	float: left;
}
#left-column p{
	width: 474px;
}
#contact-details{
	background: url(../images/contact-phone-bg.gif) no-repeat;
	/* height: 117px; */
	width: 474px;
}
/**************************************************************
* Right column layout. 
* 
* Defines the right column layout. This should not be changed
***************************************************************/
#right-column{
	width: 474px;
	margin: 0px 10px 0px 0px;
	float: right;
}
#right-column-ContactUs{
	width: 335px;
	margin: 0px 10px 0px 0px;
	float: right;
}
#right-column #company-logo{
	/*background: url(../images/hotels4u_head_office.jpg) no-repeat;*/
	background: url(../images/hotels4u_head_office.jpg) no-repeat;
	height: 325px;
	width: 476px;
}
#right-column-ContactUs #company-logo{
	/*background: url(../images/hotels4u_head_office.jpg) no-repeat;
	background: url(../images/hotels4u_head_office.jpg) no-repeat;
	height: 325px;*/
	width: 476px;
}
/*Added - Visal - 16/06/11*/
#right-column-ContactUs .contact-info h2
{
    color:#004A77 !important;
}
/**************************************************************
* Bottom row layout. 
* 
* Defines the bottom row. This should not be changed
***************************************************************/
#bottom-row{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}
/**************************************************************
* Footer credits layout. 
* 
* Defines the credits column layout. This should not be changed
***************************************************************/
#body-container-footer{
	background: url(../images/main-border-footer.gif) no-repeat;
	height: 10px;
	width: 995px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* Credits Div Components */
#credits{
	clear: both;
	height: 61px;
	margin-left: auto;
    margin-right: auto;
}
#credits #partners{
	background: url(../images/partners.gif) no-repeat;
	width: 426px;
	height: 61px;
	text-indent: -9999px;
	float: left;
}
#credits ul{
	float: left;
	text-align: center;
	padding: 2px;
	margin-top: 24px;
	margin-left: 10px;
}
#credits ul li{
	display: inline;
	list-style: none;
	color: #666666;
	font-size: 11px;
}
#credits ul li a{
	color: #666666;
	font-size: 11px;
	margin: 0px 5px 0px 5px;
}
#credits ul li a:hover{
	text-decoration: none;
}
#credits #group{
	height: 61px;
	float: right;
	margin-right: 10px;
}
/**************************************************************
* Footer components. 
* 
* Defines footer elements. This should not be changed
***************************************************************/
#footer{
	background: url(../images/footer.gif) no-repeat;
	height: 90px;
	margin-left: auto;
    margin-right: auto;
	clear: both;
    margin-bottom: 40px;
    padding-top: 15px;
}
#footer ul{
	text-align: center;
	padding: 2px;
}
#footer ul li{
	display: inline;
	list-style: none;
	color: #666666;
	font-size: 11px;
}
#footer ul li a{
	color: #666666;
	font-size: 11px;
	margin: 0px 5px 0px 5px;
}
#footer ul li a:hover{
	text-decoration: none;
}
