@charset "utf-8";

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */

/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* general purpose classes */

.alignleft { float: left; }
.alignright { float: right; }

.clear {
	clear: both;
	overflow: hidden;
	width: 100%;
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
.page_wrap{
	width: 1000px;
	margin: 0 auto;
}
#container {
	min-height: 100%;
	position: relative;
	width: 1000px;
	padding: 0 0 114px 0;
	float: left;
	margin: 30px 0 0 0;
	background: #fff;
	overflow: hidden;
	clear: both;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #999 0px -2px 5px;
	-moz-box-shadow: #999 0px -2px 5px;
	box-shadow: #999 0px -2px 5px;
	behavior: url(../css/PIE.htc);
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4b4b4b;
	background: url(../images/body_bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	outline: none;
	text-decoration: none;
	color:#b41124;
}
a:hover {
	text-decoration: underline;
}
/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

#header {
	width: 100%;
}
#logo{
	width: 188px;
	height: 51px;
	float: left;
	margin: 42px 52px 0 42px;
}
.header_block1{
	background: url(../images/header_box1_bg.gif) no-repeat left top;
	width: 176px;
	height: 100px;
	float: left;
	position: relative;
	margin: 0 0 0 6px;
	padding: 0 0 0 34px;
}
.header_block1 p{
	color: #000;
	font-size: 13px;
	line-height: 16px;
	padding: 16px 0 0 0;
	clear: both;
}
.header_block1 .but{
	background: #d4dada;
	width: 95px;
	height: 27px;
	border: none;
	text-align: center;
	line-height: 27px;
	color: #000000;
	padding: 0 0 5px 0;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
	behavior: url(../css/PIE.htc);
}
.header_block1 .imgbut{
	border: none;
	text-align: center;
	line-height: 27px;
	padding: 0 0 5px 0;
	cursor: pointer;
	margin: 10px 0 0 0;
}
.header_block2 .but{
	width: 141px;
	margin: 8px 0 0 7px;
}
.header_block2 .imgbut{
	width: 141px;
	margin: 8px 0 0 7px;
}
.header_block1 .bitmap_icon1{
	width: 78px;
	height: 80px;
	position: absolute;
	right: -9px;
	top: 30px;
	z-index: 99999;
}
.header_block2 p{
	background: url(../images/bit_map_icon2.png) no-repeat left center;
	padding: 3px 0 0 37px;
	margin: 14px 0 0 6px;
}
#metropo_logo{
	width: 192px;
	height: 72px;
	float: left;
	margin: 30px 0 0 54px;
}
/* End Header
--------------------------------------------------------------------------------------------------*/


/* =Main Content
--------------------------------------------------------------------------------------------------*/

