/* CSS Document


	A+ WINE DESIGN by HENZEL DESIGN
	VERSION 1.0
	
	CONTENTS:
	
	1.DEFAULT STYLING
	2.BODY
	3.HEADER
	4.PHOTOS
	5.FOOTER
	6.NAVIGATION
*/

/* 1.DEFAULT STYLING
---------------------------------------------------------------------- */
html img
{
	behavior: url(iepngfix.htc);
}

/* Zero default margin & padding around common elements */
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul	{
	margin: 0;
	border: 0;
	padding: 0;
}

body	{
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(
	grapeback.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

a:link, a:visited	{
text-decoration: none;
	color: #990000;
}

a:hover, a:active	{
	text-decoration: underline;
	color:#990000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	padding: 15px 0px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding: 15px 0px 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #9B0000;
	padding: 15px 0px 5px;
}

/* 2.BODY
---------------------------------------------------------------------- */

#container {
	width:850px;
	background-color: #660099;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
}

#leftcolumn {
	width: 200px;
	float: left;
	background-color: #660099;
	display: inline;
}

#rightcolumn {
	float: right;
	width: 650px;
	background-color: #FFFFFF;
}

/* 3.HEADER
---------------------------------------------------------------------- */

#header	{
	height: 130px;
	position: relative;
	width: 850px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}

#header .headerLeft	{
	float: left;
	width: 315px;
	height: 148px;
	margin-left: 56px;
	margin-top: 24px;
}

#header .homeLink a	{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 315;
	height: 25;
	text-align: left;
	position: absolute;
	top: 15;
	left: 60;
	padding: 95px 0px 0px 0px;
	vertical-align: bottom;
	color: #330000;
	text-decoration: none;
	display: block;
	background: url(images/spacer.gif); /* needed for IE to recognize div width and height */
	background-image: url(images/spacer.gif);
}

#header .homeLink a:hover	{
	color: #FF9933;
	text-decoration: none;
}

#header .headerRight	{
	width: 246px;
	left: 0px;
	height: 157px;
	float: right;
	margin-top: -2px;
}

#seal_Area	{
	width: 850px;
}

#seal_Area .imageArea	{
	position: relative;
	visibility: inherit;
	width: 850px;
}

#seal_Area .image	{
	position: absolute;
	top: 0px;
	visibility: visible;
	width: 150px;
	right: -30px;
}

/* 4.PHOTOS
---------------------------------------------------------------------- */

/* 5.FOOTER
---------------------------------------------------------------------- */
#footer	{
	background: #99CC00 url(images/footerBlend.jpg) repeat-x;
	width: 850px;
	height: 10em;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

/* 6.NAVIGATION
---------------------------------------------------------------------- */
#navigation {
	width: 200px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
}

#navigation li a:link, #navigation li a:visited  {
	font-size: 90%;
	display: block;
	border-left: 12px solid #330033;
	border-right: 1px solid #330033;
	background-color: #660099;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 5px;
}

* html #navigation li a {
  width: 100%;
}

#navigation li a:hover {
  background-color: #330033;
  color: #FFFFFF;
}

#navigation ul ul {
  margin-left: 12px;
}

#navigation ul ul li {
  border-bottom: 1px solid #330033;
  margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
  background-color: #660099;
  color: #330033;
}

#navigation ul ul a:hover {
  background-color: #370035;
  color: #FFFFFF;
}

