/* --- version: 1.3.041408 --- */
/* --- Main Color/Font Style --- */
body {
	margin: 10px 0 0 0 ;
	background: #333333;
/*	background-image: url(../img/bg.jpg) repeat-x top; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #ffffff;
}

/* PNG Fix --------------------------------------------------------------------*/
img, div { behavior: url(../iepngfix.htc) }

/* Wrapper --------------------------------------------------------------------*/
#wrapper {
	width:856px;
	height: auto;
	margin: 0 auto;
	border: #cccccc 1px solid;
	background:#000000 url(../img/wrapper_btm.jpg) no-repeat bottom left;
}

/* Header ---------------------------------------------------------------------*/
#header {
	width:856px;
	height:124px;
	background:transparent url(../img/header.jpg) no-repeat;
	cursor:pointer;
	border-bottom:#CCCCCC 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: #333333;
}
.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:#666666;
	border:#CCCCCC 1px solid;
	padding-left:10px;
	padding-bottom:10px;
	text-align:left;
}
#admin_tool a {
	color:#ffffff;
}

#admin_tool h3 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight:bold;
}

#adminpage {
	width: 510px;
	height: auto;
	margin: auto;
	padding: 0px 0px 20px 7px;
	text-align: left;
}

.admin_boxes {
	display:block;
	width:220px;
	height:130px;
	padding:10px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background: #666666;
	border:#CCCCCC 1px solid;
}
.admin_boxes h3 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight:bold;
}
.admin_boxes a {
	colro:#ffffff;
}

/* HNav -------------------------------------------------------------------------*/
#hnav {
	width:856;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background: url(../img/headline_bg.jpg) repeat-x bottom;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	clear:both;
}

div#hnav a {
	color: #000000;
	text-decoration: none;
}
div#hnav a:visited {
	color: #000000;
	text-decoration: none;
}
div#hnav a:hover {
	color: #555555;
	text-decoration: underline;
}
div#hnav a:active {
	color: #000000;
	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:15px;
}

#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: #fef502;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	width:150px;
	display:block;
	padding:0px;
	font-size:12px;
}
div#vnav a:visited {
	color: #fef502;
	text-decoration: none;
}
div#vnav a:hover {
	color: #fef502;
	text-decoration: none;
	background:#1f1f1f;
	display:block;
	padding:0px;
}
div#vnav a:active {
	color: #fef502;
	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 --------------------------------------------------------------------*/
#content {
	background:transparent;
	width:856px;
	height:auto;
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
}

.content2 {
	float:left;
	width:525px;
	padding-left:5px;
	padding-right:5px;
}

.content3 {
	float:left;
	width:685px;
	padding-left:5px;
	padding-right:5px;
	background:#1f1f1f;
	color:#bedcf9;
	margin-bottom:120px;
}
.content3 img {
	margin:0 10px;
}
.content3 h3 {
	color:#666666;
}
.content3 h3 a {
	color:#CCCCCC;
}
.content3 a {
	color:#CCCCCC;
}
.content3 a:hover {
	color:#ffffff;
}
.content3 a:visited {
	color:#ffffff;
}

.content4 {
	float:left;
	width:845px;
	padding-left:5px;
	padding-right:5px;
}

#xx .content2 {
	float:left;
	width:630px;
	padding-left:5px;
	padding-right:5px;
}

#xx .content3 {
	float:left;
	width:630px;
	padding-left:5px;
	padding-right:5px;
}

#xx .content4 {
	float:left;
	width:630px;
	padding-left:5px;
	padding-right:5px;
}

#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:#bedcf9;
	padding-top:0px;
	margin-top:50px;
	text-align:center;
	border-top:#CCCCCC 1px solid;
}

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 {
	width:137px;
	/*height:20px;*/
	padding-top:2px;
	padding-bottom:8px;
	color:#FFFFFF;
	background:#000000;
	text-align:left;
	margin:auto;
}

#phone2 p {
	margin-right:10px;
}

#xx #phone2 {
	display:none;
}

/* Gallery ----------------------------------------------------------------*/
#galleryimgcont {
	width:525px;
	height:396px;
}

.thumbpix {
	margin:0px 2px;	
}

.thumbpix a img{
	border: solid 2px #000000;
}

.thumbstrip a:hover img{
	border: solid 2px #888888;
}

.thumbstrip {
}

.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: 100%; /* Set to gallery width, in px or percentage */
height: 94px; /* Set to gallery height */
position:relative;
overflow:hidden;
float:left;
}

#motioncontainer img{
	border: solid 2px #000000;
	cursor:pointer;
	margin:0px 3px;
}

#motioncontainer img:hover{
	border: solid 2px #888888;
}

#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: #FFFFFF;
	border: #999999 solid 1px;
	background:#eeeeee;
	width: 183px;
	height: auto;
	text-align: center;
	margin: -3px 0 15px 5px;
	padding: 2px;
	float:left;
}

#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;
}
#cartsummary {
	color:#000000;
}

/* Text -----------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-top: 10px;
	margin-bottom: 6px;
}
hr {color:#BEDCF9; background-color:#BEDCF9; border:#BEDCF9; }

h1 {
	width:auto;
	font-size: 24px;
	font-weight: bold;
	color: #fef502;
	/*background:url(../img/headline_bg.jpg) repeat-x bottom;*/
	border-bottom:#CCCCCC 1px solid;
}

h2 {
	width:auto;
	font-size: 18px;
	font-weight: bold;
	color: #fef502;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

/* Links -----------------------------------------------------------------------*/
a {
	color: #fef502;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #003399;
}

/* Misc. -------------------------------------------------------------------*/

#login {
	width: auto;
	color:#000000;
}

#hours {
	width: 150px;
	float:right;
}

#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 h4 { text-align:center;}

#contact_sm {
	width:180px;
	float:left;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}