/*
Theme Name: Advanced Brewing
Theme URI: http://advancedbrewing.co.uk
Description: A Blank Wordpress theme.
Author: Craig Richardson
Author URI: http://mankindcreative.com
version: 2.0
Tags: three-column, widget-ready, blank
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#fbfbfb;
	font-family: georgia, times, serif;
	font-size: 10pt;
	}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:900px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
#beerprocess {
	width:878px;
	height: 600px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	background-image: url(/wp-content/themes/advancedbrewing/images/beer-process.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;


	}
	
#container2 {
	width:900px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	}
	
#container3 {
	width:877px;
	height: 270px;
	margin: 0 auto;
	padding:0;
	color:#333;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;

	}
	
#containerimage {
	width:877px;
	height: 270px;
	margin: 0 auto;
	padding:0;
	color:#333;

	}
	
/* header */

#header {
	background:#111111;
  	width:100%; 
  	height:483px;
	color: #fff; 
	}
	
.headerlogo {
  	width: 95px;
  	margin-top: 35px;
	}


#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */


#content {
	float: left;
	width:490px;
	overflow: hidden;
	margin:14px;
	}
	
#contentindex {
	float: left;
	width:615px;
	overflow: hidden;
	margin-left:14px;
	margin-top:14px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	min-height: 240px;
	}
	
#contentindex h1{
	font:normal 17px georgia, times;
	color: #c4a006;	
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#contentindex h2{
	font:normal 17px georgia, times;
	margin: 0;
	font-weight: normal;
	padding-top: 10px;
}

#contentindex h3{
	font:normal 17px georgia, times;
	color: #111111;	
	margin: 0;
	padding-top: 10px;
	
}

#contentcasestudie{
	float: left;
	width:615px;
	overflow: hidden;
	margin-left:14px;
	margin-top:14px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	min-height: 248px;
	}
	
#contentcasestudie p{
	padding-bottom: 6px;
	line-height: 17px;
	}
	
#contentcasestudie p.header{
	color: #c4a006;
	font-weight: bold;
	}


#contentblog {
	float: left;
	width:615px;
	overflow: hidden;
	margin-left:14px;
	margin-top:14px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #111111;
	min-height: 240px;
	}
	
#contentblog h1{
	font:normal 17px georgia, times;
	color: #c4a006;	
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#contentblog h2{
	font:normal 17px georgia, times;
	color: #c4a006;	
	margin: 0;
	font-weight: normal;
}

#contentblog h3{
	font:normal 17px georgia, times;
	color: #111111;	
	margin: 0;
	padding-top: 10px;
	
}


#casestudieimages{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 7px;
	margin-bottom: 7px;
	}
	
#casestudieimagesmiddle{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 7px;
	}
	
#casestudieimagesright{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: 7px;
	margin-bottom: 7px;
	}
	
	
.post {
	margin-bottom:10px;
	padding:0;
	line-height: 14pt;
	padding-bottom: 10px;
	border-bottom: 1px solid #111111;
	}
	
.post img {
	margin:0;
	padding: 10px;
	margin-bottom:10px;
	border: 1px solid #ddd;
	background-color: #fff;
	}
	
	
.post h2{
	font:normal 20px georgia, times;
	padding-bottom: 15px;
	}
	
.post h2 a{
	font:normal 20px georgia, times;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #c4a006;
	
	}
	
.post h2 a:hover{
	color: #c4a006;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:0px 0;}

.postmetadata{
	clear: both;
	margin-top: 10px;
	color: #c4a006;
	}
	
.postmetadata a{
	clear: both;
	}
	
.postmetadata a:hover{
	color: #c4a006;
	text-decoration: none;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
#dateright{
	margin-top: 5px;
	float: right;
	color: #c4a006;


	}


/* left sidebar */

#left {
	width:190px;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #ddd;
	}
	
#leftindex {
	width:250px;
	float:left;
	margin-left:10px;
	margin-top: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	}
	
#leftindex h1{
	font:normal 36px georgia, times;
	color: #c4a006;	
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#leftindex2 {
	width:250px;
	min-height: 240px;
	float:left;
	margin-left:10px;
	margin-top: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	}
	
#leftindex2 h5{
	font:normal 36px georgia, times;
	color: #c4a006;	
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
	
#leftindex2 h1{
	font:normal 20px georgia, times;
	color: #c4a006;	
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2.leftindex2{
	font:normal 17px georgia, times;
	color: #111111;	
	font-weight: normal;
	border-bottom: 1px solid #c4a006;	
}

.leftindextitle h2{
	font:normal 20px georgia, times;
	color: #c4a006;	
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 3px;
}


.leftindextitle h2 a{
	font:normal 20px georgia, times;
	color: #c4a006;	
	font-weight: normal;
	border-bottom: 1px solid #c4a006;	
	text-decoration: none;
}

.leftindextitle h2 a:hover{
	font:normal 20px georgia, times;
	color: #111111;	
	font-weight: normal;
	border-bottom: 1px solid #c4a006;	
	text-decoration: none;
}

