/* General styles */

body {
	margin: auto;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('/gfx/bodybg.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-position: fixed;
}

img {
	border: none;
	vertical-align: bottom;
}

h1 {
	color: #99DA33;
	font-size: 1.7em;
	margin-top: 0px;
	font-family: 'arial narrow', sans-serif;
}
h2 {
	color: #FF932B;
	font-size: 1.2em;
	margin-top: 0px;
}
h3, th {
	color: #FF932B;
	font-size: 1.0em;
	margin-top: 0px;
	text-align: left;
}

a {
	color: #FF932B;
}
a:hover {
	color: #99DA33;
}

table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}

select {
	font-size: 0.9em;
}

/* General form styles */
div.left input {
	background-color: #FFC995;
	border: none;
}
input {
	font-size: 0.85em;
	font-family: arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 1px 2px 1px 2px;
}
button {
	border: none;
	font-size: 0.85em;
	background-color: #FF932B;
	color: #FFFFFF;
	text-transform: lowercase;
	line-height: 12px;
	padding: 1px 4px 1px 4px;
}

/* Construction styles */

div.column {
	float: left;
}

div#siteContainer {
	margin: auto;
	width: 900px;
	background-image: url('/gfx/bodybg.gif');
}

div#headerContainer {
	height: 125px;
	background-image: url('/gfx/headerbg.gif');
	position: relative;
	color: #99DA33;
}
div#logoContainer {
	position: absolute;
	left: 13px;
	top: 18px;
}
div#headerContainer a {
	color: #99DA33;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
div#headerContainer a:hover {
	color: #FF932B;
}
div#top_navigation {
	position: absolute;
	width: 400px;
	top: 2px;
	right: 3px;
	text-align: right;
	font-size: 0.7em;
}

/* left styles */

div.left {
	padding-top: 5px;
}
div.left h3 {
	background-color: #FFA249;
	color: #FFFFFF;
	border: solid #FFC995;
	border-width: 1px 0px 1px 0px;
	font-weight: normal;
	padding: 2px 0px 2px 5px;
	margin: 0px;
}
div.left ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}
div.left ul li {
	margin-top: 1px;
	margin-bottom: 2px;
}

div.left a {
	color: #FFFFFF;
	text-decoration: none;
}
div.left a:hover {
	color: #FFE400;
	text-decoration: none;
}
div.left a.active:hover {
	color: #FFE400;
	font-weight: bold;
}

div.left button {
	background-color: #FFFFFF;
	color: #99DA33;
	margin-left: 3px;
}

/* right styles */

div.right {
	padding-top: 5px;
	color: #FFFFFF;
}
div.right h3 {
	background-color: #B3E466;
	color: #FFFFFF;
	border: solid #CCED99;
	border-width: 1px 0px 1px 0px;
	font-weight: normal;
	padding: 2px 0px 2px 5px;
	margin: 5px 0px 0px 0px;
}
div.right a {
	color: #FFE400;
	text-decoration: none;
}
div.right a:hover {
	color: #FFFFFF;
}
div.right div.section {
	padding: 5px;
}

/* Other styles */

.price {
	color: #FF932B;
	font-family: 'arial narrow', sans-serif;
}
strong.price {
	font-size: 1.2em;
}

div.bar_green {
	background-image: url('/gfx/bar_green.gif');
	background-repeat: no-repeat;
	width: 516px;
	height: 19px;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.0em;
}

table.checkform td {
	padding: 2px;
}
