/*RESET*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding: .6em 0;
	margin: 0;
}

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

a:hover
{
text-decoration: underline;
}

ul, ol
{
list-style: none;
margin: 0 0 1.5em;
padding: 0;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}
/*END OF RESET*/

html{
	background-attachment: scroll;
}
body {
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bolder;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #790033;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #790033;
}

p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #242323;
	line-height: 16px;
	margin-top: 10px;
	word-spacing: 2px;
}
a {
	color: #780034;
	font-weight: bold;
	font-style: italic;
}
ul {
	color: #242323;
}
.subtitle {
	font-size: 14px;
	font-weight: bolder;
	margin-top: -5px;
}

/*-------------Header----------------*/
#headerWrapper{
	background-repeat: no-repeat;
	position: relative;
	height: 525px;
	background-image: url(../images/headerWrapperBG.jpg);
	background-position: center 2px;
}


#header {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
#contactus  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e1827;
	font-size: 12px;
	font-weight: 100;
	top: -4px;
	position: absolute;
	left: 14px;
}
#flash {
	width: 1020px;
	position: absolute;
	top: 120px;
	left: -60px;
	z-index: 90;
}
#logo h1 {
	text-indent: -9999px;
}
#logo img  {
	position: absolute;
	right: -45px;
	top: 0px;
	z-index: 100;
}
#vdecor img {
	width: 381px;
	position: absolute;
	top: 20px;
	z-index: 80;
	left: -150px;
}
 
 /*---------------------NAVIGATION-------------------------*/
ul#menu {
	float: right;
	margin-top: 70px;
	width: 700px;
	 }

ul#menu li {
	display:inline;
	margin-left:12px;
	color: 3e1827;
	font-size: 16px;
	font-weight: bold;
}
ul#menu li a {
	text-decoration:none;
	color: #3e1827;
}
ul#menu li a.active, ul#menu li a:hover {

}
 
/*------------content-------------*/

#contentWrappper {
	background-image: url(../images/contentWrapperBG.jpg);
	background-repeat: repeat-y;
	background-position: center -1px;
	width: 100%;
	padding-top: 0px;
}

#content {
	width: 930px;
	margin: 0 auto;
}
#content img {
	background-color: #D1C5B5;
	padding: 4px;
	border: medium solid #DFDDD2;
}

#maincontent {
	float: left;
	width: 508px;
}
#sidebar {
	margin-left: 528px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 25px;
	padding-right: 20px;
}
#block  p {
	margin-left: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
}
#block h1 {
	margin-bottom: 20px;
	margin-top: 10px;
}
#block2  p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#block2 {
	float: left;
	width: 500px;
	padding-right: 15px;
	padding-left: 15px;

}

#block3 {
	height: 400px;
	padding-top: 10px;
	padding-left: 20px;
}

#block3 h1 {
	font-style: italic;
	margin-bottom: -10px;

}
#block2  ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 15px;
}
#block2  li {
	margin-top: 10px;
	list-style-type: circle;
	line-height: 20px;
	background-color: #EFEBE4;
	width: 290px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#block4 {
	padding-left: 20px;
	float: right;
	width: 350px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#block4 h1 {
	margin-top: 10px;



}
#block2   img    {
	margin-left: 15px;
	margin-bottom: 30px;
	background-color: #EAEADF;
	padding: 5px;
	margin-top: 20px;
}
#block4  #block4Top   {
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}


#block4 h3 {
	margin-left: 20px;
}

#block4 p {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	margin-left: 20px;
}

#block {
	padding-bottom: 5px;
}

#moreButton {
	height: 30px;
}





#date3 {
	margin-left: 165px;
}

#giftImg {
	float: right;
	margin-left: 20px;
	border: 5px solid #DFDDD2;
}
#eventsImg {
	float: left;
	margin-right: 20px;
}
#winePick {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}
/*----------------------------FAT LIST EVENTS----------------*/

.fatlist {
	background: #FCFBF7 none repeat scroll 0 0;
	float: left;
	margin-bottom: 6px;
	width: 500px;
	height: 100px;
}
.month {
	font-style: italic;
}


