@import "reset.css";


/*Structure*/
html, body {
	background: #110015 url('/images/cssimages/bwcBG2.png') 0 -30px repeat-x;
	font-size: medium;
	font-family: verdana, sans-serif;
	color: #fff;
	}

img#topLogo {
	behavior: url('/js/iepngfix.htc');
	border: 0;
	}

a, a:visited {
	}


label.topSearch {
	display: inline;
	float: left;
	}

input.topSearchText {
	display: inline;
	}

button.topSearchBotton {
	display: inline;
	}

ul.topLinks {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 200px;
	}

ul.topLinks li {
	list-style: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	}

ul.topLinks li a {
	color: #fff;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: .8em;
	}

ul.topLinks li a:hover {
	color: #eee6f6;
	border-bottom: 1px dotted #eee6f6;
	}

ul.topLinks li a.logout {
	border-left: 1px solid #fff;
	padding-left: 6px;
	}

p.menuDescription {
	color: #eee;
	}

p {
	display: block;
	margin-bottom: 1em;
	color: #eee6f6;
	padding: 0 30px;
	font-family: verdana, sans-serif;
	font-size: .9em;
	line-height: 1.5em
	text-align: justify;
	}

blockquote {
	background: #3b1c41;
	width: 50%;
	text-align: center;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #1b0220;
	color: #eee6f6;
	}

blockquote p {
	color: #fff;
	font-size: .8em;
	}

blockquote ul li {
	color: #fff;
	font-size: .8em;
	}

blockquote ol {
	list-style: decimal;
	text-align: left;
	padding: 10px;
	margin-left: 20px;
	}

blockquote ol li  {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: .7em;
	}

blockquote dl dt, dl dd {
	display: block;
	font-family: verdana, sans-serif;
	font-size: .8em;
	}

blockquote dl dt {
	font-size: 1em;
	font-weight: bold;
	}

div#discounts {
	background: #3b1c41;
        width: 50%;
        text-align: center;
	padding: 10px;
        margin-left: auto;
        margin-right: auto;
	margin-bottom: 10px;
        color: #eee6f6;
	}	

div#discounts p {
	font-size: 1em;
	margin: 0;
	letter-spacing: -1px;
	}
p img {
	float: right;
	margin: 10px;
	}

p a {
	color: #fff;
	text-decoration: underline;
	}

#wrapper {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 817px;
	}

#header {
	width: 100%;
	}

#navigationContainer {
	background: transparent url('/images/cssimages/bwcNavBG1.jpg') repeat;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95.7%;
	height: 30px;
	}

#headerImage {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	}

#searchContainer {
	position: relative;
	margin-right: 100px;
	right: -550px;
	top: 35px;
	height: 30px;
	width: 10%;
	}

#shadowWrapper {
	width: 836px;
	background: url('/images/cssimages/contentBG1.png') repeat-y;
	behavior: url('/js/iepngfix.htc');
	display: block;
	margin: 0px -18px;
	margin-bottom: -10px;
	}

#shadowWrapper h1 {
	font-family: georgia, serif;
	padding: 0 30px;
	margin-top: 15px;
	font-size: 1.9em;
	/*color: #5a3655;*/
	color: #fff;
	letter-spacing: -1px;
	}

#imageHeader {
	margin-bottom: -10px;
	}

#content {
	padding-top: 10px;
	width: 839px;
	}	

fieldset {
        padding: 15px;
        padding-bottom: 10px;
        border: 1px solid #5A3655;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 80%;
        }

fieldset legend {
	color: #fff;
	font-family: georgia, serif;
	font-size: .8em;
	}

.clear {
	clear: both;
	}

#productList {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 75%;
	border: 0;
	}

#productList tr {
	border-bottom: 1px solid #5a3655;
	border-left: 1px solid #5a3655;
	}

#productList tr td {
	border-bottom: 1px solid #5a3655;
	padding: .5em;
	}

#productList tr td span {
	line-height: 1.5em;
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #eee6f6;
	display: block;
	}

#productList tr td span.price {
	font-family: verdana, sans-serif;
	font-size: .8em;
	margin-top: 2em;
	color: #eee6f6;
	}

#productList tr td ul {
	list-style: none;
	}

#productList tr td ul li {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: .6em;
	float: left;
	padding: 3px;

	}

#productList tr td a {
	font-family: verdana, sans-serif;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	text-align: center;
	}

#productList tr td a.productLink {
	font-family: helvatica, sans-serif;
	font-size: 1.2em;
	color: #ad9bb1;
	letter-spacing: -1px;
	}

#productList tr td a.productLink:hover, a.productLink:focus {
	color: #eee6f6;
	border-bottom: 1px dotted #eee6f6;
	}

#productList tr td img {
	margin-top: 1em;
	}

#productList tr td button.add2cart {
	font-size: .8em;
	display: block;
	}

img.productsImage {
	behavior: url('/js/iepngfix.htc');
	}

