
/* Remove default padding from commonly used elements so that we may define our own. */



html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, p, form, input, select {
	margin: 0px;
	padding: 0px;
	}

body{
	text-align:center;
	background-color:#EFCC89;
	background-image: url(/images/wallpaper.gif);
	margin: 60px 0px 0px 0px;
}

a {
	text-decoration: none;
}
	
	a:hover {
		color: #df005e ;
		 text-decoration: none;
	}
	
a:visited {	
		 text-decoration: none;
	}
	
	p.disclamier {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 522px;
		font-size: 0.6em;
		color: #072568;
		position: relative;	
		float: left;
		margin: 0px 0px 14px 0px;	
	}
	
	p.copy {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #072568;	
		position: relative;
		float: left;
		margin: 8px 0px 0px 0px;
		
	}
	
	a.copy {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #072568;	
		position: relative;
		float: left;
		margin: 8px 0px 0px 0px;
		
	}
	
/* -------------------------------------------LAYOUT GLOBAL------------------------------------------------ */
/* We use a table to centre the site within the middle of a browser window. Tables are used rather than divs as the div solution causes a problem with IE5 on a mac. */

	.pageBackground{
		width:100%;
		height:100%;
		text-align: center;	
	}
	
	.containerTable {
		width:100%;
		height:100%;
	}
	
/* This centres the outer container element. */
	.containerTableCell {
		height: 100%;
		width:100%;
		/*border: #00FF00 solid 1px;*/
		text-align: center;
		
	}
	
	div.container {
		position:relative;
		height:100%;
		width: 100%;
		margin-left:auto;
		margin-right:auto;
		z-index: 4;
			
	}
	
	div.thePage {
		position: relative;
		width: 780px;
	}
	
	div.thePageTop {
		position: relative;
		width: 780px;
		/*border: #00FF00 solid 1px;*/
		height: 53px;
		background-repeat: no-repeat;
		
	}
	

	
	div.thePageMiddle {
		position: relative;
		width: 780px;		
		background-repeat: repeat-y;
		text-align:left;
		/*border: #999999 solid 1px;*/
		
	}
	
	div.homeContent {
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 37px;
		width: 706px;
		height: 415px;
		background-repeat: repeat-y;
		background:url(/images/boardMiddleCork.gif);
		/*border: #00FF00 solid 1px;*/
	}
	
	div.thePageBottom {
		position: relative;
		width: 780px;
		height: 87px;
		background-repeat: no-repeat;
		
	}
	
	
	
	div.clear {
		position:relative;
		clear: left;
		height: 4px;
		border: #00FF00 solid 1px;
		}
	
/*----------------------------ELEMENTS-------------------------------------*/

	div.clearasilLogo {
		position: absolute;
		top: 10px;
		left: -10px;
		z-index: 20;
		width: 253px;
		height: 136px;		
	}
	
	div.map {
		position: absolute;
		top: -12px;
		left: 125px;
		z-index: 5;
		width: 632px;
		height: 453px;
		background:url(/images/map02.gif);
		}
		
	div.pin01 {
		position: absolute;
		top: 325px;
		left: 594px;
		z-index: 6;
		width: 27px;
		height: 26px;
	}
	
	div.pin02 {
		position: absolute;
		top: 30px;
		left: 566px;
		z-index: 6;
		width: 26px;
		height: 25px;
	}

	div.tickets {
		position: absolute;
		top: 361px;
		left: 576px;
		z-index: 3;
		width: 201px;
		height: 174px;
	}
	
	div.badges01 {
		position: absolute;
		top: 128px;
		left: -84px;
		z-index: 3;
		width: 118px;
		height: 162px;
	}
	
	div.badges02 {
		position: absolute;
		top: 400px;
		left: 350px;
		z-index: 5;
		width: 75px;
		height: 73px;
	}
	
	div.polPackshot {
		position: absolute;
		top: 302px;
		left: -85px;
		z-index: 2;
		width: 183px;
		height: 212px;
		/*border: #00FF00 solid 1px;*/
	}
	
	div.polGirlMobileShadow {
		position: absolute;
		top: 408px;
		left: 105px;
		z-index: 2;
		width: 236px;
		height: 166px;
	}
	
	div.polGirlMobile {
		position: relative;
		float:left;
		width: 236px;
		height: 166px;
		z-index: 2;
	}
	
	div.polFriendsShadow {
		position: absolute;
		top: 353px;
		left: 39px;
		z-index: 9;
		width: 190px;
		height: 215px;
	}

	div.polFriends {
		position: relative;
		float:left;
		width: 190px;
		height: 215px;
		z-index: 9;
	}
	
