﻿HTML
{
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    font-family:  tahoma,宋体, geneva, verdana, arial, sans-serif;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #143A5D;
    color: #CDDFEF;
}
P
{
    margin: 0px;
    padding: 0px;
}
A
{
    text-decoration: none;
    color: #AEBBC7;
}

A:hover
{
    text-decoration: none;
    color: #FFCC00;
}

UL LI
{
    list-style-type: none;
}

OL LI
{
    list-style-type: none;
}

IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    vertical-align: middle;
}
.right
{
    text-align: right;
    padding-right: 10px;
}
#container
{
    width: 812px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-image: url(images/main_bg.jpg);
    background-repeat: repeat-y;

}
#summany
{
    width: 180px;
    text-align: left;    
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    line-height:20px;
    text-indent:10px;
    font-weight:bold;
}
#head
{
    width: 812px;
    height: 210px;
}
.clear
{
    clear: both;
}
#foot
{
    width: 812px;
    height: 102px;
    background-image: url(images/foot.jpg);
    font-size: 11px;
    clear: both;
}
#nav A
{
    color: #7BD0E4;
    text-decoration: none;
    font-weight: bold;
}
#nav A:hover
{
    text-decoration: none;
    color: #FFCC00;
}
#link
{
    text-align: right;
    padding-right: 40px;
    color: #7BD0E4;
    font-weight: bold;
    padding-top: 5px;
    float:right;
}
#valid
{
    width: 200px;
    float: left;
    text-align: left;
    padding-top: 20px;
    text-indent: 43px;
}
#copy
{
    width: 600px;
    float: right;
    text-align: left;
    padding-top: 20px;
    text-indent: 30px;
}
.bold
{
    font-weight:bold;
    line-height:18px;
}
#case
{
    width: 752px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    clear: both;
}
#case UL
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 5px;
}
#case LI
{
    margin: 0px;
    padding: 0px;
    width: 188px;
    height: 165px;
    text-align: center;
    float: left;
    background-image: url(images/case_bg.gif);
    background-repeat: no-repeat;
     padding-top: 22px;
}
.case_name
{
    width: 188px;
    padding-top:15px;    
    text-align: center;
    float: left;
}
.audio DL
{
    margin: 0px;
    padding: 0px;    
}
.audio DD
{
    margin: 0px;
    padding: 4px 0px 0px 4px;    
    float: left;
    background:url(images/audio_bg.gif);
    background-repeat:no-repeat;
    width:150px;
    height:120px;
    text-align:left;
}
.audio_name
{
    padding-top: 10px;
    width: 130px;    
    text-align:center;            
}
.light DL
{
    margin: 0px;
    padding: 0px;
}
.light DD
{
    margin: 0px;
    padding: 4px 0px 0px 0px;    
    float: left;
    background:url(images/light_bg.gif);
    background-repeat:no-repeat;
    width:150px;
    height:150px;
    text-align:center;
}
.light_name
{
    padding-top: 10px;
    width: 150px;    
    text-align:center;  
}
.light img
{
    border:solid 1px #ccc
}
#brand
{
    width: 812px;
    clear: both;
    height: 61px;
    background-image: url(images/brand.gif);
}
DIV.form {
    padding: 5px 0px 5px 0px;
    color: #fff;
    min-height: 25px;
}
#contactIntro {
    margin-bottom: 10px;
    line-height: 18px;
    color: #fff;
}
#send {
    margin-top: 20px;
}
#send span {
    left: 20px;
    position: relative;
    height: 40px;
    bottom: 12px;
}
.error {
    background: url(images/errorIcon.gif) no-repeat left center;
    color: red;
    padding-left: 18px;
    left: 6px;
    display: inline-block;
    height: 20px;
    line-height: 22px;
    position: relative;
    bottom: 2px;
}
* html .error {
    background: url(images/errorIcon.gif) no-repeat left center;
    color: red;
    padding-left: 18px;
    margin-left: 6px;
    display: inline-block;
    min-height: 20px;
    line-height: 22px;
    position: relative;
    bottom: 2px;
}
.success1 {
    background: url(images/successIcon.gif) no-repeat left center;
    color: green;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
}
input.field {
    width: 150px;
    background-image: url(images/input_bg.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid #BAC8D3;
    color: #333333;
    min-height: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
textarea.field {
    width: 220px;
    height: 90px;
    background: url(images/textarea_bg.jpg) repeat-x;
    border: 1px solid #BAC8D3;
    color: #333333;
    vertical-align: middle;
}