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

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

html {
	background-color: #0B1C01;
	background-image: url(http://audiosymbol.com/images/bg/hexabump.png);
}

body {
	font-size: 16px; 
	 word-wrap: break-word;
	 -webkit-font-smoothing: antialiased;
	 -webkit-text-size-adjust: none;
}

img {
	border: 0;
	max-width: 100%;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left { 
	text-align: left;
}

.right { 
	text-align: right;
}

.center { 
	text-align: center;
}

.clear {
	zoom: 1;
	clear: both;
}

.clear:after {
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

@media only screen and (orientation: portrait) {
	
/*
@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
*/

h1 {
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif;
	font-size: 32px;
	line-height: 140%;
	font-weight: bold;
	color: #FF675E;
}

h2 {
	font-family: Helvetica, Verdana, Arial, "LiHei Pro", STXihei, STHeiti, SimHei, "黑体", SimSun, "宋体", sans-serif;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 12px;
	color: #2DAAFC;
}

h3 {
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif;
/*	
	font-family: Helvetica, Verdana, Arial, STXihei, STHeiti, "LiHei Pro", SimHei, "黑体", SimSun, "宋体", sans-serif;
*/
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #08C;
}

h4 {
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #B00;
}

h5 {
	font-family: Helvetica, Verdana, Arial, "LiHei Pro", STXihei, STHeiti, SimHei, SimSun, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #FFF;
}

p {
	font-family: STXihei, STHeiti, STKaiti, BiauKai, NSimSun, SimSun, "宋体", SimHei, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #C0C0C0;
}

li {
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif;
	font-size: 16px; 
	font-weight: normal;
}

li a {
	color: #a9a9a9;
	text-decoration: none;
}

li a:hover {
	color: #727272;
	text-decoration: none;
}

li a.active {
	font-weight: bold;
	color: #DDD;
	text-decoration: none;
	cursor: default;
}

a {
	color: #66BFFF;
	text-decoration: none;
}


h1 sup { 
	font-size: 16px;
	font-weight: bold;
}


.btn {
	background-color: #FF675E;
	color: #fff;
	border-style: none;
}





#page_header {
	float: none;
	width: 320px;
	margin: 20px auto 0px auto;
}

#page_logo {
	position: relative;
	width: 320px;
	margin: 10px 0px 0px 0px;
}

#head_logo {
	position: relative;
	float: left;
	width: 320px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background-image: url(http://audiosymbol.com/images/logo.png);
	background-repeat: no-repeat;
	background-size: 70px;
}

#head_logo_txt {
	position: relative;
	float: right;
	left: 0px;
	top: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FFF;
	margin: -18px 2px 0px 0px;
}


#head_nav {
	position: static; 
	float: left;
	overflow: hidden;
	display: block; 
	width: 320px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	background-color: rgba(120, 120, 120, 0.2); 
}

#head_nav ul {
	list-style-type: none;
	overflow: hidden;
	padding: 30px 0px 20px 40px;
}

#head_nav li {
	display: inline;
	float: left;
	margin-left: 0px;
	padding: 0px 0px 20px 0px;
	width: 90px;
	font-weight: normal;
}

#head_nav li.active {
	background-color: transparent; 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}



#top_nav {
	overflow: hidden;
	display: block;
	width: 300px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #FF9F99;
	border-bottom: 1px solid #FF9F99;
}


#top_nav img {
	float: left;
	margin-left: 5px;
}


#top_nav h1 {
	float: left;
	margin-left: 10px;
	font-size: 30px;
	line-height: 45px; 
	color: #DDD;
}


#top_nav ul {
	list-style-type: none;
	overflow: hidden;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
	
#top_nav li {
	display: inline;
	float: left;
	font-size: 16px;
	padding-left: 18px;
}

#top_nav li.active {
}

#top_nav a {
	color:#DDD; 
	text-decoration: none;
}

#top_nav a:hover {
	color: #727272;
	text-decoration: none;
}

#top_nav a.active {
	color: #66BFFF;
/*	
	text-shadow:#fff 0 1px 0;
*/	
	text-decoration: none;
	cursor: default;
}