/*----------------------------MENU-------------------------------------*/					
	div.northAmerica {
		position: absolute;
		left: 119px;
		top: 131px;
		z-index: 20;
		width: 92px;
		height: 19px;
	}
	
	div.dropdown1 {
		position: absolute;
		left: 69px;
		top: 149px;
		z-index: 21;
	}
	
	div.latinAmerica {
		position: absolute;
		left: 108px;
		top: 296px;
		z-index: 20;
		width: 106px;
		height: 20px;
	}
	
	div.dropdown2 {
		position: absolute;
		left: 71px;
		top: 316px;
		z-index: 61;
	}
	
	div.europe {
		position: absolute;
		left: 238px;
		top: 163px;
		z-index: 20;
		width: 85px;
		height: 20px;
	}
	
	div.dropdown3 {
		position: absolute;
		left: 180px;
		top: 182px;
		z-index: 22;
	}	
	
	div.africa {
		position: absolute;
		left: 263px;
		top: 290px;
		z-index: 20;
		width: 82px;
		height: 20px;
	}
	
	div.dropdown4 {
		position: absolute;
		left: 205px;
		top: 309px;
		z-index: 22;
	}
	
	div.middleEast {
		position: absolute;
		left: 339px;
		top: 203px;
		z-index: 20;
		width: 118px;
		height: 20px;
	}
	
	div.dropdown5 {
		position: absolute;
		left: 340px;
		top: 222px;
		z-index: 22;
	}
	
	div.asia {
		position: absolute;
		left: 454px;
		top: 147px;
		z-index: 20;
		width: 82px;
		height: 22px;
	}

	div.dropdown6 {
		position: absolute;
		left: 455px;
		top: 168px;
		z-index: 22;
	}
	
	div.australAsia {
		position: absolute;
		left: 475px;
		top: 316px;
		z-index: 20;
		width: 109px;
		height: 18px;
	}
	
	div.dropdown7 {
		position: absolute;
		left: 475px;
		top: 334px;
		z-index: 22;
	}
	
	div.dropDownMenu {
		position: relative;
		clear: left;
		margin: 0px 20px 0px 510px;
		z-index: 20;		
		/*border: #00FF00 solid 1px;*/
		}
	/*---------*/
	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
		}

.mainItems {
	position: relative;
	margin-bottom:-2px;
	background-color:#F34EAE;
	}
	
.subItems {
	position: relative;
	background-color:#5dae2d;
	margin-bottom:-2px;
		}
	
	
/*li ul {
	position: absolute;
	left: 105px;*/ /* Set 1px less than menu width */
	/*top: 0;
	display: none;
	}*/
.subItemsOn {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 0;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
 /* IE6 Bug */
	padding: 3px;
	border: 1px solid #fff;
	margin-bottom:1px;
	font-family:verdana;	
	font-weight:normal;
	font-size: 0.6em;
	text-align: left;
		}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #171770; } /* Hover Styles */
		
li ul li a { padding:3px; } /* Sub Menu Styles */
	
/*----------------------------FOOTER-------------------------------------*/

	div.footerContainer{
		position: relative;
		clear:left;
		width: 780px;		
		text-align:left;
		margin: 25px 0px 0px 0px;
		/*border: #999999 solid 1px;*/
	}
	
	div.footer {
		position: relative;
		margin: 0px 0px 0px 37px;
		width: 706px;
		background-color:#a5d9ec;
		clear: left;
		padding: 5px 0px 5px 0px;
	}
	
	a.footerLink {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #072568;
		text-decoration: none;
		text-transform: capitalize;		
	}
	
	a.footerLink:hover{
		color: #df005e ;
		 text-decoration: none;
	}
	
	p.footerCopy{
		position:relative;
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #072568;
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 0px 0px;
		width: 650px
	}