.leftindextitle p.projectinfo{
	font:normal 10pt georgia, times, serif;
	color: #111111;	
	font-weight: normal;	
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.leftindextitle p{
	font:normal 10pt georgia, times, serif;
	color: #111111;	
	font-weight: normal;	
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.leftindextitle p a{
	font:normal 10pt georgia, times, serif;
	color: #c4a006;	
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px solid #c4a006;	
}

.leftindextitle p a:hover{
	font:normal 10pt georgia, times, serif;
	color: #111111;	
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px solid #c4a006;	
}

#left h2{
	
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	font:normal 10px;
	font-weight: normal;
	font-family: verdana, arial, tahoma, sans-serif;
	}
	
#leftindex ul {
	margin-bottom: 5px;
	}

#leftindex ul li {
	margin: 0;
	list-style-type: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #333;
	}
	
#leftindex ul li a {
	margin: 0;
	list-style-type: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: georgia, times, serif;
	color: #333;
	text-decoration: none;
	}
	
#leftindex ul li a:hover {
	margin: 0;
	list-style-type: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: georgia, times, serif;
	color: #c4a006;
	text-decoration: none;
	}
	
#leftindex h2{
	margin: 0;
	list-style-type: none;
	font:normal 20px georgia, times;
	color: #c4a006;	
	margin-bottom: 5px;
	}
	
#leftindex h3{
	margin: 0;
	list-style-type: none;
	font:normal 20px georgia, times;
	color: #c4a006;	
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
#leftindex li.categories{
	margin: 0;
	list-style-type: none;
	font:normal 17px georgia, times;
	font-weight: normal;
	color: #111111;
	margin-bottom: 5px;
	}
	
#leftindex li.categories.l1{
	margin: 0;
	list-style-type: none;
	font:normal 17px georgia, times;
	font-weight: normal;
	color: #111111;
	margin-bottom: 5px;
	border-bottom: 1px solid #c4a006;
	}
	
	
	
#leftindex li.categories ul li{
	margin: 0;
	list-style-type: none;
	font:normal 11px verdana, arial, tahoma, sans-serif;
	font-weight: normal;
	color: #111111;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #c4a006;	
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #ddd;
	color: #111111;
	}
	
#comment{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #ddd;
	width: 603px;
	color: #111111;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

h3#comments {color: #c4a006;}

#respond h3 {color: #c4a006;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:15px 15px 5px 15px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	width: 245px;
	padding:0;
	margin:5px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:2px;
	width: 245px;
	color: #c4a006;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-bottom: 100px;
	}
	
#footer p{padding-left:10px; margin: 0; color: #BCBCBC; font-size: 9pt; text-align: center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #c4a006;text-decoration: none;}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:877px;
		height:270px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}		
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

<!-- Navigation --!>

div#navigation {
width: 471px;
height: 24px;
float:right;
}

ul#navigation {
width:471px;
height: 13px;
list-style: none;
margin-top: 113px;
line-height: 0;
float: right;
}

ul#navigation ul {
line-height:none;
text-decoration: none;
list-style: none !important;
}

ul#navigation li a {
float: left;
display: block;
height: 13px;
line-height: 0;
color: #fff;
text-decoration: none;
list-style: none;
list-style-type: none;
}

ul#navigation li a span {
margin-left: -2999px;
}

ul#navigation li#l1 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) 0px -13px no-repeat; width:47px; }
ul#navigation li#l1 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) 0px 0px no-repeat; width:47px; }

ul#navigation li#l2 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -50px -13px no-repeat; width:47px; }
ul#navigation li#l2 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -50px 0px no-repeat; width:47px; }

ul#navigation li#l3 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -98px -13px no-repeat; width:76px; }
ul#navigation li#l3 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -98px 0px no-repeat; width:76px; }

ul#navigation li#l4 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -175px -13px no-repeat; width:105px; }
ul#navigation li#l4 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -175px 0px no-repeat; width:105px; }

ul#navigation li#l5 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -281px -13px no-repeat; width:135px; }
ul#navigation li#l5 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -281px 0px no-repeat; width:135px; }

ul#navigation li#l6 a { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -420px -13px no-repeat; width:61px; }
ul#navigation li#l6 a:hover { background: url(/wp-content/themes/advancedbrewing/images/navigation.png) -420px 0px no-repeat; width:61px; }




<!-- End Navigation --!> 


<!-- Beer Process --!> 

#Countries li {height:45px; float:left; list-style:none; display: inline; width: 100px; position: absolute;}
#StoreFinderMap a {height:45px; display:block;}
#Countries span {display: none;}

#StoreFinder { position: relative; }
#StoreFinderMap #internationalmarket {top: 330px; left: 65px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 0 no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #fishmarket {top: 110px; left: -48px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 0 no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #outdoormarket {top: 210px; right: 365px;  background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 0 no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #cornexchange {top: 240px; left: 120px;  background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 0 no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #woolmarket {top: 320px; right: 190px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 0 no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #internationalmarket a:hover {top: 93px; left: 367px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 -33px no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #fishmarket a:hover {top: 295px; left: 307px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 -33px no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #outdoormarket a:hover {top: 450px; right: 160px;  background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 -33px no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #cornexchange a:hover {top: 450px; left: 300px;  background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 -33px no-repeat; height: 33px; width: 155px;}
#StoreFinderMap #woolmarket a:hover {top: 148px; background: url(/clientarea/wordpress/wp-content/themes/advancedbrewing/images/navigation.png) 0 -33px no-repeat; height: 33px; width: 155px;}