/*End Structure and Begin Lists*/


h1#heading {
	background: transparent url('/images/cssimages/bwcLogo.png') no-repeat left;
	behavior: url('/js/iepngfix.htc');
	margin-top: 30px;
	width: 506px;
	height: 116px;
	text-indent: -9999px;
	}

dl#search {
	width: 230px;
	margin-right: 20px;
	}

dl#search dt {
	color: #fff;
	float: left;
	width: 14%;
	padding-right: 10px;
	}

dl#search dd.submit {
	float: right;
	font-size: 12pt;
	margin-top: 2px;
	border: 0;
	color: #fff;
	}

#footer {
	background: transparent url('/images/cssimages/footerBG.jpg') no-repeat;
	width: 836px;
	height: 50px;
	clear: both;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	}

#footer p {
	color: #aaa;
	font-family: verdana, sans-serif;
	font-size: .6em;
	margin: 0;
	text-align: center;
	color: #fff;
	}
	
#footer dl {
	color: #fff;
	font-size: .8em;
	text-align: center;
	margin-top: 30px;
	}

ul.footerList {
	text-align: center;
	list-style: none;
	margin-bottom: 30px;
	}

ul.footerList li {
	display: inline;
	color: #fff;
	}

ul.footerList li a {
	color: #fff;
	text-decoration: none;
	font-size: .7em;
	}

ul.footerList li a:hover {
	color: #EEE6F6;
	border-bottom: 1px dotted;
	}

img.contentFloated {
	float: left;
	border: 5px solid #5A3655;
	}

form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

button#billingSubmit {
	float: right;
	margin-bottom: 20px;
	}

#cart {
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	}
	
#cart th {
	background: #3B1C41;
	border-bottom: 1px dotted #aaa;
	padding: 5px;
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}

#cart th {
	padding-left: 20px;
	padding-right: 20px;
	}

#cart tr {
	color: #eee6f6;
	border-bottom: 1px dotted #5A3655;
	}

#cart tr a {
	color: #a589c1;
	text-decoration: none;
	}

#cart tr.newItem {
	background: #eee;
        color: #eee6f6;
        border-bottom: 1px dotted #5A3655;
        }

#cart tr.newItem a {
        color: #fff;
        text-decoration: none;
        }

#cart tr a:hover {
	color: #eee6f6;
	}

#cart tr td {
	padding-left: 20px;
	padding-right: 20px;
	}

#cart tr td input.quantity {
	border: 0;
	width: 1.2em;
	font-family: georgia, serif;
	font-size: 1.2em;
	color: #110015; 
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-left: 2px solid #eee6f6;
	border-bottom: 2px solid #eee6f6;
	border-top: 1px solid #110015;
	border-right: 1px solid #110015;
	}

#cart tr td {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: .8em;
	margin-left: 5px;
	}

img.productDisplay {
	float: left;
	margin-left: 30px;
	padding-right: 20px;
	behavior: url('/js/iepngfix.htc');
	}

div#productDisplayCart {
	float: left;
	padding: 15px;
	margin-top: 20px;
	width: 60%;
	}

div#productDisplayCart a.add2cart {
	margin: 0;
        font-size: .8em;
	color: #fff;
	text-decoration: none;
	font-family: verdana, sans-serif;
	}

div#miscWrapper {
	padding-top: 5%;
	width: 90%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	}

div#miscWrapper p {
	font-size: .9em;
	}

div#miscWrapper ul li {
	color: #eee6f6;
	line-height: 1.5em;
	}

div#miscWrapper ul#searchResults li {
	border-bottom: 1px dotted #eee6f6;
	margin-bottom: 2%;
	line-height: 1.5em;
	}

div#miscWrapper a {
        font-family: verdana, sans-serif;
        color: #fff;
        font-size: 1.1em;
        text-decoration: none;
        font-weight: bold
        text-align: center;
	}

div#miscWrapper a:hover {
	color: #AD9BB1;
	border-bottom: 1px dotted #eee6f6;
	margin-bottom: 5px;
	}

div#miscWrapper label {
	display: block;
	font-family: verdana, sans-serif;
	color: #fff;
	margin-bottom: 6%;
	font-size: .7em;
	margin-top: 10px;
	}

div#miscWrapper input {
	display: block;
	width: 90%;
	margin-bottom: 5%;
	color: #1a1a1a;
	letter-spacing: 1px;
	margin-left: 10px;
	}

div#miscWrapper select {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 5%;
	}

div#miscWrapper h2 {
	font-size: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	font-family: georgia, serif;
	margin-bottom: 2%;
	}

div#miscWrapper span {
	display: block;
	color: #AD9BB1;
	font-family: verdana, sans-serif;
	font-size: .8em;
	}

div#miscWrapper fieldset {
	padding: 5px;
	padding-bottom: 10px;
	border: 1px solid #5A3655;
	}

div#miscWrapper fieldset#customerInfo {
	border: 1px solid #5A3655;
	margin-bottom: 2%;
	margin-top: 2%;
	}

