* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #c1d2e1 url('/_grafix/bg.jpg') top left repeat-x;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

br.clear {
	clear: both;
}

a {
	color: #094c88;
	text-decoration: none;
	border-bottom: 1px solid #094c88;
}

a:hover {
	color: #052644;
	border-bottom: 1px solid #052644;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

strong.large {
	font-size: 15px;
}

img.middle {
	vertical-align: middle;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 993px;
}

/* container */

#container {
	float: left;
	width: 993px;
	background: #fff;
}

/* top */

#top {
	float: left;
	width: 993px;
	height: 40px;
	background: url('/_grafix/bg_top.jpg') top left no-repeat;
	font-size: 11px;
	color: #fff;
}

#top .left {
	float: left;
	width: 600px;
	padding-top: 12px;
	overflow: hidden;
}

#top .right {
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 12px;
}

#top a {
	color: #c1d2e1;
	text-decoration: none;
	border-bottom: 1px solid #c1d2e1;
}

#top a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* main */

#main {
	float: left;
	width: 993px;
	background: url('/_grafix/bg_main.gif') top right no-repeat;
}

/* logo */

#logo {
	float: left;
	width: 662px;
	height: 110px;
	overflow: hidden;
}

#logo img {
	float: left;
}

/* search */

#search {
	float: right;
	width: 331px;
	height: 110px;
	background: url('/_grafix/bg_search.gif') top left no-repeat;
}

form.search_form {
	float: right;
	margin-top: 47px;
	padding-right: 60px;
}

form.search_form input.search_text {
	width: 235px;
	height: 18px;
	font-family: Arial;
	font-size: 13px;
	background: none;
}

/* autocomplete */

#autocomplete_box {
	position: relative;
	width: 225px;
	background: #fff;
    top: 6px;
    left: -7px;
	padding: 2px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#autocomplete_box ul {
	list-style-type: none;
}

#autocomplete_box li {
	padding: 5px;
	cursor: pointer;
	background: #fff;
}

#autocomplete_box li:hover {
	background: #ebf1f6;
}

/* navigation */

#navigation {
	float: left;
	width: 989px;
	height: 48px;
	padding: 0 2px;
	overflow: hidden;
}

#main_navigation {
	float: left;
	list-style-type: none;
}

#main_navigation li {
	float: left;
	vertical-align: top;
	width: 164px;
	height: 48px;
	border-right: 1px solid #fff;
}

#main_navigation li a {
	display: block;
	vertical-align: top;
	width: 164px;
	height: 48px;
}

#main_navigation li a:hover { 
	background-position: 0 -48px; 
}

#main_navigation li a.selected, 
#main_navigation li a.selected:hover { 
	background-position: 0 -96px; 
}

#main_navigation li span {
	display: none;
}

/* sub navigation */

#main_navigation li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	width: 164px;
	background: #094c88;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
	z-index: 99;
}

#main_navigation li ul li {
	float: left;
	vertical-align: top;
	height: auto;
	color: #fff;
	font-size: 12px;
	padding-bottom: 1px;
	background: url('/_grafix/bg_sub_navigation_item.gif') bottom center no-repeat !important;
}

#main_navigation li ul li a {
	display: block;
	vertical-align: top;
	width: 146px;
	height: auto;
	padding: 5px 0 5px 18px;
	color: #fff;
	background: none;
}

#main_navigation li ul li a:hover {
	color: #fff;
	background: #052644;
	text-decoration: none;
}

#main_navigation li ul li strong {
	display: block;
	vertical-align: top;
	width: 146px;
	height: auto;
	padding: 5px 0 5px 18px;
	color: #fff;
	background-color: #042244;
	font-weight: normal;
}

#main_navigation li ul li strong a {
	display: block;
	vertical-align: top;
	padding: 0 !important;
	border-bottom: 0 !important;
}

#main_navigation li ul li strong a:hover {
	display: block;
	vertical-align: top;
	text-decoration: underline;
}

/* content */

#content {
	float: left;
	width: 993px;
}

#content .gutter {
	float: left;
	width: 943px;
	padding: 25px;
}

#content p {
	line-height: 1.3em;
	margin-bottom: 21px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 21px;	
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 21px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 3px;
}

#content table {
	margin-bottom: 21px;
}

#content td {
	padding: 4px;
	border-bottom: 1px solid #c1d2e1;
}

#content a.foto {
	border: 0;
}

/* extra navigation */

#extra_navigation {
	float: left;
	width: 943px;
	padding: 5px 0;
	margin-bottom: 25px;
}

#extra_navigation span.arrow {
	margin: 0 10px;
}

#extra_navigation strong {
	padding: 5px;
	color: #fff;
	background: #052644;
}

#extra_navigation strong a {
	color: #fff;
	border: 0;
}

#extra_navigation strong a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* child */

#extra_navigation a.child {
	font-size: 12px;
}

#extra_navigation strong.child {
	font-size: 12px;
	padding: 4px;
}

/* sub_child */

#extra_navigation a.sub_child {
	font-size: 11px;
}

#extra_navigation strong.sub_child {
	font-size: 11px;
	padding: 3px;
}