div#beerprocesslinks {
list-style: none;
}

ul#beerprocesslinks {
list-style: none;
position: relative;
}

ul#beerprocesslinks ul {
text-decoration: none;
list-style: none;
position: relative;
}

ul#beerprocesslinks li a {
display: block;
color: #fff;
text-decoration: none;
list-style: none;
position: relative;
}

ul#beerprocesslinks li a span {
margin-left: -2999px;
}

ul#beerprocesslinks li#l1 a {top: 115px; left: 86px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l1 a:hover {top: 115px; left: 86px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l2 a {top: 198px; left: 227px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l2 a:hover {top: 198px; left: 227px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l3 a {top: 65px; left: 500px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l3 a:hover {top: 65px; left: 500px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l4 a {top: 178px; left: 538px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l4 a:hover {top: 178px; left: 538px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l5 a {top: 153px; left: 688px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l5 a:hover {top: 153px; left: 688px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l6 a {top: 295px; left: 539px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l6 a:hover {top: 295px; left: 539px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l7 a {top: 104px; left: 371px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l7 a:hover {top: 104px; left: 371px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

ul#beerprocesslinks li#l8 a {top: 170px; left: 144px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon.png) 0px 0px no-repeat; height: 25px; width: 25px; }
ul#beerprocesslinks li#l8 a:hover {top: 170px; left: 144px; background: url(/wp-content/themes/advancedbrewing/images/beer-icon-hover.png) 0px 0px no-repeat; height: 25px; width: 25px; }

<!-- End Beer Process --!> 



/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(bg.gif) repeat-x;
	color:#fff;
	}

#easyTooltip2{
	padding:5px 10px;
	border:2px solid #c4a006;
	background:#323232 url(bg2.gif) repeat-x;
	color:#fff;
	width:200px;
	}
#easyTooltip2 h4, #easyTooltip2 p{
	margin:.25em 0;
	}	
					

/* // Easy Tooltip */

#gallery {

	}
	#gallery ul { list-style: none; }
	
	#gallery ul li { float: left;}
	
	#gallery ul li.left {margin-right: 7px; margin-bottom: 5px;}
	
	#gallery ul li.middle {margin-bottom: 5px;}
	
	#gallery ul li.right {margin-left: 7px; margin-bottom: 5px; }
	
	#gallery ul img {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #ddd;
		width: 178px;
		height: 150px;
	}
	
	#gallery ul a:hover img {
		color: #fff;
		border: 1px solid #ddd;
	}
	
	#gallery ul a:hover { color: #fff; }
	
	#casestudieimages{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 7px;
	margin-bottom: 7px;
	}
	
#casestudieimagesmiddle{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 7px;
	}
	
#casestudieimagesright{
	float: left;
	width:178px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: 7px;
	margin-bottom: 7px;
	}
            
            
              #contactForm a
            {
            	
            	
            	list-style: none;
            }
            
            
            
            
            #contactForm fieldset
            {
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#d22234;
            	list-style: none;
            }   
            
            
             #contactForm li
            {
            	list-style: none;
            }  
            
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #c4a006;
            	width:608px;
            	margin-bottom:5px;
            	height:20px;
            	padding-top: 4px;
            	padding-left: 4px;
            	color: #111111;
            	background-color: #f5f5f5;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #c4a006;
            	width:608px;
            	margin-bottom:4px;
            	color: #111111;
            	padding-top: 4px;
            	padding-left: 4px;
            	font-family:Arial, Sans-Serif;
            	font-size:11px;
            	letter-spacing: 0.5px;
            	background-color: #f5f5f5;
            }  
            #contactForm input[type=submit]
            {
            	border:solid 1px #c4a006;
            	color:#111111;
            	padding:4px;
            	background-color: #f5f5f5;
            }                
            #contactLink
            {
            	display:block;
            	cursor:pointer;
            	color: #d22234;
            	padding: 10px;
            	width: 245px;
            	height: 12px;
            	background-image: url(/images/motorcare-button-hover.png);
            	background-repeat: no-repeat;
            	background-position: left 2px;
            	margin: 0px auto;
            	border-bottom:dotted 1px #d22234;
            	border-left:dotted 1px #d22234;
            	border-right:dotted 1px #d22234;
            	
            	
            	
            	
            
            }
            
              #contactLink:hover
            {
            	display:block;
            	cursor:pointer;
            	background-image: url(/images/motorcare-button.png);
            	background-repeat: no-repeat;
            	background-position: left 2px;


            }
            
                  #contactLink li
            {

            	text-decoration: none;
            	list-style: none;

            }
            
            #messageSent
            {
            	color:#d22234;
            	display:none;
            }







