/* --- version: 1.3.041408 --- */
/* --- Main Color/Font Style --- */
body {
	margin: 0px 0 0 0 ;
	background: #090909;
/*	background-image: url(../img/bg.jpg) repeat-x top; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #fff8de;
}

/* PNG Fix --------------------------------------------------------------------*/
img, div { behavior: url(../iepngfix.htc) }

/* Wrapper --------------------------------------------------------------------*/
#wrapper {
	width:827px;
	height: auto;
	margin: 0 auto;
	background-color: transparent;
}

/* Header ---------------------------------------------------------------------*/
#header {
	width:827px;
	height:141px;
	background:transparent url(../img/header.jpg) no-repeat;
	cursor:pointer;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
}

#xx #header {
	background:url(../img/header.jpg) no-repeat;
}

#ap #header {
	background:url(../img/header.jpg) no-repeat;
}

/* Admin -------------------------------------------------------------------------*/
#admin {
	font: 12px Arial, Helvetica, sans-serif;
	height: auto;
	font-weight: bold;
	text-align: right;
	padding: 2px 0 2px 0;
	background:transparent;
}
.mem {
	width:130px;
	height:30px;
	display:block;
	padding:0;
}
.mem a {
	margin-left:-3px;
	padding:0;
	text-align:left;
}
div#admin a {
	color: #999999;
	text-decoration: none;
}
div#admin a:visited {
	color: #666666;
	text-decoration: none;
}
div#admin a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#admin a:active {
	color: #FF0000;
	text-decoration: underline;
}

#admin_tool {
	float:right;
	width:200px;
	background: #BCA885;
	border:#FEF8DE 1px solid;
	padding-left:10px;
	padding-bottom:10px;
	text-align:left;
}
#admin_tool a {
	color: #000000;
}

#admin_tool h3 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
}

#adminpage {
	width: 550px;
	height: auto;
	margin: 0 auto 20px auto;
	text-align: left;
}

.admin_boxes {
	display:block;
	width:220px;
	height:180px;
	padding:10px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:#BCA885;
	border:#FEF8DE 1px solid;
}
.admin_boxes h3 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
}

/* HNav -------------------------------------------------------------------------*/
#hnav {
	width:827px;
	height: 85px; /* made form 25px to 85px for NEW PAGES 1/22/2010 */
	text-align: center;
	line-height: 25px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef6dd;
	font-weight: bold;
	background:#463501;
	border-top:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	clear:both;
}

div#hnav a {
	color: #fef6dd;
	text-decoration: none;
}
div#hnav a:visited {
	color: #fef6dd;
	text-decoration: none;
}
div#hnav a:hover {
	color: #FEC500;
	text-decoration: underline;
}
div#hnav a:active {
	color: #FEC500;
	text-decoration: underline;
}

/* Left Column and Vnav------------------------------------------------------------------*/
#left_column {
	width:150px;
	height:auto;
	float:left;
	background:transparent;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0;
}

#xx #left_column {
	display:none;
}

#vnav {
	float:left;
	width: auto;
	height: auto;
	font-weight: bold;
}
#vnav ul {
	padding-left: 0.75em;
	margin-left: 0.75em;
	list-style: none;
	line-height: 1.5em;
}
#vnav_cat {
	float:left;
	width: 145px;
	height: auto;
	margin-bottom: 15px;
}

div#vnav a {
	color:#000000;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
}
div#vnav a:visited {
	color: #000000;
	text-decoration: none;
}
div#vnav a:hover {
	color: #555555;
	text-decoration: underline;
}
div#vnav a:active {
	color: #000000;
	text-decoration: underline;
}

/* Right Column and VNav2----------------------------------------------------------------*/
#right_column {
	width: 150px;
	height:auto;
	float:right;
	background:transparent;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:15px;
}

#xx #right_column {
	display:none;
}

#vnav2 {
	float:left;
	width: auto;
	height: auto;
	font-weight: bold;
}
#vnav2 ul {
	padding-left: 0.75em;
	margin-left: 0.75em;
	list-style: none;
	line-height: 1.5em;
}

div#vnav2 a {
	color:#000000;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
}
div#vnav2 a:visited {
	color: #000000;
	text-decoration: none;
}
div#vnav2 a:hover {
	color: #555555;
	text-decoration: underline;
}
div#vnav2 a:active {
	color: #555555;
	text-decoration: underline;
}

/* Content --------------------------------------------------------------------*/
#xx #content {
	background:url(../img/content_bg.jpg) repeat-y top;
	width:827px;
	height:auto;
	text-align:left;
	background-color:#FFFFFF;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
}
/** html #ap #content {
	background:#453400;
	width:805px;
	height:auto;
	text-align:left;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}*/
#ap #content {
	background:#453400;
	width:827px;
	height:auto;
	text-align:center;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}


