/*
Colours:
Standard grey - used for single pixel lines 	:#B2BCBD;

*/

#fullpage {
 width:771px;
 /*float:left;*/
 margin-left: auto; 
 margin-right: auto;
 background-color: white;
}

/*container for the header at the top of each page*/
#topheader {
	width: 771px;
	float: left;
}

/*container for the main site logo*/
#logocontainer {
	width:160px;
	float: left;
}

/*container for the rh portion of the header (the non-logo area)*/
#innerheader {
	width: 611px;
	float: left;
}

/*container for the main 'body' of the page (i.e. everything bar the header)*/
#pagebody {
	width: 768px;
	border: 1px solid #B2BCBD;
	float:left;
}

/*used to add in the page columns to the page body div if needed*/
.pagecolumns{
	background-image : url(images/pagebody_background.gif);
 	background-repeat : repeat-y;
 	background-position: 0px 0px;
}

.doublecolumns{
	background-image : url(images/pagebody_double_background.gif);
 	background-repeat : repeat-y;
 	background-position: 0px 0px;
}

/*
#navandlogo {
 width: 160px;
 float: left;
}*/

/*container for the LH column - findd a club, menu and quiz (on homepage)*/
#nav {
 /*border-right: 1px solid #B2BCBD;*/
  /*border-bottom: 1px solid #CACAC9;*/
 width: 159px;
 margin-right: 1px;
 float: left;
}

/*container for the lh menu.  Note that the actual menu code is in menu.css*/
#menuarea {
	margin-left:1px;
	display: inline;
	width: 158px;
	float: left;
}

#findaclub {
	width: 152px;
	float: right;
	background-color: #BB0C0C;
	padding: 4px 2px 4px 4px;
	margin: 1px 0px 1px 0px;
	background-image : url(images/level1menuimg.gif);
	background-repeat : no-repeat;
	background-position: 150px 8px;
}

/*container for the quiz*/
#quiz {
	width: 159px;
	float: left;
}

#footer a {
 color: #474747;
 text-decoration:underline;
}

#footer{
 margin:0px 10px 0px 10px;
 padding-bottom:20px;
 clear:both;
}

/*shadow on the bottom of the page*/
.footershadow{
	font-size: 70%;
	background-color: #E9E9E9; 
	padding-top: 0px;
	margin-bottom: 20px;
}

#content {
 margin-bottom: 0px;
 width: 608px;
 float: left;
 
}

#topbar {
 	background-image: url('images/topbar_right.gif');
	background-position: top right;
	background-repeat: repeat-y;
 	background-color: white;
 
}

#topbarcontent {
 border-left: 1px solid #C8CDCE;
 padding: 10px 15px 9px 15px;
}

#topbarcontent a {
	color: #3F3F3F;
	text-decoration: none;
}

#topbarcontent a:hover {
	text-decoration: none;
}

#topbarcontent strong{
	color: #3F3F3F;
}

#topbarinner {
 background-image: url('images/topbar_bottom.gif');
 height:8px;
}

#logo {
 margin: 3px 0px 14px 16px;
}

#breadcrumb {
 margin:13px 0px 13px 14px;
 color: #BB0C0C;
}

#maincontentpanel {
 float: left;
 width: 401px;
 padding: 1px 0px 0px 2px;
}

/*Wide version for use without a rh menu*/
#maincontentpanel-wide {
 float: left;
 width: 602px;
 padding: 1px 0px 0px 2px;
 margin-left: 0px;
 background-color: white;
}

#flcontentpanel {
 float: left;
 width: 605px;
 padding: 1px 0px 0px 2px;
}

#homepagecontentpanel {
 float: left;
 width: 403px;
}

#pagetitlebar {
 background-color: #BB0C0C;
 padding: 5px 0px 5px 10px;
}

#rightcontentpanel {
	/*border-bottom: 1px solid #B2BCBD;*/
 	width: 201px;
 	float: right;
 	background-color: white;
 	padding: 1px;
}

#maincontentpadding{
 width: 371px;
 padding: 10px 0px 10px 15px;
 /*float: left;*/
}



