@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #6b162b;
	background-image: url(../images/base/WineBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.page {
	max-width: 980px;
	position: relative;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C93;
	border-right-color: #C93;
	border-bottom-color: #C93;
	border-left-color: #C93;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #003399;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 1.7em;
	color: #C00;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #CC0000;
	margin-right: 20px;
}


h3 {
	font-size: 1.2em;
	color: #039;
	display: block;
}
p { margin: 0 0 .75em 0;}
a {
	color: #000000;
}
a:hover {
	color: #FF3333;
}
.products {
	margin: 1em;
	width: 100%;
}


footer {
	font-size: 1.2em;
	color: #9ba0bd;
	background-color: #575c7a;
	float: left;
	width: 68%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	left: 16%;
	position: relative;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

a.cta {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 1em 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}

a.cta:hover {background-position: right -50px;
}
.group    {
	list-style-type: none;
}

.highlight {
	background-color: #CC3300;
	width: auto;
	/* [disabled]padding: 10px; */
}
.highlight a {
	background-color: #003300;
}

.highlight a:hover {
	background-color: #FF0000;
}
	
.clear-fix { clear:both; line-height:1px;}
.location {
	margin-left: 2em;
}
