@import url('reset.css');


/* --- Full credit to Dave Moffitt for getting this code up and running! --- */


/* ----- GENERAL ----- */
body {
	font-size: 100%;
	line-height: 100%;
	font-family: Helvetica, Arial, "Sans Serif";
	background-color: #000;
}

a { 
	text-decoration:none 
}
	
a,
a:link,
a:hover {
	color: #CCCCCC;
}

a:active {
	color: #FF0000;
}
a:visited {
	color: #FFFFFF;
}


h1, h2, h3, h4 {
	line-height: 120%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 133.33%;
}

h4 {
	font-size: 100%;
}

/* ----- STRUCTURAL ----- */

div#container {
	margin: 8px auto 0;
	width: 740px;
	border: 5px solid #fff;
	background: #666;
}

div#header {
	width: 740px;
}

div#content {
	padding: 5px;
	width: 730px;
}

ul#navigation {
	position: relative;
	width: 738px;
	height: 23px;
	margin: 0;
	border: 1px solid #999;
}

div#hcard-Soundworks {
	margin: 8px auto 12px;
	width: 750px;
}

/* ----- HEADER ----- */

div#header {
	border-bottom: 5px solid #fff;
	background: #fff url('../images/bg_header.gif') repeat-y right top;
}

h1#branding {
	width: 270px;
	height: 60px;
	background: #fff url('../images/h1_branding.gif') no-repeat left top;
	overflow: hidden; 
	text-indent: -5000px;
}

h1#branding a,
h1#branding a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url('../images/h1_branding.gif') no-repeat left top;
}

h2#tagline {
	display: none;
}
 
 h3#page {
	display: none;
}


/* ----- NAVIGATION ----- */

ul#navigation {
	background: #fff;
}

ul#navigation,
ul#navigation li {
	padding: 0;
	list-style: none;
}

ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
}

ul#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#navigation li.home-theater {
	margin-left: 268px;
	width: 88px;
}

ul#navigation li.home-theater a {
	background: url('../images/li_home-theater.gif') no-repeat left top;
}

ul#navigation li.custom-installation {
	width: 123px;
}

ul#navigation li.custom-installation a {
	background: url('../images/li_custom-installation.gif') no-repeat left top;
}

ul#navigation li.product-lines {
	width: 98px;
}

ul#navigation li.product-lines a {
	background: url('../images/li_product-lines.gif') no-repeat left top;
}

ul#navigation li.used-equipment {
	width: 107px;
}

ul#navigation li.used-equipment a {
	background: url('../images/li_used-equipment.gif') no-repeat left top;
}

ul#navigation li.contact {
	width: 54px;
}

ul#navigation li.contact a {
	background: url('../images/li_contact.gif') no-repeat left top;
}



ul#navigation li a:hover {
	background-position: left bottom;
}

/* ----- CONTENT ----- */


.pics {  
    height:  242px;  
    width:   740px;  
    padding: 0;  
    margin:  0;  
} 

.headerpics {  
    height:  100px;  
    width:   740px;  
    padding: 0;  
    margin:  0;  
}

div#photo {
	border-top: 5px solid #fff;
	color: #fff;
}


div#content {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 5px solid #fff;
	color: #fff;
}

div#content h3 {
	font-size: 0.6875em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

div#content p {
	font-size: 0.6875em;
	line-height: 125%;
}


/*.tag {
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}*/
.copy {
	font-size: 0.8125em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: grey;
}
/*.addy {
	font: 0.6875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}*/


/* ----- FOOTER ----- */

div#hcard-Soundworks {
	text-align: center;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

div#hcard-Soundworks.vcard .hidden {
	display: none;
} 

div#hcard-Soundworks.vcard div {
	display: inline;
}

div#hcard-Soundworks a {
	color: #999;
}

div#hcard-Soundworks a:hover {
	color: #ccc;
	text-decoration: underline;
}

div#hcard-Soundworks .sep:before {
	content: "\00A0 \2022 \00A0 \00A0";
}