/* general settings */
html{height:100%;}
body{
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg-body.jpg) 50% 0;
	height:100%;
}
img{border:0;}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
#wrapper{
	min-height:100%;
	width:962px;
	margin:0 auto;
}
* html #wrapper{height:100%;}
.wrapper-holder{padding-bottom:140px;}
/* header */
#header{
	padding:10px 0 0 75px;
}
* html #header{	overflow:visible;	height:1%;}
*+html #header{
	overflow:visible;
	height:1%;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
.logo{
	width:180px;
	height:118px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:7px 76px 0 0;
}
.logo a{
	display:block;
	height:100%;
	background:url(../images/bg-logo.png) no-repeat;
	cursor:pointer;
}
.top-nav{
	margin:0;
	padding:55px 0 0 44px;
	list-style:none;
	float:left;
	overflow:hidden;
	background:url(../images/bg-top-nav.png) no-repeat;
	width:362px;
	height:90px;
}
.top-nav li{
	float:left;
	padding:0 52px 0 0;
}
.top-nav a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:71px;
	position:relative;
	cursor:pointer;
}
.huron-village{
	background:url(../images/bg-huron-village.png) no-repeat;
	width:135px;
}
.top-nav .active .huron-village,
.huron-village:hover{background:url(../images/bg-huron-village-h.png) no-repeat;}
.harvard-square{
	background:url(../images/bg-harvard-sq.png) no-repeat;
	width:116px;
}
.top-nav .active .harvard-square, 
.harvard-square:hover{background:url(../images/bg-harvard-sq-h.png) no-repeat;}
.decorated-area{
	background:url(../images/bg-plane.png) no-repeat;
	width:214px;
	text-indent:-9999px;
	overflow:hidden;
	height:114px;
	float:right;
	margin:7px -23px 0 0;
	position:relative;
}
/* main */
#main{
	background:#f4f3ee;
	padding:20px 0 29px 20px;
}
.image-gallery{
	position:relative;
	z-index:10;
}
.image-gallery img{display:block;}
.info-holder{
	padding:7px 87px 10px 39px;
	position:relative;
	z-index:15;
}
.info-holder:after{
	content:"";
	clear:both;
	display:block;
}
* html .info-holder{	overflow:visible;	height:1%;}
*+html .info-holder{
	overflow:visible;
	height:1%;
}
.img-box{float:left;}
.img-box img{display:block;}
.info-box{
	width:329px;
	float:right;
	margin:-73px 0 0;
	position:relative;
}
.info-box .holder{
	background:url(../images/bg-info-box.png) no-repeat;
	height:152px;
	overflow:hidden;
	padding:155px 40px 40px 46px;
}
.ttl-welcome{
	background:url(../images/bg-ttl-welcome.png) no-repeat;
	width:232px;
	height:24px;
	margin:0 0 15px -3px;
	text-indent:-9999px;
	overflow:hidden;
}
.info-box p{
	margin:0;
	position:relative;
	line-height:20px;
}
/* img-list */
.img-list{
	margin:0 -100px 0 0;
	width:972px;
	padding:0 0 14px 6px;
	list-style:none;
	overflow:hidden;
}
* html .img-list{	overflow:visible;	height:1%;}
.img-list li{
	float:left;
	padding:0 66px 0 0;
}
.img-list img{display:block;}
.inform-box{
	background:url(../images/bg-inform-box.jpg) no-repeat;
	width:271px;
	position:relative;
	height:222px;
	margin:0 0 0 23px;
}
.featured-brews{
	position:absolute;
	top:140px;
	left:104px;
	background:url(../images/bg-featured-brews.png) no-repeat;
	width:142px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#nav{
	margin:0;
	padding:10px 0 0 52px;
	list-style:none;
	background:url(../images/bg-nav-area.gif) no-repeat;
	width:870px;
	height:33px;
	font-size:23px;
	line-height:23px;
	text-transform:uppercase;
}
#nav li{
	float:left;
	padding:0 52px 0 0;
}
#nav a{
	color:#8bbaf7;
	text-decoration:none;
}
#nav .active a, 
#nav a:hover{color:#fffbf0;}
.main-holder{width:100%;}
.main-holder:after{
	content:"";
	clear:both;
	display:block;
}
/* content */
#content{
	width:450px;
	padding:36px 79px 0 0;
	float:right;
}
#content h1{
	margin:0 0 22px;
	color:#316fb7;
	font-size:40px;
	line-height:42px;
	text-transform:uppercase;
}
/* menu-list */
.menu-list{
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
}
.menu-list li{padding:0 0 18px;}
.menu-list p{margin:0;}
.menu-list .ttl{
	display:block;
	padding:0 0 3px;
	font-size:15px;
	line-height:18px;
}
.menu-list .ttl strong{color:#871f18;}
.menu-list a{
	color:#871f18;
	text-decoration:none;
}
.menu-list a:hover{text-decoration:underline;}
/* sidebar */
#sidebar{
	width:220px;
	padding:13px 0 0 50px;
	float:left;
}
/* side-nav */
.side-nav{
	margin:0;
	padding:0 0 20px 3px;
	list-style:none;
	font-size:19px;
	text-transform:uppercase;
	line-height:31px;
}
.side-nav a{
	color:#000;
	text-decoration:none;
}
.side-nav .active a,
.side-nav a:hover{color:#316fb6;}
.download-menus{
	background:url(../images/bg-download-menus.gif) no-repeat;
	width:182px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 45px;
}
.img-area{
	margin:0 -150px 0 -225px;
	position:relative;
}
.img-area img{
	display:block;
	position:relative;
}
/* footer */
#footer{
	position:relative;
	margin:-140px 0 0;
	padding:22px 0 0;
	height:118px;
	font-size:13px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer li{
	display:inline;
	padding:0 9px 0 0;
}
.gall{
	margin:0;	padding:0;	width:100%;	overflow:hidden;	position:relative;	list-style:none;
}
.gall li{
	display:none;
}
.gall li.active{
	display:block;
}
