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

body {
	background:#fffff4 url(../images/main-bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
	color:#787878;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size:1.9em;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
}
p, ul {
	line-height:1.6em;
	text-align:justify;
}
a {
	color:#03766d;
	text-decoration:none;
}
a:hover {
	color:#3e3e3c;
	text-decoration:underline;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
input[type="text"], textarea {
	border:#c6c6c3 1px solid;
	background:#fff url(../images/inputbg.jpg) repeat-x top left;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	padding:4px;
}
input[type="text"]:focus, textarea:focus {
	border:#2ab0c7 1px solid;
	background:#fff url(../images/inputbg.jpg) repeat-x top left;
}
.clear {
	clear:both;
}
/*-----------*/

#main-cont {
	width:900px;
	background:url(../images/header.jpg) no-repeat top center;
	margin:0 auto;
	padding:0;
}
#header {
	height:315px;
}
#navi-bg {
	background:url(../images/navi-bg.jpg) no-repeat top left;
	height:69px;
	margin-left:-1px;
 *margin-left:0px;
}
#navi-bg ul {
	float:left;
	margin-left:7px;
}
#navi-bg li {
	float:left;
	display:block;
	background: url(../images/sepreter.png) no-repeat 100% 50%;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	height:44px;
}
#navi-bg a {
	display:block;
	float:left;
	padding-top:12px;
	color:#e7e7e7;
	text-decoration:none;
	padding-left:16px;
	padding-right:17px;
	margin-right:2px;
}
#navi-bg a:hover, #navi-bg a.selected {
	display:block;
	background:url(../images/navi-ovr.png) no-repeat;
	height:44px;
	color:#FFF;
	text-decoration:none;
	vertical-align:top;
	background-position:88% 0%;
}
#navi-bg li.home a:hover, #navi-bg li.home a.selected {
	background-position:-0% 0%;
}
#navi-bg li.contact a:hover, #navi-bg li.contact a.selected {
	background-position:102% 0%;
}
#navi-bg li.bg-none {
	background:none;
}
#content {
	overflow:hidden;
	padding-top:20px;
	padding-left:40px;
}
#primery {
	width:555px;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
}
#primery1 {
	width:800px;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
}
#primeryvideo {
	float:left;
	overflow:hidden;
	margin-bottom:30px;
	margin:0 auto;
}
#primery h1, #primery1 h1 {
	padding-bottom:20px;
	color:#036a62;
	font-size:24px;
	font-weight:normal;
}
#primery h3, #primery1 h3 {
	color:#666;
}
#primery p, #primery1 p {
	padding-bottom:8px;
	padding-top:8px;
}
#primery li, #primery1 li {
	list-style:url(../images/arrow-new.png);
	margin-left:22px;
	line-height:22px;
}
.green-text {
	background:url(../images/inver-coma1.jpg) no-repeat top left;
	padding-left:20px;
	color:#038379;
	font-weight:bold;
}
.col-green {
	color:#038379;
}
#secondery {
	width:289px;
	float:right;
	overflow:hidden;
	padding-right:8px;
}
.right-frm {
	background: url(../images/frm-bg.jpg) no-repeat top;
	height:190px;
 @margin-top:-5px;
}
.frm-signup {
	width:200px;
	padding-left:70px;
	padding-top:10px;
}
.frm-signup input[type="text"] {
	margin-bottom:5px;
	margin-top:5px;
	height:16px;
	border:1px solid #a09321;
	font-size:11px;
	/*padding-left:5px;
	padding-top:3px;*/
	color:#a09321;
	font-family:Verdana, Geneva, sans-serif;
	width:170px;
}
.sub-btn {
	background:url(../images/submit-bg.jpg) repeat-x top left;
	border:#91f1f2 1px solid;
	cursor:pointer;
	margin-left:105px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	margin-top:5px;
}
.contact-form {
}
.contact-form label {
	display:block;
	float:left;
	width:120px;
	vertical-align:top;
}
.contact-form input {
	margin-bottom:5px;
	width:300px;
}
.contact-form textarea {
	width:300px;
	margin-bottom:5px;
}
input.send-button {
	background:url(../images/send-btn-bg.jpg) repeat-x top left;
	border:#91f1f2 1px solid;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	padding:4px 6px 4px 6px;
	margin-top:5px;
	width:90px;
}
#footer {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/footer-bg.jpg) repeat-x top left;
	height:61px;
	margin-bottom:10px;
	margin-top:30px;
}
.footer-txt {
	margin:0 auto;
	width:900px;
}
.footer-txt ul {
	float:right;
	margin-top:20px;
	margin-left:10px;
}
.footer-txt li {
	display: inline;
	color:#FFF;
	padding-left:4px;
}
.footer-txt li a {
	padding:0 4px 0 0px;
	color:#FFF;
	text-decoration:none;
}
.footer-txt li a:hover {
	color:#adfece;
	text-decoration:none;
}
.footer-txt img {
	margin-left:10px;
}
.copyright {
	width:950px;
	margin:0 auto;
	color:#118569;
	font-style:italic;
	text-align:right;
	font-size:13px;
	padding-right:60px;
}
.copyright a {
	color:#118569;
}
.info-txt {
	width:950px;
	margin:0 auto;
	color:#887;
	font-style:italic;
	text-align:right;
	font-size:13px;
	padding-top:2px;
	padding-bottom:30px;
	padding-right:60px;
}
.info-txt a {
	color:#887;
}
.caption {
	font-style:italic;
	font-size:12px;
	padding:5px 7px 10px 0;
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bio-caption {
	font-style:italic;
	font-size:12px;
}
.mu-ber-caption {
	font-style:italic;
	font-size:12px;
	padding-left:15px;
}
.author {
	font-size:13px;
	text-align:left;
}
.bio-imgs img {
	padding:15px 15px 5px 15px;
}
.mu-ber-img {
	padding:15px 15px 5px 15px;
}
.bib-imgs img {
	padding:15px 10px 5px 10px;
}
.headshot {
	padding:0 20px 5px 0;
}
.musical {
	padding:20px 20px 5px 0;
}
/* BREADCRUMBS */
.bread-crumbs {
	background:#f6f7e8;
	width:98%;
	border:1px dashed #d9dbc1;
}
#primery .bread-crumbs-bg, #primery1 .bread-crumbs-bg {
	list-style:none;
	background:url(../images/img-3.jpg) repeat-x top left;
	height:27px;
	margin:0;
	color:#FFF;
	font-weight:bold;
	padding:0 0px 0 0px;
}
.bread-crumbs {
	float:left;
	font-size:12px;
}
#primery .bread-crumbs li, #primery1 .bread-crumbs li {
	float:left;
	list-style:none;
	margin:0;
	display:block;
}
#primery .bread-crumbs li.bread-crumbs-secbg, #primery1 .bread-crumbs li.bread-crumbs-secbg {
	background:url(../images/arrow4.gif) no-repeat 100% 60%;
	padding-right:15px;
}
.bread-crumbs li span {
	padding:2px 0px 0 8px;
	display:block;
}
.bread-crumbs li.bread-crumbs-bg a {
	background:url(../images/img-1.jpg) no-repeat top right;
	padding:2px 25px 7px 10px;
	color:#fff;
	display:block;
}
.bread-crumbs li a:hover {
	color:#adfece;
	text-decoration:none;
}
.bread-crumbs span.next {
	display:block;
	float:right;
	background:#e4e5da url(../images/next-bg.jpg) no-repeat top left;
	padding-left:13px;
	height:27px;
}
span.next a {
	display:block;
	color:#8e8f84;
	vertical-align:middle;
	padding-top:6px;
	padding-right:4px;
}
span.next a:hover {
	color:#797c57;
	text-decoration:none;
}
/**/
#primery ul.media-box li {
	list-style:none;
	margin:0;
	line-height:0l;
	float:left;
	display:block;
	margin-right:7px;
}
.home-bullet li {
	margin-bottom:15px;
}
.home-bullet1 li {
	margin-bottom:6px;
}
#primery .sitemap {
	line-height:25px;
}
#primery .sitemap ul li {
	list-style:url(../images/arrow4.gif);
	vertical-align:middle;
	margin-top:10px;
}
#primery .sitemap ul li ul li {
	margin:0;
	padding:0;
	margin-left:15px;
	margin-top:10px;
}
.kel-contact {
	text-align:center;
	font-size:20px;
}
.crit-author {
	font-style:italic;
	font-size:14px;
	padding-right:1px;
}
.track-info {
	border:1px dashed #ddd;
	width:520px;
}
#primery .buy-music {
	overflow:hidden;
	width:520px;
	line-height:normal;
	border-bottom:1px dashed #ddd;
	list-style:none;
	margin:0;
	font-size:12px;
}
#primery .buy-music li {
	list-style: none;
	display:block;
	float:left;
	margin:0;
	color:#666;
	margin-left:0;
	line-height:normal;
	padding:5px 0 5px 10px;
}
#primery .buy-music li.artist-info {
	width:360px;
	background:url(../images/music-icon.png) no-repeat center left;
	padding-left:20px;
	margin-left:8px;
}
#primery .buy-music li.listen-link {
	width:60px;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
}
#primery .title-music {
	overflow:hidden;
	width:100% !important;
	line-height:normal;
	border-bottom:1px solid #ddd;
	list-style:none;
	margin:0;
	background:#098390;
	font-size:12px;
	font-weight:bold;
}
#primery .title-music li {
	list-style: none;
	display:block;
	float:left;
	margin:0;
	color:#fff;
	margin-left:0;
	line-height:normal;
	padding:3px 2px 3px 10px;
}
.title-music li.artist-info {
	width:370px;
}
.title-music li.listen-link {
	width:40px;
}
.erreo-msg {
	background:#fcdcdd;
	text-align:center;
	color:#d82427;
	border:1px solid #ec8c8d;
	padding:5px;
	width:420px;
}
#primery .sub-title-music {
	overflow:hidden;
	width:100% !important;
	line-height:normal;
	list-style:none;
	margin:0;
	background:#5dcad6;
	font-size:12px;
	font-weight:bold;
}
#primery .sub-title-music li {
	list-style: none;
	display:block;
	float:left;
	margin:0;
	color:#fff;
	margin-left:0;
	line-height:normal;
	padding:3px 2px 3px 10px;
}
#primery .sub-title-music li.artist-info {
	width:370px;
}
#primery .sub-title-music li.listen-link {
	width:40px;
}
img.alubm-img {
	padding:4px;
	float:left;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.alubm-title {
	padding:70px 2px 2px 2px;
	margin-left:10px;
	float:left;
	color:#098390;
}
.alubm-title h4 {
	padding-bottom:10px;
}
.alubm-buy {
	clear:both;
	padding-top:10px;
}
/* --- Error messages --- */	
	
.error {
	color:#FF0000;
	font-weight:bold;
}
.formDiv {
	position: fixed;
}
#errorDiv {
	color:#CC3300;
	font-size:11px;
	border:1px solid #CC3300;
	margin:5px 0;
	padding:10px;
	width:450px;
	background:#FFFFCC url(../images/icon_alert.gif) 10px 8px no-repeat;
}
.errorHeading {
	display:block;
	height:20px;
	font-weight:bold;
	padding:0 0 0px 25px;
	_padding-left:25px;
}
.errorList {
	display:block;
	margin:0 0 0 25px;
	padding-left:15px;
	background:url(../images/bullet_arro_rust.gif) left no-repeat;
}
.formDiverr {
	position:absolute;
	visibility: hidden;
	top:10px;
	left:10px;
	overflow:auto;
}
/*divs for the customer adding*/


input.sign-butt {
	background: url(../images/submit-bg.jpg) repeat-x top left;
	border:#8df3f7 1px solid;
	color:#FFF;
	cursor:pointer;
	margin-right:20px;
}
.sign-com {
	padding:10px;
	color:#FF0000;
}
.sucessdiv {
	color:#09767f;
	background:#fcf9cd;
	text-align:center;
	border:1px solid #939178;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:8px;
}

#form-box{
	margin:0;
	padding:0;
}
#form-box form{
	margin:0;
	padding:0;
}