@charset "utf-8";

.inputtext {
	color: #333333;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
}	

.inputbutton {
	border: 1px solid #ccc;
	background: #990130;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 5px;
}

.inputtextrequired	{
	color: #333333;
	background-color: #dedede;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
}	
.inputselect {
	color: #333333;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
}	
.inputtextarea {
	color: #333333;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #333333;
	background-color: #dedede;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
}	
		
/* ----------------------------------- */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	line-height: 1.5em;
	background: url(../images/bodybg.gif) repeat-x #000;
}

/*td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
}*/


h1 {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
	font-size: 22px;
	color: #ce0040;
	line-height: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #959527;
	line-height: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
	text-decoration:underline;
}

a.footerlink {
	color: #b5b5b3;
	text-decoration:none;
}

a.footerlink:hover {
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	color: #ef3c35
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		width: 950px;
		height: 120px;
		float: left;
		background: url(../images/navBG.jpg) no-repeat;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		position: relative;
		
	}
	
		#header a {
			color: #fff;
			text-decoration:none;
		}
		
		#header a:hover {
			color: #fc0;
			text-decoration: none;
		}
		
		#header ul {
			list-style: none;
			margin: 60px 0 0 50px;
			padding: 0;
			z-index: 100;
			color: #000;
		}
		
			#header ul#headerLinks {
				position: absolute;
				top: -1px;
				left: -1px;
				z-index: 1;
			}
		
		#header li {
			float: left;
			margin-right: 20px;
		}
		
		#header li.logoNavSpacer {
			margin-right: 200px;
		}
	
	#homeWrap, #furtherWrap {
		width: 902px;
		min-height: 442px;
		float: left;
		padding: 56px 0 0 34px;
	}
	
	#homeWrap {
		background: url(../images/homeBG.jpg) no-repeat;
		color: #CCCCCC;
	}
	
	#furtherWrap {
		background: url(../images/furtherBG.jpg) no-repeat;
	}
	
		#furtherContentWrap {
			width: 821px;
			min-height: 300px;
			float: left;
			background: url(../images/content-repeat.jpg) repeat-y #fff;
			margin: 20px 0 0 20px;
			color: #4e4e4e;
			position: relative;
			padding: 10px 0 ;
		}
		
			#topCorner {
				position: absolute;
				top: 0;
				left: 0;
			}
			
			#botCorner {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			
			#furtherContent {
				width: 580px;
				float: left;
				padding: 0 20px 20px 20px;
			}
			
			#subPages {
				width: 201px;
				float: right;
			}
			
				#subPages ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
				
				#subPages a {
					width: 170px;
					display: block;
					border-top: 1px solid #cacaca;
					padding: 10px 0 5px 5px;
					margin-left: 10px;
					height: 23px;
					background: url(../images/subPagesBG.jpg) repeat-x bottom;
					text-decoration:none;
				}
				
				#subPages a:hover {
					color: #d0416d;
					text-decoration: none;
					background: url(../images/subPagesBG.jpg) repeat-x bottom;
				}
	
		#bagInBox {
			width: 95px;
			height: 28px;
			float: left;
			background: url(../images/bagInBox.jpg) no-repeat;
			padding: 30px 0 0 70px;
			color: #fff;
			font-size: 11px;
			line-height: 1.2em;
			margin: 0 0 33px 17px;

		}
		
			#bagInBox a {
				color: #d71a21;
				font-weight: bold;
				text-decoration:none;
			}
			#bagInBox a:hover {
				text-decoration:underline;
			}
			
		#searchSite {
			width: 182px;
			height: 52px;
			float: right;
			margin: 12px 40px 0 0;
			background: url(../images/searchWebsite.jpg) no-repeat;
			position: relative;
			clear:right;
		}
		
			.inpSearch {
				width: 150px;
				height: 20px;
				padding: 5px 5px 0px 5px;
				background: url(../images/siteSearchBg.jpg) no-repeat;
				border: none;
				color: #ddd;
				font-size: 10px;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 23px;
			}
			
			.siteSearchSubmit {
				position: absolute;
				top: 23px;
				right: 2px;
			}
			
		#welcome {
			width: 152px;
			height: 165px;
			float: left;
			clear: left;
			background: url(../images/welcome.jpg) no-repeat;
			padding: 175px 30px 0 39px;
		}
		
		#ourShop {	
			width: 143px;
			height: 165px;
			float: left;
			background: url(../images/ourshop.jpg) no-repeat;
			padding: 175px 30px 0 39px;
		}
		
		#tours {
			width: 153px;
			height: 165px;
			float: left;
			background: url(../images/tours.jpg) no-repeat;
			padding: 175px 30px 0 39px;
		}
		
			#welcome a, #ourShop a, #tours a {
				color: #d71a21;
				font-weight:bold;
			}
		
		#blackBoard {
			width: 172px;
			height: 35px;
			background: url(../images/blackboard.jpg) no-repeat;
			float: left;
			padding: 305px 0 0 24px;
			color: #fff;
			position: relative;
		}
	
	#theBeers {
		width: 868px;
		height: 321px;
		float: left;
		background: url(../images/woodenBG.jpg) no-repeat;
		padding: 68px 0 0 54px;
	}
	
		#theBeers a {
			display: block;
			height: 224px;
			float: left;
			margin-right: 43px;
		}
		
		#theBeers a:hover {
			text-decoration: none;
		}
		
			#theBeers a em {
				visibility: hidden;
			}
	
		a#red {
			width: 174px;
			background: url(../images/red.jpg)
		}
		
		a#blonde {
			width: 174px;
			background: url(../images/blonde.jpg)
		}
		
		a#black {
			width: 177px;
			background: url(../images/black.jpg)
		}
		
		a#amber {
			width: 172px;
			background: url(../images/amber.jpg);
			margin-right: 0px;
		}
	
	#footer {
		width: 869px;
		height: 110px;
		float: left;
		background: url(../images/footerBG.jpg) no-repeat;
		padding: 9px 0 0 65px;
	}
	
	#medalsText {
		float: left;
		width: 869px;
		padding: 0px 0 0 65px;
	}
		
		#medalsText img {
			float: left;
		}
		
		#medalsText span {
			float: left;
			display: block;
			width: 470px;
			font-size: 10px;
			margin: 15px 0 0 30px;
			line-height: 1.3em
		}
		
		#medalsText, #medalsText a {
			color: #B5B5B3;
		}
.redbold
{
	color:#d71a21;
	font-weight:bold;
	text-decoration:none;
}
