.col1, .col2, .col3, .cols {float:left}
.col1 {padding-left:50px;width:279px}
.col2 {padding-left:50px;width:553px}
.col11 {padding-left:50px;width:880px}
.col_1 {width:161px;padding-left:50px;float:left}
.col_3 {width:420px;padding-left:50px;float:left}
.col_2 {width:131px;padding-left:50px;float:left}
.cols {width:256px}
/* index.html */
#page1 header {height:544px;background:url(../images/header_bg.png) center 131px no-repeat}
/* index-1.html */
#page2 .col2 figure {float:left;width:53px}
#page2 .col2 .left {width:195px}
/* index-2.html */
#page4 h2.pad_top1 {padding-top:0;margin-top:-10px}
#page4 #content {padding-bottom:29px}
/* index-3.html */
/* index-4.html */
/* index-5.html */
/* index-6.html */
/*BLUE*/
#bottomMenu{width:100%; float:left; clear:both;}
#bottomMenu ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
	width:100%;
}

#bottomMenu ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

#bottomMenu ul li a {
	text-decoration: none;
	float:left;
	color: #999 !important;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

#bottomMenu ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

ul.blue li a.current, ul.blue li a:hover {
	background: url(../images/blue.png) no-repeat top right;
 	color: #0d5f83 !important;
}

ul.blue li a.current span, ul.blue li a:hover span {
	background: url(../images/blue.png) no-repeat top left;
}
