.table_background {
    background-attachment: scroll;
    background-image: url(../images/background_home.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #221E20;
    color: #EAFF2E;
}



.page_background {
	background-attachment: fixed;
	background-image: url(../images/paper_background.jpg);
	background-repeat: repeat;
	background-position: left top;
}



.footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: lighter;
}
.copyright_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: lighter;
}



.menu_items {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 100;
}



.box{
	background-image: url(../images/dash_07.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



.body_copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #A8ACB0;
	font-weight: 100;
}



.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.box_shadow {
     -moz-box-shadow: 3px 3px 4px #666; /* FF3.5+ */
 	 -webkit-box-shadow: 3px 3px 4px #666; /* Saf3.0+, Chrome */
      box-shadow: 3px 3px 4px #666; /* Opera 10.5, IE9 */
}


.white_highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #FFF;
	font-weight: 100;
}
.white_highlightCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	font-weight: 100;
}
	
.menu a:link {
	color: #a7a9ac;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #a7a9ac;
}
.menu a:hover {
	text-decoration: none;
	color: #AA87C4;
}
.main a:active {color: #a7a9ac;
text-decoration: none;
}


a:link {color: #AA87C4;
text-decoration: none;
} 
a:visited {color: #AA87C4;
text-decoration: none;
}
a:hover {color: #AA87C4;
text-decoration: none;
}
a:active {
    color: #EAFF2E;
    text-decoration: none;
}
.wines_background {
	background-color: #5d5064;
}
.purple_highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #AA87C4;
	font-weight: 100;
}
.wine_name_headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	font-weight: 100;
}
.email_background {
	background-color: #221E20;
	background-attachment: scroll;
	background-image: url(http://www.purplestarwines.com/images/background_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
