
#bestRateGuarantee{
	left:120px;
	position:relative;
	top:60px;
}

/* For these to work the container must have a specified height */
.bgColorOne {
	background-color:#54534e;
}

.bgColorTwo {
	background-color:#54534e;

}

.bgColorThree {
	background-color:#999999;
}


.bgColorFour {
	background-color:#E5D5AD;
}


.bgColorFive {
	background-color:#7F7F7F;
}


.bgColorSix {
	background-color:#7F7F7F;	
}

/* Basic Text colors */
.pageTitle, .bigTitle {
    color:#F8931D;
    border-bottom:0px;
}

.moduleTaskTitle  { 
    color:#FFF;
}

.pageTitle {
	font-weight:normal;
	font-size:16px;
}

a {
	color:#ffffff;
}
   
a:hover {
	color:#f8931d;
}




.leadIn {
	color:#ddd;
	padding-right:10px;
}

.leadInTwo {
	
	color:#CA9C5A;
	
}

.subTitleOne, .itemPreviewTitle, .itemTitle {

	color:#F8931D;
	
}

.subTitleTwo {

	color:#FFF;
	
}

.subTitleThree {
	color:#FFF;
}

#subContainer .bodyTwo {
	color:#ccc;
}

p {
	color:#ccc;
}

.bodyThree {

}


.input {
	color: #104973;
}


.numberSelect {
	color: #104973;
}


#subContainer li {
	color: #fff;
	margin:1px 2px;
	padding:0px 0px;
}

#subContainer ul {
	list-style-image: url(images/dotWhite.gif);
	padding-left:25px;
	padding-top:0px;
}


/* Navigation menu colors */
.menuArea,
.menuAreaCurrent {
	border-bottom: 1px solid #DDDDDD;
}

#menu .menuAreaCurrent,
#menu li:hover {
 	border-bottom-color:#FFFFFF;
}


/* sub item link normal state */
#menu .subItems a,
#menu .subItemsRight a {
	color:#f8931d;
}

/* Sub item link hover state */
#menu .subItems a:hover,
#menu .subItemsRight a:hover {
	color:#555;
}


/* Menu area titles */			
#menu a.mainItem {
	color: #555;
}
 
 
/* The title of the menu area, selected by both the css and js actions */
#menu .menuAreaCurrent a.mainItem,
#menu li:hover a.mainItem {
	color:#f8931d;
}

#menu #menuItemCurrent a{
	color:#555;
}



#linksBottom a {
	color:#666;
}

#linksBottom a:hover {

	color:#E06E27;
}

.itemPreviewBody, .itemBody {
	color:#ddd;
}

.roomsTable th {
	color:#ccc;
}

.roomsTable td {
	color:#fff;
}

#galleryImages a{
	color:#174871;
}

#galleryImages a:hover{
	color:#F8931D;
}
