/* CSS Document */
/* colors
light blue - #B2D8F8
dark blue - #121D26
grey blue - #354755
dark purple - #4d004e
logo purple - #6c0d63
logo bright purple - #9d007a
grey - #b9c3ba
cool black - #000012
*/

h1 {
	font-size:18px;
	line-height:20px;
	color: #4d004e;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color:#4d004e;
}

#text {
	/*position:absolute;
	top: 241px;*/
	height: 258px;
	width: 550px;
	overflow:auto;
	padding:20px;
	background-image:url(../sounds_images/text_bg.jpg);
	background-repeat:repeat-y;
}

#packages {
	height: 500px;
	width: 550px;
	overflow:auto;
	padding:20px;
	background-image:url(../sounds_images/text_bg.jpg);
	background-repeat:repeat-y;
}

.artists {
	left: 10px;
	padding-left: 10px;
	padding-bottom:4px;
	padding-top: 5px;
	bottom: 5px;
	width: 190px;
	height: 15px;
	color: #8a82b4;
	display: block;
	border-bottom: 2px solid #27002f;
	letter-spacing: 2px;
	font-size: 11px;
}


.sounds {
	letter-spacing: 2px;
	left: 10px;
	padding-left: 10px;
	padding-bottom:4px;
	padding-top:15px;
	bottom: 5px;
	width: 200px;
	height: 15px;
	color:#B2D8F8;
	display: block;
	/*border-bottom: 2px solid #2D0034;*/
	font-size:11px;
}


.email {
	left: 10px;
	padding-left: 10px;
	padding-bottom:5PX;
	bottom: 5px;
	width: 200px;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#container {
	margin:0 auto;
	width: 800px;
	text-align: left;
	height: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#navigation {
	text-align: left;
	width:230px;
	background-color: #24002F;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2D8F8;
	font-size: 12px;
	margin-left: 10px;
	height: 550px;
	background-image: url(../sounds_images/navi_bg.gif)
	background-repeat: repeat-y;
	padding-right: 0px;
	margin-right: 0px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}	

#navi_footer {
	position: absolute;
	width: 200;
	vertical-align: bottom;
	left: 0px;
	top: 539px;
}

#navi_header {
	position: absolute;
	width: 200;
	vertical-align: top;
	left: 0px;
	top: 0px;
}



#navi_btns {
	width: 230px;
	text-align: left;
	margin-left: 0px;
	line-height: 15px;
	margin-bottom: 0px;
	
}

a.navi_links {
	font-size: 12px;
	font-weight: bold;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

a.navi_links:hover {
	font-size: 12px;
	font-weight: bold;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	background-color: #27002F;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}

a.artists_links {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}

a.artists_links:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	background-color: #27002F;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	letter-spacing: 1px;
}


ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	border-bottom: 2px solid #2D0034;
}

li {
	border-top: 2px solid #2D0034;
	margin: 0px;
	padding: 0 0;
}

.content_window {
	position:relative;
	display:block;
	width:590px;
	top: 0px;
	padding: 0 0 0 0;
}

a.text_links {
	color: #999999;
	text-decoration: none;
}

a.text_links:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.legals {
	font-size: 10px;
	color: #27002F;
	text-align:center;
}
a.legals_links {
	color:#27002F;
	text-decoration: none;
}

a.legals_links:hover {
	color: #B2D8F8;
	text-decoration: underline;
}

#form_container {
	position:relative;
	width: 800px;
	height: 800px;
}
#form_col1 {
	position: relative;	
	width: 180px;
	padding: 10px;
}

a.music {
	font-size: 12px;
	font-weight: bold;
	color:#4d004e;
	display: block;
	width: 180px;
	height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	text-decoration: none;
}

a.music:hover {
	font-size: 12px;
	font-weight: bold;
	color:#B2D8F8;
	display: block;
	width: 180px;
	height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}

a.contact {
	color: #4d004e;
	text-decoration: none;
}

a.contact:hover {
	color: #4d004e;
	text-decoration: none;
}

.right_text {
	width: 192px;
	height: 204px;
	position: absolute;
	left: 370px;
	top: 302px;

}
.right_links {
	width: 192px;
	height: 168px;
	position: absolute;
	left: 370px;
	top: 359px;

}
