/* STYLEGUIDE *****************************************************************
	brown: #59584f;
	gold: #CCC9AA;
	
*/

/** TEMPLATE *****************************************************************/
#page_wrapper {

	width: 100%;
	margin: auto;
	text-align: center; 
	/*
	background-image: url('../v3/images/bg_top.jpg');
	background-position: top center; 
	background-repeat: no-repeat;
	*/
}

#page_wrapper_admin {

	margin:auto; 
	width:100%; 
	border-top:0; 
	padding:0; 
	text-align:center; 
	color:#000; 
}

#page_main_content {

	margin:auto;
	width:1000px; 
	text-align:justify;
	padding:13px 0 0 0;
}

#page_footer {

	margin:auto;
	margin-top:20px;
	width:1000px; 
	font:normal normal normal 10px/120% Arial, sans-serif;
	text-align:center;
}

#footer_nav {

	line-height:200%;
}

#logo {

	text-align:center;
	width:1000px;
	margin:auto;
}

.main_content_container {

	width:1000px; 
	margin:auto; 
	margin-top:30px;
}

.main_content_container ul {

	margin-left:30px;
}

#home_page_featured_product_container {

	width:555px;
	min-height:209px;
	background-image:url('../images/bg_home_page_divs.gif');
	background-repeat:no-repeat;
	border:1px solid #CCC;
	float:left;
	margin-right:12px;
	position:relative;
}

#home_page_testimonials_container {
	
	width:425px;
	min-height:209px;
	background-image:url('../images/bg_home_page_divs.gif');
	background-repeat:no-repeat;
	border:1px solid #CCC;
	float:right;
}

#home_page_testimonial {
	
	width:405px;
	margin:auto;
	font-size:13px;
}

.home_page_featured_prod_thumb {
	
	width:130px;
	height:130px;
	text-align:center;
	float:left;
	border:1px solid #1b82cd;
	margin-left:10px;
}

.home_page_featured_prod_thumb img {

	/*border:1px solid #BBB;*/
}

.home_page_featured_prod_info {
	width:390px;
	float:right;
	margin-right:10px;
	font-size:12px;
}

#catalog_search_form {

	width:1000px; 
	margin:auto; 
	background-color:#F9F9F9; 
	line-height:150%; 
	border:1px solid #F0F0F0; 
	height:25px;
}

#catalog_search_form .catalog_search_container {

	width:790px;
	margin:auto; 
	margin-bottom:10px; 
	text-align:right; 
	padding-right:210px; 
	position:relative;
}

#catalog_search_form .catalog_search_container input {

	width:200px; 
	position:absolute; 
	top:3px; 
	right:3px; 
	z-index:4000;
}

.highlight { 

	color: #FFFFFF; 
	background-color:#0068b3;
}

/** ADSENSE STYLES ***********************************************************/
#adsense_top_left {

	float:left;
	width:500px;
	height:60px;
	margin:30px 0 30px 0;
	text-align:center;
}
#adsense_top_right {

	float:right;
	width:500px;
	height:60px;
	margin:30px 0 30px 0;
	text-align:center;
}

/** ELEMENTS *****************************************************************/
a {

	color:#CCC9AA;
	text-decoration:none;
}

a:hover {

	text-decoration:underline;
}

/** HEADERS ******************************************************************/
h1 {font-size:22px; line-height:22px;}
h2 {font-size:22px;line-height:22px;}
h3 {font-size:18px;line-height:18px;}

/* 
ALL SIFR HEADERS HANDLED IN sifr.css
*/


/** FORM STUFF ***************************************************************/
#contact_form .form_field_container {

	background-color: #000;
	width:90%; 
	min-height:23px; 
	height:auto; 
	overflow:hidden;
	clear:both; 
	margin-bottom:9px; 
	/*border:1px solid #1d6ca5; */
	background-image:url('../images/bg_admin_login.gif');
	background-repeat:no-repeat; 
	background-position:top left;
}

#contact_form .form_field_container .form_field_caption {

	color:#FFF;
}

#contact_form {

	width:440px;
}

#contact_form textarea {

	width:250px;
}

#contact_form_container .msg_error {
	
	/* OVERRIDE TOP MARGIN - LOOKS DUMB WITH A BIG GAP ABOVE THE ERROR */
	margin:0 0 30px 0;
}

.catalog-prod-rfq-div .msg_error {
	
	/* OVERRIDE TOP MARGIN - LOOKS DUMB WITH A BIG GAP ABOVE THE ERROR */
	margin:0 0 30px 0;
}

/** MUSIC CATALOG STUFF ******************************************************/
a.album_link {

	font-size:17px;
	font-weight:normal;
}

a.band_link {

	font-size:17px;
	font-weight:normal;
	line-height:150%;
}

#browse_bands_by_letter {

	width:1000px;
	text-align:center;
	margin-auto;
	margin-bottom:20px;
}

#browse_bands_by_letter_links {
	
	padding:20px 0 20px 0;
	border-top:1px solid #CCC9AA;
	border-bottom:1px solid #CCC9AA;
	text-align:center;
	margin:auto;
	margin-top:10px;
	font-family:times, serif;
	font-size:18px;
	font-weight:bold;
}

.lyrics_page_song_title_container {

	background-image:url('../images/song_title_background.gif');
	padding:3px 0 3px 0;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	
}
.lyrics_page_song_title_container .lyrics_page_song_title {

	background-color:#59584f;
	font-weight:bold;
	padding:0 10px 0 10px;
	text-align:left;
	margin-left:40px;
}


.lyrics_page_song_lyrics {

	text-align:center;
	font-size:17px;
	font-style:normal;
	line-height:120%;
	padding:30px;
	font-weight:normal;
	color:#DDD;
	background-color:#66655b;
	margin-top:20px;
}

.lyrics_page_anchor_links {

	margin-bottom:20px;
	font-size:17px;
	font-style:italic;
}

.link_to_top_anchor:link,.link_to_top_anchor:visited {
	
	display:block;
	margin:auto;
	text-align:center;
	font-size:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.link_to_top_anchor:link,.link_to_top_anchor:visited {

	color:#FFF;
}

.band-list-third-column-div {

	width:293px;
	float:left;
	text-align:left;
	padding:20px;
}

span.letter_ranges {

	text-align:center; 
	margin:auto; 
	display:block; 
	background-color:#66655b;
	padding:5px;
}

#home_page_lyrics_segment {

	text-align:center;
	font-family:times new roman, serif;
	font-size:18px;
	text-transform:uppercase;
	line-height:160%;
	letter-spacing:3px;
	color:#CCC9AA;
}


/** ADDTHIS ******************************************************************/
#at15s {

	font-size:11px;
	color:#000;
}