/*=====================GENERAL FORMATTING STYLES====================*/
  body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-image:url(../images/interface/bg.jpg);
	background-repeat:repeat-x;
	background-color:#33331B;
	}

 #wrapper {
	position:relative;
	width: 778px;
	margin:auto;
	z-index:0px;
	}

/*=====================SPLASH FORMATTING STYLES====================*/ 
  #splashflash{
	position:absolute;
    top:39px;
	left:11px;
	z-index:2;	
	
	width:756px;
	height:228px;
	} 
  
  #splashnav{
	position:absolute;
	top:241px;
	left:152px;
	z-index:3;
	
	width:615px;
	height:22px;
	}
 
/*=====================INSIDE FORMATTING STYLES====================*/  
 #flash{
	position:absolute;
    top:39px;
	left:10px;
	z-index:2;	
	
	width:756px;
	height:182px;
	} 
 
 #nav{
	position:absolute;
	top:200px;
	left:252px;
	z-index:3;
	
	width:615px;
	height:22px;
	}
 
/*=====================TEXT FORMATTING STYLES====================*/
 h1 {
    font-size: 14px;
	color: #424242;
	margin: 0px;
	padding: 0px;
	}
 
 hr {
     color: #a3a36d;
	 }

/*=====================RESULTS and DISPLAY FORMATTING STYLES====================*/
 .title {
	font-size: 16px;
	font-weight:bold;
	color: #444a32;
	}
	
	
 .link_results {
	font-size: 12px;
	font-weight:bold;
	color: #696961;
	}
	
 .price_results {
	font-size: 12px;
	font-weight:bold;
	color: #696961;
	}
	
	
  .price_display {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	}
	
	
 .price_numbers {
	font-size: 12px;
	font-weight:bold;
	color: #d0232a;
	}
	
 .details {
	font-size: 12px;
	color: #666666;
	}
	
 .lables {
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	}
	
	
 .picture{
 	border: solid 1px #000000;
	}

  .text_display {
	font-size: 12px;
	color: #666666;
	}
	
   .featurestext_display {
    padding: 3px 3px;
	}
	
   .link_display {
	font-size: 10px;
	color:#000000;
	}
	
   .link_view{
	font-size: 10px;
	font-weight:bold;
	color: #696961;
	}
/*=====================LINK FORMATTING STYLES====================*/
 #footer {
 	color: #4a4a31;
	}
 
 #footer #bottom-nav a:link,
 #footer #bottom-nav a:visited,
 #footer #bottom-nav a:hover {
	font-size: 9px;
	color: #4a4a31;
	margin-left:10px;
	text-decoration:none;
	}
 #footer ul {
	 margin: 5px 0px 0px 0px;
 }
 #footer ul li{
	 margin: 0px 0px 5px 0px;
 }
 #footer ul a{
	 font-size: 11px;
	 text-decoration: none;
	 color: #4a4a31;
 }
 #footer ul a:hover {
	 text-decoration: underline;
 }

 .weblink a:link,
 .weblink a:visited,
 .weblink a:hover {
	font-size: 9px;
	color:#95954A;
	margin-left:10px;
	text-decoration:none;
	}

 #subnav {
 	color: #000000;
	line-height:18px;
	}
 
 #subnav a:link,
 #subnav a:visited,
 #subnav a:hover {
	color: #000000;
	margin-left:5px;
	text-decoration:none;
	}
/*=====================MENU FORMATTING STYLES====================*/
.menuitem a:link,
.menuitem a:visited {

	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;

	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;

	width:72px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding:4px 6px 04px 23px;
	color:#000000;
	display:block;
	background-color:#CBCBAC;
	}

.menuitem a:hover {
	color:#000000;
	background-color:#EEEEDD;
}

/*=====================FORM STYLES====================*/
.textarea {
 border: solid 1px #000000;
 font-size: 12px;
 height:14px;
 }
 
 .comments {
 border: solid 1px #000000;
 font-size: 12px;
 }
