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

html, body{
	background-color:#FFF;
}

img{
	border:0
}

a:link img{
	
	}
	
a:hover img{
	border:0
	} 
	
h2{
	margin: 20px 0 10px 25px;
	font: bold italic 14px Arial, Helvetica, sans-serif;
	color:#000;
}
h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline;
	margin:0;
	text-decoration:none;
}

p{
	margin:0;	
}

#wrapper{
width:901px;
height:inherit;
position:relative;
margin: -.3em auto;
/*float:right;*/
}

#searchBar{
width:901px;
padding-left:714px;
}

#header{
	width: 100%;
	height: 128px;
}

#logo{
	width: 194px;
	height: 128px;
	float: left;
	background-color:#FFF;
}

#banner{
	width: 707px;
	height: 128px;
	float: right;
	background-color:#FFF;
}

#leftSide{
	width: 194px;
	height: auto;
	float:left;
	
}

#rightSide{
	width: 707px;
	height:573px;
	float:right;
	background-image:url(images/headphones1.jpg);
}

#rightSide_content{
	width: 707px;
	height:573px;
	float:right;
	background-color:#FFF; /* #8FC0AB */
}

.anchors a, p{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#76a18e;
	text-decoration:none;
}

.anchors{
margin: 20px 0 10px 25px;	
}


#content{
margin:0 25px 0 25px;
width:657px;
height:390px;
font: 12px Arial, Helvetica, sans-serif;
color:#000;
overflow: auto;/* hidden */
}

#content ul li{
	list-style-type: none;
	margin:0px;
}
#content a, visited{
	color:#76a18e;
	text-decoration:underline;
} 

.printer{
	margin: 20px 0 10px 25px;
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
}

#event_info{
	margin:0 0 8px 0;
	padding:0;
	width: 100%;
	height:100px;
	border-bottom-style:#8FC0AB;
	border-bottom-style:solid;
    border-width:1px;
}

#event_image{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:112px;
	height:100px;
}

#event_info .title{
	/*margin:0 0 4px 0;*/
	font: bold italic 14px Arial, Helvetica, sans-serif;
}

#copyright{
	width:901px;
	margin:auto;
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}

.parent-nav ul{
margin: 0;
padding: 0;
font: bold italic 14px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.parent-nav li{
display: inline;
margin: 0;

}

.parent-nav li a{
float: left;
display: block;
text-decoration: none;
background:url(images/buttonBG1.jpg);
background-repeat:repeat-x;
margin: 0;
border-right: 1px solid white; /*right divider between tabs*/
color: #000000;
width: 100px;
padding: 0 0 0 0;
text-align:center;

height: 36px;
}


.parent-nav li a.main{
	line-height: 14px;
	
	}
	
/*can't assing padding to main level links without affecting subnav, so using linebreaks below */

.mini-br{
	font: bold italic 6px Arial, Helvetica, sans-serif;
}

.smini-br{
	font: bold italic 2px Arial, Helvetica, sans-serif;
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
			font: normal 17px Arial;
			margin: 0;
			padding: 0 0 15px 0;
			position: absolute;
			left: 0;
			top: 0;
			list-style-type: none;
			background-image: url(images/trans-dd-mid2.png);
			visibility: hidden;
			z-index: 100;
		/*cursor: pointer;
		cursor: hand;*/
}

.ddsubmenustyle li {
		padding: 8px 0 0 0;
}

.ddsubmenustyle li a{
		display: block;
		width: 160px; /*width of menu (not including side paddings)*/
		color: #b0dbc9; /*color: #76a18f;*/
		background-image: url(images/trans-dd-mid2.png) repeat-y 0 0;
		text-decoration: none;
		padding: 0 5px 0 10px;
		/*letter-spacing: -0.03em;*/
		cursor: pointer;
		cursor: hand;

}

.ddsubmenustyle li a:hover{
/*background-color: black;*/
	color: #ffffff;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
		display: inline-block;
		width: 170px; /*width of menu (include side paddings of LI A*/
}


/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* ######### Forms ############## */
.reseller-container {
	font-family: arial;
	font-size: 12px;
	padding: 15px;
	width: 500px;
}
		
.dealer-box {
	border: 1px dotted #000000;
	background-color: #eeeeee;
	padding: 15px;
}
		
.dealer-box h4 {
	display: inline;
}

label {
	display: block;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

form div{
	padding: 5px 0 5px 0;
}

.choice {
	display: inline-block;
	font-weight: normal;
}

textarea {
	width: 300px;
	height: 120px;

}

.right {
	float: right;
}

.left {
	float: left;
}

.container {
	font-family: arial;
	font-size: 12px;
	padding: 15px;
	width: 475px;
}

.clearall {
	clear: both;
}

.divider {
	border-bottom: 1px dotted #666666;
	margin-top: 15px;
	margin-bottom: 15px
}



