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

body {
	background-color: #000000;
	background-position: center;
	background-image: url(images/dpbackground.jpg);
	background-repeat: no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,p,ul { 
	font-family: Arial; 
	color:#000000;
	line-height: 1.2em;
	padding: 2px;
	margin: 2px; 
	}
	
p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}

h1 { /*bold For Main Titles*/
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px;
	margin: 0px;
	background-color: #000000;
	}

h2 { /*bold Secondary Titles*/
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	}

h3	{ /*Lower address*/
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 1px;
	margin: 2px;
}

h4	{/*mini type*/
	color: black;
	font-size: 11px;
	padding: 1px;
	margin: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	}

.alignleft {
	float: left;
	padding: 0px;
	margin: 4px;
	text-decoration: none;
}

.alignright {
    float: right;
	padding: 0px;
    margin: 4px;
	text-decoration: none;
}
	
.parafix
  {
	margin-top:1px;
	margin-bottom:1px;
}


 #page_container
{
	margin: auto;
	background-image: url(http://distillerypost.ca/images/SteelBG.png);	/*change to full address*/
	width: 900px;
	height: 400px;
	margin-top: 50px;
	text-align: left;
	border: solid #000000 3px;
}

 #page_container2
{
	margin: auto;
	background-image: url(http://distillerypost.ca/images/Wood.png);	/*change to full address*/
	width: 900px;
	height: 400px;
	margin-top:50px;
	text-align: left;
	border: solid #000000 3px;
}

 #page_container3
{
	margin: auto;
	background-image: url(http://distillerypost.ca/images/NakeSteelBG.png);	/*change to full address*/
	width: 900px;
	height: 400px;
	margin-top: 50px;
	text-align: left;
	border: solid #000000 3px;
}

 #page_container4
{
	margin: auto;
	background-image: url(http://distillerypost.ca/images/ConBG.png);	/*change to full address*/
	width: 900px;
	height: 400px;
	margin-top: 50px;
	text-align: left;
	border: solid #000000 3px;
}

#content
{ /*Lukes Content container*/
	float: right;
	width: 780px;
	height:400px;
	text-align:center;
	padding: 0px;
 }
 
 #footer
{ /*Lukes Footer*/
	float: right;
	width: 100%;
	height:20px;
	text-align:center;
	padding: 0px;
 }
 

#leftbar
{
	width: 110px;
	height: 100%;
	margin-left:10px;
	text-align:center;
	background-image:url(images/Trans85Black.png);
	}
	
.buttonmenu 
{
	list-style-type: none;
	width:110px;
	margin: 0;
	padding: 0;
}

.buttonmenu li{
	width: 110px;
	position: relative;
}

.buttonmenu li a{
	color: white;
	display: block;
	padding: 1px 1px;
	letter-spacing: 1px;
	font-weight: Bold;
  	font-size: 11.5px;
	font-family: Arial;
	border: 1px solid;
	border-color: #000000;
	background-image:url(images/Trans70DarkGrey.png);
	text-decoration:none;
	margin: 0px;
	
	}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: white;
	background-color: #ffffff;
	}

.buttonmenu ul {
	list-style-type: none;
	position: absolute;
	z-index: 300;
 	left: 100px;
  	top: 0;
	visibility:hidden;
}

.buttonmenu li:hover > ul { visibility: visible; }

 #footer
 {
	position: relative;
	height: 25px;
	text-align: center;
	margin: auto;}

#addressType	{
	float: left;
	width: 106px;
	height: 80px;
	margin-top: 50px;
	margin-right: 4px;
	text-align:right;
}
