@charset "utf-8";

/* global */

body {
	margin: 0;
	background: #000 url(../img/bg.jpg) center top fixed;
	color: #ddb764;
	}
body, p, h1, h3, input, textfield, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal; 
	}
	
a { color: #ddb764; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
* { outline: none; }
p, ul, h1, h3 { margin: 0 0 10px 0; }
h1 { text-transform: uppercase; }
ul, li { list-style: none; padding: 0; }
li { margin: 0; }
form, input, textfield, textarea, select {
	margin: 0; 
	padding: 0; 
	border: 0;
	}
input, textfield, textarea, select { 
	height: 15px;
	background: #ddb764;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff; 
	}

/* layout */

.page { width: 700px; margin: 80px auto; }

.nav { width: 100px; float: left; font-size: 11px; line-height: 15px; color: #fff; }
.nav ul { margin: 0 10px; text-align: right; }
.logo { margin-bottom: 18px; position: relative; right: -10px; }

.content { width: 480px; margin: 0 10px; padding-top: 10px; float: left; }

.column02 { width: 390px; clear: both; }
.column01 { width: 190px; float: left; }

.margin10 { margin-left: 10px; }
.margin40 { margin-left: 40px; }
.margin90 { margin-left: 90px; }

.bg_20 { position: relative; top: -20px; background: transparent url(../img/bg_20.png); }

.button { display: block; padding: 4px 0 5px 0; border-top: 1px dotted #ddb764; text-transform: uppercase; }
.last { border-bottom: 1px dotted #ddb764; }

.divider { height: 9px; border-top: 1px dotted #ddb764; clear: both; }
.spacer { height: 10px; clear: both; }
.separator { border-left: 1px dotted #ddb764; }

.list ul, .list li { list-style: circle; }
.list li { margin-bottom: 5px; }

.footer { 
	clear: both;
	text-align: right;
	color: #A4936A; 
	font-size: 10px;
}
.footer a { color: #ddb764; text-decoration: none; }
.footer a:hover { color: #A4936A; }

/* news */

.Accordion { width: 500px; }
.AccordionPanel { border-bottom: 1px dotted #ddb764; margin-bottom: 10px; }
.AccordionPanelTab { height: 70px; background: transparent url(../img/icon_plus.gif) 19.25% 81% no-repeat; }
.AccordionPanelOpen .AccordionPanelTab, 
.AccordionPanelTabHover { background: transparent url(../img/icon_minus.gif) 19.25% 81% no-repeat; }
.AccordionPanelOpen .AccordionPanelTab,
.AccordionPanelTabHover,
.AccordionPanelOpen .AccordionPanelTabHover,
.AccordionPanelContent,
.AccordionPanelContent a { color: #fff; }
.SpryHiddenRegion { visibility: hidden; }

.sidebar { width: 90px; float: left; }
.body { width: 390px; float: left; }
.thumb { width: 80px; height: 60px; margin: 0 10px 10px 0; float: left; }
.links { display: block; margin-right: 10px; float: left; text-transform: uppercase; }
.links li { padding-left: 10px; background: transparent url(../img/icon_arrow.gif) no-repeat top left; }
.links li a { color: #ddb764; }