/*----------------------------------------------Overall Layout-------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	color: black;
	font-family: arial;
	font-size: 15px;
	background: url("../Images/header.png") top left repeat-x;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

html,body,#wrap {
	color: black;
	font-family: arial;
	font-size: 15px;
	height: 100%;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
	/*----------------------------------------------Headers and Text--------------------------------*/
h1 {
	font-size: 27px;
	padding: 25px 0px 0px 25px;
	text-align: left;
	font-weight: bold;
font-family: arial;
	color: #550000;
}

h2 {
	font-size: 18px;
	padding: 25px 0 0 25px;
	text-align: left;
	font-family: arial;
}

h4 {
	font-weight: bold;
	color: black;
	font-size: 13px;
	text-align: center;
	width: 860px;


}

p {
	text-align: left;
	padding: 25px 25px 0 25px;
	font-family: arial;
}

span.oxygen {
	font-size: 8px;
}

a {
	color: white;
	text-decoration: none;
	
}

a:hover {
	color: #333333;
}

/*----------------------------------------------Tables--------------------------------*/
table {
	margin-left: 25px;
}

td {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	color: white;
}

td.prod {
	text-align: center;
	vertical-align: middle;
}
td.prodtop{
	text-align: center;
	padding-top: 120px;	
}
/*----------------------------------------------Lists and Rules--------------------------------*/
ul {
	margin-left: 100px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	font-family: arial;
	font-size: 15px;
}

li {
	padding-top: 5px;
	color: black;
}

hr {
	margin: 0px 25px 0px 25px;
}

/*---------------------------------------------------Header Block------------------------------------*/
.image {
	position: relative;
	width: 100%; /* for IE 6 */
	margin-left: 15px;
}

/*---------------------------------------------------Header Block------------------------------------*/
#header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 900px;
	height: 145px;
	text-align: left;
}

#header #logo {
	float: left;
	width: 500px;
	height: 145px;
	padding-left: 15px;
}

#header #grapes {
	padding-top: 40px;
	padding-right: 26px;
	float: right;
	width: 132px;
	height: 50px;
}

/*-----------------------------------------------------Nav Block----------------------------------------------*/
#navigation {
	background: #550000;
	height: 50px;
	text-align: center;
}

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/*-----------------------------------------------------Scroll Block--------------------------------------------*/
#scroll {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-bottom: 55px;

}

table.scroll {
	margin-left: auto;
	margin-right: auto;

}

#scroll a {
	text-decoration: none;
	color: black;
}

/*--------------------------------------------------------Product Page Styles-----------------------------------*/
.prod_txt {
	background: url("../Images/button1.png");
	display: block;
	height: 55px;
	width: 200px;
	margin: auto;
	text-align: center;
}

.prod_txt:hover {
	background: url("../Images/button1h.png");
}
.prod_txt2 {
	background: url("../Images/button2.png");
	display: block;
	height: 55px;
	width: 200px;
	margin: auto;
	text-align: center;
}

.prod_txt2:hover {
	background: url("../Images/button2h.png");
}
.prod_txt3 {
	background: url("../Images/button3h.png");
	display: block;
	height: 55px;
	width: 200px;
	margin: auto;
	text-align: center;
}

.prod_txt3:hover {
	background: url("../Images/button3.png");
}
.prod_lightbox {
	background: #1a1a1a;
	height: 160px;
	width: 200px;
	float: right;
	margin-right: 25px;
}

.prod_lightbox img {
	padding: 10px;
}

.prod_lightbox:hover {
	background: silver;
}

h2.prod {
	width: 870px;
	background: url("../Images/h2.png") ;
	padding: 2px 0px 0px 5px;
	margin: 4px 0px 4px 0px;
	color: #ffffff;
}

h1.prod {
	width: 875px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	color: #550000;
}

td.b {
	font-weight: bold;
	color: white;
}

#product {
	background: black;
	margin-left: 25px;
}

/*-----------------------------------------------------------Footer Block----------------------------------------*/
#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: white;
	background:url("../Images/foot.png") ;
	height: 42px;
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	clear: both;
}

#footer.menu {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-left: 250px;
}

#footer.copyright {
	padding-top: 2px;
	font-size: 11px;
	float: right;
	display: inline-block;
	width: 250px;
}

label span {
	float: left;
	width: 10em;
}