/***********************************************/
/*  harmans-home.css                              */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0px;
	font-size: 0.98em;
	}
body,
html {}
body {
	padding:0px;
	color:#222;
	font:80%/150% "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	background: #272940;
	}

/* Main layout
================================================*/
#wrap {
	position:relative;
	margin: 0px auto;
	width: 800px;
	background-color: #3f425e;
	color:#bec0d4;
	}


#content {
	margin:0 auto;
	padding:0;
  }	
	
#main {
	float:right;
	margin:0px 20px 0px 10px;
	height: auto;
	width: 560px;
	}
#sidebar {
	font-size:0.94em;
	line-height:1.6em;
	float:left;
	width:199px;
	margin:17px 2px 0px 0px;
	background-color: #3f425e;
	padding: 0px 0px 5px 5px;
	}
	
#sidebar2 {
	font-size:0.94em;
	line-height:1.6em;
	float:right;
	width:205px;
	margin:0px 3px 6px 0px;
	background-color: #FFFFFF;
	}	

/*columns
================================================*/

#col1{
	width:186px;
	float:left;
	padding: 0px 0px 5px 0px;
	}
#col2{
	width:186px;
	float:right;
	padding: 0px 5px 5px 5px;
}

	
	
#footer {
	clear:both;
	padding:0.7em;
	text-align:left;
	font-size:0.94em;
	color:#8e8e8f;
	background-color: #272940;
	}

/* Links
================================================*/
a:link,
a:visited {
	color:#667A1D;
	font-weight:normal;
	text-decoration:none;
	margin:0 0px;
	}
a:visited {color:#667A1D;}
a:focus {
	color:#bec0d4;}
a:hover {
	color:#C7B902;}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

a.section:link {color: #A49B06; background: url(images/frame/arrow-on.gif); background-repeat:no-repeat; padding: 0 2px 10px 20px; line-height:1.8em;}
a.section:active {color: #dc6e0a;background: url(images/frame/arrow-active.gif); background-repeat:no-repeat;  padding: 0 2px 10px 20px;  line-height:1.8em;}
a.section:visited {color: #999999;background:url(images/frame/arrow-on.gif); background-repeat:no-repeat; padding: 0 2px 10px 20px;  line-height:1.8em;}
a.section:hover {color: #dc6e0a;background: url(images/frame/arrow-hover.gif); background-repeat:no-repeat; padding: 0 2px 10px 20px;  line-height:1.8em;}

a.account:link {color: #0e577b; background: #ffffff url(images/arrow.gif); background-repeat:no-repeat; padding: 0 2px 10px 15px; line-height:1.8em;}
a.account:active {color: #dc6e0a;background: #ffffff url(images/arrow.gif); background-repeat:no-repeat;  padding: 0 2px 10px 15px;  line-height:1.8em;}
a.account:visited {color: #999999;background:#ffffff url(images/arrow.gif); background-repeat:no-repeat; padding: 0 2px 10px 15px;  line-height:1.8em;}
a.account:hover {color: #dc6e0a;background: #ffffff url(images/arrow.gif); background-repeat:no-repeat; padding: 0 2px 10px 15px;  line-height:1.8em;}



/* Headings
================================================*/
h4,h5,h6 {
	font-weight:normal;
	font-size:1.3em;
	color:#2D71AB;
	background-color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
h1 {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:0px 0 0 0px;
	color: #C59F06;
}
	
.panel h1  {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.7em;
	margin:0px 0 0 10px;	
	
	}
h2 {
	margin:0px 0 0.625em;
	font-weight:normal;
	font-family:"Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	}
h3 {
	margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.4em;
  color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	background-color:#fff;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	


/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	border-top: 1px dotted #D5D5D5;
	font-weight:bold;
	margin:0.5em 0 0;
	color: #8B7A63;
	background-color:#FFFFFF;
	}
dd {margin:1em 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0px 0 0 1.5em;
	list-style-type: none;
	list-style-position: outside;
	}
ol {padding:0 0 0 4em;}
li {
	margin:0px;
	padding-left: 8px;
	padding-top:4px;
	list-style-image: url(images/frame/bullet.gif);
}




/* Images
================================================*/
img {
	border:0;
	display:block;
	padding: 0;
}
.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	margin-left: 78px;
	}
	
.fullwidthnoborder {
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:0 3px 10px 6px;
	padding: 0px 0px 10px 0px;
	}
.flowtext {
	float:left;
	margin:0 10px 6px 0px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	padding-bottom:2px
	}	
	



/* Header
================================================*/
#header {
	height:82px;
	background-color:#3f425e;
	color:#cccccc;
	vertical-align: text-bottom;
	}
#header img {
	position:absolute;
	background-color:#FFFFFF;
	color:#cccccc;
	}
#header a,
#header a:hover {
	border:0;
	background:transparent;
	}


/* Navigation
================================================*/
#nav {
	float:left;
	width:100%;
	display:inline;
	background-color:#3f425e;
	margin:0 0 0em;
	padding:0 0 3px;
	}
#nav ul {
	float:left;
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	background-color:#3f425e;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a {
	background:#3f425e;
	padding:5px 6px 5px 6px;
	border-right:#ae4d28 solid 1px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:inline;
	float:left;
	width:auto;
	font:normal 0.94em/1em "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:1px;
	}
#nav a:hover{
color:#e57525;
}
#nav a:focus {	
	
	
	}
#nav .sel a {
	display:inline;
	color:#f0c628;
	
	}
#nav .sel a:hover {
	display: inline;
	color:#a85536;
}
#nav .sel a:focus {color:#f0c628;}
#nav a:active {
	display:inline;
	color:#a85536;
	
	}

/* Sidebar
================================================*/


#sidebar h3 {
	font-size:1.1em;
	text-transform:none;
	color:#8B7A63;
	margin-bottom:0.5em;
	}
#sidebar dl {margin-top:-0.5em;}
#sidebar dt {margin-top:1.5em;
padding-top: 0.5em;}
#sidebar dd {margin:0;}