#top_nav_nop {
	position: relative; 
	overflow: hidden;
	display: block;
	width: 320px;
	margin: 0px auto 0px auto;
	padding-top: 110px;
}



#page_body {
	width: 320px;
	margin: 0px auto 50px auto;
	padding: 40px 0px 60px 0px;
}


#page_body h1 { 
	text-align: center;
}



#page_footer {
	width: 320px;
	margin: 0px auto 10px auto;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: rgba(60, 60, 60, 0.4); 
}


#foot_nav {
	position: relative; 
	overflow: hidden;
	display: block; 
	margin-bottom: 30px;
}

#foot_nav ul {
	list-style-type: none;
	overflow: hidden;
	padding: 10px 10px 10px 35px;
}
	
#foot_nav li {
	display: inline;
	float: left;
	width: 90px;
	padding: 0px 0px 20px 0px;
}

#foot_nav a {
	color: #A9A9A9;
	text-decoration: none;
}



.body_padding {
	padding-top: 30px;
}


.body_padding_m {
	padding-top: 60px;
}


.body_padding_large {
	padding-top: 120px;
}


.body_line_dash {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #636363;
}


.body_line {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #636363;
}


.body_line_far {
	margin: 40px 0px 40px 0px;
	border-bottom: 1px dotted #636363;
}


.copyright_line {
	margin: 10px 14px 5px 14px;
	border-bottom: 1px solid #727272;
}

.end_line {
	width: 320px;
	margin: 40px auto 100px auto;
	
	border-bottom: 1px solid #1E90FF;

}

#copyright {
	margin-top: 0px;
	margin-right: 15px;
}

#copyright p {
	float: right;
	font-size: 12px;
	color: #727272;
}

}



@media not screen and (orientation: portrait) {
	
/*
@-ms-viewport       { width: 1000px; }
@-webkit-viewport   { width: 1000px; }
@-moz-viewport      { width: 1000px; }
@-ms-viewport       { width: 1000px; }
@-o-viewport        { width: 1000px; }
@viewport           { width: 1000px; }
*/

h1 { 
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif; 
	font-size: 38px; 
	line-height: 120%; 
	font-weight: bold; 
	color: #FF675E; 
}

h2 { 
	font-family: Helvetica, Verdana, Arial, "LiHei Pro", STXihei, STHeiti, SimHei, "黑体", SimSun, "宋体", sans-serif; 
	font-size: 24px; 
	line-height: 36px; 
	font-weight: bold; 
	margin-bottom: 12px; 
	color: #2DAAFC; 
}

h3 { 
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif;
/*	
	font-family: Helvetica, Verdana, Arial, STXihei, STHeiti, "LiHei Pro", SimHei, "黑体", SimSun, "宋体", sans-serif;
*/
	font-size: 16px; 
	line-height: 22px; 
	font-weight: bold; 
	color: #08C; 
}

h4 { 
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif; 
	font-size: 20px; 
	line-height: 32px; 
	font-weight: bold; 
	margin-bottom: 18px; 
	color: #B00; 
}

h5 { 
	font-family: Helvetica, Verdana, Arial, "LiHei Pro", STXihei, STHeiti, SimHei, SimSun, sans-serif; 
	font-size: 16px; 
	line-height: 28px; 
	font-weight: normal; 
	margin-bottom: 14px; 
	color: #FFF; 
}

p { 
	font-family: STXihei, STHeiti, STKaiti, BiauKai, NSimSun, SimSun, "宋体", SimHei, sans-serif; 
	font-size: 18px; 
	line-height: 32px; 
	font-weight: normal;  
	margin-bottom: 14px; 
	color: #C0C0C0;  
}


li { 
	font-family: Georgia, Lucida, "Times New Roman", STKaiti, BiauKai, DFKai-SB, KaiTi, "楷体", serif; 
	font-size: 16px; 
	font-weight: bold; 
}

li a {
	font-size: 16px; 
	font-weight: normal; 
	color: #DDD;
	text-decoration: none;
}

li a:hover {
	color: #727272;
	text-decoration: none;
}

li a.active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: default;
}

a { 
	color: #66BFFF; 
	text-decoration: none; 
}


