﻿/* Copyright 2005, Graphice Artem Promit, Inc. */

/* BASIC ELEMENTS */

body {
	background: #CFC395 url(images/camo_bg.gif);
	font-family: Verdana, Arial, sans;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

a:link {
	color: #596C5C;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	/* color: #666; */
	text-decoration: none;
	}
a:active {
	/* color: #000; */
	text-decoration: none;
	}

/* Layout */
#banner-image {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	background: transparent;
	margin-top: 20px;
	z-index: 10;
	border: black 0px solid;
	}
/* using an image to replace text in an h1 */
#banner-image h1 { 
	background: transparent url(images/banner.gif) no-repeat center;
	width: 100%;
	height: 86px;
	margin: 0px;
	text-align: center;
	}
#banner-image h1 span {
	display:none;
	}
#sub-banner-image {
	position: static;
	margin-top: -16px;
	z-index: 20;
	}

#container	{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 90px;
	text-align: center;
	z-index: 5;
	}
#content {
	display: block;
	width: 70%;
	border: #596C5C 4px solid;
	/*background: #F1EEE0 url(images/deer-bg.jpg) no-repeat top center;*/
	background-color: #F1EEE0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 20px 10px;
	text-align: center;
	}
#content p {
	text-align: left;	
	}
	
.listing {
	clear: both;
	position: relative;
	display: block;
	width: 95%;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 10px;
	border: #A4986B 2px solid;
	text-align: left;
	}
.listing img	{
	border: 3px solid #596C5C;
	margin: 0px 6px 8px 6px;
	}
.listing p	{
	font-family: Verdana, Arial, sans;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	}
.listing p.maintag	{
	font-size: 14px;
	font-weight: bold;
	}
.listing span.price	{
	color: #003399;
	}
.listing p.redtag, span.redtag	{
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align: center;
	}
.listing p.contag	{
	clear: left;
	padding-top: 8px;
	}

.mopix	{
	display: block;
	float: left;
	width: 244px;
	height: 210px;
	background: #F1EEE0;
	padding: 6px;
	margin-right: 6px;
	overflow: auto;
	scrollbar-base-color: #596C5C;
	scrollbar-shadow-color: #596;
	scrollbar-darkshadow-color: #596C5C;
	scrollbar-face-color: #F1EEE0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #596C5C;
	}
.mopix ul {
	margin-left: 0;
	margin-top: 4px;
	padding-bottom: 20px;
	font-size: 10px;
	}
*html .mopix ul {
	margin-left: 26px;
	}
.mopix li	{
	line-height: 1.2em;
	margin-bottom: 4px;
	}
	
#footer {
	display: block;
	width: 50%;
	border: #596C5C 6px solid;
	background: #A4986B;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	}
