﻿/* CSS layout */
#background_container {
	position: relative;
	width: 900px;
	height: 1080px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url('../backgrounds/background_middle.png'); */
}

#background_left {
	position: absolute;
	left: -75px;
	top: 0px;
	width: 75px;
	height: 1080px;
/*	background-image: url('../backgrounds/background_left.png'); */
}

#background_right {
	position: absolute;
	left: 900px;
	top: 0px;
	width: 75px;
	height: 1080px;
/*	background-image: url('../backgrounds/background_right.png'); */
}

#border_container {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 900px;
	height: 1040px;
	background-image: url('../backgrounds/border.png');
}

#content_container {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 860px;
	height: 1000px;
	background-image: url('../backgrounds/content.png');
}

#content {
	position: absolute;
	left: 130px;
	top: 180px;
	width: 600px;
	height: 800px;
	overflow: auto;
}

#logos {
	position: absolute;
	left: 90px;
	top: 20px;
	width: 680px;
	height: 100px;
}

#home_button {
	position: absolute;
	left: 5px;
	top: 104px;
	width: 116px;
	height: 46px;
	text-align: center;
}

#style_buttons {
	position: absolute;
	right: 5px;
	top: 118px;
	width: 116px;
	height: 10px;
}

#top_buttons {
	position: absolute;
	left: 130px;
	top: 118px;
	width: 600px;
	height: 59px;}

#left_buttons {
	position: absolute;
	left: 5px;
	top: 160px;
	width: 116px;
	height: 450px;
}

#right_buttons {
	position: absolute;
	right: 5px;
	top: 160px;
	width: 116px;
	height: 180px;
}

#adsense_main {
	position: absolute;
	left: 1000px;
	top: 190px;
	width: 160px;
	height: 600px;
	visibility: hidden;
}

#adsense_mini {
	position: absolute;
	right: 5px;
	top: 350px;
	width: 120px;
	height: 240px;
	visibility: hidden;
}

.sms_from_balloon {
	position: relative;
	left: 2px;
	width: 522px;
	height: 74px;
	background-image: url('../backgrounds/sms_from.png');
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-family: Verdana;
	font-size: small;
	color: #404040;
}

.sms_to_balloon {
	position: relative;
	left: 18px;
	width: 522px;
	height: 74px;
	background-image: url('../backgrounds/sms_to.png');
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-family: Verdana;
	font-size: small;
	color: #404040;
}

.phone_from_balloon {
	position: relative;
	left: 2px;
	width: 522px;
	height: 74px;
	background-image: url('../backgrounds/phone_from.png');
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-family: Verdana;
	font-size: small;
	color: #404040;
}

.phone_to_balloon {
	position: relative;
	left: 18px;
	width: 522px;
	height: 74px;
	background-image: url('../backgrounds/phone_to.png');
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-family: Verdana;
	font-size: small;
	color: #404040;
}

.balloonlink {
	color: #404040;
    text-decoration: none;
}

.balloonlink a:link {
	color: #404040;
    text-decoration: none;
    border-bottom: #404040;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.balloonlink a:visited {
	color: #404040;
    text-decoration: none;
    border-bottom: #404040;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.balloonlink a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

.balloonlink a:active{
	color: #000000;
    text-decoration: none;
    border-bottom: #000000;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

#route_text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 290px;
	height: 800px;
	overflow: auto;
}

#route_border {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 312px;
	height: 754px;
	background-image: url('../backgrounds/route_border.png');
}

#route_map {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 280px;
	height: 720px;
}

#route_search {
	position: absolute;
	right: 15px;
	top: 750px;
	width: 282px;
	height: 20px;
	visibility: hidden;
}

.button {
	border-width: 0px;
}

.map {
	position: absolute;
	left: 110px;
	top: 0px;
}