div#miscWrapper fieldset#billingInfo {
	float: left;
	width: 45%;
	border: 1px solid #5A3655;
	}

div#miscWrapper fieldset#billingInfo input {
	width: 170px;
	}

div#miscWrapper fieldset#shippingInfo {
	float: right;
	width: 45%;
	border: 1px solid #5A3655;
	padding-bottom: 45px;
	}

div#miscWrapper fieldset#shippingInfo input {
	width: 170px;
	}

div#miscWrapper fieldset#messageInfo textarea#message_message {
	width: 99%;
	}

div#miscWrapper fieldset#messageInfo {
	clear: both;
	width: 95%;
	}

div#miscWrapper legend {
	color: #fff;
	font-family: georgia, serif;
	font-size: 1em;
	}

div#miscWrapper fieldset#paymentInfo {
        border: 1px solid #5A3655;
        margin-bottom: 2%;
        }


div#checkoutNewUser {
	width: 47%;
	padding: 10px;
	float: left;
	height: 200px;
	margin-bottom: 20px;
	}

div#checkoutOldUser {
	width: 47%;
	padding: 10px;
	float: left;
	height: 200px;
	margin-bottom: 50px;
	}

div.menuQuantityArea {
	width: 100px;
	}

div.menuQuantityArea input.quantity {
	margin-top: 10px;
	width: 30%;
	float: left;
	}

div.menuQuantityArea input.cartButton {
	width: 56%;
	float: left;
	behavior: url('/js/iepngfix.htc');
	}

table.bedBreakfast {
	width: 80%;
	margin: 0 auto;
	}

table.bedBreakfast tr td {
	border-bottom: 1px dotted #AD9BB1;
	}

.all {
	border: 0px;
	background: #7D4389;
	padding: .2em .5em;
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: .6em;
	border-top: 1px solid #AD9BB1;
	border-right: 1px solid #AD9BB1;
	border-bottom: 1px solid #110015;
	border-right: 1px solid #110015;
	text-decoration: none;
	clear: both;
	}

.all:hover {
	background: #A589C1;
	color: #110015
	}

ul.error_list {
	color: #ff0000;
	font-family: verdana, sans-serif;
	font-size: .8em;
	}

dl.contactForms dt {
	color: #eee6f6;
	font-family: verdana, sans-serif;
	font-size: .7em;
	margin-top: 20px;
	}

dl.contactForms dd {
	margin-bottom: 25px;
	}

dl.contactForms dd input {
	width: 250px;
	}

dl.contactForms dd textarea {
	width: 300px;
	}

span.required {	
	color: #fff;
	font-size: .6em;
	}

div.receiptAddress {
	color: #fff;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	width: 48%;
	font-size: .8em;
	}

h3 {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -0.06em;
	}

img.floats {
	float: left;
	border: #7e6783;
	}

div.eventHeaders {
	border-bottom: 1px solid #7e6783;
	margin-bottom: 20px;
	}

div.eventHeaders h1 {
	margin-bottom: -24px;
	}

span.eventDates {
	position: relative;
	left: 360px;
	top: 20px;
	display: block;
	width: 45%;
	}

a.wilkshire {
	font-size: .7em;
	text-decoration: none;
	color: #7e6783;
	}

h4 {
	font-family: georgia, serif;
	font-size: 1.3em;
	color: #fff;
	float: right;
	width: 60%;
	margin-top: 10px;
	}

h4 em {
	font-style: italic;
	font-size: .6em;
	font-weight: bold;
	}

.calendarMonths {
	border: 1px solid #868686;
	font-size: .7em;
	font-weight: lighter;
	list-style: none;
	width: 752px;
	display: block;
	margin-top: 20px;
	text-align: center;
	}

#calendar tr td {
  min-height: 6em;
  height: 7em;
  width: 120px;
  vertical-align: top;
  border: 1px solid #868686;
  padding: 0.15em; 
  font-family: Verdana, sans-serif;
  font-size: 0.75em;
}
#calendar tr th {
	background: rgb(48,29,52);
	text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 0.75em;
  color: white;
  border-right: solid 1px #868686;
	}
#calendar tr td dl dt {
  font-weight: normal;
  font-size: 0.9em;
}
#calendar tr td dl dd {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
#calendar tr td.calendarMonthJan, 
#calendar tr td.calendarMonthMar, 
#calendar tr td.calendarMonthMay, 
#calendar tr td.calendarMonthJul, 
#calendar tr td.calendarMonthSep, 
#calendar tr td.calendarMonthOct {
  background-color: rgb(27,2,32);
}
#calendar tr td.calendarMonthFeb, 
#calendar tr td.calendarMonthApr, 
#calendar tr td.calendarMonthJun, 
#calendar tr td.calendarMonthAug, 
#calendar tr td.calendarMonthNov, 
#calendar tr td.calendarMonthDec {
  background-color: rgb(48,29,52);
}

