@charset "UTF-8";
.songtitlewhite {
	font-family: Papyrus, "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: #FFFFFB;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #250605;
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 85%;
	color: #A07001;
}
/* CSS Document */
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	background-color: #250605;
	font-size: 100%;
	color: #A07001;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 85%;
	color: #A07001;
	background-color: #250605;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #A07001;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images-assets/layout/mam2vine2.jpg);
	background-repeat: repeat;
}
#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: thick ridge #5D1208;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #250605;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #8B5B05;
	background-image: url(images-assets/layout/banner_new.jpg);
	height: 100px;
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #8B5B05;
}
#navigation  {
	background-image: url(images-assets/layout/plank.jpg);
	height: 30px;
	width: 780px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	
#footer  {
	padding: 0 10px 0 20px;
	background-color: #63532B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #450D06;
	text-decoration: none;
} 
#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 */
}
.footermenubutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #48140A;
	text-decoration: none;
}
.submenu {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	color: #A07001;
}
.songtitledark {
	font-family: Papyrus, "Trebuchet MS", sans-serif;
	font-size: 120%;
	color: #A07001;
}
a:link {
	text-decoration: none;
	color: #BDA061;
}
a:visited {
	text-decoration: none;
	color: #918769;
}
a:hover {
	text-decoration: underline;
	color: #A07001;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #A07001;
}
.songtitle {
	font-family: Papyrus, "Trebuchet MS", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #651C08;
}
.bodyText {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 100%;
}
.productname {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	font-weight: bold;
	color: #A07001;
}
.productprice {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	color: #A07001;
}
.textdarkbkgrd {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	color: #A77513;
}
.productdescript {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	font-style: italic;
	color: #A07001;
}

.caption {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 75%;
	color: #A07001;
}
.newsTitle {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #A07001;
}
.newsFeed {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 90%;
	font-style: oblique;
	color: #FFFFCC;
}