/** html #content {
	background:url(../img/content_bg.jpg) repeat-y top;
	width:856px;
	height:auto;
	text-align:left;
	background-color:#FFFFFF;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
}*/

.content2 {
	float:left;
	width:525px;
	padding-left:5px;
	padding-right:5px;
}

.content3 {
	float:left;
	width:485px;
	padding-left:5px;
	padding-right:5px;
}

.content4 {
	float:left;
	width:327px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:215px 0 0 200px;
	color:#FFFFFF;
}
.contentForm {
	background:#453400;
	float:left;
	width:817px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	margin:0 auto;
	color:#FFFFFF;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}
* html .content4 {
	float:left;
	width:327px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:215px 0 0 107px;
	color:#FFFFFF;
}
#hp .content4 {
	float:left;
	width:800px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:215px 0 0 0;
	color:#FFFFFF;
	
}
#au .content4 {
	float:left;
	width:800px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:200px 0 0 0;
	color:#FFFFFF;
}
#l3 .content4 {
	float:left;
	width:327px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:285px 0 0 215px;
	color:#fff8de;
}
* html #l3 .content4 {
	float:left;
	width:327px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:285px 0 0 107px;
	color:#fff8de;
}
#pg .content4 {
	float:left;
	width:795px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	margin:auto;
	color:#fff8de;
}
#li .content4 {
	float:left;
	width:795px;
	padding-left:15px;
	padding-right:5px;
	text-align:left;
	margin:auto;
	color:#fff8de;
}
#cu .content4 {
	float:left;
	width:700px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:auto;
	color:#fff8de;
}
#l1 .content4 {
	float:left;
	width:750px;
	padding-left:25px;
	padding-right:5px;
	text-align:left;
	margin:0 auto 20px 10px;
	color:#fff8de;
}

#l1 .newContent {
	margin-top: -10px;
	background:#453400;
	width:797px;
	text-align:left;
	padding-left:25px;
	padding-right:5px;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}

#l2 .content4 {
	float:left;
	width:750px;
	padding-left:25px;
	padding-right:5px;
	text-align:left;
	margin:0 auto 20px 20px;
	color:#fff8de;
}

* html #l2 .content4 {
	float:left;
	width:750px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:0 auto 20px 20px;
	color:#fff8de;
}
#ap .content4 {
	float:left;
	width:700px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin:auto;
	position:relative;
	color:#FFFFFF;
}
.content4 TABLE TR TD a { color:#000000;}
#xx .content4 TABLE { color:#000000; background:#BCA885; padding:5px;}
#xx .content2 {
	float:left;
	width:330px;
	padding-left:5px;
	padding-right:5px;
}

#xx .content3 {
	float:left;
	width:330px;
	padding-left:5px;
	padding-right:5px;
}

#xx .content4 {
	float:left;
	width:590px;
	padding-left:5px;
	padding-right:5px;
	margin: auto;
	color:#FFFFFF;
}
.content4 h3 a { color:#FFFFFF;}

#menu_box {
	width:160px;
	height:170px;
	padding:3px;
	text-align:left;
	background: url(../img/admin_bg.jpg) bottom;
	border:#999999 1px solid;
	margin:0 5px 0 0px;
}
#menu_box img {
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
}

/* Footer ---------------------------------------------------------------*/
#footer {
	color: #ffffff;
	padding-top:2px;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:visited {
	color: #0099FF;
	text-decoration: none;
}
div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* Phone -----------------------------------------------------------------*/
.phone {
	width: 350px;
	height: 30px;
	float: right;
	text-align: right;
	margin: 103px 5px 0 0;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 2.50em;
	letter-spacing: -2px;
}

#phone2 {
	max-width:718px;
	min-width:757px;
	/*height:20px;*/
	padding-top:2px;
	padding-bottom:2px;
	padding-right:3px;
	color:#FFFFFF;
	background:#2f69df url(../img/phone_bar.jpg) repeat-x top;
	text-align:right;
	border-bottom: #FFFFFF 2px solid;
	margin:auto;
}

#phone2 p {
	margin-right:10px;
}

#xx #phone2 {
	display:none;
}

/* Gallery ----------------------------------------------------------------*/
#galleryimgcont {
	width:805px;
	height:396px;	
	
}

.thumbpix {
	margin:0px 2px;	
}

.thumbpix a img{
	border: solid 2px #000000;
}

.thumbstrip a:hover img{
	border: solid 2px #888888;
}

.thumbstrip {
width:795px;
height:600px;
}

.thumbstrip a img{
	border: solid 2px #000000;
}

.thumbstrip a:hover img{
	border: solid 2px #888888;
}

/*Do not delete the below elements, they control the motion gallery*/
#motioncontainer {
width:800px; /* Set to gallery width, in px or percentage */
height: 94px; /* Set to gallery height */
position:relative;
overflow:hidden;
float:left;
margin-bottom:20px;

}


