body {
    font-family: Arial;
    font-size: 12px;
    color: #5d5d5d;
    background: #FFF url(img/bg.jpg);
    margin: 0;
}

a img { border: 0; }

h1 { margin: 0; position: absolute; left: -150px;}


#container{
    width: 100%;
    height: 600px;    
    background: transparent url(img/bg_container.jpg) repeat-x top;
    position: absolute;
    top: 50%;
    margin-top: -300px;
}

#navigation{
    color: #40542F;
}

#container table {
    border-collapse: collapse;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
    text-decoration: none;
    color: #3f3f3f;
}

table.lang a:link, table.lang a:visited, table.lang a:hover {
    text-decoration: none;
    color: #888;
}

table.lang td {
	margin-bottom: 10px; 
}

#navigation td{
    padding: 0 20px 0px 20px;
    border-left: 1px solid #FFF;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: regular;
}

#navigation td.selected{
    background: url(img/bg_selected.jpg) repeat-x top;
}                

#scrolled_panel p {
	margin-top: 0; 	
}                

/* Purchase Map */
               
#map_overlay ul {
	list-style-type: none;
}

/* Purchase Form */

#form_panel th{
	width: 80px;  
	height: 30px;
}

#form_panel td {
}

#form_panel input.text{
	width: 411px;
}

#form_panel textarea{
	width: 411px;
}

a.news:link, a.news:visited, a.news:hover {
    text-decoration: none;
    color: #3f3f3f;
}

a.flashplayer:link, a.flashplayer:visited {
	text-decoration: none;
	color: #5d5d5d;
	font-weight: bold;
}

/* BigChied UI */

.BigChiefScrolledPanelDownButton {
	background: transparent url(img/arrow_down.gif) no-repeat center center;    
}

.BigChiefScrolledPanelUpButton {
	background: transparent url(img/arrow_up.gif) no-repeat center center;
}

.BigChiefScrolledPanelBar {
	background: yellow;
}

.BigChiefScrolledPanelHandle {
	background: red;
}

