/* COLOURS
body background 				#135118
country/agecheck font color		#ffffff
flash home page font color		#1c1c1c
headings						#005d1f
content page background			#fdfdfd
content page font color			#383838
*/

/* GLOBAL STYLES
********************************************/
* {padding:0pt;	margin:0pt;}
a {outline:none;}
ul {list-style:none;}
.clear {clear:both;}
	
body {
	background:#135118 url(../content/images/Layout/background1.jpg) no-repeat center top;
	font-family:Arial;
	}
	
a:link,
a:visited {
	color:#005d1f;
	text-decoration:underline;
	}
	
h1,
h2,
h3 {
	color:#005d1f;
	}
	
h1 {
	font-size:28px;
	font-weight:normal;
	line-height:28px;
	margin-bottom:20px;
	}

h2 {
	font-size:17px;
	line-height:17px;
	margin-bottom:6px;
	}

h3 {}

#header {
	background:url(../content/images/header_large.png) no-repeat; /* .png alpha filter for ie6 and below in ie6.css */
	width:100%;
	height:89px;
	}
	
/* COUNTRY/AGECHECK PAGES
********************************************/
#countryAgecheckBgContainer {}

#countryAgecheckMain {
	width:512px;
	position:relative;
	left:50%;
	margin-left:-256px;
	padding-top:111px;
	color:#ffffff;
	font-weight:bold;
	line-height:11px;
	}

#countryAgecheckHead {
	background:url(../content/images/Layout/header_small.png) no-repeat; /* .png alpha filter for ie6 and below in ie6.css */
	width:100%;
	height:90px;
	}
	
#countryAgecheckContent, #flashCheck {
	background:url(../content/images/Layout/content_bg_small.png) no-repeat left bottom; /* .png alpha filter for ie6 and below in ie6.css */
	width:100%;
	height:220px;
	text-align:center;
	}
	
#countryAgecheckContent p, #flashCheck p {
	font-size:10px;
	margin:0pt auto;
	padding-top:35px;
	text-transform:uppercase;
	width:420px;
	}
	
#countryAgecheckContent span, #flashCheck span {
	display:block;
	font-size:16px;
	margin:20px auto;
	text-transform:uppercase;
	}
	
#countryAgecheckContent select.countrySelect {
	width:250px;
	margin-bottom:20px;
	}
	
#countryAgecheckContent select.daySelect {
	width:60px;
	margin:0pt 5px 20px 0pt;
	}
	
#countryAgecheckContent select.monthSelect {
	width:90px;
	margin:0pt 5px 20px 0pt;
	}
	
#countryAgecheckContent select.yearSelect {
	width:70px;
	margin:0pt 0pt 20px;
	}
	
#countryAgecheckContent a.enter,
#flashCheck a.enter {
	background:url(../content/images/Layout/btn_enter.png) no-repeat; /* .png alpha filter for ie6 and below in ie6.css */
	display:block;
	cursor:pointer;
	margin:0pt auto;
	width:113px;
	height:28px;
	position:relative; /* important! this makes the button clickable in ie6 as there's a bug/weirdness with AlphaImageLoader (in ie6.css) that sometimes prevents interaction with links */
	color:#ffffff;
	font-size:15px;
	font-style:italic;
	line-height:23px;
	text-decoration:none;
	}

/* Languge Flash Check 
**************************************************/

#flashCheck span a:link, #flashCheck span a:visited {
	color:#ffffff;
	}

/* CONTENT PAGE
********************************************/
#contentPageContent {
	background:#fdfdfd;
	display:inline;
	float:left;
	width:781px;
	margin:0pt 7px;
	}

#contentPageNav {
	background:YELLOW;
	float:left;
	width:781px;
	height:35px;
	}
	
#contentPageBody {
	float:left;
	padding:20px;
	width:560px;
	}
	
/* Footer */	
#area15div {
	margin-top:5px;
	padding:0pt 7px;
	width:781px;
	}

#area15div,
#area15div a:link,
#area15div a:visited {
	color:#ffffff;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	}
	
#area15div a:hover {
	text-decoration:underline;
	}
	
#menu15item0 {
	float:left;
	width:59%;
	}

#menu15item1 {
	float:right;
	text-align:right;
	width:40%;
	}