body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #466e1b;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_1.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #7FBA3C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7ABB3A;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
#header {
	background-image: url(images/logo_1.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 225px;
	background-position: 135px 12px;
}
#header a {
	font-weight: normal;
	font-variant: small-caps;
}
#figure {
	background-image: url(images/left_figure.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 175px;
	height: 767px;
	background-position: 0px 1px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: right;
	width: 750px;
}
#centerpiece {
	width: 750px;
	padding-top: 100px;
}
#rightrail {
	float: right;
	width: 250px;
}
#calendar {
	margin-top: 25px;
}
#news {
	width: 275px;
	float: left;
	margin-top: -15px;
	padding-right: 25px;
}
#purple {
	color: #690F77;
	font-size: 12px;
	font-weight: bold;
}
#abstract li a{
	color: #690F52;
	font-size: 13px;
}
#abstract p a {
	font-size: 13px;
}
#abstract ul li {
	color: #999;
	font-size: 13px;
}
#abstract {
	float: left;
	width: 475px;
	font-size: 16px;
	color: #466E1B;
	margin-top: -20px;
}

.store {
	border: 1px dotted #CCC;
	padding: 5px;
	background-color: #CFE6B5;
}
#rightrail .store p a {
	color: #6E1157;
	padding-left: 10px;
}
#leaf {
	background-image: url(images/leaft.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 550px;
	background-position: 25px 0px;
}
#footer {
	text-align: center;
	font-size: 11px;
}
#submit {
	width: 385px;
}
/*---------forms------*/
#contactForm{
	margin: 0 0 20px 0;
	border-color: #FFF;
}
#facebook {
	float: right;
	width: 250px;
}

#contactForm label{
	float: left;
	clear: left;
	color: #8A8A8A;
	font-size: 13px;
}

#contactForm input{
	float: left;
	clear: left;
	border: 1px #CCC SOLID;
	width:375px;
	height: 23px;
}		
		
#contactForm textarea{
	float: left;
	clear: left;
	border: 1px #CCC SOLID;
	width: 375px;
	height: 200px;
	background: #FFF;
	margin-bottom: 5px;
}
#contactForm button{
	clear: left;
	float: left;
	display: block;
}	
.itals {
	font-style: italic;
	font-size: 14px;
}
/*-----store-----*/
/*----------------------------------       Item Box		----------------------------------*/	
h3.item-box-title{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

.item-box{
	border-top: 11px solid #48752D;
	padding: 20px 75px 20px 10px;
	margin: 0 0 50px 0;
}

.item-box ul{
	margin: 0;
	padding: 0;
}

.item-box ul li{
	margin: 0 0 25px 0;
	padding: 0;
}

.item-box ul li.audio{
	background: transparent url(images/mic.gif) 99% 0 no-repeat;
}

.item-box ul li.video{
	background: transparent url(images/tv.gif) top right no-repeat;
}

.item-box ul li p{
	padding: 0;
	margin: 0 !important;
}

.item-box ul li p.date{
	font-style: normal;
}

.cart{
	padding-right:10px;
}

.cart ul li{
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #CDAC84;
	overflow: hidden;
}

.cart ul li.cds-new{
	background: transparent url(images/cds-new.gif) top left no-repeat;	
}

.cart ul li.cds-books-new{
	background: transparent url(images/cds-books-new.gif) top left no-repeat;
}

.cart ul li.cds{
	background: transparent url(images/cds.gif) top left no-repeat;	
}

.cart ul li.books{
	background: transparent url(images/books.gif) top left no-repeat;	
}

.cart ul li.cds-books{
	background: transparent url(images/cds-books.gif) top left no-repeat;	
}

.cart ul li.new-books{
	background: transparent url(images/new-books.gif) top left no-repeat;	
}

.cart .audio{
	background: transparent url(images/mic-mini.gif) top left no-repeat;
	padding: 0 0 5px 20px;
}

.cart ul li.last-item{
	border-bottom: none;
}


.cart .item-details{
	float: left;
	width: 400px;
}

.cart .actions{
	width: 200px;
	float: right;
	text-align: right;
}

.cart .actions a{
	color: #200900;
	font-weight: bold;
	font-size: 15px;
}
h3 {
	text-transform: uppercase;
	color: #690F52;
}
h4 {
	font-size: 14px;
}
.gray {
	color: #666;
}
