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

body{
	font-family: Helvetica, Arial, sans-serif;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background: #aaa; /* for      non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eee,  #aaa); /* for firefox 3.6+ */ 
}


#container{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#branding{
	height: 110px;
	
}

#navigation {
	background: #333;
	color: #fff;
	margin-bottom: 40px;
	height: 30px;
	padding-top: 10px;
}
#headphones {
	border:#C00 15px solid;
	border-top: #C00 25px solid;
	border-bottom: #C00 25px solid;
	-webkit-border-radius: 15px; /*for webkit*/
	-moz-border-radius: 15px; /*for mozilla*/
	border-radius: 15px;
	margin-bottom: 5px;
	margin-left:40px;
}
#footer {
	background: #666;
	font-size: 10px;
	clear:both;
	text-align: center;
	color: #fff;
}
p{
	width: 500px;
	font-size: 11px;
	padding-left: 50px;
	margin-bottom: 50px;
}

.navBox1{
	padding-left: 290px;
	padding-right: 30px;
	font-size: 18px;
}
.navBox{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
#rightBox{
	width: 260px;
	background-color:#999;
	float:right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 40px;
	margin-right: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	-moz-box-shadow: -4px 4px 10px #222;
  -webkit-box-shadow: -4px 4px 10px #222;
  box-shadow: -4px 4px 10px #222;
  font-size: 10px;

} 

#thumbnail{
	float: left;
	padding-left:10px;
	padding-top:10px;
	padding-right: 5px;
	clear:both;
}
#thumbnailDescription{
	padding-left:10px;
	padding-top:10px;
}
#imageContainer{
	clear:both;
}

#leftBox{
	float:left;
}
#leftBoxContact{
	float:left;
	padding-left: 10px;
}
a:link {
	text-decoration:none; 
	color: #fff;}
a:visited {
	text-decoration:none;  
	color: #fff;}
a:hover { 
	text-decoration:none; 
	color: #f00;}
a:active { 
	text-decoration:none;
	color: #fff;} 
	
img{
	border:none;
}