/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #080000 url(images/vuewinetastingglasses.jpg) no-repeat fixed center;
	font: normal medium Arial, Helvetica, sans-serif;
	color: #f3f5c4;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #f3f5c4;
	clear: left;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 600px;
	height: 110px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #080000 url(images/img2.gif) repeat-x;
	border: 5px solid #080000 ;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 600px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #f3f5c4;
	border: 5px solid #080000 ;
	border-top: 1px solid #080000 ;
	border-bottom: 1px solid #080000 ;
}

#buttons {

}

#menu h2 {
	display: none;
}

#menu ul {
	margin-left: auto;
	margin-right: auto;
	width: 588px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	background: #f3f5c4;
	color: #080000;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	color: #f3f5c4;
	background: #080000;
}

#menu a:hover, #menu .active a {
	color: #f3f5c4;
	background: #080000;
}

/* Graphical Header */

#gheader {
	width: 600px;
	margin: 0 auto;
	background: #080000;
	border-left: 5px solid #080000 ;
	border-right: 5px solid #080000 ;
	border-top: 5px solid #080000 ;
}

/* Splash */

  /* Vertical centering: make div as large as viewport and use table layout */
  div.container {
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
    position: fixed; 
	display: table;
	}

 .splash {display: table-cell; vertical-align: middle}

  /* Horizontal centering of image: set left & right margins to 'auto' */
  img.displayed {
	display: block; 
	margin-left: auto;
	margin-right: auto;
	}

/* Content */

#content {
	width: 600px;
	margin-left: auto;	margin-right: auto;
	background: #080000;
	border: 5px solid #080000;
}

#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #080000;
	border: 5px solid #080000;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #f3f5c4;
}

#footer a {
	color: #f3f5c4;
}

div.us {
  float: left;
  width: 43%;
  border: thin #f3f5c4 solid;
  margin: 0.5em;
  padding: 0.5em;
  margin-left: 11px;	
}

div.us p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

img.last {
  clear: right;
 }
 
img.tall {
  min-height: 325px;
}

img.short {
  min-height: 230px;
}

div.home {
	vertical-align: middle;
	min-height: 200px;
}
	
div.centerform {
	border: thin #f3f5c4 solid;
	padding: 10px;
}