#main {
	width: 100%;
	padding: 27px 0 0 0;
	clear: both;
}
.sidebar{
	width: 220px;
	float: left;
	margin: 30px 0 0 40px;
}
.sidebar h2{
	display: block;
	color: #068ff1;
	font-size: 19px;
	line-height: 22px;
	padding: 0 0 0 2px;
	letter-spacing: 0.5px;
}
.sidebar ul{
	width: 220px;
	margin: 33px 0 0 0;
	border-top: 1px solid #c0c0c0;
}
.sidebar ul li{
	width: 220px;
	float: left;
	border-bottom: 1px solid #c0c0c0;
}
.sidebar ul li a{
	background: url(../images/list_bullet.png) no-repeat 13px center;
	height: 49px;
	width: 192px;
	float: left;
	line-height: 50px;
	padding: 0 0 0 28px;
	color: #3a3a3a;
	font-size: 16px;
}
.sidebar ul li a:hover,.sidebar ul li a.active{
	background: #eeeeee url(../images/list_bullet.png) no-repeat 13px center;
	color: #1e8bf9;
	text-decoration: none;
}
.content{
	width: 670px;
	float: left;
	margin: 30px 0 0 30px;
}
.content h1{
	display: block;
	color: #068ef1;
	font-size: 25px;
	text-align: right;
	line-height: 20px;
	padding: 0 2px 28px 0;
	letter-spacing: 0.5px;
}
.content_block1{
	width: 670px;
	padding: 0 0 48px 0;
	clear: both;
	overflow: hidden;
}
.content_block1 ul{
	width: 670px;
}
.content_block1 ul li{
	float: left;
	width: 670px;
}
.list_items_block{
	width: 670px;
	float: left;
	padding: 28px 0 23px 0;
}
.list_block{
	padding: 0 17px 0 48px;
	float: left;
}
.content_block1 ul li .list_block .icon{
	width: 60px;
	height: 64px;
	float: left;
	margin: 0 28px 0 0;
}
.content_block1 ul li .list_block p{
	width: 176px;
	float: left;
	color: #202020;
	font-size: 13px;
	line-height: 15px;
}
.content_block2{
	width: 670px;
	padding: 0 0 9px 0;
}
.content_block2 p{
	width: 670px;
	color: #212121;
	padding: 0 0 22px 0;
	font-size: 13px;
}
.content_block2 p a{
	color: #1e8bf9;
}
.content_block2 p a:hover{
	text-decoration: underline;
}
.content_block2 ul{
	width: 625px;
	clear: both;
	overflow: hidden;
	padding: 0px 0 9px 20px;
}
.content_block2 ul li{
	width: 602px;
	float: left;
	margin: 0px 0 9px 0;
	padding: 0 0 0 23px;
	background: url(../images/list_bullet2.png) no-repeat left 5px;
	color: #212121;
}
.content_block2 ul li a{
	color: #212121;
	font-size: 13px;
}
.content_block2 ul li a:hover{
	text-decoration: underline;
	color: #1e8bf9;
}
.content_block2 h2{
	display: block;
	color: #202020;
	font-size: 17px;
	line-height: 22px;
	padding: 16px 0 5px 2px;
	clear: both;
	font-weight: bold;
	border-bottom: 3px solid #ededed;
}
.content_block2 h3{
	display: block;
	color: #202020;
	font-size: 15px;
	line-height: 22px;
	padding: 9px 0 21px 2px;
	clear: both;
	font-style: italic;
	font-weight: bold;
}
.content_block2 .tlt{
	padding: 20px 0 24px 2px;
}
.content_block3{
	width: 670px;
	padding: 0 0 30px 0;
	clear: both;
	overflow: hidden;
}
.content_block3 p{
	width: 670px;
	color: #212121;
	padding: 0 0 14px 0;
	font-size: 13px;
}
.content_block3 ul{
	width: 617px;
	padding: 0 0 0 53px;
}
.content_block3 ul li{
	float: left;
	margin: 0px 22px 18px 0;
}
.content_block3 ul li .gallery_img1{
	margin: 22px 0 0 0;
}
.content_block3 ul li .gallery_img1 a{
	width: 121px;
	float: left;
	height: 76px;
	border: 2px solid #c7ccd8;
}
.content_block3 ul li .gallery_img1 a:hover{
	border: 2px solid #1e8bf9;
}
.content_block3 ul li .gallery_img2 a{
	width: 73px;
	float: left;
	margin: 0 24px 0 24px;
	height: 121px;
	border: 2px solid #c7ccd8;
}
.content_block3 ul li .gallery_img2 a:hover{
	border: 2px solid #1e8bf9;
}
.content_block3 ul li .gallery_img3{
	margin: 0 0 0 0;
}
.content_block4{
	width: 670px;
}
.content_block4 h2{
	display: block;
	color: #202020;
	font-size: 17px;
	line-height: 22px;
	padding: 16px 0 5px 2px;
	clear: both;
	font-weight: bold;
	border-bottom: 3px solid #ededed;
}
.content_block4 p{
	width: 670px;
	color: #212121;
	padding: 0 0 14px 0;
	font-size: 13px;
}
.content_block4 a {
	color: #1e8bf9;
}
.content_block4 a:hover {
	text-decoration: underline;
}