h1 sup { 
	font-size: 16px;
	font-weight: bold;
}


.btn {
	background-color: #FF675E;
	color: #fff;
	border-style: none;
}




#page_header {
	float: none;
	width: 980px;
	margin: 0px auto 0px auto;
}

#page_logo {
	position: static;
	width: 120px;
	height: auto;
	margin: 0px;
}

#head_logo {
	position: relative;
	float: left;
	width: 120px;
	height: 45px;
	margin: 53px 0px 0px -1px;
	background-image: url(http://audiosymbol.com/images/logo.png);
	background-repeat: no-repeat;
	background-size: 120px;
}

#head_logo_txt {
	position: absolute;
	float: right;
	top: -200px;
	left: -200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FF675E;
	margin: 0px 0px 0px 0px;
}


#head_nav {
	position: static;
	float: none;
	overflow: hidden;
	display: block;
	width: 860px;
	margin: 0px 0px 0px -5px;
	border-bottom: 1px solid #FF675E;
	background-color: transparent;
}

#head_nav ul {
	list-style-type: none;
	overflow: hidden;
	padding: 30px 0px 0px 0px;
}


#head_nav li {
	display: inline;
	float: left;
	margin-left: 37px;
	padding: 35px 20px 8px 20px;
	width: auto;
	font-weight: bold;
}

#head_nav li.active {
	background-color: rgba(90, 90, 90, 0.5); 
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}



#top_nav {
	position: relative; 
	overflow: hidden;
	display: block;
	width: 940px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #FF9F99;
}


#top_nav img {
	float: left;
	margin-left: 5px;
}


#top_nav h1 {
	float: left;
	margin-left: 10px;
	font-size: 30px;
	line-height: 45px; 
	color: #DDD;
}


#top_nav ul {
	list-style-type: none;
	overflow: hidden;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
	
#top_nav li {
	display: inline;
	float: left;
	font-size: 16px;
	padding-left: 35px;
}

#top_nav li.active {
}

#top_nav a {
	color:#DDD; 
	text-decoration: none;
}

#top_nav a:hover {
	color: #727272;
	text-decoration: none;
}

#top_nav a.active {
	color: #66BFFF;
/*	
	text-shadow:#fff 0 1px 0;
*/	
	text-decoration: none;
	cursor: default;
}


#top_nav_nop {
	position: relative; 
	overflow: hidden;
	display: block;
	width: 980px;
	margin: 0px auto 0px auto;
	padding-top: 110px;
}



#page_body {
	width: 980px;
	margin: 0px auto 50px auto;
	padding: 40px 0px 60px 0px;
}


#page_body h1 { 
	text-align: center;
}



#page_footer {
	width: 980px;
	margin: 0px auto 10px auto;
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: rgba(60, 60, 60, 0.4); 
}


#foot_nav {
	position: relative; 
	overflow: hidden;
	display: block; 
	margin-bottom: 30px;
}

#foot_nav ul {
	list-style-type: none;
	overflow: hidden;
	padding: 10px 0px 0px 60px;
}
	
#foot_nav li {
	display: inline;
	float: left;
	width: auto;
	padding: 0px 40px 20px 0px;
}

#foot_nav a {
	color: #A9A9A9;
	text-decoration: none;
}



.body_padding {
	padding-top: 30px;
}


.body_padding_m {
	padding-top: 60px;
}


.body_padding_large {
	padding-top: 120px;
}


.body_line_dash {
	margin: 10px 20px 10px 20px;
	border-bottom: 1px dashed #636363;
}


.body_line {
	margin: 10px 20px 10px 20px;
	border-bottom: 1px dotted #636363;
}


.body_line_far {
	margin: 40px 14px 40px 14px;
	border-bottom: 1px dotted #636363;
}


.copyright_line {
	margin: 10px 14px 5px 14px;
	border-bottom: 1px solid #bebebe;
}

.end_line {
	width: 980px;
	margin: 40px auto 100px auto;
	
	border-bottom: 1px solid #1E90FF;

}

#copyright {
	margin-top: 0px;
	margin-right: 15px;
}

#copyright p {
	float: right;
	font-size: 12px;
}

}	







