@charset "utf-8";

	.inputtext 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		width: 120px;
		padding: 1px 3px;
		}	
		.inputtextrequired
		{
		color: #333333;
		background-color: #DEAEAD;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		width: 120px;
		padding: 1px 3px;
		}	
	.inputselect 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		padding: 1px 0px 1px 3px;
		width: 120px;
		}	
	.inputtextarea{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		}	
		.inputtextarearequired{
		color: #333333;
		background-color: #DEAEAD;
		font-size: 11px;
		border: #888888 1px solid;
		}	
	.inputbutton 
		{
		color: #333333;
		background-color: #EEEEEE;
		font-size: 11px;
		cursor: pointer;
		border:  1px solid;
		height: 19px;
		width: 80px;
		font-weight : bold;
		}



/* ==================================== */

* {
	outline: none;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #555;  
	background: url(../images/bodybg.jpg) repeat-x #185335;
	line-height: 1.8em;
}


#subPages h2 {
   font-size: 20px;
   height: 20px;
   padding-bottom: 0;
   border: none;
   padding: 0;
   color: #3f362f;
   font-weight: normal;
   margin: 10px 0;		
}

h2 {
	font-size: 12px;
	color: #19653f;
}

a {
	text-decoration: none;
	color: #c02d35;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

	#header, #nav, #homeImg, #beerLinks, #homeContent {
		width: 100%;
		float: left;
	}
	
	#header {
		height: 148px;
		background: url(../images/header.jpg) top right no-repeat #ffffff;
		position: relative;
	}
	
		#header ul {
			margin-top: 10px;
			width: 50%;
		}
	
		#header li {
			background: url(../images/headerNavArrow.jpg) no-repeat 0px 6px;
			list-style: none;
			padding: 0 0 15px 15px;
			font-weight: bold;
		}
		
		#header li a {
			color: #19653f;	
		}
		
		#shopLink {
			position: absolute;
			display: block;
			width: 295px;
			height: 125px;
			top: 0;
			right: 5px;
		}
		
			#shopLink em {
				visibility: hidden;
			}
		
		#shopLink:hover {
			text-decoration: none;
		}
	
	#nav {
		height: 37px;
	}
	
		#nav ul {
			float: left;
			padding: 0;
			margin: 0;
			height: 37px;
			width: 100%;
		}
		
			#nav li {
				padding: 0;
				margin: 0;
				list-style: none;
				height: 37px;
				float: left;
			}
			
				#nav li a {
					display: block;
					height: 37px;
					background-position: top;
				}
				
				#nav li a:hover {
					text-decoration: none;
					background-position: bottom;
				}
				
					#home a {
						background-image: url(../images/home.jpg);
						width: 102px;
					}
					
					#about a {
						background-image: url(../images/about.jpg);
						width: 123px;
					}
					
					#beers a {
						background-image: url(../images/the-beers.jpg);
						width: 126px;
					}
					
					#shop a {
						background-image: url(../images/shop.jpg);
						width: 88px;
					}
					
					#hall a {
						background-image: url(../images/beer-hall.jpg);
						width: 162px;
					}
					
					#brewery a {
						background-image: url(../images/brewery.jpg);
						width: 123px;
					}
					
					#news a {
						background-image: url(../images/news.jpg);
						width: 89px;
					}
					
					#contact a {
						background-image: url(../images/contact.jpg);
						width: 127px;
					}
					
				
				#nav li a strong {
					visibility: hidden;
				}
	
    /* #homeImg {
		
	}*/
	
    #beerLinks {
		height: 78px;
	}
	
		#beerLinks ul {
			margin: 0;
			padding: 0;
		}
		
		#beerLinks li {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}
	
		#beerLinks a {
			width: 235px;
			height: 78px;
			display: block;
			background-repeat: no-repeat;
		}
		
		#beerLinks a:hover {
			background-position: bottom;
		}
		
		#hawkshead a {
			background-image: url(../images/hawkshead.jpg);
		}
		
		#red a {
			background-image: url(../images/red.jpg);
		}
		
		#gold a {
			background-image: url(../images/lakeland-gold.jpg);
		}
		
		#brodies a {
			background-image: url(../images/brodies-prime.jpg);
		}
		
			#beerLinks a strong {
				display: none;
			}
	
    #homeContent div {
		width: 230px;
		float: left;
		margin: 17px 0 0 0;
		padding: 22px 15px 0px 225px;
		line-height: 1.5em;
	}
	
		#theBeerHall {
			background: url(../images/theBeerHall-BG.jpg) no-repeat;
			min-height: 172px;
			width: 470px;
			color:#FFFFFF;
		}
		
			* html #theBeerHall {	
				height: 172px;
			}
		
		#homeText {
			position: relative;
			background: url(../images/homeTextBG.jpg) repeat-x;
			min-height: 171px;
			border-top: 1px solid #407058;
			width: 470px;
			color:#FFFFFF;
		}
		
			* html #homeText {	
				height: 172px;
			}
		
		#homeText p {
			margin: 0 0 0 -30px;
		}
		
			#onlineShopLink {
				width: 256px;
				height: 54px;
				background: url(../images/onlineshop.png) no-repeat;
				display: block;
				position: absolute;
				bottom: 30px;
				right: 20px;
				color:#FFFFFF;
			}
			
			* html #onlineShopLink {
				background: url(../images/onlineshop.gif) no-repeat;
			}
			
			#onlineShopLink:hover {
				text-decoration: none;
			}
			
				#onlineShopLink strong {
					visibility: hidden;
				}
				
			#homeTextImg {	
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
	#furtherContent {
		min-height: 417px;
		float: left;
		background: url(../images/furtherBG.gif) no-repeat #f7f6f2;
		padding: 20px;
		width: 900px;
	}
	
		* html #furtherContent {
			height: 417px;
		}
	
		#subPages {
			width: 180px;
			float: left;
			min-height: 417px;
			background: url(../images/subPagesBG.jpg) no-repeat;
			padding: 0 10px;
		}
		
			* html #subPages {
				height: 417px;
			}
		
			#subPages ul {
				margin: 0;
				padding: 0;
			}
		
			#subPages li {
				border-bottom: 1px dotted #9a9a9a;
				list-style: none;
				width: 140px;
				margin: 10px 0;
				padding: 0;
			}
			
				#subPages li a {
					color: #333;
					display: block;
					font-size: 11px;
					padding: 5px 0;
					text-transform: capitalize;
				}
				
				#subPages li a:hover {
					color: #000;
					text-decoration: none;
				}
		
		#furtherText {
			width: 700px;
			float: left;
		}
	
    #footer {
		height: 76px;
		background: url(../images/footerBG.jpg) repeat-x;
		padding: 20px;
		width: 900px;
		float: left;
		margin: 16px 0 0 0;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: normal;
		color: #ffffff;
	}
	
		#footer a {
			color: #ffffff;
		}
	
	
.namelink {
font-size:16px;
}
.price {
font-size:16px;
font-weight:bold;
}
