a:link,
a:visited,
a:active {
	color: #a3363f;
	text-decoration: underline;
}
a:hover {
	color: #3683a3;
	text-decoration: none;
}


body {
	margin: 0px;
	padding: 0px;
	background: url(../img/header_bg.jpg) top center #fff no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	min-width: 980px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
:focus { 
	outline: none; 
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/****** HEADER ******/


.header {
	height: 294px;
	width: 972px;
	margin: 0px auto;
	padding: 0px;
}
.home_link {
	width: 300px;
	height: 150px;
	cursor: pointer;
	float: left;
}
.left_block {
	background: url(../img/left_block_bg.jpg) left top no-repeat;
	float: left;
	padding: 0px 0px 0px 50px;
	margin: 22px 0px 0px 30px;
	clear: left;
}
.header_links {
	word-spacing: 4px;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	color: #8d8d8d;
}
.header_links span {
	color: #d04300;
}
.header_links a:link,
.header_links a:visited,
.header_links a:active {
	color: #8d8d8d;
	text-decoration: underline;
}
.header_links a:hover {
	color: #d04300;
	text-decoration: none;
}
.header_desc {
	color: #8d8d8d;
	font-size: 9pt;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 250px;
}
.right_block {
	float: right;
	padding: 0px 0px 0px 50px;
	margin: 30px 0px 0px 10px;
}
.right_block table td {
	color: #000;
	font-size: 14pt;
	border-bottom: 1px solid #d4d5d8;
	padding: 5px 10px;
	vertical-align: bottom;
}
.right_block table td span {
	color: #d04401;
	font-size: 22pt;
	margin-left: 10px;
}
.right_block table td span small {
	font-size: 14pt;
}
.banners {
	margin: 40px auto 0px auto;
	width: 972px;
	text-align: center;
}
/****** GRAPH ******/

.graph {
	background: url(../img/graph_bg.jpg) center 155px no-repeat;
	width: 972px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.graph td {
	text-align: center;
	vertical-align: bottom;
	padding: 20px 0px;
}
.future_div {
	background-color: #fff;
	width: 960px;
	margin: 35px auto 0px auto;
}
.future {
	width: 100%;
}
.future tr th {
	padding: 5px 15px;
	font-size: 10pt;
	color: #3a3a3a;
	background-color: #fdebd9;
	border-bottom: 2px solid #fff;
}
.future tr td {
	background-color: #fff;
	padding: 5px 15px;
	font-size: 11pt;
	color: #3a3a3a;
	text-align: center;
	border-right: 2px solid #fdebd9;
	border-bottom: 1px solid #fdebd9;
}
.future tr:hover td {
	background-color: #f3fff3;
}
.future .tr_bg td {
	background-color: #DFF8D5;
}
/****** FOOTER ******/

.footer {
	background: url(../img/footer_bg.jpg) center bottom no-repeat;
	position: relative;
	width: 100%;
	height: 119px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer img {
	margin-top: 40px;
}

.city_date {
display:none;
}

@media only screen and (max-width:1024px) and (min-width:1024px) and (max-height:768px) and (min-height:768px){

	body {
		background: url(../img/header_bg.jpg) #fff no-repeat;
		background-position:-550px 90px;
		background-size:150%;
		zoom: 1.9;
	    -moz-transform: scale(1.9);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(1.9);
	    -o-transform-origin: 0 0;
	    -webkit-transform: scale(1.9);
	    -webkit-transform-origin: 0 0;
	}
	
	.right_block {
		position:absolute;
		top:20px;
		left:150px;
	}
	
	.banners {
		margin: 0px 0px 0px 20px;
		width:0px;
	}
	
	.graph, .future_div, .footer, .left_block {
		display:none;
	}
	
	.city_date {
		display:inline;
		text-align:left;
		font-weight:bold;
		font-size:30px;
		
		position:absolute;
		top:0px;
		left:0px;
		width:500px;
		
		color:#fff;
		background:#f74;
		padding:5px 25px 5px 25px;
	}
	
	.city_date > b {
		float:right;
	}
	
	td > img {
		width:50%;
		height:50%;
	}
}