@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/*Copper: c27b13
light line: edd7b8
light highlight: f7f3ea
Logo: d4b981*/

/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000 url(../_cssimg/doubleline.gif) repeat-x center 149px;
}
.home{
}
.container{
	min-height: 300px;
}

/*=COMMON
=== === === === === === === === === === */
a, a:link {
	color: #e8d99e;
}
a:visited {
 	color: #cdb879}
a:hover {
	 	color: #FFF}
a:active {
	color: #FFF}

h1 {
	color: #FFF;
	font: 110% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #372d12;
}
h2 {
	color: #f8f1d5;
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #372d12;
}
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

p {
	}
p, ul {
	margin-bottom: 20px;
	line-height: 140%;
	}
/*=HEAD
=== === === === === === === === === === */
#head {
	background: #c6a773;	
	display: block;
}
#head img{
	display: block;
	margin: 0 auto;
}

/*=FOOTER
=== === === === === === === === === === */
.footer {
	color: #bea666;
	font-size: 90%;
	text-align: center;
	padding-top:30px;
	line-height: 130%;
}
.footer a, .footer a:visited{
	color: #d5c283;
	text-decoration: none;	
}
.footer a:hover{
	text-decoration: underline;
}

/*=WHISKY MENU
=== === === === === === === === === === */
.whiskyMenu {
	height: 202px;
	background: url(../_cssimg/whisky_menu.jpg) no-repeat center top;
	padding-bottom: 25px;
}
.whiskyMenu h1{
	border-bottom: none;
	padding-top: 6px;
}
.whiskyMenu li {
	text-align: center;
	list-style: none;
	text-transform: uppercase;
	padding-top: 20px;
}
.whiskyMenu a {
	color: #000;
	text-decoration: none;
	display: block;
}
.whiskyMenu a:hover{
	color: #FFF;
	text-decoration: none;
	background: #8d6b34;
}
a.whiskyButton{
	width: 150px;
	padding-top: 6px;
	height: 111px;
	text-align: center;
	background: url(../_cssimg/whisky_flight_button.jpg) no-repeat center top;
}
a.whiskyButton:hover{
	background: url(../_cssimg/whisky_flight_button.jpg) no-repeat center bottom;
}
/*=HOME
=== === === === === === === === === === */
/*=NEWS
=== === === === === === === === === === */
.news p, .news h2{
	text-align: center;
	line-height: 160%;
}
.news p strong {
	letter-spacing: 1px;	
}
.news hr {
	margin: 40px 0;
}
.news h2 {
	margin-bottom: 10px;
}

/*=MISC
=== === === === === === === === === === */
.flashHolder {
	padding-bottom: 3px;
	height:305px;
}
.bottomHome {
	background: #c6a874 url(../_cssimg/bottom_home01.jpg) no-repeat center top;
	min-height: 202px;
}
.bottomHome02{
	background: #000000 url(../_cssimg/bottom_home02.jpg) no-repeat center top;
	min-height: 8px;
}
.bottomHome p, .bottomHome h1{
	color: #000;
	text-align: center;
	line-height: 150%;
}
.toppad {
	padding-top: 25px;
}
.toppadSm {
	padding-top: 15px;
}
.spaceTop {
	margin-top: 35px;
}
.padtopBig {
padding-top: 60px;
}
.padleft {
	padding-left: 8px;
}
.spaceBottom {
	margin-bottom: 25px;
}
.golden p{
	color: #d4c182;
	font-size: 100%;
	border-bottom: 1px solid #372d12;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.golden p+p.emphasis, .golden p+p.emphasis02, .golden .emphasis02 p strong{
margin-top: 20px;
}
.golden p strong {
	text-transform: uppercase;
}
#wine p strong {
	font-weight: normal;
	padding-right: 10px;
	padding-left: 2px;
}
.boxed {
	padding: 15px;
	background-color:#1b1b1b;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display:block;
}
.whisky .golden p{
	padding-bottom: 1px;
	font-size: 90%;
	text-transform: capitalize;
}
div.wine strong{
	text-transform: capitalize;
	color: #e7d89d;	
}
p.emphasis, .golden p.emphasis {
	color: #FFF;
	font-size: 100%;
	text-transform: uppercase;
}
p.emphasis02 {
	color: #f1eddb;
	font-size: 100%;
	text-transform: capitalize;
}
.emphasis02 p strong{
	color: #f1eddb;
	font-size: 100%;
	text-transform: capitalize;
	font-weight: normal;
	line-height: 200%;
}
.caption {
	font-size: 9px;
	text-transform: uppercase;	
	color: #d4c182;
}
.center {
		display: block;
		margin: 0 auto;

}
