@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; }

/* === 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; }

a.achievement { color: #000; text-decoration: none; }

.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; }
.achievement h4 { font-size: 12px; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; margin: 0; }

/* === 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#owner { display: none; }