*{
	margin:0px;
	padding:0px;
	
}

h1{
	font: bold 20px tahoma;
	
}

h2{
	font: bold 14px tahoma;
	
}

header, section, footer, aside, nav, article, hgroup{
	
	display:block;
}

#aboutus_heading h1{
	color:#6387D1;
	font-family:helvetica;
}


body{
	width:100%;
	display: -webkit-box;
	display: -moz-box; 
	-webkit-box-pack: center;
	-moz-box-pack: center;
	background-color:#90AAC5;
	
}

#big_wrapper{
	max-width:1000px;
	margin:20px 0px;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
		
}

#top_header{	
	padding-bottom:20px;
}

#logo{
	float:none;
	text-align: left;
	
}


#top_menu ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height: 30px;
	font-size: 12px;
	background: transparent url(nav_bg.png) repeat-x top left;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid #000000;	
	
}


#top_menu li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	
}


#top_menu li a {
	display:block;
	float:left;
	color: #999999;
	text-decoration:none;
	font-weight: bold;
	padding: 8px 20px 0px 20px;
	
}


#top_menu li a:hover{
	color:#ffffff;
	height:22px;
	background: transparent url(nav_bg.png) 0px -30px no-repeat;
	
}

#top_menu li.active a {
	display:inline;
	height: 22px;
	background: transparent url(nav_bg.png) 0px -30 no-repeat;
	float:left;
	margin: 0px;
} 



#new_div{
	display:-webkit-box;
	display:-moz-box;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	
}

#main_section{
	border:1px solid blue;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	margin:20px;
	padding:30px;
	background-color:white;
	
	
}

#main_section p{
	font-family:helvetica;
	text-indent:0px;
	
}


p{
	font-family:red arial;
	font-size:18px;
	text-indent:40px;
}

h1{
	color:red;
	text-align:center;
	font-size:32px;
}

h3{
	text-align:center;
	font-size:22px;
	
}


#side_news{
	width:150px;
	height:150px;
	padding:20px;
	margin:30px;
	
}

#side_news img{
	width:100%;
	height:auto;
	
}

#footer{
	text-align:left;
	margin-left:20px;
	border-top:1px solid black;
}



/*    Request Sound Form        */


#contact_form{
	width:800px;
	border:5px solid black;
	margin:50px auto;
	padding:20px 0px;
}

form{
	width:700px;
	margin:0 auto;
	
}

label{
	display:block;
	margin:5px 0 5px 20px;
	font: 18px sans-serif;
	
	
}

input{
	width:450px;
	margin: 0 0 0 20px;
	padding:3px;
	
}


textarea{
	width:450px;
	height:200px;
	margin:0 0 0 20px;
	
}

fieldset{
	border:none;
	padding:0 0 20px 0;
	
}

.label0ne{
	margin-top:10px;
	
}

.btn{
	width:125px;
	
}

form h4{
	margin: 20px 0 0 30px;
	font: 18px sans-serif;
	color:red;
	font-weight:bold;
	
	
}














































