
/* ----- TOP ----- */
/* --------------- */ 

#topMenu {
	width: 970px;
	height:27px;
}
#topImageHome {
	width: 970px;
	height:272px;
}


/* ----- MAIN PAGE - HOME ----- */
/* ---------------------------- */ 
#mainHome {
	width:970px; height:auto;
	margin:20px 0px 0px 0px;
	display:block;
}
#mainHome #mainLeft{
	float:left;
	width:400px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}
#mainHome #mainCenter{
	float:left;
	width:402px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}
#mainHome #mainRight{
	float:left;
	width:168px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}


#mainHotels{
	width:400px; height:275px;
	margin:0;
}
#mainMaps{
	width:400px; height:170px;
	margin:0;
}

/* ----- Main Adv Area 1 ----- */
#mainAdvArea1 {
	width:384px; height:95px;
	margin:20px 0 0 0;
	background-color:#e2efe2;
}
#mainAdvArea1Left {
	float:left;
	width:135px;
	margin:0;
	display:inline;
}
#mainAdvArea1Right {
	float:left;
	width:235px;
	margin:0;
	display:inline;
}

/* ----- PRODUCTS ----- */
#mainAdvArea2 {
	width:384px; height:95px;
	margin:15px 0 0 0;
	background-color:#eeffbf;
}
#mainAdvArea2Left {
	float:left;
	width:135px;
	margin:0;
	display:inline;
}
#mainAdvArea2Right {
	float:left;
	width:235px;
	margin:0;
	display:inline;
}

/* ----- BANNERS ----- */
#mainBanners {
	width:156px; height:auto;
	margin:0;
}

#mainWebCam {
	display:block;
	width:156px; height:133px;
	margin:0;
	background-image:url(../elements/webcam_back.jpg); background-repeat:repeat-x;
}

