@charset "utf-8";
/* CSS Document */

a:link {
	color: #bd985b;
}
a:visited {
	color: #bd985b;
}
a:hover {
	color: #bd985b;
}

body {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	min-width: 950px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 20px;
}

ul   {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	color:#bd985b;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin:0px;
}

table.store-table td { 
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}	

table.store-table { 
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}	

.product-name {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
}

.product-desc {
	font-size: x-small;
	line-height:16px;
}

.listen-but  {
	margin-left: 10px;
}

.dashboard-desc {
	font-size: x-small;
	color: #999999;
}

.main {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	margin-bottom: 30px;
}

.menu {
	width: 950px;
	height: 43px;
	clear: both;
	background-image: url(assets/images/menu-bg.gif);
	background-repeat: repeat-x;
}


.separator {
	font-size: 10px;
	color: #c7f7df;
}

.content {
	width: 890px;
	padding: 20px 30px 10px 30px;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
	background-image:url(assets/images/bg-opaque.jpg);
	background-repeat:repeat-y;

}

.red {
	color: red;
}

.content p   {
	margin: 0;
}

.content-home p   {
	margin: 0;
}

.content blockquote  {
	margin-top: 0;
	margin-bottom: 0;
}

.content-store {
	width: 890px;
	padding: 20px 30px 10px 30px;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
}

.content-store p   {
	margin: 0;
}

.content-store blockquote  {
	margin-top: 0;
	margin-bottom: 0;
}

.shrink {
	width:840px;
}

.bullet {
	margin-top:0px;
	margin-right:5px;
	vertical-align:top;

}

.hidden-div {
	display:none;
}


.registration {
	width: 690px;
	background: #f1e97b;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	padding: 20px 40px 10px 50px;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
}

.rt {
	float: right; 
	border: solid #FFFFFF 1px; 
	margin-left: 15px; 
	margin-top: 6px; 
	font-weight: normal;
}

.lt {
	float: left; 
	border: solid #FFFFFF 1px; 
	margin-right: 15px; 
	margin-top: 6px; 
	font-weight: normal;
}

.vid {
	border: solid #FFFFFF 1px;
	width: 260px;
	height: 220px;
	/*margin-right: 20px;*/
}


.logoleft {
	float: left;
}

.bottom {
	margin:0;
}

.footertext {
	font-size: x-small;
	color: #447b5d;
	text-align: center;
	clear: both;
}

.footer {
	text-align: center;
	font-size: x-small;
	color: #7c643c;
	padding-top:10px;
}

.foot-image {
	margin-top:20px;
	margin-bottom: 8px;
}