/* blocks */

/* left */

#left_block_container {
	float: left;
	width: 612px;
	overflow: hidden;
}

div.left_block, 
div.left_block_blue, 
div.left_block_dark_blue {
	float: left;
	width: 570px;
	padding: 21px 21px 0 21px;
	background: #ebf1f6;
	margin-bottom: 21px;
	overflow: hidden;
}

div.left_block p, 
div.left_block_blue p, 
div.left_block_dark_blue p {
	overflow: hidden;
}

div.left_block_blue {
	color: #fff;
	background: #094c88;
}

div.left_block_dark_blue {
	color: #fff;
	background: #052644;
}

div.left_block_blue a, 
div.left_block_dark_blue a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #85a6c4;
}

div.left_block_blue a:hover, 
div.left_block_dark_blue a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* right */

#right_block_container {
	float: right;
	width: 306px;
	overflow: hidden;
}

div.right_block, 
div.right_block_blue, 
div.right_block_dark_blue {
	float: right;
	width: 270px;
	padding: 18px 18px 0 18px;
	background: #ebf1f6;
	margin-bottom: 18px;
	overflow: hidden;
}

div.right_block p, 
div.right_block_blue p, 
div.right_block_dark_blue p {
	overflow: hidden;
}

div.right_block_blue {
	color: #fff;
	background: #094c88;
}

div.right_block_dark_blue {
	color: #fff;
	background: #052644;
}

div.right_block_blue a, 
div.right_block_dark_blue a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #85a6c4;
}

div.right_block_blue a:hover, 
div.right_block_dark_blue a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

div.right_block img, 
div.right_block_blue img, 
div.right_block_dark_blue img {
	margin-bottom: 8px;
}

/* home slideshow */

#home_slideshow {
	float: left;
	width: 570px;
	height: 320px;
	overflow: hidden;
}

/* home news small */

ul#news_home_list_small {
	float: left;
	width: 270px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#news_home_list_small li {
	cursor: pointer;
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

ul#news_home_list_small li strong {
	display: block;
	margin-bottom: 5px;
}

/* home news wide */

ul#news_home_list_wide {
	float: left;
	width: 570px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#news_home_list_wide li {
	cursor: pointer;
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

ul#news_home_list_wide li strong {
	display: block;
	margin-bottom: 5px;
}

/* newsletter subscription */

#newsletter_block .field {
	float: left;
	width: 230px;
	margin-top: 2px;
}

#newsletter_block .buttons {
	float: right;
	width: 40px;
	margin-top: 2px;
}

#newsletter_block .field input.text {
	width: 228px;
	padding: 5px 2px 4px 2px;
	font-family: Arial;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	color: #888;
	vertical-align: top;
	font-size: 13px;
}

/* buttons block */

div.buttons {
	float: left;
}

/* buttons */

.buttons a, 
.buttons button {
    display: block;
    float: right;
    background-color: #eee;
    font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #052644;
    cursor: pointer;
    padding: 3px 10px 4px 7px;
	margin-top: 2px;
}

.buttons button.blue {
    background-color: #052644;
    color: #fff;
}

.buttons a.blue {
    background-color: #052644;
    color: #fff;
	border: none !important;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 4px 10px 3px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #052644;
	background-color: #fff;
}

button.blue:hover, 
.buttons a.blue:hover {
	color: #fff;
	background-color: #094c88; 
	border: none !important;
}

/* musician wanted */

#musician_wanted_form table {
	width: 485px;
}

#musician_wanted_form td.text, 
#musician_wanted_form td.text_err {
	width: 95px;
}

#musician_wanted_form td.text_err {
	color: #c00;
}

#musician_wanted_form input.text {
	width: 340px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#musician_wanted_form input.text_small {
	width: 100px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#musician_wanted_form .textarea {
	width: 340px;
	height: 70px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

ul#musician_wanted_list {
	float: left;
	list-style-type: none;
	width: 570px;
	margin-left: 0;
}

ul#musician_wanted_list li {
	float: left;
	width: 570px;
	border-bottom: 1px solid #c1d2e1;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
}

ul#musician_wanted_list li span.date {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #999;
}

ul#musician_wanted_list li p {
	margin: 4px 0 8px 0;
}

/* account form */

#form_box {
	width: 500px;
	padding: 5px;
	background: #ebf1f6;
	margin-bottom: 15px;
}

table#form {
	width: 485px;
}

table#form td.label, 
table#form td.label_err {
	width: 95px;
}

table#form td.label_err {
	color: #c00;
}

table#form input.text {
	width: 340px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table#form input.text_small {
	width: 100px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table#form .textarea {
	width: 340px;
	height: 70px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table#form select {
	width: 225px;
	padding: 3px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table#form option {
	padding: 3px;
}

table#form tr.spacer {
	height: 6px;
}

table#form tr.spacer td {
	border: 0;
}

/* error box */

#error_box {
	float: left;
	width: 633px;
	color: #c33;
	background-color: #fdf1f1;
	border: 1px solid #c33;
	margin-bottom: 25px;
	font-weight: bold;
}

