body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #351F08;
	;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0A0000;
	background-image: url(../siteGraphics/Background2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -8px;
}
h2 {
	font-size: 14px;
	margin-bottom: -11px;
}


a:link {
	color: #794242;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #7B4140;
}
a:hover {
	text-decoration: underline;
	color: #BA827D;
}
a:active {
	text-decoration: none;
	color: #7B4140;
}





.oneColFixCtr #container {
	width: 751px;
	margin: 125px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFEDC9;
	background-image: url(assets/siteGraphics/WineSpot-TanBackground.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	background-image: url(../siteGraphics/WineSpot-TanBackground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}#topMenu {
	margin: 0px;
	padding: 0px;
	width: 745px;
}


#HomeContainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -2px;
}
#mainContentHomePage {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 30px;
}
#Footer {
	font-size: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#MenuContainer {
	background-color: #000000;
	width: 751px;
}
.PastEvents {
	color: #865651;
}
.SmallNote {
	font-size: 11px;
	font-style: italic;
}
.BlogPostCopy {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 15px;
}



/* ==============  START  Cartweaver Styles  ================================  */
/* ==============  START  Cartweaver Styles  ================================  */

hr{
	color: #5B4626;
	height: 1px;
	width: 90%;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #200C01;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #2D1604;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	font-size: 10px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EFE0C2;

}
.altRowOdd{
	background-color: #FFF9EC;
}
.tbl-headRow {
	background-color: #47321D;
	font-size: 12px;
}
.showCartContent {
	font-size: 12px;
}



/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}
.cartLinks {
	text-align: center;
	font-size: 12px;
}
.searchLinks {
	text-align: center;
	font-size: 12px;
}



.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:middle;
}

#back{
	font-size: 12px;
}

#back a{
	font-size: 12px;
	text-decoration: none;
}

#back a:hover{
	font-size: 12px;
	text-decoration: underline;
}

#detailsText {
	font-size: 14px;
	margin-left: 12px;
}

/* ========================================================================  */
/* ==============  END  Cartweaver Styles  ================================  */


/* ~~~~~~~~~~~~~~~~~~ News Event Styles Styles ~~~~~~~~~~~~~~~~~~~~~~~ */

.NewsEventListing {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F635B;
	padding-bottom: 12px;
}

.NewsEventListingDate {
	text-align: right;
	padding-right: 45px;
}
h4 {
	margin-bottom: -3px;
}
