/*---------------------------------------------------+
| MyClubWeb.com WebDesign
+----------------------------------------------------+
| Copyright © 2002 - 2008 Alec Wright
| http://www.myclubweb.co.uk
+---------------------------------------------------*/

body {
  	background-color: #000000;
	margin-right:auto;
	margin-left:auto;
	font:12px Arial, Helvetica, sans-serif;
	/*font-family: "Times New Roman", arial;*/
	padding: 5px;
}


a:link 		{color: #6D1818}     							/* unvisited link */
a:visited 	{color: #4CA14C}  								/* visited link */
a:hover 	{color: #913F40}   								/* mouse over link */
a:active 	{color: #6D1818}   								/* selected link */

.header{
	width: 830px;
	overflow: auto;
}

.main{ 
  	margin-left: 165px; 	
  	width: 635px;
  	background: #FFFFFF url('../images/theme/green_border.jpg') repeat-y;
  	padding: 5px 10px 5px 20px;
  	border-left: 1px solid #00FF00;
	border-right: 2px solid #00FF00;
	overflow: auto;
}


.main h1, .main h2{
	background: url('../images/theme/green_border_top.jpg') repeat-x;
	padding: 0px 5px 0px 20px;
}

.main h1{font-size: 130%;}
.main h2{font-size: 120%;}
.main h3{
  	font-size: 115%;
  	text-align: center;
}

.main p{
	text-align: justify;
	padding: 0px 20px 0px 20px;
	overflow: auto;
}

.shop{ 
  	margin-left: 165px;
	overflow: auto;
}

.footer{
  	margin-left: 155px; 	
  	width: 635px;
  	font-size: 12px;
	color: #5E7830;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	clear: both;
}

.footer a img{
	vertical-align: middle;
}


.center{
	text-align: center;
}

.main p img{
  	float: left;
  	margin-right: 10px;
}

.loginform{
	text-align: center;
	background: #D4FFAA;
	border: 1px #7FFF55 dashed;
	padding: 5px 0px 5px 0px;
	margin: 0px 40px 0px 40px;
	
}

.form_title{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	padding: 0px 4px 8px 4px;
	text-decoration: underline;
}

.halfscreen{
  	float: left;
  	width: 300px;
  	text-align: justify;
  	margin: 5px;
}

.halfscreen p{
	padding: 15px;
}
	
.halfscreen a img{
	padding: 0px 25px 0px 25px;
}

.news{
	clear: both;
	height: 300px;
	padding-left:30px;
}

/*----------------------------------------*/
/* MESSAGE FORMAT
/*----------------------------------------*/

#ErrorMessage, #SuccessMessage{
  	text-align: center;
  	font-size: 14px;
}
#ErrorMessage{color: #FF0000;}
#SuccessMessage{
  	color: #00FF00;
	font-weight: bold;
}

#noted{
  	text-align: center;
  	color: #FF7F7F;
	font-weight: bold;
	font-style: italic;
	margin: 0px 80px 0px 80px;
}

/*----------------------------------------*/
/*  Navigation Buttons
/*----------------------------------------*/
.arrowgreen{
	width: 158px; /*width of menu*/
	clear: left;
	float: left;
	border-style: solid solid none solid;
	border-color: #00FF00;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/theme/arrowgreen.gif) 100% 0;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #000000;
	/*color: #26370A;*/
	background-position: 100% -64px;
}


/*----------------------------------------*/
/*  Feedback Form
/*----------------------------------------*/
.feedbackform{
	padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 550px; /*width of form rows*/
	overflow: hidden;
	padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	/*text-transform: uppercase;*/
	font-weight: bold;
	text-align: right;
	border-bottom: 2px solid #00FF00;
	margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 300px;
	height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	margin-left: 170px; 
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 80px;
	background: #e1dfe0;
}

/*----------------------------------------*/

/**********************************************************************
/***************                                     ******************
/***************           Position ADS              ******************
/***************                                     ******************
/*********************************************************************/
.ad_right, .ad_left, .ad_center{
 	padding: 5px 0px 5px 0px; 
 	/*border: 1px solid #ffffff;*/
}

.ad_left{
	float: left;
	clear: left;
}

.ad_right{
	float: right;
}
/*********************************************************************/