/*
----------------------------------------------------------------
	b a s e
---------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
	color:#666666;
	background-color:#000000;
	background-image:url(../i/bkg.gif);
	background-repeat:repeat-y;
	}

/*
----------------------------------------------------------------
	s t r u c t u r e
---------------------------------------------------------------- */

div#wrap {
	width: 900px;
	}

div#header {
	width: 900px;
	background-color: #ffffff;
	}

div#nav {
	width: 14em;
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
	line-height: 1.3;
	float: left;
	border-right: 1px solid #ddd;
	min-height: 34em;
	}

div#content {
	width: 50em;
	margin-top: 1em;
	padding: 0 0 0 2em;
	float: left;
	background-color: #ffffff;
	min-height: 46.3em;
    height: auto !important;
    height: 44.4em;
	}

div#footer {
	width: 900px;
	clear: both;
	float: left;
	background-color: #333;
	padding: 2em 0 0 0;
	color: #ddd;
	}

/*
----------------------------------------------------------------
	n a v i g a t i o n
---------------------------------------------------------------- */

div#nav ul {
	list-style-type: none;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}

div#nav li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

div#nav ul.last {
	padding: 0;
	margin: 5px 0 20px 0;
	}

div.buttons {
	margin: 10px 0 20px 0;
	width: 16.5em;
	float: left;
	}

div.buttons ul {
	list-style-type: none;
	margin: 0 0 0 0;
	}

div.buttons li {
	margin-bottom: 1em;
	padding: 0;
	}

div.buttons-menu 	{margin:10px 0 20px 0; float:left;}
div.buttons-menu ul {margin:0; padding:0; list-style-type:none;}
div.buttons-menu li {margin:0 16px 15px 0; padding:0; float:left; width: 200px;}
	
/*
----------------------------------------------------------------
	c o n t e n t
---------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
	}

body#lav_mics p {
	margin-bottom: 0.5em;
	}

div#footer p {
	padding-left: 17em;
	background-color: #333;
	line-height: normal;
	}

#mixer_models th {
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
#mixer_models td {
	vertical-align: top;
	padding-right: 2em;
	}

#mixer_models {
	width: 45em;
	}

.mixer th {
	border-bottom: 1px solid #eee;
	}

.mixer td {
	padding: 0.5em 0.5em 0.5em 0;
	}

.mixer td.desc {
	width: 30em;
	}

.mixer td.sku {
	width: 10em;
	}

legend {
	font-weight: bold;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	}

fieldset {
	border: 1px solid #ddd;
}

body#dealers fieldset {
	padding: 2em;
	}

div.product_entry {
	margin: 1em 0 2em 0;
	min-height: 8em;
	}

div.product_entry dl {
	padding: 0;
	margin: 0 0 0 9em;
	}

div.product_entry_large {
	width: 50em;
	min-height: 23em;
	margin-bottom: 2em;
	}
	
div.product_entry_large p {
	margin-left: 25em;
	}

p.quoted {
	width: 50em;
	margin-bottom: 3em;
	text-align: right;
	font-style: italic;
	}

body#dealers table {
	margin-bottom: 3em;
	}

body#dealers td {
	padding: 0 2em 2em 0;
	vertical-align: top;
	}
	
hr {
	margin: 0 0 2.5em 0;
	border: 0;
	height: 1px;
	background-color: #ddd;
	}	

.splash {
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	}

.caption_600 {
	width: 600px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	}

.caption_800 {
	width: 600px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	}

.normal {font-size: small; line-height: 1.5;}

/* ------------------------  l i n k s  ------------------------ */

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	font-weight: normal;
	}

/* ------------------------  i m a g e s  ------------------------ */

img.left {
	float: left;
	margin: 0 1em 1em 0;
	}
	
img.right {
	float: right;
	margin: 0 0 1em 1em;
	}

div.product_entry img {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #ddd;
	}

div.product_entry_large img {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #ddd;
	}

/*
----------------------------------------------------------------
	l i s t s
---------------------------------------------------------------- */

ul { 
	margin: 0 0 2em 2em;
	}

li {
	padding: 0 0 0.5em 0;
	}

li ul {
	list-style-type: none;
	margin: 0.5em 0 0 1em;
	padding: 0 0 0 0;
	}

li ul li {
	padding-bottom: 0.5em;
	list-style-type: circle;
	}

ul.pricing {
	list-style-type: none;
	margin-bottom: 1.5em;
	}
	
.pricing li {
	margin-right: 1em;
}

#mixer_models ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	}

dl {
	padding-bottom: 2em;
	}

dt {
	font-weight: bold;
	}
	
dd {
	padding: 0 0 1em 0;
	}

div.product_entry_large ul {
	margin: 0 0 1em 25em;
	}

div.product_entry_large li {
	margin-left: 2em;
	}

ol li {
	margin-left: 40px;
	padding-bottom: 20px;
	}

/*
----------------------------------------------------------------
	c o m m e n t a r y
---------------------------------------------------------------- */


/*
----------------------------------------------------------------
	f o r m s
---------------------------------------------------------------- */


/*
----------------------------------------------------------------
	h e a d e r s
---------------------------------------------------------------- */

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 160%;
	letter-spacing: -1px;
	}

h2 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	width: 38em;
	clear: both;
	}

body#cables_adapters h2 {
	margin: 0 0 1.5em 0;
	}
	
h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
	}


/*
----------------------------------------------------------------
	m i s c
---------------------------------------------------------------- */

/* Boom Cable System v2 */
.tabbed_menu { margin: 20px 0 10px 0; }

.clearfix {clear:both;}

.highlight {
	background-color: #DBF1FF;
	padding: 0.2em;
	}

.orange {color:#ff6600;}
.orange_bold {color:#ff6600; font-weight:bold;}

/* Product Image Library */
body#product_image_library h1 { margin-bottom: 20px; }
body#product_image_library h3 { margin-bottom: 0; }
body#product_image_library table { margin-bottom: 100px; border: 0; }
body#product_image_library table td { padding: 15px 0 15px 0; border-bottom: 1px solid #ddd; }
body#product_image_library td.item { width: 200px; }
body#product_image_library td.links { width: 500px; text-align:right; }

/* Discontinued Products */
body#discontinued h1 { margin-bottom: 20px; }
body#discontinued h3 { margin-bottom: 0; }
body#discontinued table { margin-bottom: 100px; border: 0; }
body#discontinued table td { padding: 15px 0 15px 0; border-bottom: 1px solid #ddd; }
body#discontinued td.item { width: 200px; }
body#discontinued td.links { width: 500px; text-align:right; }

/* Search */
#search {margin-bottom: 20px; line-height:1.4;}
#q {border: 1px solid #ddd; padding: 2px; width: 140px;}
#submit_button { vertical-align: top;}

table.specifications		{width: 650px; margin-bottom: 20px;}
table.specifications td		{padding: 10px; vertical-align: top;}
table.specifications tr 	{border-bottom: 1px solid #ddd;}
table.specifications .col1	{width: 35%;}
table.specifications .col2	{width: 65%;}
table.specifications tr.odd	{background-color: #eee;}
