﻿
.header{
	width:100%;
	height:30%;
	background:#3b2e25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	color:#cd8b31;
	padding:10px 0 10px 0;
	border-bottom:1px solid orange;
}


.greenishCover {
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;	
}
/* HEIGHT 100%*/
.height.greenishCover div {
	position:relative;
	height:100%;
	width:10100%;
	left:-5000%;
	text-align:center;
	
}	
.height.greenishCover img {
	display:inline;
	height:100%;
	margin-top:0 !important;
}
.height.left.greenishCover div {
	position:absolute;
	left:0px;
	text-align:left;
}
.height.right.greenishCover div {
	position:absolute;
	right:0px;
	left:auto;
	text-align:right;
}
/* WIDTH 100%*/
.width.greenishCover div {
	position:relative;
	width:100%;
	top:50%;
}	
.width.greenishCover img {
	display:block;
	width:100%;
}
.width.top.greenishCover div {
	position:absolute;
	top:0px;
}
.width.top.greenishCover img {
	margin-top:0px !important;
}
.width.bottom.greenishCover div {
	position:absolute;
	bottom:0px;
}
.width.bottom.greenishCover img {
	margin-top:0px !important;
	position:absolute;
	bottom:0px;
}
.main_img{
		width:970px;
		margin:0 auto;
}
body{
	background:#E4E3DF;
}
.main{
	width:100%;
	
	margin-right:2%;
}
.logo{
	margin:0px 0 0 0;
}
.main_map{
	/* margin:20px 0 0 200px; */
	float:left
}
.footer{
	width:100%;
	height:40px;
	background:#3b2e25;
	
	bottom:0px;
}
 .copyright {
	width:1000px;
	height:30px;
	margin:0 auto;
	padding:0px;
}

.copyright_01 {
	width:1000px;
	margin:5px 0 0 0;
	padding:0px;
	float:left;
}

.copy {
	width:226px;
	color:orange;
	margin:0 auto;
	padding:0px;
	font-size:13px;
	line-height:30px;
}
.buses{
	width:980px;
	margin:0 auto;
}
/* ---------------------------------------------- menu css start -------------------------------------*/
.navigation_main{
		margin:0 auto;
		width:1000px;
}
.navigation{
	width:980px;
	height:32px;
	margin:11px 0 0px 0px;
	float:left;
	background:url(../images/menu_bg.html) repeat;
	
	
}
ul.navi {
	width:680px;	
	margin:0 0 0 0px;
	padding: 0px 0 0 0px;
	float:left;
} 
ul.navi li {
	width:100%;
	list-style: none;
	display: inline;
	margin: 0px;	
}

ul.navi li a {
	float:left;
	width:auto;
	display:block;
	height:32px;
	font-size:15px;
	line-height:32px;
	background:url(../images/main_menu_block.html) no-repeat;
	background-position:0px 5px;
	padding:0px 20px 0px 20px;
	margin:0px 1px 0 1px;
	color:#c1c1c1;
	text-decoration:none;
	text-transform:uppercase;
} 
ul.navi li .on {
	text-decoration:none;
	color:orange;
}
ul.navi li a:hover {
	color:orange;
}


/* ---------------------------------------------- menu css end -------------------------------------*/