/* css information
--------------------------------------------------------
	Berkshire Mountain Distillers:  	screen stylesheet
	author:         					www.studiotwo.com
	updated:        					May 2009

	

-------------------------------------------------------- */
/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/
body {
	background: #080f17 url(../images/bg-mainback.png) repeat-x left top;
	color: #48536c;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 12px/1.4em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	min-width: 800px;
}





img  {
	border-width: 0
}
a, a:link,  a:visited  {
	color: #d6be77;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}	
a:hover   {
	
	
	text-decoration: underline;
}


/*ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	ol {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	
li {
	padding-left: 10px;
	line-height: 1.1em;
	margin: .3em;
	list-style-type: disc;

	}*/
td {
	vertical-align: top; 
	text-align: left;
	}

hr {color:#e8e8e8;}


h1   {
	color: #609100;
	text-align: left;
	font: 20px arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0px;
}


h2   {
	color: #609100;
	text-align: left;
	font: 15px arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	

}



/*
***************************************

	LAYOUT DIVS

***************************************
*/
#center {margin: 0 auto 0 auto; width: 673px; text-align: center;}


/*
***************************************

	FOOTER

***************************************
*/

#copyright {
	text-align: center;
	width: 673px;
	color: #33435f;
	background-color: transparent;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	clear: both;
	
}


#copyright a:link {
	color: #54699d;
}

#copyright a:visited {
	color: #54699d;
}

#copyright a:hover {
	text-decoration: underline;
}



/*
***************************************

	STYLES

***************************************
*/
.bold {font-weight: bold;}
.right {text-align: right;}
.italic {font-style: italic;}
.alignright {text-align: right;}
.uppercase {text-transform: uppercase;}
.sub-head {font-weight: bold;}
.clear {clear: both;}
.large-font {font-size: 20px;}
.sm-font {font-size: 10px;}