@import url("styles.css");
.content {
	position: static;
}
/* head
.head {
	top: 79px;
} */
/* Path */
.path_background {
	background: url(../pics/path_blue_index.png) no-repeat left top;
}
/* Content */
*html .banners_index {
	display:block;
	float: right;
	clear: right;
}
.banners_index {
	display:block;
	float: right;
	clear: right;
}

a.banner_call_center {
	color: #E9EDF4 !important;
	border: 0;
}
*html a.banner_call_center:link {
	color: #E9EDF4 !important;
}
.banner_call_center {
	margin: 0 5px 8px 0 !important;
}
a.banner_call_center im g{
	border: 0;
}
.row1 {
	background: url(../pics/col_background_index_top.png) repeat-y left top !important;
}
.row1_content {
	background: url(../pics/index_row1_gradient_index.png) no-repeat left bottom;
	padding: 50px 0 40px 30px;
}
.row1 h4 {
	color: #666;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.4em 0;
	margin: 0;
}
.row2 {
	background: url(../pics/index_row2_background_top.png) repeat-y left top;
	z-index: 1;
}
.row2_content {
	background: url(../pics/index_bottom_gradient.png) no-repeat left bottom;
	padding: 5px 0 25px 30px;
	position: relative;
	height: 90px;
}
.row2 h4 {
	color: #666;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.4em 0;
	margin: 0;
}
.index_box1 {
	width: 250px;
	float: left;
}
.index_box2 {
	width: 240px;
	margin-left: 280px;
}
.index_box3  {
	width: 250px;
	float: left;
}
.index_box4 {
	width: 240px;
	margin-left: 280px;
}
.index_box1 ul,
.index_box1 ol {
	padding-left: 0;
	margin-left: 0;
}
.index_box1 li {
	list-style-position: inside;
}
.index_news {
}
.index_box4 form {
	margin: 10px 0 0 0;
}
.index_map {
	float: right;
	margin-left: 20px;
	border: 0;
}
.select_city {
	width: 80%;
	margin-bottom: 0.5em;
}
.index_box {
	width: 215px;
	float: right;
	margin-right: 20px;
}
.row2 .index_box {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* Index small photo */
.photo_small {
	width: 137px;
	float: left;
}
.photo_top {
	width: 137px;
}
html>body .photo_top {
	background: url(../pics/index_photo_top.png) no-repeat left top;
}
* html .photo_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/index_photo_top.png",sizingMethod="crop");
}
.photo_bottom {
	width: 137px;
}
html>body .photo_bottom {
	background: url(../pics/index_photo_bottom.png) no-repeat left top;
}
* html .photo_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/index_photo_bottom.png",sizingMethod="crop");
}
.map_index {
	width: 151px;
	display: block;
	margin: 0 auto;
}
.login_cont {
	margin: 0;
	width: 475px;
	float: left;
}
.login_box {
	width: 475px;
	margin: 0 15px 0 0;
	position: absolute;
	left: 30px;
	top: 10px;
	background: url(../pics/login.jpg) no-repeat left top;
}
.login_box_gradient {
	background-image: none;
}
.login_form {
	width: 520px;
	height: 82px;
}

.login_form input {
	margin-right: 5px;
}
.login_box_content {
	margin: 6px 0 0 50px;
}
.login_box_row{
	float: left;
	clear: none;
}
.login_box_row div  {
	display: block;
	float: left;
	width: auto;
	margin-right: 5px;
	line-height: 24px;
}
.login_form h3 {
	text-align:left;
	text-indent: 10px;
}
/* Bug fixes */

@media print {
	.index_box1,
	.index_box2,
	.index_box3,
	.index_box4 {
		width: auto;
		height: auto;
		float: none;
		margin: 0;
	}
	.index_map {
		display: none;
	}
	.photo_small {
		float: none;
	}
	.footer {
		margin: 0 5% 0 10%;
	}
}

