@charset "UTF-8";
/* CSS FOR MAIN AND INNER PAGES */

body {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#4B4347;
	background-color:#D8D8D8;
	margin-top:0;
    overflow-y: scroll;

}

a {
	color:#5E9D9B;
	font-weight:bold;
}

a:hover, #email a:hover {
	color:#4B4347;
}

a img{
    border:0;
    outline:none;
}


#maincontainer {
	background-color:#F0EAD8;
	height:850px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* HEADER */

#header {
	background-image:url(images/header.png);
	width:1000px;
	height:120px;
	border-bottom:5px solid #4B4347;
	position:relative;
}

#logo {
	position:absolute;
	margin-left:20px;
	margin-top:-105px;
}

#email {
	float:right;
	clear:both;
	margin:20px 30px 0px 0px;
	color:#F0EAD8;
}

#email a {
	text-decoration:none;
	color:#F0EAD8;
	font-weight:normal;
}


.twitterlogo {
	margin-left:5px;
}



nav ul li {
	display:inline;
	list-style-type:none;
	background-color:#4B4347;
	padding:10px;
	margin:2px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}


nav a {
	text-decoration:none;
	color:#F0EAD8;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.current, nav a:hover {
	color:#c0e5d8;
}

#menu {
	position:absolute;
	bottom:0;
	right:0;
	height:38px;
	width:575px;
}

.navlinks {
	float:right;
	clear:both;
	margin-right:30px;
}

/* HOME PAGE */

#homemain {
}

#homeimage {
	height:260px;
	width:1000px;
}

#homecontent {
	float:left;
	width:525px;
	height:30px;
	margin:20px 20px 20px 30px;
}


.headline {
	font-size:20px;
	margin:0px;
}

#twitter {
	float:right;
	height:300px;
	width:370px;
	margin:20px 30px 20px 20px;
}


.innerheader {
	text-transform:uppercase;
	color:#5E9D9B;
	font-size:22px;
}

.textheaders {
	color:#5E9D9B;
	margin-bottom:-15px;
	font-size:18px;
}


/* BREWERY TOURS */

#brewerycontainer {
	background-color:#F0EAD8;
	height:650px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#breweryimage {
	float:left;
	clear:right;
	height:525px;
	width:395px;
}

#brewerycontent {
	width:550px;	
	float:left;
	margin:10px 20px 0px 30px;

}


/* GENERAL TRAVEL */

#generalcontainer {
	background-color:#F0EAD8;
	width:1000px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
}

#generalimage {
	float:left;
	clear:right;
	height:625px;
	width:395px;
}

#generalcontent {
	width:550px;
	float:left;
	margin:10px 20px 0px 30px;
}

#agent1 {
	float:left;
}

#agent2 {
	float:right;
}

/* ABOUT US */

#aboutcontainer {
	background-color:#F0EAD8;
	height:625px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#aboutimage {
	float:left;
	clear:right;
	height:500px;
	width:395px;
}

#aboutcontent {
	width:550px;
	height:430px;
	float:left;
	margin:10px 20px 0px 30px;
}


/* FOOTER */

footer {
	background-color:#5E9D9B;
	color:#F0EAD8;
	padding:15px 15px 15px 30px;
	font-size:12px;
}