#error_box .gutter {
	float: left;
	width: 613px;
	padding: 10px;
}

/* confirmation box */

#confirmation_box {
	float: left;
	width: 633px;
	color: #0d4981;
	background-color: #fff;
	border: 1px solid #0d4981;
	font-weight: bold;
}

#confirmation_box .gutter {
	float: left;
	width: 613px;
	padding: 10px;
}

/* shopping cart */

table#shoppingcart {
	width: 633px;
	margin-bottom: 20px;
}

table#shoppingcart tr.color {
	background: #fff;
}

table#shoppingcart th {
	font-size: 13px;
	padding: 0 10px 5px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}

table#shoppingcart td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}

table#shoppingcart td.total {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 17px;
	color: #fff;
	border: 0;
}

table#shoppingcart td.total_small {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	color: #052645;
	font-weight: bold;
	font-size: 15px;
	border: 0;
}

table#shoppingcart td input {
	width: 25px;
	padding: 4px 2px;
	background: #fff;
	color: #333;
	font-family: Arial;
	border: 1px solid #999;
	font-size: 12px;
}

input.chckbx {
	border: 0 !important;
	background: #eee !important; 
}

/* products */

div.product_small {
	float: left;
	width: 190px;
	height: 255px;
	background: #ebf1f6;
	margin: 0 21px 21px 0;
	cursor: pointer;
	overflow: hidden;
}

div.product_small:hover {
	background: #dfe5e9;
}

div.product_small_gutter {
	float: left;
	width: 168px;
	padding: 11px;
}

div.product_small div.image_area {
	float: left;
	width: 168px; 
	height: 168px;
}

div.product_small div.image_area a {
	float: left;
	width: 168px;
	height: 168px;
	border: 0;
	line-height: 1em;
}

div.product_small div.image_area img {
	float: left;
}

div.product_small div.name_area {
	float: left;
	width: 168px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	margin-top: 8px;
	line-height: 1.4em;
}

div.product_small img.promo {
	position: relative;
	width: 190px;
	height: 190px;
	top: -227px;
	left: -11px;
	z-index: 10;
}

div.product_small span.price {
	color: #094c88;
	font-size: 12px;
}

div.product_small span.price_red {
	color: #e9703a;
	font-size: 12px;
}

/* product count */

div.product_count {
	float: left;
	width: 570px;
	font-size: 12px;
	color: #999;
	margin-bottom: 21px;
}

/* product page */

strong.price {
	color: #052644;
	font-size: 25px;
	line-height: 1.3em;
}

strong.price_red {
	color: #e9703a;
	font-size: 25px;
	line-height: 1.3em;
}

#product_more_images {
	float: left;
}

#product_more_images img {
	float: left;
	margin: 0 18px 18px 0;
}

#prev_product {
	float: left;
	width: 130px;
	padding-bottom: 18px;
}

#next_product {
	float: right;
	width: 130px;
	text-align: right;
	padding-bottom: 18px;
}

span.disabled {
	color: #999;
}

img.promo_large {
	float: left;
	margin-bottom: 0 !important;
}

/* price request form */

#price_request_form table {
	width: 270px;
}

#price_request_form td.text_err {
	color: #c00;
}

#price_request_form input.text {
	width: 240px;
	padding: 5px;
	background: #fff;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#price_request_form .textarea {
	width: 270px;
	height: 70px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* info request form */

#info_request_form table {
	width: 485px;
}

#info_request_form td.text, 
#info_request_form td.text_err {
	width: 95px;
}

#info_request_form td.text_err {
	color: #c00;
}

#info_request_form input.text {
	width: 340px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#info_request_form .textarea {
	width: 340px;
	height: 75px;
	padding: 5px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* news */

span.news_date {
	display: block;
	color: #999;
	font-size: 11px;
	margin-bottom: 5px;
}

/* contact */

#google_map {
	float: left;
	width: 612px;
}

/* search results */

ul.search_results {
	float: left;
	width: 570px;
	list-style-type: none !important;
	margin: 0 !important;
}

ul.search_results li {
	float: left;
	width: 550px;
	padding: 15px 10px;
	margin: 0 !important;
	border-bottom: 1px solid #c1d2e1;
	cursor: pointer;
}

ul.search_results li:hover {
	background: #dfe5e9;
}

ul.search_results li a.search_url {
	display: block; 
	margin: 5px 0 10px 0; 
	font-size: 11px; 
	color: #888; 
	border: 0;
}

ul.search_results li a.search_url:hover {
	color: #444;
}

ul.search_results li img.search_image {
	float: left;
	border: 3px solid #c1d2e1; 
	margin: 0 15px 15px 0;
	border: 0;
}

/* footer */

#footer {
	float: left;
	width: 993px;
	background: #c1d2e1;
}

#footer .gutter {
	float: left;
	width: 993px;
	text-align: center;
	padding: 15px 0;
	color: #094c88;
	font-size: 12px;
}

#footer a {
	color: #094c88;
	text-decoration: none;
	border-bottom: 1px solid #094c88;
}

#footer a:hover {
	color: #052644;
	border-bottom: 1px solid #052644;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

