@charset "utf-8";
/* CSS Document */

img {
-ms-interpolation-mode: bicubic;
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
background: #fd8808;
color: #000;
position: relative;


    height:100%;
    width:100%;
    overflow:hidden;
}

img {
border: none;

}

input {
outline: none;	
}

a {
color: #fff;
text-decoration: none;
}

#bg {
background: #fd8808;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

#corner {
position: absolute;
bottom: 35px;
right: 0px;
z-index: 1;
}

#bar {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 36px;
background: #000 url(images/bar.gif) repeat-x;
overflow: hidden;
z-index: 2;
}

#map {
position: absolute;
left: 4%;
top: 13%;
width: 743px;
height: 453px;
background: url(images/map.gif) no-repeat;
z-index: 3;
}

#ad {
position: absolute;
top: 450px;
left: 20px;
}


#cd {
position: absolute;
bottom: -30px;
right: -30px;
z-index: 100;
}

#cd img {
position: relative;
z-index: 101;
}



#map_canvas {
position: absolute;
top: 24px;
left: 24px;
width: 695px;
height: 395px;
}

#text1 {
position: absolute;
top: 30px;
z-index: 5;
width: 100%;
}

#text2 {
position: absolute;
bottom: 70px;
z-index: 5;
width: 100%;
}

img#1, img#2 {
position: absolute;	
z-index: 2;
}

#newsletter {
width: 463px;
height: 36px;
overflow: hidden;
background: url(images/newsletter.gif) no-repeat;
float: left;
}

#left {
position: absolute;
left: 0px;
}

#right {
position: absolute;
right: 0px;
}

#form_email, #form_firstname {
position: absolute;
top: 8px;
width: 95px;
height: 17px;
padding: 3px 0px 0px 6px;
border: none;
background: none;
outline: none;
color: #808397;
font-size: 10px;
}

#form_email {
left: 87px;
}

#form_firstname {
left: 195px;
}

#form_country {
position: absolute;
top: 8px;
left: 328px;
border: 1px solid #1e2029;
background: none;
font-size: 10px;
color: #808397;
}

#submit {
position: absolute;
top: 8px;
left: 384px;
width: 62px;
height: 16px;
border: none;
font-size: 10px;
background: url(images/blank.gif);
cursor: pointer;
}