@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background:#f4f3f4;
}

body, p, h1, h2, h3 {
	margin:0px;
	padding:0px;
}

h1, h2, h3 {
	font-weight:normal;
}

img {
	border:none;
}

a {
	color:#666;
}

#wrapper {
	min-width:320px; 
	position:relative;
}


/****************************************/
/*****************HEADER*****************/
/****************************************/


header {
	min-width:885px;
	height:72px;
	background:#17adc1;
	text-align:left;
}

header .inner {
	width:885px;
	margin:0px auto;
}


/****************************************/
/******************TOP*******************/
/****************************************/


section.top {
	position: relative;
	text-align: center;
	height: 538px;
	background:#8bcce9;
}

section.top .right {
	position:absolute;
	right:0px; left:50%;
	height:538px;
	background:#a2d6ed;
}


/****************************************/
/*****************BODY*******************/
/****************************************/


section.content {
	max-width:1340px;
	margin:0px auto;
}


.copy {
	padding: 30px 20px 30px 20px;
	text-align:center;
}

.copy h3 {
	font-weight:bold;
	padding:0px 0px 20px;
}

#map {
	position:relative;
	margin:0px auto;
	width:885px;
	height:538px;
}

#map .bg, #map .overlay {
	position:absolute;
	top:0px; left:0px;
	width:885px;
	height:538px;
}

#map .bg {
	background:url(../images/image_1.gif);
}

#map .bg .overlays{
	position:absolute;
	z-index:5;
}

#map .bg .popups{
	position:absolute;
	z-index:15;
}

#map .bg .map{
	position:absolute;
	z-index:10;
}

#map .overlay, #map .popup {
	display:none;
}

.popup  {
	width: 205px;
	position: absolute;
	display:none;
}

.popup .content  {
	width:100%;
	position:absolute;
	bottom:7px;
	background:#FFF;
	min-height:50px;
}

.popup .content .inner  {
	padding:10px 0px 10px 15px;
	text-align:left;
}

.popup .content .inner strong  {
	display:block;
	padding:0px 0px 10px;
}

.popup .content .inner .flag  {
	text-align:center;
	float:left;
	width:33px;
}

.popup .content .inner .flag img  {
	height:auto;
	width:35px;
}

.popup .content .inner .divider  {
	height:1px;
	background:#CCC;
	margin:10px -15px 10px;
	clear:both;
}

.popup .content .inner .order  {
	width:140px;
	float:left;
	padding:0px 0px 0px 10px;
	font-size:14px;
}

.popup .arrow {
	background:url(../images/arrow.png);
	height:7px;
	position:absolute;
	bottom:0px;
	width:100%;
}

.content {
	width:885px;
	margin:0px auto;
}


.copy {
	padding:25px 120px;
	border-bottom:1px solid #e5e5e5;
}


.links {
	text-align:center;
	padding:20px 100px 30px;
}

.links a, .popup a {
	text-decoration:none;
}

/*****************FOOTER*****************/

footer {
	background:#f4f3f4;
	font-size:10px;
}

footer .inner {
	width:885px;
	margin:0px auto;
	padding:20px 20px;
}
