* { margin:0; padding:0; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body {
	color: #444;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-color: #3f3f3f;
	font-family: arial, sans-serif, helvetical;
	text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	-webkit-text-shadow: 0px 1px 0px #000;
}

a {
	padding: 3px;
	color: #d10000;
	text-decoration: none;
}

div.header_wrap {
	background-image: url('../images/white-bg.png');
	background-repeat: repeat;
	width: 880px;
	margin-top: 10px;
}

ul li {
	margin-bottom: 5px;
}

div.header {
	background-color: #fff;
	/*background-image: url('../images/header-bg.png');*/
	background-position: right;
	background-repeat: no-repeat;
}

div.video {
	float: right;
	margin: 20px 0px 0px 20px
}

div.splash-bar {

}

div.splash-bar div.left {
	float: left;
}

div.splash-bar div.right {
	float: right;
}

div.splash-bar div.right div.cycle {
	width: 500px;
	height: 328px;
}

div.splash-bar div.right div.cycle img {
	width: 500px;
	height: 328px;
}
a.button {
	color: #fff;
	font-size: 2em;

}
a.button:hover {
	text-decoration: underline;	
}
div.splash-bar ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.splash-bar ul.menu li {
	background: #555;
	margin: 10px 0px;
	text-align: center;	
	width: 290px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #BF1E2E;
}


img.logo {
	margin: 10px;
}

.header_about {
	float: right;
	margin: 55px 20px 10px 0px;
	text-align: left;
	width: 400px;
	color: #d10000;
}
.buy_tickets {
	float: right;
	margin: 0px 75px 10px 10px;
}

div.wine-rocks-guitar {
	background-image: url('../images/wine-rocks-seattle-guitar.png');
	height: 342px;
	width: 130px;
	position: absolute;
	left: 800px;
	top: 10px;
}

a#logo {
	border: none;
	float: left;
	margin-left: 20px;
}

h1, h2, h3, h4 {
	font-weight: lighter;
	color: #f1f1f1;
	font-family: Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}

ul.main-menu {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	list-style: none;
}

ul.main-menu li {
	margin: 5px;
	display: inline;
}

div.page-heading {
	padding-top: 20px;
	margin: 0px 0px 20px 0px;
}

div.clear {
	clear: both;
}

div.wrap {
	color: #f1f1f1;
	background: #666;
	width: 880px;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

div.wrap p {
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	-webkit-text-shadow: 0px 1px 0px #000;
}

div.music h2 {
	color: #fff;
}

div.winery {
	padding: 10px;
	margin-bottom: 20px;
}

div.winery img {
	float: left;
	margin-right: 20px;
}

div.footer {
	background-image: url('../images/white-bg.png');
	background-repeat: repeat;
	color: #d10000;
	width: 880px;
	font-size: .8em;
	text-align: center;
}

div.footer div.sponsors {
	text-align: center;
	background: #fff;
	padding: 20px;
}

div.footer div.sponsors ul {
	list-style: none;
	margin: 0 auto;
}

div.footer div.sponsors ul li {
	display: inline;
	margin-right: 20px;
}

div.footer ul.links {
	list-style: none;
	margin: 0 auto;
}

div.footer ul.links li {
	margin-right: 20px;
	display: inline;
}

div.footer ul.links li a {
	color: #d10000;
	text-decoration: none;
}

div.footer ul.links li a:hover {
	text-decoration: underline;
}

div.ajax-loader {
	display: none;
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px 5px 0px 0px;
	background-image: url('../images/ajax-loader.gif');
}

