@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000000 url(images/shop_backround.jpg) no-repeat center top;
	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: #A97B51;
}
a:link {
	color: #A97B51;
	text-decoration: none;
}
a:visited {
	color: #A97B51;
	text-decoration: none;
}
a:hover {
	color: #CCCC99;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #navigation {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #A97B51;
}
.twoColFixRtHdr #navigation a:link {
	color: #A97B51;
	text-decoration: none;
}
.twoColFixRtHdr #navigation a:hover {
	color: #CCCC99;
}
.twoColFixRtHdr #header {
	background: #DDDDDD url(images/header_logo2.jpg) no-repeat center top;
	padding: 0 10px 0 13px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 470px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.twoColFixRtHdr #header #slideshow {
	margin-top: 120px;
	height: 282px;
	width: 754px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.twoColFixRtHdr #header #slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
.twoColFixRtHdr #header #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.twoColFixRtHdr #header #slideshow IMG.last-active {
    z-index:9;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/sidebar_corner.png) no-repeat center top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px 15px 16px;
	margin-top: 15px;
}
.twoColFixRtHdr #sidebar1 #hours {
	padding: 15px;
	margin-top: 16px;
}
.twoColFixRtHdr #sidebar1 #hours p {
	font-size: 15px;
	color: #FFFFCC;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 13px;
	color: #FF9999;
}
.twoColFixRtHdr #sidebar1 #shopbanner {
	height: 333px;
	width: 184px;
	margin-top: 4px;
	margin-left: 4px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent a {
	color: #FFFFCC;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent img {
	float: left;
	padding-right: 6px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #mainContent #coursedates {
	border: thin solid #895A3C;
	height: 230px;
}
.twoColFixRtHdr #mainContent #coursedates p {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent #coursedates #datebox {
	float: left;
	width: 150px;
	height: 230px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent #coursedates #titlebox {
	float: right;
	width: 310px;
}
.twoColFixRtHdr #links {
	height: 425px;
	text-align: center;
}
.twoColFixRtHdr #links img {
	text-align: justify;
	vertical-align: top;
	padding-bottom: 12px;
	padding-right: 4px;
	padding-left: 4px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/footer_backround5.jpg) repeat-x top;
	height: 120px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.twoColFixRtHdr #footer #footer1 {
	width: 160px;
	font-size: 12px;
	float: left;
	margin-right: 33px;
	margin-top: 15px;
}
.twoColFixRtHdr #footer #footer2 {
	font-size: 12px;
	width: 160px;
	float: left;
	margin-top: 15px;
	margin-right: 33px;
}
.twoColFixRtHdr #footer #footer3 {
	font-size: 12px;
	width: 160px;
	float: left;
	margin-top: 15px;
	margin-right: 33px;
}
.twoColFixRtHdr #footer #footer4 {
	font-size: 12px;
	width: 160px;
	float: left;
	margin-top: 15px;
}
.twoColFixRtHdr #spacer {
	height: 24px;
	background-image: url(images/spacer_arches2.png);
	background-repeat: no-repeat;
	background-position: top;
}
.twoColFixRtHdr #copyright {
	font-size: 12px;
	clear: both;
	float: left;
	width: 780px;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
.twoColFixRtHdr #copyright #copyrightbox {
	width: 330px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 25px;
	text-align: center;
}
.twoColFixRtHdr #copyright #creditcards {
	width: 180px;
	float: left;
	clear: both;
	margin-top: 25px;
	margin-left: 25px;
}
.twoColFixRtHdr #copyright #creditcards img {
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixRtHdr #copyright #copyrightbox2 {
	width: 107px;
	float: left;
	margin-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italicbig {
	font-size: 18px;
	font-style: italic;
}
.twoColFixRtHdr #mainContent #winebox {
	text-align: left;
}
.twoColFixRtHdr #mainContent #winebox #box1 {
	float: left;
	width: 380px;
}
.twoColFixRtHdr #mainContent #winebox #box2 {
	float: right;
	width: 100px;
}
.twoColFixRtHdr #mainContent #eveningm {
	text-align: center;
}
.twoColFixRtHdr #mainContent #eveningm #leftbox {
	float: left;
	width: 380px;
}
.twoColFixRtHdr #mainContent #eveningm #rightbox {
	float: right;
	width: 80px;
}
#sidebar1 #hours #facebookbutton {
	background-image: url(images/likebackround.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 70px;
}
#sidebar1 #hours #facebookbutton #facelike {
	float: right;
	width: 55px;
	margin-right: 56px;
	margin-top: 3px;
}

