﻿
*
{
	margin:0;
	padding:0;
	border: none;
}

body
{
	background-color: #cccccc;		/* page back ground color */
}

.container
{
	margin-top: 32px;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;					/* width of content area */
	height: 700px;					/* height of content area */
	border: solid 1px gray;
	background-color: #F7FFEC;		/* content area background color */
}


div[class="header"] span
{
	height: 64px;					/* Height of the header */
	float: left;
}

div[class="header"] span.sidebar
{
	width: 170px;					/* Width of the side bar */
	background-color: White;
	margin: 0;
	padding:0;
	border-bottom: solid 1px white;
}


div[class="header"] span.sidebarseperator
{
	width: 16px;
	background-color: #90000A;
	border-bottom: solid 1px black;	
}

div[class="header"] span.header
{
	width: 614px;
	border-bottom: black solid 1px;			/* header seperator, e.g _______ */
}


div[class="header"] img[class="logo"]
{
	padding-left: 232px;					/* location of 'Hannibal Weine Logo' */
	padding-top: 8px;
}


div[class="header"] img[class="vineglass"]
{
	vertical-align: top;				/* location of wine glass in header */
	padding-top: 6px;
	padding-left: 16px;
}

div[class="footer"]						/* Footer, font, background etc */
{
	margin-left: auto; 
	margin-right: auto;
	
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;	
	background-color: #90000A;
	color: white;
	text-align: center;
	font-family: ScalaSansLF-Regular;
	/*font-weight: bold;*/
	font-size: 12px;

	padding-top: 3px;
	width: 800px;
	height: 16px;	
}

div[class="footer"] A
{
	color: White;
}

div[class="contentarea"] 
{
	float: left;
	padding: 0;
	margin: 0;
}

div[class="contentarea"] td.sidebar		
{
	width: 170px;						/* width of the side bar */
	vertical-align: top;
}

div[class="contentarea"] td.content		/* width of the table, e.g content area */
{
	width: 532px;
}

div[class="contentarea"] td[class="sidebar"] ul		/* location of Home, Services, About Us etc */
{
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
}

div[class="contentarea"] td.sidebar A				/* Font etc of Home, Services, About Us etc */
{
	text-decoration: none;
	font-family: ScalaSansLF-Regular;
	font-size: 13px;
	font-weight: bold;
}

div[class="contentarea"] td.sidebar A[class="selected"]
{
	text-decoration: underline;						/* Select menu item is underlined */
}


div[class="contentarea"] td.sidebar A:hover
{
	color: Red;										/* Color of menu item when mouse over */
}


div[class="contentarea"] td.sidebarseperator
{
	width: 16px;
}

div[class="contentarea"] table
{
	height: 636px;									/* Height of content area table */
}

div[class="contentarea"] td.content
{
	padding: 32px 32px 0 32px;
	font-size: 12px;
	color: Gray;
	font-family: ScalaSansLF-Regular;
	vertical-align: top;
}

span.signature
{
	font-family: ScalaSansLF-Regular;				/* Søren H. Villadsen signture font and size */
	font-size: 24px;
}
