/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif;
padding: 0px 0 0 0;
font-size:12px;
line-height:18px;}

h1{font-size:16px;
font-weight:bold;
padding: 12px 0 0 0;}

h2{font-size:16px;
font-weight:bold;
}

h3{font-size:16px;
font-weight:bold; color:#2d73ff;
}

span{color: #414994;}

a{color: #414994;}

#container{
background:#fff;
width:800px;
margin:0 auto;
}

/* menu styles*/
#nav{
width:800px;
font: 10.5px arial;
font-weight: bold;
text-align:left;
height: 40px;
float:left;
text-decoration:none;
padding: 4px 0px 0px 0px;
}
#nav a {color: #fff; text-decoration: none;}
#nav a:hover{text-decoration: underline;}
#nav a:visited {color: #eee;}

h1.header1a {
	font-size: 16px;
	color: #222;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.header {
	width:800px;
	height:290px;
	float:left;
}

.home {background: url('images/hhome.jpg') #ccc;}

.about {background: url('images/hair.jpg') #ccc;}

.air {background: url('images/hacoustic.jpg') #ccc;}

.sound {background: url('images/hhome.jpg') #ccc;}

.acoustic {background: url('images/hacoustic.jpg') #ccc;}

.noise {background: url('images/hair.jpg') #ccc;}

.tscm {background: url('images/hcontact.jpg') #ccc;}

.prices {background: url('images/hacoustic.jpg') #ccc;}

.contact {background: url('images/hcontact.jpg') #ccc;}

#buttons {
	width: 800px;
	float: left;
	height: 158px;
	text-align: center;
	padding: 10px 0 0 0;
}

#body{
width:246px;
float:left;
padding: 10px 10px 10px 10px;
}

#bodytwocolumn{
width:540px;
float:left;
padding: 10px 10px 10px 10px;
}

#bodytwocolumnMain{
width:776px;
float:left;
padding: 10px 10px 10px 10px;
}


#body2{
width:246px;
float:left;
padding: 10px 10px 10px 10px;
}
#body3{
width:200px;
float:left;
padding: 10px 10px 10px 10px;
}

#body4{
width:246px;
float:left;
padding: 20px 10px 10px 10px;
}

#body5{
width:246px;
float:left;
padding: 20px 10px 10px 10px;
}
#body6{
width:246px;
float:left;
padding: 20px 10px 10px 10px;
}

#foot {
	width: 100%;
	float: left;
}

#footer{
width:800px;
float: left;
text-align:center;
padding: 10px 10px 10px 10px;
}

p.small{font-size:9px;
color:#CCCCCC;
line-height:normal}

h3 {
	font-size:16px;
	font-weight:bold;
}

.bluetitle {color:#2d73ff;}

.listbold li {
	font-weight:bold;
}

#navigation {
 width: 170px; margin-left:60px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: 1px solid #ccc;
}
#navigation li a:link, #navigation li a:visited  {
 font-size: 90%;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 border-left: 12px solid #000;
 border-right: 1px solid #000;
 background-color: #333;
 color: #FFFFFF;
 text-decoration: none;
}
#navigation li a:hover {
 background-color: #666;
 color: #FFFFFF;
}
#navigation ul ul {
 margin-left: 12px;
}
#navigation ul ul li {
 border-bottom: 1px solid #ccc;
 margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
 background-color: #666;
 color: #ccc;
}
#navigation ul ul a:hover {
 background-color: #999;
 color: #FFFFFF;
}