/*
-----------------------------------------------
Purmo Main Style Sheet
----------------------------------------------- */
body, td, th {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F0E8CC;
	background-image: url(../_d/global/bg-body.gif);
	background-repeat: repeat-x;
}

/* =LAYOUT
--------------------- */
#wrapper {
	position: relative;
	width: 910px;
	background-color: #FFFFFF;
	background-image: url(../_d/global/bg-wrapper.gif);
	background-position: right;
	background-repeat: repeat-y;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
a {
	color: #870000;
	text-decoration: none;
}
a:hover {
	color: #EB6600;
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
}
.clear {
	clear: both;
}
.input {
	border: 1px solid #A50028;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
.select {
	border: 1px solid #A50028;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
.submit {
	border: 1px solid #EB6600;
	background-color: #A50028;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#header {
	position: relative;
	width: 100%;
	height: 118px;
	background-image: url(../_d/global/bg-header.gif);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	width: 100%;
	height: 331px;
}
#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 715px;
	height: 316px;
	background-image: url(../_d/global/bg-map.jpg);
	background-repeat: no-repeat;
}
#country-select {
	position: absolute;
	top: 0;
	right: 0;
	width: 195px;
	height: 316px;
	background-image: url(../_d/global/bg-country-select.gif);
	background-repeat: no-repeat;
}
#country-select .input {
	position: absolute;
	top: 277px;
	left: 7px;
	width: 177px;
	border: 1px solid #EB6600;
	background-color: #FFFFFF;
}

#footer {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: url(../_d/global/bg-footer.gif);
	background-repeat: no-repeat;
}
#copy {
	position: absolute;
	top: 73px;
	right: 20px;
	color: #870000;
}
#audio {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	height: 30px;
}
#f-nav {
	position: absolute;
	top: 130px;
	right: 40px;
	padding-top: 3px;
	border-top: 1px solid #d37d80;
	color: #870000;
	line-height: 200%;
}
/* 404 error page  */
#map-404 {
	position: absolute;
	top: 0;
	left: 0;
	width: 715px;
	height: 316px;
	background-image: url(../_d/global/bg-map-404.jpg);
	background-repeat: no-repeat;
}
#map-404-txt {
	position: absolute;
	top: 30px;
	left: 315px;
	width: 400px;
	height: 286px;
}
/* 404 error page  */