@charset "utf-8";
/* 
= CSS Document  ==========================
	
	Site: 			Parkdean Holidays
					Global Elements

	Author: 		Jon Park | Union Room
	Created: 		June 25th, 2008
	Updated: 		June 3rd, 2008
	
	Version: 		1.0.1
	Copyright: 	(c) 2008, Parkdean Holidays
	
===========================================
*/

/* === Tags & Global Elements === */
* { margin: 0px; padding: 0px; }
html { font-size: 100%; }
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../img/bg/body.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

p { margin: 0; padding: 0; font-size: 12px; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; }
a { color: #000; text-decoration: none; }

/* === Global IDs & Classes === */
.imgReplace { background-position: top; background-repeat: no-repeat; display: block; }
.imgReplace span { width: 0; height: 0; overflow: hidden; display: block; }
a.imgReplace:hover { background-position: bottom !important; }

.flash-replaced div.alt { display: none; }

/* === Global Structure === */
	div#content {}
	div#sidebar { display: none; }
	div#body.homepage div#content { width: 728px; }
	div#base { margin: 0 auto 10px auto; border: none; }
	div#ftr { font-size: 10px; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; }
	div#sideRight { display: none; }

/* === Titles & Headers === */
h1#company { width: 202px; height: 0; background-image: url(../img/titles/h1Company.gif); float: left; display: block;!important }
div#advert { display: none; }

/* === Menus === */
ul#topMenu, ul#mainMenu { display: none; }

ul#topMenu { display: none; }
ul#mainMenu { display: none; }
ul#breadcrumb { display: none; }

ul.sideMenu { display: none; } 

/* === Global Content === */
div#base form { display: none; }
div#ftr li { font-size: 10px; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; margin: 0; }
div#ftr a { display: none;  }

/* === Overriding Classes === */
.sIFR-alternate { 
	display: block !important; 
	width: auto; 
	height: auto; 
	margin: 0; 
	padding: 0; 
	color: #008EC8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

div.latestNewsEvents form#sort { display: none;}

div a { display: none; }

div.holHomes ul#titleImgs li {display: none; !important;}
div.holidayHomes table.holidayHomes {display: none; !important;}

div.locationRegion #parks { padding: 10px 15px; background: url(../img/parkTblBg.png) no-repeat center; }
div.locationRegion #parks table { width: 470px; margin: 0 auto; color: #008EC8; font-weight: bold; }
div.locationRegion #parks th, div.locationRegion #parks td { height: 30px; padding: 0px 5px; border-bottom: 1px dotted #CCC; }

div.locationRegion #parks tfoot td, div.locationRegion #parks tbody td { text-align: center; }
div.locationRegion #parks tfoot td { border: none; }
div.locationRegion #parks tbody td { width: 68px; }

div.locationRegion #parks thead th { padding: 5px; text-align: left; vertical-align: text-top; font-size: 1.1em; }
div.locationRegion #parks thead th.leftHead, div.locationRegion #parks tbody th { text-align: right; }

div.locationRegion #parks .alt { background-color: #E5F3F9; }
div.locationRegion #parks .purple { color: #906; }

div.aboutUs h2, div.aboutUs h3.flashReplace { font-size: 14px; line-height: 1.5; color: #008EC8; }
div.aboutUs p, div.aboutUs p.flashReplace { margin: 0; padding: 5px 0 5px 0; font-size: 12px; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; }
