@charset "utf-8";
/* CSS Document */

/*---- background color and background image ----*/

body{
	background-color:#b8dfdd;
}
#main-wrapper {background:url(../../hotels/spa-villas/images/bg_page.gif); background-repeat: repeat-x; }
#sub-main-wrapper {background:url(../../hotels/spa-villas/images/bg_top_page.gif); background-repeat: repeat-x; }

/*---- content background color and background images ----*/
#content-expandable { background: url(../../hotels/spa-villas/images/bg_main_content_bottom.png); }
#content-top { background: url(../../hotels/spa-villas/images/bg_main_content_top.png); background-position:top; background-repeat:no-repeat; }
#content-left { background: url(../../hotels/spa-villas/images/bg_main_content_left.png); background-position:top left; background-repeat:no-repeat; }
#content-right { background: url(../../hotels/spa-villas/images/bg_main_content_right.png); background-position:top right; background-repeat:no-repeat; }
#content-center { background: url(../../hotels/spa-villas/images/bg_main_content_center.gif); background-repeat:repeat-x; }

/*---- left panel header ----*/
.left-panel-section-header-align {
	color:#a47550;
}

/* left panel fonts */
.left-panel-form-title {
	font-weight:bold;
	color:#845937;
}

.left-panel-section-content {
	color:#311c06;
}

.left-panel-section-content a {
	color:#845937;
}

.left-panel-section-content a:visited {
	color:#845937;
}

.left-panel-section-content a:active {
	color:#845937;
}

.left-panel-section-content a:hover {
	color:#845937;
}

a.left-panel-link-nonContent{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:visited{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:active{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:hover{
	color:#845937;
	text-decoration:underline;
}

.left-panel-title {
	color:#845937;
}

/*---- right panel ----*/

#breadcrumbs {
	color:#845937;
}

#breadcrumbs a {
	color:#6b402d;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#main-content-title H1 {
	color:#a47550;
}

.top-description-title {
	color:#845937;	
}

.subHeaderColor {
	color:#845937;	
}

.subHeaderColor2 {
	color:#0c776e;	
}


.right-panel-contentFont {
	color:#311C06;
}

.right-panel-contentFont a {
	color:#845937;
}

.right-panel-contentFont a:visited {
	color:#845937;
}

.right-panel-contentFont a:active {
	color:#845937;
}

a.right-panel-link-nonContent {
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:visited {
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:active {
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:hover {
	color:#845937;
	text-decoration:underline;
}




/*---- main content dividers ----*/
/* dotted horizontal divider */
.content-section-divider {
	background: url(../../hotels/spa-villas/images/img_dotted_divider_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* dotted horizontal divider light*/
.content-section-divider-light {
	background: url(../../hotels/spa-villas/images/img_dotted_divider_light_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* dotted vertical divider */
#main-content-area {
	width:100%;
	background:url(../../hotels/spa-villas/images/img_dotted_divider_vertical.gif);
	background-position:203px 0px;
	background-repeat:repeat-y;
}

/*For IE browser only*/
#main-content-area {
	#background-position:183px 0px;
}

/*---- News and events panel ----*/
.News_2_Group {
	width:255px;
	margin-bottom:16px;
}

.News_2_Image_Wrapper {
	float:left;
	width:70px;	
}

.News_2_Images {
	border:solid 1px #fff;
}

.News_2_Details_Wrapper {
	float:left;
	width:185px;	
}

.News_2_Publish_Date {
	float:left;
	font-weight:bold;	
}

.News_2_Read_More {
	float:right;
}

.News_2_Summary {
	width:185px;
}

/*For print and email icons*/

.print_icon {
	width: 13px;
	height: 13px;
	background: url(/RWSPortal/Portals/0/RWS/hotels/crockfords-tower/images/icn_printer.gif) no-repeat center center; 
}

.email_icon { 
	width: 13px; 
	height: 100%; 
	background: url(/RWSPortal/Portals/0/RWS/hotels/crockfords-tower/images/icn_email.gif) no-repeat center center; 
} 

.ShareHeaderFontColor {
	color:#0c776e;	
}

/* hyperlink Underline for facebook and Follow us on Twitter */
.hyperlinkUnderline
{
	text-decoration:underline;
	color:#845937;
}