#quicklinks dd {display:inline;}

	
/* Tables
=======================================================*/	

.table1 .headers td {
	font-weight:bold;
	text-align:center;
	}
.tablehd {
	color: #8B7A63;
	font-weight: bold;
}
.sidebartable {
	padding: 2px;
	border: solid #666666 1px;
}
/* Quotations
================================================*/
blockquote {
	margin:3em 0 1em 0;
	padding-left:30px;
	color:#555;
	}
	

.cb h1 {
	margin:0 -10px;
	padding:0.6em 10px;
	font:bold 1em Helvetica,Arial,Geneva,sans-serif;
	color: #47604F;
	}
.sidehead {
	padding-bottom: 5px;
}
.vertline {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 90%;
}
.sidetext {
	text-indent: 6px;
}





/* Extras
=================================================*/





/* Banner Ads
=================================================*/



#banner{
	margin:0px 3px 0px 0px;
	padding-top:10px;
	float: right;
	width: 190px;
	padding-left: 15px;
}
.headerImg {
	padding-left: 5px;
}
.sidebarTxt {
	line-height: 2em;
	padding-left: 20px;
}


/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;
	background-position: top;
	clear:both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	color:#fff;
	border-top: 1px solid #cbc900;
 
}

.buttonReadmore {
	vertical-align: bottom;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.newspics {
	display: block;
	float: left;
	padding-right: 5px;
}
.footerText {
	font-size: 0.94em;
	color: #333333;
	padding-top: 10px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}
.h1indent {
	font-size: 11px;
}
.sectionTxt {
	font: 1em "Lucida Grande", Arial, Tahoma, sans-serif, serif;
	text-transform: lowercase;
}

.headImage {
	padding-bottom: 10px;
}
.tableText {
	font-size: 100%;
	font: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
}

.testimonial {
	font-family: "Lucida Grande", Arial, sans-serif, serif;
	color: #999999;
}

.dotline {
	border-bottom: 1px dotted #3477ae;
}

.goImage {
	display: inline;
}

.col1button {
	padding: 0px 0px 5px;
	float: right;
}
.wineTableLeftCol {
	background: #555980;
}
