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

Author: Jazmin Brooks
Date: March 2010
Site: CLGC
Edited by: 

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule,
content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because
each browser has a different top margin default value. By resetting these values to 0, the elements will initially be
rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body
element will help to create consistent styling of the page content and more manageable CSS. Besides using the body
element to set global properties, it is common to use the body element to set the background color of the page and
create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */

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

p{
    margin:0;
	padding-bottom:15px;
}

img{
    display:block;
}

form img{
	display:inline;
}

.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

h1{
    line-height:normal;
    font-size:18px;
    font-weight:bold;
    color: #262261;
    margin-bottom:15px;
}

h2{
    line-height:normal;
    font-size:16px;
    font-weight:bold;
    color:#262261;
    margin-bottom: 10px;
}

h3{
    line-height:normal;
    font-size:12px;
    font-weight:bold;
    color:#262261;
    margin-bottom:5px;
}

a {
    color:#262261;
    text-decoration:none;
	border-bottom:1px solid #cac7ea;
}

a:hover {
    border-bottom:1px solid #262261;
}


a img{
    border:none;
	border-bottom:none;
}

ul{
    padding:0;
    margin:5px 10px 15px 10px;
}

ol {
	padding:10px 30px;
}

li{
    list-style: none;
    background: url(../images/bullet.gif) no-repeat left 6px;
    padding-left: 20px;
    margin-bottom:10px;
}

ol li{
	list-style:decimal;
	padding-left:0;
	background-image:none;
}

ol li ol{
	padding:10px 30px;
}

ol li ol li{
	list-style:lower-alpha;
}

/* Form Stuff*/

input, textarea, select{
	border:1px solid #CDCDCF;
	font-family:Arial, Geneva, sans-serif;
	font-size:11px;
	padding:2px 5px;
	width:290px;
	float:left;
}

#Contact td{
	padding-bottom:10px;
}

select{
	width:304px;
}

textarea {
	height:100px;
	/*width:394px;*/
}

.checkbox{
		width:15px;
		padding-right:10px;
		margin-right:10px;
		margin-top:3px;
		border:none;
	}
	
	.checkboxes label{
		font-weight:normal;
		color:#333;
	}
	
.contactButtons input{
	width:100px;
	float:left;
	margin-right:10px;
	cursor:pointer;
	background-color:#262161;
	color:#fff;
	font-weight:bold;
}

.contactButtons a{
	background-color:#fff;
	background-image:url(images/button_sprite.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-top:0;
	line-height:normal;
	margin-right:20px;
	width:80px;
	display:block;
	float:left;
	text-align:center;
	padding:8px 0;
	height:auto;
}

.contactButtons a:hover{
	text-decoration:none;
	background-position:0 -30px;
}

.contactButtons a:active{
	text-decoration:none;
	background-position:0 -60px;
}

.validation{
	color: #F00;
}


label {
    cursor:pointer;
    color:#2e80d3;
}

.noBorder{
    border-style:none !important;
}

/*Structure*/

#header{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:5px;
}

	#headerInner{
		width:960px;
		margin:0 auto;
	}
	
#content{
	
}

	#contentInner{
		width:960px;
		margin:0 auto;
	}
	
#footer{
	
}

	#footerInner{
		width:960px;
		margin:0 auto;
		padding:10px 10px 20px 10px;
	}
	
/*Header*/

#logo{
	float:left;
	padding:14px 60px 14px 0;
	width:131px;
}

#logo a{
	border-bottom:none;
}

#strapline{
	float:left;
	padding:59px 0 35px 0;
	width:720px;
}

/*Content*/

#mainCol{
	float:left;
	width:600px;
	margin-right:5px;
}

.products #mainCol{
	width:100%;
}

	.headerImg{
		
	}
	
		.headerImg a{
			border:none;
		}
	
		.headerImg img{
			border:1px solid #cdcdcf;
			margin-bottom:5px;
		}
		
		.headerImg .topLeft{
			float:left;
			margin-right:5px;
			
		}
		
		.headerImg .topRight{
			float:left;
		}
		
		
	
	#mainContent{
		border:1px solid #cdcdcf;
		padding:10px;
		margin-bottom:5px;
	}
	
	#contactDetails{
		float:left;
		border:1px solid #cdcdcf;
		width:275px;
		margin-right:5px;
		padding:10px;
		min-height:190px;
		_height:190px;
	}
	
	.internal #contactDetails{
		width:323px;
		margin-right:0;
		min-height:150px;
		_height:150px;
	}
	
	#clubDetails{
		float:left;
		border:1px solid #cdcdcf;
		width:275px;
		padding:10px;
		min-height:190px;
		_height:190px;
	}
	
		.openingTimes{
			border-collapse:collapse;	
			margin-bottom:20px;
		}
		
			.openingTimes td{
				padding:0 10px 5px 0;
				
			}
	
#subCol{
	float:left;
	width:345px;
}

	#newsNugget{
		background-color:#262161;
		padding:10px;
		color:#fff;
		margin-bottom:5px;
	}
	
		#newsNugget a{
			color:#fff;
			border-bottom:1px solid #8286e0;
		}
		
		#newsNugget a:hover{
			border-bottom:1px solid #fff;
		}
	
	.sideAds{
		border:1px solid #cdcdcf;
		margin-bottom:5px;
	}
	
		.sideAdsImg{
			border-right:1px solid #cdcdcf;
			float:left;
			width:168px;
		}
		
		.sideAdsTxt{
			float:left;
			width:154px;
			padding:10px;
		}
		
		.sideAds h2{
			background-color:#eff0eb;
			margin:0;
			padding:5px 10px;
			float:left;
			width:154px;
			font-size:16px;
		}
		
/*Shop Table*/

.shopTable {
	border-spacing:5px;
	margin-bottom:20px;
}

	.shopTable td{
		border:1px solid #cdcdcf;
		padding:5px;
		vertical-align:top;
	}
	
/*Content Tables*/

.contentTable{
	
	border:1px solid #262161;
	margin-bottom:20px;
	width:365px;
}

	.contentTable th{
		background-color:#262161;
		color:#fff;
		padding:5px 15px;
	}

	.contentTable td{
		padding:5px 15px;
		border-bottom:1px solid #CDCDCF;
	}

.holeTable{
	border-collapse:collapse;
	border:1px solid #262161;
	margin-bottom:20px;
}

	.holeTable td{
		border:1px solid #CDCDCF;
	}
	
	.holeTable th{
		border:1px solid #CDCDCF;
	}
	
	.blue{
		background-color:#80cbfc;
	}
	
	.red{
		background-color:#fd9090;
	}
		
/*Footer*/

#footerMenu{
	float:left;
	width:600px;
}

#footerCredit{
	float:right;
	width:330px;
}

.large{
	font-size:16px;
}