/*--Wall Maps Layers------------------------------------*/
#wallmaps	{
	position:relative;
	width:100%;
	min-height:500px;
}
#theImage	{
	position:relative;
	width:75%;
	margin-right:auto;
	margin-left:auto;
	min-height:400px;
	text-align:center;
	margin-top:15px;
	margin-bottom:25px;
}
#leftDetails	{
	position:relative;
	float:left;
	width:509px;
	min-height:400px;
	margin-top:5px;
}
#rightDetails	{
	position:relative;
	float:right;
	width:290px;
	min-height:400px;
	margin-bottom:25px;
}

#aboutON	{	
	width:502px;
	min-height:121px;
	background-image:url(../images/aboutBackground.jpg);
	background-repeat:repeat-y;
	margin-top:25px;
}

#reviewsON	{	
	width:502px;
	min-height:121px;
	background-image:url(../images/reviewsBackground.jpg);
	background-repeat:repeat-y;
	margin-top:25px;
}

#finishesON	{	
	width:502px;
	min-height:150px;
	background-image:url(../images/finishesBackground.jpg);
	background-repeat:repeat-y;
	margin-top:25px;
	list-style:none;
	list-style-type:none;
}
#finishesON	ul{	
	list-style:none;
	list-style-type:none;
}
#finishesON	li{	
	list-style:none;
	list-style-type:none;
}
#tabMenu	{
	position:relative;
	float:left;
	width:501px;
	height:25px;
}
#tabMenuBottom	{
	position:relative;
	float:left;
	width:501px;
	height:19px;
	margin-bottom:15px;
}

div.layerOn	{	
	display:block;
}
div.layerOff	{	
	display:none;
}

.thePrice	{
	color:#FF0000;
	font-weight:bold;
}
.maxWidth	{
	max-width:300px;
}
strong	{
	font-weight:normal;
}






/*--Travel etc Layers------------------------------------*/
#travel	{
	position:relative;
	width:100%;
	min-height:500px;
}
#travelPrices	{
	position:absolute;
	width:250px;
	height:75px;
	background-image:url(../images/travelPriceBackground.jpg);
	left: 362px;
	top: 30px;
}
#travelPrices1	{
	position:absolute;
	width:250px;
	height:75px;
	background-image:url(../images/travelPriceBackground.jpg);
	left: 362px;
	top: 30px;
}
#leftColumnT	{
	position:relative;
	width:180px;
	min-height:500px;
	float:left;
	margin-left:0px;
	text-align:center;
}
#rightColumnT	{
	position:relative;
	width:615px;
	min-height:500px;
	float:right;
	margin-left:5px;

}

#relatedON	{
	position:relative;
	width:621px;
	min-height:175px;
	background-image:url(../images/travelLayerBack.jpg);
}

#alsoviewedON	{
	position:relative;
	width:621px;
	min-height:175px;
	background-image:url(../images/travelLayerBack.jpg);
}
#tabMenuTravel	{
	position:relative;
	width:247px;
	height:26px;
	left:3px;
	top:1px;
}
#tabMenuTravelBottom	{
	position:relative;
	width:615px;
	height:20px;
}

