@charset "utf-8";
/* CSS Document */

/*

SURFERS TENPIN

---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - main, sub menu, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #000000
		body text - #4c4c4c
		headings  - #1a84c3  |  #002f4c
		
/*
		
/* ------- GENERAL ------- */

body{
	margin:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:18px;
	}

a:link, a:hover, a:active, a:visited{
	color:#f2b511;
	text-decoration:none;
	}


form, h1, h2, h3{
	margin:0;
	padding:0;
	}
h1, h2, h3{
	margin-top:5px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
	color:#69affe;
	text-transform:uppercase;
	letter-spacing:3.5px;
	line-height:24px;
	}
h1 em, h2{
	margin-bottom:0;
	font-size:18px;
	font-style:normal;
	letter-spacing:normal;
	}
h1{
	
	}
h2{
	font-size:14px;
	letter-spacing:1px;
	}
h3{
	font-size:12px;
	letter-spacing:normal;
	margin-bottom:5px;
	}
h3 em{
	font-style:normal;
	color:#f2b511;
	}
td h3{
	margin-bottom:0;}

img{
	border:0;
	}
img.border{
	margin:3px 10px 3px 3px;
	border:1px solid #ff9b01;
	padding:3px;}
.clear{
	clear:left;
	}
	
/* -------- LAYOUT ------- */

#container{
	width:940px;
	margin:auto;
	}
#header{
	padding-left:220px;
	background-image:url(../images/background-header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#flash{
	height:242px;
	background-image:url(../images/background-flash.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
#content{
	height:421px;
	padding-right:70px;
	background-image:url(../images/background-content.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}

/* ------- CONTENT ------- */

#content a:hover{
	text-decoration:underline;
	}
#content-text, #content-enquire{
	width:397px;
	height:370px;
	padding:35px 45px 15px 47px;
	float:left;
	background-image:url(../images/background-content-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#160833;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	}
#content-enquire{
	width:406px;
	padding:35px 35px 15px 47px;
	}
#content-img{
	width:380px;
	height:420px;
	float:left;
	}

#content img.centre{
	text-align:center;
	}
div.overflow{
	height:240px;
	padding-right:5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.smalltext{
	font-size:10px;
	color:#5d38a9;
	line-height:normal;
	}

.scorecontainer{
	margin:10px;
	border:1px solid #ffb301;
	padding:1px;
	}
.score{
	border-collapse:collapse;
	}
.score td, .score th{
	padding: 3px 7px;
	border:1px solid #22153d;
	}
.score th{
	text-align:left;
	color:#69affe;
	}
	
/* ----- FORM STYLES ----- */

input, textarea, select{
	width:120px;
	padding:2px;
	border:1px solid #22153d;
	color:#052567;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

input.btn{
	width:auto;
	cursor:pointer;
	background-color:#ff7500;
	border:1px solid #ffb401;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	}
.form{
	padding:4px;
	background-color:#22153d;
	border:1px solid #2e2148;
	}
.form th, .form td{
	text-align:left;
	padding:5px 2px;
	}
.form td{}
.form td.required{}
.error, .notification{
	}
.notification{
	}


/* -------- MENUS -------- */

/* Site map */

#sitemap{
	height:24px;
	padding:35px 75px 0 0;
	background-image:url(../images/background-sitemap.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:10px;
	color:#005b7f;
	text-align:right;
	}
#sitemap a:link, #sitemap a:active, #sitemap a:visited{
	padding:0 5px;
	color:#555;
	}
#sitemap a:hover{
	color:#acacac;
	}


/* Main menu */

#mainmenu{
	height:79px;
	padding-right:70px;
	background-image:url(../images/background-menu.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	width:92px;
	height:79px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:left;
	}
#mainmenu a:hover{
	background-position:right;
	}
#mainmenu a.home:link, #mainmenu a.home:visited{
	width:90px;
	background-image:url(../images/menu-home.gif);
	}
#mainmenu a.prices{
	background-image:url(../images/menu-prices.gif);
	}
#mainmenu a.social{
	background-image:url(../images/menu-socialgroups.gif);
	}
#mainmenu a.kids{
	background-image:url(../images/menu-kids-birthday.gif);
	}
#mainmenu a.highscore{
	background-image:url(../images/menu-highscore.gif);
	}
#mainmenu a.photo{
	background-image:url(../images/menu-photo.gif);
	}
#mainmenu a.enquiries:link, #mainmenu a.enquiries:visited{
	width:99px;
	background-image:url(../images/menu-enquiries.gif);
	}
#mainmenu span{
	display:none;
	}

/* Footer */

#footer{
	height:42px;
	background-image:url(../images/background-footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:10px;
	text-align:center;
	color:#555;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#555;
	}
#footer a:hover{
	color:#acacac;
	}
#footer em{
	padding:0 5px;
	color:#005b7f;
	}