/* THE BODY AND THE WRAPPER */
body {
font-size: 12px;
background: #000000;
margin: 0;
padding:0;
}

#wrapper {
width: 600px;
margin: 0 auto;
}

/* TOP BAR AND THE HEADER */

#top {
/*background: #2F2000 url(images/topbar.png) top center no-repeat; */
width: 600px;
height: 50px;
}

#header {
/*background: url(images/header.png) top center no-repeat; */
width: 550px;	
height: 100px;
padding: 50px 0px 0px 250px;
color: white;
font-size: 24px;
}

#text_logo {
	position:relative;
	left:-200px;
	top:-30px;
	width:322px;
}

#logo {
	position:absolute;
	left:600px;
	top:100px;
	width:247px;
}

/* THE INSIDE WRAPPER, THE MENU, AND THE CONTENT */

#contentwrapper {
background: url(images/bgmiddle.png) top center repeat-y; 
width: 580px;
margin: 0 auto;
text-align: center;
padding: 5px 5px 5px 5px;
}

#menu {
width: 200px;
height: 20px;
margin: 0px;
float: left;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
font-weight: bold;
}	
	
#menu li a:link, #menu li a:visited {
color: lime;
display: block;
background:  url(images/off.png);
padding: 8px 0 0 10px;
height: 27px;
}
	
#menu li a:hover {
color: #0A2441;
background:  url(images/on.png);
padding: 8px 0 0 10px;
height: 27px;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
}

#content {
width: 550px;
height: 100%;
text-align: left;
/*margin: 3px 10px 10px 210px;*/
margin: 3px 10px 10px 10px;
color: white;
}

.separator {
	width:550px;
	height:35px;
	background-image:url(images/separator.png);
	background-repeat:no-repeat;
	font-size:large;
	text-align:center;
	color: lime;
	padding-top:5px;
	margin:10px 0px 10px 0px;
}

#product_finder {
	width:550px;
	height:350px;
	text-align:center;
}

#map {
	float:left;
	width:300px;
	cursor:pointer;
}

#controls {
	float:right;
	width:200px;
	cursor:pointer;
}

.slidebox {
	width: 200px;
	text-align:center;
}

.head {
	width: 190px;
	color: lime;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
}

.head:hover {
	color: #0A2441;
	background:  url(images/on.png);
	padding: 8px 0 0 10px;
	height: 27px;
}

.list {
	display:none;
	overflow:auto;
	position:absolute;
	width:190px;
	max-height:300px;
	background-color:#000000;
	border-style:solid;
	border-color:#00CC00;
}

.result {
	width:200px;
	/*height:25px;*/
	font-size:large;
}

.button-find {
	width:200px;
	text-align:center;
	font-size:larger;
}

.button-find a {
	height: 35px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
}	
	
.button-find a:link, .button-find a:visited {
	color: lime;
	display: block;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
}
	
.button-find a:hover {
	color: #0A2441;
	background:  url(images/on.png);
	padding: 8px 0 0 10px;
	height: 27px;
}	

#sponsor_l {
	float:left;
}

#sponsor_r {
	float:right;
}

img {
border: none;
} 

p {
background: url(images/paragraph.png) top left repeat-y;
padding-left: 20px;
}

/* THE FOOTER */

#bottom {
/*background: #2F2000 url(images/bottom.png) bottom center no-repeat; */
width: 600px;
height: 0px;
padding: 15px 0px 0px 100px;
color: lime;
}

#bottom a:link, #bottom a:visited {
color: #FFF;
}
	
#bottom a:hover {
color: LIME;
}	
