body { 	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;	text-align:left; }
		
/*languages*/

div#languages { 	margin:0 auto 0 auto;
					height:auto;
					width: 848px;
					color: #ffffff;
					background-color:#99cc33; 
					border-bottom: 1px solid #FFFFFF; }

div#languages td.a { 	width: 60px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }	
				
div#languages td.b { 	width: 60px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }			

div#languages td.c { 	width: 100px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }	
				
/*logos*/

div#logos { 	margin:0 auto 0 auto;
				height: 121px;
				width: 848px;
				color: #ffffff;
				background-color: #99cc33; }
				
div#logos tr { 	height: 54px;}

div#logos td.d {	width: 204px;
                    text-align:center;	}
				
div#logos td.e {	width: 644px;
                    text-align:right;
					padding-right: 11px; }
					
/*links*/

div#links { 	margin:0 auto 0 auto;
				height:auto;
				width: 848px;
				color: #ffffff;
				background-color: #99cc33; }
				
div#links td.f { 	width: 204px;
					text-align: center; }
					
div#links td.g { 	width: 145px;
					text-align: left; }
					
div#links td.h { 	width: 145px;
					text-align: center; }
					
div#links td.i { 	width: 155px;
					text-align: center; }
						
				
/*breadcrumbs*/

div#breadcrumbs { 	margin:0 auto 0 auto;
					width:784px;
					text-align: left;
					padding: 2px 40px 2px 10px;
					border-right: 12px solid #99cc33;
					border-left: 2px solid #99cc33; }

/*main*/

h1 { 	font-size:13px;
		color:#330099; }
		
h1.center { 	font-size:13px;
				color:#330099;
				text-align:center; }
		
p.textbold { 	font-size:11px;
				color:#000000;
				font-weight:bold; }
		
p.texttop { 	font-size:10px;
				color:#000000;
				font-weight:bold; }
		
p.textgrey {	font-size:10px;
				text-align:center;
				color:#cccccc;
				font-weight:normal; }
				
p.textgreybold {font-size:12px;
				text-align:center;
				color:#cccccc;
				font-weight:bold; }				
		
p.textgreen {	font-size:10px;
				color:#99cc33;
				font-weight:normal; }
				
p.center { text-align:center ; }

img.unstyled { border: 0; }
				
		
a.white:link { 	font-size:10px;
				color:#ffffff;
				font-weight:bold; }
				
a.white:visited { 	font-size:10px;
					color:#ffffff;
					font-weight:bold; }
				
a.black:link { 	font-size:11px;
				color:#000000;
				font-weight:bold;
				text-decoration:underline; }
				
a.black:visited { 	font-size:11px;
					color:#000000;
					font-weight:bold;
					text-decoration:underline; }
				
a.text:link { 	font-size:11px;
				color:#6600CC;
				font-weight:bold;
				text-decoration:underline; }
				
a.text:visited { 	font-size:11px;
					color:#6600CC;
					font-weight:bold;
					text-decoration:underline; }
					
a.green:link {	font-size:11px;
				color:#419d35;
				font-weight:normal;
				text-decoration:underline; }
				
a.green:visited {	font-size:11px;
					color:#419d35;
					font-weight:normal;
					text-decoration:underline; }
					
a.greenbold:link {	font-size:12px; 
				color:#419d35;
				font-weight: bold;
				text-decoration:underline; }
				
a.greenbold:visited {	font-size:12px;
					color:#419d35;
					font-weight: bold;
					text-decoration:underline; }
					
a.greenbig:link {	font-size: medium;
				color:#419d35;
				font-weight: bold;
				text-decoration:underline; }
				
a.greenbig:visited {	font-size: medium;
					color:#419d35;
					font-weight: bold;
					text-decoration:underline; }					
					
a.greenbig:hover {	font-size: medium;
				color:#000099;
				font-weight: bold;
				text-decoration:underline; }
				
a.grey:link { 	font-size:10px;
				color:#cccccc;
				font-weight:normal;
				text-decoration:none; }	
			
a.grey:visited { 	font-size:10px;
					color:#cccccc;
					font-weight:normal;
					text-decoration:none; }	

p { font-size:11px;
	color:#000000; }
	
	
#main{
	width:784px;
	text-align: left;
	padding: 5px 20px 5px 30px;
	border-right: 12px solid #99cc33;
	border-bottom: 2px solid #99cc33;
	border-left: 2px solid #99cc33;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


/* CSS Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*index page table*/

th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:left; font-weight:normal;
}

div.greybox {border: solid 1px #000000; padding:0.5ex; background-color:#F0F0F0; }

div.threeborders { height:101px; border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }

div.leftborder { height:146px; width:183px; border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex;}

div.bottomborder { height:146px; width:200px; border: solid 0 #CCCCCC; border-bottom-width:1px; padding-bottom:0.5ex; }

div.rightborder {height:146px; width:184px; border: solid 0 #CCCCCC; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }



div.adultkids { height:101px; width:282px; border: solid 0 #CCCCCC; border-bottom-width:1px; padding-bottom:0.5ex; }

div.centre { height:101px; width:4px; }

div.threebordersadultskids { height:101px; border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }

div.leftborderbottom { height:101px; width:94px; border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex;}

div.bottomborderbottom { height:101px; width:306px; border: solid 0 #CCCCCC; border-bottom-width:1px; padding-bottom:0.5ex; }

div.rightborderbottom {height:101px; width:167px; border: solid 0 #CCCCCC; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }

div.emptycell { empty-cells:show  }

#bottomnav {
	text-align: center;
	margin:0 auto;
	width:784px;
	padding: 30px 20px 5px;
}


ul {
	display: inline;
	list-style-type: none;
	text-align: center;
	margin-top: 20px;
}
li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #CCCCCC;
	font-size: 10px;
}
