/* CSS Document */

/* main tags */
body {
	background: #F0EAD5 url(../graphics/pagebg.gif);
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	font-family: "Trebuchet MS", serif, "Times New Roman";
	font-size: 16px;
	color: #990000;
	margin: 10px;
	font-weight:normal;
}

a:link, a:visited {
	color: #C2A34E;
	text-decoration:none;
}
a:hover, a:active {
	color: #C2A34E;
	text-decoration: underline;
}

/* Container Div */
#maincontainer {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

/* Header Div */
#header {
	width: 780px;
	height: 126px;
	background: transparent url(../graphics/header.gif) top left no-repeat;
}

/* Main Site Links */
#infonav {
	position: absolute;
	top: 16px;
	left: 630px;
}

#infonav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

#infonav li {
	display:block;
	background: url(../graphics/headnav_bg.gif);
	padding: 0 10px;
	margin: 3px 0;
	font-family: "Trebuchet MS", serif, "Times New Roman";
	font-size: 14px;
}

#infonav a {
	text-decoration:none;
	color: #990000;
}

#infonav a:hover {
	color: #CFB672;
}

/* Secondary Site links, a.k.a Product Pages */
#productnav {
	float: left;
	margin-left: 18px;
	width: 122px;
	background: url(../graphics/sidenav_cap.gif) top left no-repeat;
	display: inline;
}

#productnav ul {
	margin: 16px 0;
	padding: 0 0 16px 0;
	list-style: none;
	background: url(../graphics/sidenav_bg.gif) bottom left no-repeat;
}

#productnav ul li {
	margin: 0;
	padding: 4px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
}

#productnav a {
	color: #FFF;
	text-decoration: none;
	padding: 2px 12px;
}

#productnav a:hover {
	background: url(../graphics/sidenav_on.gif) top left repeat-y;
}

/* Page Body Text */
#content {
	float: right;
	width: 598px;
	margin-right: 40px;
	background: #F8F5EA;
	border-left: 1px solid #59491E;
	border-right: 1px solid #59491E;
	display: inline;
}

#content p, #gallery_display {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #624000;
	margin: 10px 15px;
}

/* Thumbnail Gallery */
#gallery_display {
	float:left;
	margin:3px;
	padding:5px;
	text-align:center;
	float: left;
}

#gallery_display p {
	padding: 0;
	margin: 5px auto;
	height: 35px;
	width: 130px;
}

/* hack to normalize text alignment in these divs
The rule above doesn't center the text in FF; the rule below blows out the div in IE6 */

/* Page Footer */
#footer {
	clear: both;
	width: 780px;
	height: 49px; 
	background: transparent url(../graphics/footer.gif) no-repeat;
}

#footer p {
	display: none;
}

/* Class Definition */

.img_a {
	float: right;
	padding: 0 10px;
}
.img_b {
	clear:both;
	display: inline;
	padding: 10px;
}


#detail_display {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Contact Form Style */
div.formrow {clear:both;}
/* Credit to Anthony Eggert - stylephreak.com August 2004 */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 1em 0;
    border: none;
}

legend {
    margin: .5em 0;
    padding: 0 .5em;
    color: #000;
    background: #ccc;
    font-size: 1.1em;
    font-weight: bold;
}

label {
    float: left;
    width: 150px;
    padding: 0 1em;
    text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #624000;
}

fieldset div {
    margin-bottom: .2em;
    padding: 0;
    display: block;
}

fieldset div input, fieldset div textarea {
    border: 1px solid #000;
    padding: 1px;
}
fieldset div textarea { height:100px; }
fieldset div select {
    padding: 1px;
}
.widetext {
    width: 230px;
}
.narrowtext {
	width:100px;
}

div.multiples {
    float: right;
}

div.multiples input {
    width: 1em;
	border:0;
}

div.multiples label {
    display: block;
    width: 175px;
    padding-left: 1px;
    text-align: left;
}

#submitbtn {
    clear: both;
    padding-top: 0;
    text-align: center;
}
