body
{
	padding: 0 0 60px 0;
	font-size: 75%;
	font-family: "Lucida Grande", Verdana, "Trebuchet MS";
	background: #f2f2f2 url(images/bkgd-grad.gif) repeat-x;
	margin: 0;
}

#wrapper
{
	width: 780px;
	background: #fff;
	margin: 15px auto 0 auto;
	border: 2px solid #d0d0d0;
	position: relative;
}

#logo
{
	width: 780px;
	height: 94px;
	background: #f2f2f2 url(images/soundlib.png) repeat-x;
}

#logo #contact
{
	z-index: 2;
	width: 190px;
	height: 28px;
	position: relative; 
	margin-top: 62px;
	margin-right: 2px;
	float: right;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#contact  A:link {color: #000000; text-decoration: underline;}
#contact  A:active {color: #000000; text-decoration: underline;}
#contact  A:visited {color: #000000; text-decoration: underline}
#contact  A:hover {color: #CCCCCC; text-decoration: none;}

/* Not used ? */
#header
{
	width: 780px;
	clear: both;
	margin: 0 0;
	position: relative;
}

.main_menu
{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 14px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	border-top: 1px solid #a9a9a9;
	background: black url(images/tab_def.png) center center repeat-x;
}

.main_menu li
{
	display: inline;
}

.main_menu li a
{
	float: left;
	color: #303030;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	border-right: 1px solid #a9a9a9;
}

.main_menu li a:hover, .main_menu li .current
{
	color: white;
	background: transparent url(images/tab_act.png) center center repeat-x;
}

#banner
{
	width: 780px;
	height: 240px;
	clear: both;
	margin: 0 0;
	position: relative;
	text-align:center;
}
#banner #info
{
	clear: both;
	width: 200px;
	float: right;
	position: relative;
	padding-right: 5px;
	color: white;
}
#banner #info h2
{
	color: #ffeeaa;
	font: bold 20px Arial;
	position:relative;
    top:10px
}
#banner #info a
{
	color: #ffeeaa;
	font: bold 14px Arial;
}

#content
{
	clear: both; 
	width: 760px;
	margin-left: 10px;
	padding-top: 1px;
}

.divider
{
	clear: both; 
	width: 760px;
	height: 2px;
	border-bottom: 1px solid #cccccc;
}

.divider2
{
	clear: both; 
	width: 760px;
	margin-left: 10px;
	height: 2px;
	border-bottom: 1px solid #cccccc;
}

#footer
{
	clear: both;
	width: 770px;
	height: 15px;
	margin-top: 10px;
	padding-right: 10px;
	color: #999999;
	font: bold 10px Arial;
	text-align: right;
	border-top: 1px solid #cccccc;
}

#teaser
{
	color: #444444;
	font: bold 14px Arial;
	font-size: 120%;
	line-height: 22px;
}

.features
{
	clear: both;
	color: #333333;
}
.features h1
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 12px;
}
.features .feature1
{
	width: 230px;
	float: left;
	position: relative;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}
.features .feature2
{
	width: 480px;
	float: left;
	position: relative;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

.feature3fullwidth
{
	float: left;
	position: relative;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

.feature3fullwidth h1
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 12px;
}

tr.bottomline td
{
	border-bottom: 1px solid #a0a0c0;
}

#menu
{	margin: 0px;
	padding: 0;
/*	background: #4960a2;    */
	border-top: 1px solid #404080;
	border-bottom: 1px solid #202080;
	background: black url(/images/tab_def.png) center center repeat-x;
	width: 780px;
	height: 24px;}

#menu li
{	margin: 0;
	padding: 0;
	background: #404080;
	list-style: none;
	float: left;
	font: bold 14px arial}

#menu li a
{	display: block;
	height: 20px;
	margin: 0 1px 0 0;
	padding: 4px 14px 0px 14px;
/*	background: #f960a2;    */
	background: black url(/images/tab_def.png) center center repeat-x;
	color: #000080;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{	
	color: white;
	background: transparent url(/images/tab_act.png) center center repeat-x;
}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fffff0;
	border: 1px solid #202060;
	z-index:100;}

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fffff8;
		color: #000080;
		font: bold 13px arial;}

	#menu div a:hover
	{	background: #4960a2;
		color: #FFF}