.fatlistContent {
	position: relative;
	width: 270px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

span.eventDay {
	color: #D0C096;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin: 0px 0 0;
	padding: 0;
}
span.eventDayWeek {
	color: #D0C096;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0px 0 0;
	padding: 0;
}

ul.eventList {
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 120px;

} 

ul.eventList li {
	margin-bottom: 4px;


}
span.eventMonth {
	color: #D4C8B8;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
.fatlistContent .date {
	width: 75px;
	float: left;
}

.eventtypeList {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
text-transform: uppercase;
}

li.eventName {
	color: #3E1827;
	font-size: 15px;
}

li.eventInfo {
 color: #7d7d7d;
}

li.eventUrl {
	overflow: hidden;

}
#block  .fatlist img {
	display: inline;
	float: right;
	height: 90px;
	width: 180px;
	padding: 2px;
	background-color: #DFDDD2;
}

/*----------------------------index FAT LIST EVENTS----------------*/

.indexfatlist {
	background: #FCFBF7 none repeat scroll 0 0;
	float: left;
	margin-bottom: 6px;
	width: 400px;
	padding-top: 5px;
}
.indexmonth {
	font-style: italic;
}


.indexfatlistContent {
	
	width: 280px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

span.indexeventDay {
	color: #D0C096;
	font-size: 30px;
	margin: 0px 0 0;
	padding: 0;
}
span.indexeventDayWeek {
	color: #D0C096;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0px 0 0;
	padding: 0;
}

ul.indexeventList {
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 5px;

} 

ul.indexeventList li {
	margin-bottom: 4px;


}
span.indexeventMonth {
	color: #D4C8B8;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}
.indexdate {
	float: left;
}

.indexeventtypeList {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
text-transform: uppercase;
}

li.indexeventName {
	color: #3E1827;
	font-size: 15px;
}

li.indexeventInfo {
 color: #7d7d7d;
}

li.indexeventUrl {
	overflow: hidden;

}
#block  .fatlist img {
	display: inline;
	float: right;
	height: 90px;
	width: 180px;
	padding: 2px;
	background-color: #DFDDD2;
}

/*----------------------------Footer-----------------------*/

#footerWrapper {
	background-repeat: no-repeat;
	height: 168px;
	clear: both;
	padding-top: 50px;
	background-image: url(../images/footerWrapperBG2.jpg);
	background-position: center top;
	}
.clearfloat {
	clear: both;
	height: 40px;
}


#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
	height: 100px;

 }
.footernav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	text-align: left;
	position: absolute;
	height: 91px;
	width: 316px;
	left: 82px;
	top: 0px;
}
.footernav2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	float: right;
	text-align: left;
	position: absolute;
	height: 82px;
	width: 261px;
	left: 315px;
	top: -1px;
}
#newsletterForm  h4   {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	*margin-bottom: 15px; /*IE 7 and Below*/
}
.footernav  li {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.footernav2    li {
	color: #FFFFFF;
	margin-bottom: 5px;
}



#socialMedia {

}
#subcontent {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 15px;
}
#moreEvents {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;

}
#newsletterForm {
	height: 90px;
	width: 338px;
	position: absolute;
	left: 609px;
	top: -18px;
	font-size: 11px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #666666;
}
#newsletterForm #newsletterFormWrap {
	margin-top: -15px;
}

#footerWrapper #footer #newsletterForm .topList #name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#footerWrapper #footer #newsletterForm .botList #socio {
	color: #FFFFFF;
	font-size: 12px;
}
#footerWrapper #footer #newsletterForm .botList .radioList .radios label {
	color: #FFFFFF;
}
#footerWrapper #footer #newsletterForm .topList #hljuv-hljuv {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}


#newsletterForm label {
}
#footerWrapper #footer #newsletterForm .botList {
	width: 200px;
	float: left;
	display: block;
}
.botListSubscribe  {
	float: left;
	width: 75px;
	_position: relative;
}
#footerWrapper #footer #newsletterForm .botListSubscribe #submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #800040;
	border: thin solid #CCCCCC;
	color: #FFFFFF;
	_position: absolute;
	_width: 75px;
	_top: 10px;
	_left: -20px;
}




#newsletterForm li {
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}
#newsletterForm  li .radios {
	padding-top: 0px;
}
#block4Tops li {
	list-style-type: disc;
	color: #006600;
}
#flash #homesidebar {
	float: right;
	width: 280px;
	height: 300px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