#pagingarea{
 padding-left: 15px;
 background-color: #E9D2D2;
 font-weight: bold;
 font-size: 110%;
 margin-top: 1px;
 clear:both;
}

#sitemap_anchornav_container{
 /*background-color: #E9D2D2;*/
 font-weight: bold;
 font-size: 100%;
 padding-left: 13px;
 padding-top: 6px;
 padding-bottom: 6px;
}

.sitemap_anchornav {
 color: white;
 padding: 1px 3px 1px 3px;
 border-right: 1px solid white;
 background-color: #A95454;
}

.sitemapelement{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sitemap ul {
 margin-left: 20px;
 line-height: 1.7em;
}

#sitemap a {
 color:#3F3F3F;
}

#sitemap a:hover {
 color:#BB0C0C;
}


.floatedleft {
 float: left;
}

.floatedright {
 float: right;
}

.clear{
 clear:both;
}

.centeredpromo {
 text-align: center;
}

.centeredpromo img{
 display:inline;
}

.paddedpromo {
 padding-top:10px;
 padding-left:10px;
}

.gallery {
 width: 100px;
 float: left;
 padding-left: 12px;
 padding-right: 8px;
}

.galleryphoto {
 display:block;
 border:1px solid #B90D0B;
 margin: 10px 0px 10px 0px;
}

.button a{
 background:#C99393;
 border:1px solid #B90D0B;
 color: white;
 float:left;
 padding:5px;
 margin: 0px 8px 0px 8px;
 width: 150px;
 text-align: center;
 font-weight: bold;
 letter-spacing: .25em;
}

.button a:hover {
 background: #F4F1F0;
 color:#B90D0B;
 text-decoration:none;
}


/* Admin styles */
#adminmenu {
 width: 200px;
 margin: 0px 20px 20px -5px;
 border-right: 1px solid #B2BCBD;
 border-top: 1px solid #B2BCBD;
 border-bottom: 1px solid #B2BCBD;
 padding: 10px 10px 0px 0px;
 background-color: #EEEEEE;
}

/*__________________________________SHOP STYLES_____________________________*/

/*Contains the individual shop items
Total width: 370px*/
.shop_item_container {
	width: 365px;
	float: left;
	margin: 10px 5px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7D7E7E;
}
/*container for the shop thumbnail*/
.shopThumbnailContainer {
	float:left; 
	width:80px;
	margin: 0px 5px 5px 0px;
}

/*container for the shop text on the category page*/
.shopTextContainer {
	float:left; 
	width:280px;
}

/*container for the shop text on the details page*/
.shopDetailTextContainer {
	float:left; 
	width:95px;
}
/*container for the buttons/links on the category page*/
.shopButtonsContainer {
	float:left;
	width:365px;
}
/*container for the shop info link on the category page*/
.shopInfoLink {
	float:left; 
	width:85px;
}

/*Contains the shop detail
Total width: 365px*/
.shop_detail_container {
	width: 360px;
	float: left;
	margin: 10px 5px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7D7E7E;
}

/*container for the main badminton shop image on the detail page*/
.shopMainimageContainer {
	float:left; 
	width:160px;
	margin: 0px 8px 5px 0px;
}

/*container for the shop text on the detail page*/
.shopDetailTextContainer {
	float:left; 
	width:187px;
}

/*used to make the buttom look like a link for the buy link*/
.submitLink {
  color: #fe0000;
  background-color: transparent;
	text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
  cursor: hand;
 }
 
 .submitLink:hover {
 	text-decoration: underline;
 }
 
 /*---------------membership form styles---------------------*/
 
 /*container for a form item 'tr' style row*/
 .form_item{
 	width: 371px;
	float: left;
	padding: 3px 0px;
 }

 /*container for the field labels ('td' style)*/
 .form_label{
 	width: 100px;
	float: left;
 }
 
 /*container for the form field ('td' style)*/
 .form_field{
 	width: 271px;
	float: left;
 }
 
 /*style to apply to form item to give a divider below*/
 .form_divider{
 	padding-bottom: 6px;
	margin-bottom: 3px;
 	border-bottom: 1px solid #B2BCBD;
 }