#motioncontainer img{
	border: solid 2px #000000;
	cursor:pointer;
	margin:0px 3px;
}

#motioncontainer img:hover{
	border: solid 2px #FEF8DE;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* Do not delete the above styles, they control the motion gallery*/

/* Catalog -----------------------------------------------------------*/
#cart {
    margin: auto;
	text-align: center;
	border: 1px solid #000066;
}

#cartsummary {
	color:#000000;
	border: #999999 solid 1px;
	background:#eeeeee;
	width: 130px;
	height: auto;
	text-align: center;
	margin: 10px 0 10px 0px;
	padding: 2px;
	float:left;
}
.cart_links {font-size:9px; font-weight:none;}
#more_prod {
	width: auto;
	height: 50px;
	text-align: center;
}

.products {
	padding-left:20px;
}

.prod_head {
	margin: 0;
	color: #FFFFFF;
}

.prod_head a {
	color: #FFFFFF;
}

.cattitle {
	width: auto;
	clear: both;
	text-align: center;
	display: block;
}

.catalogItem2 {
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 5px 0px 15px 5px;
}
TABLE.catalogItem2 a {
	color:#666666;
	text-decoration:none;
	}
TABLE.catalogItem2 a:hover {
	color:#666666;
	text-decoration:underline;
}
.catalogSeller {
	color: #FF0000;
	font-weight: bold;
}
.catalogTitle {
	color:#ffffff;
}
span.catalog_id {
	background:#cccccc;
	padding:10px;
	width:100px;
	display:block;
}
span.catalog_id a {
	font-size:11px;
	font-weight:none;
	text-transform: lowercase;
}
.subtitle {
	list-style: disc inside;
	margin-left:40px;
	text-align:left;
	width:35%;
	display: block;
}


/* Text -----------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-top: 10px;
	margin-bottom: 6px;
}

h1 {
	width:auto;
	font-size: 30px;
	font-weight: normal;
	font-family:  "Monotype Corsiva", "Times New Roman", Times, serif;
	color:#FEC500;
	/*background:url(../img/headline_bg.jpg) repeat-x bottom;
	border:#CCCCCC 1px solid;*/
}
* html h1 { width:700px;}

h2 {
	width:auto;
	font-size: 20px;
	font-weight: normal;
	font-family:  "Monotype Corsiva", "Times New Roman", Times, serif;
	color:#FEF8DE;

}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family:  "Monotype Corsiva", "Times New Roman", Times, serif;
	color: #ffffff;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	color: #ffffff;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

/* Links -----------------------------------------------------------------------*/
a {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

/* Misc. -------------------------------------------------------------------*/

#login {
	width: auto;
	color:#000000;
}

#hours {
	width: 150px;
	float:right;
}
#hours h3 { font-family:Arial, Helvetica, sans-serif;}

#news {
	width:145px;
	float:right;
	/*background-color:#00FF00;*/
	font:12px Arial, Helvetica, sans-serif;
}
.thumbarray {
	display: block;
	width: 240px;
	height: 244px;
	float: left;
	border: solid 1px #000000;
	margin: 3px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
.thnlimg {
	display: block;
	width: 96px;
	height: 85px;
	float: left;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	border: none;
}
.altimgthumb {
	width:auto;
	height:35px;
}
* html .thnlimg {
	margin: 2px;
}
.border {
	border: #333333 1px solid;
}

.kminfo {
	display:none;
}
/*.contact_form {
	display:block;
	width:150px;
	height:auto;
	background: #ffffff url(../img/contact_grad.jpg) repeat;
	border: #666666 1px solid;
	float:left;
	margin:20px 0 0 -5px;
}*/

.contact_form {
	position: fixed;
	width:170px;
	left:30px;
	background-color: #B2510D;
	/*background: #ffffff url(../img/contact_grad.jpg) repeat;*/
	border: #666666 1px solid;
	float:left;
	clear:right;
}

.contact_form h4 {
	text-align:center;
	font-size: 1.4em;
	padding: 0 5px 0 5px;
}

#contact_sm {
	width:180px;
	float:left;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}
.bt_links { width:100%; background:#cccccc; text-align:center; padding:10px 0 10px 0; border-top:#ffffff 2px solid;}
.bt_links a {text-decoration:none; }
.bt_links img {border:none;}

#cu a.print_link { display:none;}
#pg a.print_link { display:none;}
#an a.print_link { display:none;}
#li a.print_link { display:none;}
#rv a.print_link { display:none;}
#ev a.print_link { display:none;}
#bl a.print_link { display:none;}
#hd a.print_link { display:none;}
#tf a.print_link { display:none;}
#pd a.print_link { display:none;}

.maps {color:#000000}
.maps .gmnoprint a {color:#ff0000}

