/*
Theme Name: GoldRiver
Theme URI: http://www.mikegelhaus.com/wp_themes/
Description: The original GoldRiver.com Theme
Version: 1.0
Author: Mike Gelhaus

*/

.hide {
	display:none;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

img.alignleft {
	margin:0.3em 1.75em 0.5em 0em;
}

img.alignright {
	margin:0.3em 0em 0.5em 1.75em;
}

.clear {
	clear:both;
}

h3 a.jump {
	font-size:0.7em;
	font-weight:normal;
}

a:link, a:visited {
	color:#0099FF;
	text-decoration:none;
}

a:hover {
	color:#92866d;
}

ol {
	margin-left:3.2em;
}

div {
	margin:0px;
	padding:0px;
}

/* 'Images Without Borders' */
img {
	border:none;
}

html {
}

html, body {
	margin:0px;
	padding:0px;
}

body {
	background-image:url('./images/water.jpg');
	background-repeat:repeat-x;
	background-color:#89c6f4;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
	line-height:24px;
	width:100%;
}

div#main {
	background-color:#FFF;
	background-image:url('./images/logo.gif');
	background-position:top;
	background-repeat:no-repeat;
	border:1px solid #000;
	margin:9px auto 0px auto;
	width:800px;
}

div#title {
	width:inherit;
	height:198px;
}

ul#menu {
	border-bottom:1px solid #000;
	font-size:18px;
	height:50px;
	line-height:50px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:inherit;
}

ul#menu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#menu li a:link, ul#menu li a:visited {
	background-color:#FFF;
	border:4px solid #92866d;
	color:#000;
	margin:0px;
	padding:2px 10px;
	text-decoration:none;
}

ul#menu li a:hover, ul#menu li.indicator a:link, ul#menu li.indicator a:visited {
	background-color:transparent;
	border:4px solid #000;
}

div#content {
	padding:10px 30px;
}

.page h2 {
	border-bottom:1px solid #000;
	margin:0.8em 0px;
	padding:0px 0px 0px 20px;
}

.page h3 {
	font-size:1.5em;
	margin:0.8em 0px;
	padding:0px 0px 0px 20px;
}
.page h4 {
	border-bottom:1px solid #000;
	font-size:1.2em;
}

.product_detail {
	font-size:1.4em;
	line-height:1.8em;
}

.product_detail li {
	margin-left:1.0em;
}

.product_detail ul {
	display:block;
	margin-left:1.0em;
}

.product_detail  h2 {
	font-size:1.0em;
	line-height:1.0em;
}

.product_detail img {
	float:right;
	margin:-20px 40px 40px 0px;
}

.product {
	border:1px solid #000;
	clear:both;
	margin:1em auto;
	padding:1em 2em;
	width:500px;
}

.product img {
	height:200px;
	margin:-40px 0px 0px 15px;
	float:right;
}

div#imageloader {
	position:absolute;
	top:0px;
	left:0px;
	height:inherit;
	width:inherit;
	visibility:hidden;
}

div#footer {
	font-size:0.9em;
	margin:0px auto;
	text-align:center;
	width:800px;
}

div#contactform {
	background-color:#92866d;
	border:1px solid #000;
	margin:1.2em auto;
	padding:10px;
	width:430px;
}

div#contactform textarea {
	width:420px;
	height:300px;
	padding:2px;
	margin:0px;
}

div#contactform div {
	clear:both;
	width:420px;
	margin:10px 0px;
}

#your_name_box input, #email_box input, #subject_box input {
	position:absolute;
	margin-top:-1.4em;
	width:200px;
}

#your_name_box label, #email_box label, #subject_box label {
	float:right;
	width:200px;
}

#submit_box input {
	float:right;
	margin-right:-8px;
}
