body{
    text-align: center;
    min-width: 960px;
    font-family: Arial, PMingLiU, DFKai-sb, Helvetica, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

body ul{
    list-style-type: none;
}

#wrapper{
    width:960px;  
    margin:0 auto;
    text-align: left;
}

a {text-decoration: none; color: black;}
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: black;}

#companylogo img{
    height: 70px;
    margin: 1em 0 2em 0;
    padding: 0;
}

#banner{
    width: 960px;
    height: 540px;
    margin: 0px;   
    background: url(../images/banners_shadow.png) 0 bottom no-repeat;
}

#banner img{
        width: 960px;
}

#content{
    margin: 0 0 2em 0;
    padding: 0;
}

#content a:hover {color: red;}

#left-container{
    float: left;
    width: 860px;
    margin-left: 100px;
}

#products{
	padding:50px 0 100px 0;
}
/*
#products .group .title{
	background-color:#D5E2ED;
	padding:5px 0 5px 20px;
	margin-bottom:20px;
}

#products .group .title h2{
	margin:0;
	padding:0;
	font-size:15px;
	color:#00439C;
}
*/
#products .group .item_list .col_img{
	width:130px;
	padding-bottom:20px;
}
#products .group .item_list .col_img img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 	
	cursor:pointer;
}
#products .group .item_list .col_text{
	width:300px;
	padding:0 0 20px 10px;
	font-size:13px;
	color:#00439C;
}
#products .group .item_list .col_text span:hover{
	color:#66a8e2;
	cursor:pointer;
}
#products .detail_table{
	margin-top:20px;
}
#products .detail_table th{
	background-color:#BEDCFF;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	padding:2px;
}
#products .detail_table td{
	font-size:11px;
	padding:2px;
	border-left:1px solid #BEDCFF;
	border-bottom:1px solid #BEDCFF;
}


#feature{
    float:left;
    clear: both;
    height: 250px;
    width: 960px;
    margin: 2em 0 0 0;
}

#feature ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#feature ul li{
    float: left;
}

#feature img{
    width: 960px;
    margin: 0;
    padding: 0;
}

#footer{
    float:left;
    width:900px;
    margin-left: 30px; 
    text-align: center;
}

#footer-container ul li{
    float: left;
}

#footer-container ul li.logo img{
    height: 50px;
}

#footer-container ul li.copyright{
    background-color: #429DD9;
    margin: 7px 0;
    padding: 0;
    height: 37px;
}

#footer-container ul li.copyright p{
    margin: 8px 0;
    padding: 0 15px 0 15px;
    color: white;
}