.form_block{
	width: 637px;
	padding: 10px 0 0 15px;
}
.ta1{
	width: 637px;
	clear: both;
	padding: 8px 0 0 0;
}
.ta1 label{
	display: block;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 4px 3px;
}
.ta1 span{
	width: 625px;
	height: 23px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #c3c3c3;
	float: left;
}
.ta1 span .field1{
	width: 625px;
	height: 20px;
	outline: none;
	background: none;
	border: none;
	line-height: 20px;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.ta1 strong{
	width: 630px;
	height: 73px;
	padding: 5px 0 0 5px;
	background: #fff;
	border: 1px solid #c3c3c3;
	float: left;
}
.ta1 strong .field3{
	width: 630px;
	height: 73px;
	outline: none;
	background: none;
	border: none;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.ta2{
	width: 637px;
	padding: 12px 0 0 0;
	clear: both;
}
.ta3{
	padding-top: 15px;
}
.ta2_left{
	width: 309px;
	float: left;
}
.ta2_left label{
	display: block;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 4px 3px;
}
.ta2_left span{
	width: 297px;
	height: 23px;
	padding: 0 5px;
	float: left;
	background: #fff;
	border: 1px solid #c3c3c3;
}
.ta2_left span .field2{
	width: 297px;
	height: 20px;
	background: none;
	border: none;
	outline: none;
	line-height: 20px;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.ta2_left .select{
	width: 307px;
	height: 24px;
	float: left;
	padding: 0px;
	background: #fff;
	padding: 2px 0 0 2px;
	border: 1px solid #c3c3c3;
}
.ta2_right{
	float: right;
}
.fieds{
	width: 306px;
	float: left;
	padding: 0 0 0 3px;
}
.fieds strong{
	float: left;
	padding: 0 0 0 20px;
}
.fieds strong:first-child{
	padding-left: 0px;
}
.fieds strong .radio_1{
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 0px;
}
.fieds strong b{
	line-height: 14px;
	color: #333333;
	float: left;
	padding: 0 0 0 5px;
	font-size: 13px;
}
.select1{
	width: 630px;
	height: 23px;
	padding: 2px 0px 0 5px;
	background: #fff;
	border: 1px solid #c3c3c3;
	float: left;
	color: #000000;
	font-size: 13px;
}
.form_block .but1{
	width: 63px;
	height: 23px;
	background: url(../images/button_bg.gif) repeat-x left top;
	line-height: 23px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	padding: 0 0 1px 0;
	float: left;
	margin: 14px 0 0 0;
	border: 1px solid #a7b880;
}
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	position: relative;
	z-index: 9999999;
	padding: 0 0 24px 0;
	clear: both;
	float: left;
}
#footer p{
	width: 1000px;
	height: 50px;
	background: #eeeeee;
	float: left;
	text-align: center;
	color: #212121;
	font-size: 13px;
	font-style: italic;
	line-height: 50px;
	margin: -67px 0 0 0;
}
#footer span{
	float: left;
	color: #212121;
	font-size: 11px;
	margin: 20px 0 0 1px;
}
#footer a{
	width: 70px;
	height: 10px;
	float: right;
	margin: 18px 9px 0 0;
}
/* End Footer
--------------------------------------------------------------------------------------------------*/


/*Slider css here begin
-------------------------------------------------------------------------------------------*/

.sliderbutton {
	float:left;
	width:10px;
}
.sliderbutton img {
	cursor:pointer
}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:1000px;
	height:260px;
}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
}
#slider li {
	float:left;
	width:1000px;
	height:260px;
	position: relative;
}
.pagination {
	display:none;
}
.pagination li {
	float:left;
}
.pagination li:hover {
	color:#000
}
li.current {
	border:1px solid #ccc;
	background:#888
}
#prev {
	height:21px;
	right:36px;
	top:220px;
	position:absolute;
}
#next {
	height:21px;
	right:15px;
	top:220px;
	position:absolute;
}
.slider-button-bag span {
	width:200px;
	float:left;
	color:#f0ebe0;
	margin:19px 0 0 270px;
	font-size:18px;
	font-weight:normal;
}
.slide-show {
	width: 1000px;
	float:left;
	position:relative;
}
.slide-show .slider_bar1{
	width: 1000px;
	height: 10px;
	background: url(../images/banner_bar_bg.png);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
}
.slide-show .slider_bar2{
	width: 1000px;
	height: 10px;
	background: url(../images/banner_bar_bg.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}
.slider_content{
	width: 522px;
	height: 74px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0 0 0 22px;
	background: url(../images/banner_content_bg.png);
}
.slider_content p{
	width: 400px;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 0 0 0;
	line-height: 23px;
}
