/*css*/
* {
margin:0;
padding:0;
}
body,input {
font-size:72.1%;
color: #000;
font-family: Arial,Helvetica,sans-serif;
line-height:1.8em;
}
body {
background: #bae4f2 url('../images/bg.png') 0px -30px repeat-x;
}
p {
margin: 0.7em 0;
}
#header {
width: 870px;
height: 125px;
margin: 0 auto;
background: url('../images/header.png') no-repeat;
}
#logo {
float: left;
padding: 28px 0 0 26px;
}
#contact {
float: right;
padding: 10px 17px 0 0;
}
#wrap {
width: 862px;
background: #fff;
margin: 0 auto;
padding: 4px;
}
#top-left {
width: 466px;
height: 55px;
background: url('../images/grey.png') repeat-x;
float: left;
margin: 0 4px 0 0;
}
#page-title {
width: 120px;
height: 30px;
padding: 13px 20px;
}
#top-right {
width: 392px;
height: 55px;
background: url('../images/blue.png') no-repeat;
float: left;
margin: 0 0 4px 0;
}

#main-body {
width: 862px;
clear: both;
background: url('../images/page-bg.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-radio {
width: 862px;
clear: both;
background: url('../images/radio.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-tv {
width: 862px;
clear: both;
background: url('../images/tv.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-corporate {
width: 862px;
clear: both;
background: url('../images/corporate.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-audio {
width: 862px;
clear: both;
background: url('../images/audio.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-demo {
width: 862px;
clear: both;
background: url('../images/demo.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-who{
width: 862px;
clear: both;
background: url('../images/who.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-multi{
width: 862px;
clear: both;
background: url('../images/multi.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#main-body-teach{
width: 862px;
clear: both;
background: url('../images/teach.jpg') no-repeat;
overflow: hidden;
padding: 20px;
}
#left-content-bg {
float: left;
width:406px;
padding: 5px 20px;
background: url('../images/trans-bg.png');
}
#left-content {
float: left;
width:406px;
}
#right-content {
float: left;
width:365px;
padding: 60px 0 0 0;
}
#menu {
float: right;
width: 173px;
padding: 0;
}
#footer {
width: 870px;
height: 60px;
padding: 0;
background: #bae4f2;
margin: 0 auto;
}
#footer-left {
float:left;
width: 48%
}
#footer-right {
float:right;
width: 48%;
text-align: right;
padding-top: 3px;
}
h1 {
font-size: 1.3em;
font-weight: bold;
color: #666666;
line-height: 1.9em;
}
h2 {
font-size: 1.2em;
font-weight: bold;
line-height: 1.9em;
color: #034205;
}
h3 {
font-size: 1.0em;
font-weight: normal;
line-height: 1.9em;
color: #fff;
}
h4 {
font-size: 0.9em;
font-weight: normal;
color: #ffbf00;
}
.indent {
padding: 1em;
background: #e0e5ea;
}
.readmore a{
font-size: 1.0em;
font-weight: bold;
line-height: 1.0em;
color: #034205;
float: right;
}
.back a {
font-size: 1.0em;
font-weight: bold;
line-height: 1.0em;
color: #034205;
float: right;
margin: 0.7em 0;
}
a img {
border: none;
text-decoration: none;
}
.clear {
clear: both;
}
:focus {
	outline: 0;
}
a{
text-decoration:none;
color: #000;
font-weight: bold;
}
a:hover{
text-decoration:underline;
cursor: pointer;
}
ul {
margin: 0 0 0 15px;
}
li {
padding: 0 0 5px 0;
}
/* Form */
#form {
	margin: 0 30px 0 30px;
	}
#inputbox {
	font-size: 1em;
	color: #666666;
	height: 15px;
	line-height: 15px;
	width: 165px;
	border: none;
	background: #fff;
	font-weight: normal;
	margin: 0 0 7px 0;
	}
#textarea {
	width: 165px;
	height: 200px;
	font-size:1em;
	color: #666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.8em;
	border: 1px solid #fff;
	overflow: auto;
	}
#button {
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	background: #ff7f00;
	height: 20px;
	border: none;
	margin: 10px 0 20px 0;
	cursor: pointer;
	}
.menu1, .menu2,.menu5 {
padding: 8px 0 0 10px;
margin: 0 0 10px 0;
display:block;
text-decoration: none;
color: #fff;
font-size: 1.5em;
font-weight: bold;
height: 31px;
}
.menu3, .teach {
padding: 8px 0 0 10px;
margin: 0 0 5px 0;
display:block;
text-decoration: none;
color: #fff;
font-size: 1.5em;
font-weight: bold;
height: 31px;
}
.menu4 {
padding: 8px 0 0 10px;
margin: 10px 0 10px 0;
display:block;
text-decoration: none;
color: #fff;
font-size: 1.5em;
font-weight: bold;
height: 31px;
}	
.menu1{
background: url('../images/menu-cyan.png') repeat-x;
}
.menu2{
background: url('../images/menu-green.png') repeat-x;
}
.menu3{
background: url('../images/menu-mag.png') repeat-x;
}
.menu4, .teach{
background: url('../images/menu-red.png') repeat-x;
}
.menu5{
background: url('../images/menu-blue.png') repeat-x;
}
.menu1:hover {
text-decoration: none;
background: url('../images/menu-cyan.png') 0 100% repeat-x;
}
.menu2:hover {
text-decoration: none;
background: url('../images/menu-green.png') 0 100% repeat-x;
}
.menu3:hover {
text-decoration: none;
background: url('../images/menu-mag.png') 0 100% repeat-x;
}
.menu4:hover, .teach:hover {
text-decoration: none;
background: url('../images/menu-red.png') 0 100% repeat-x;
}
.menu5:hover {
text-decoration: none;
background: url('../images/menu-blue.png') 0 100% repeat-x;
}
.submenu{
background: #6e6e6e;
display: block;
height: 32px;
margin-top: 2px;
padding-top: 8px;
padding-left: 10px;
color: #fff;
}
.submenu:hover{
background: #000;
text-decoration: none;
}
.hide{
display: none;
}
.show{
display: block;
}
#contact1{
width: 130px;
float: left;
padding: 0 0 0 20px;
}
#contact2{
width: 150px;
float: left;
}