body {
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif; /*  Main font face */
	color: silver; /***************************** COLOR ***************************/
    background: #000000;
	margin: 0px;
	padding:0 px;
	}
* html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
	}
#outer {
	border:0px;
	/* border:0px solid #A09D9E; */
	width:95%;  /* Width of Site */
	min-width: 600px;
	background: #000000;
	margin: auto;
	padding: 0px;
	}
/* min width hack for ie*/
* html #outer {
    min-width:600px;
	}

#hdr {
	padding-top:0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	}

/* Header Images */ 
.header-table{
	padding: 0;
	margin:0;
	width: 100%;
	background: #000000;
	}
.header-table td{
	padding: 0;
	margin:0;
	background: url(images/shop.jpg) center top;
	text-align:center;
	vertical-align: bottom;
	color: #FFFFFF;
	font-weight: bold;
	}
.logoimg {
	float: left;
	padding-left: 0;
	border:0;
	margin: 0px;
	}

.logoimg-right{
	float: right;
	padding-right: 0;
	margin-right: 0px;
	border: 0;
	margin: 0px;
	}
.logoimg-center {
	clear: both;
	padding: 0;
	border:0;
	margin-bottom: 10px;
	}
/* End Header Images */

h1, h2, h3, h4, h5
	{
	font-family: Verdana;  /* Set Header fonts site wide */
	font-weight: bold; /* Set to normal for bolder fonts if requred */
	}
	
h1 {
	font-size: 125%;
	color: #98C810; /***************************** COLOR ***************************/
	letter-spacing:1px;
	border-bottom: 1px solid #EAEAEA;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	}
h2 {
	font-size: 110%;
	color:#98C810; /***************************** COLOR ***************************/
	letter-spacing:1px;
	font-weight:normal; /* Set to normal for bolder fonts if requred */
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	}
h3 {
	font-size: 100%;
	color:#98C810; /***************************** COLOR ***************************/
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4 {
	font-size: 110%;
	}
a:link {
	font-size: 100%;
	color: #98C810; /***************************** COLOR ***************************/
	font-style: normal;
	text-decoration: none;
	}
a:active {
	font-size: 100%;
	color: #98C810; /***************************** COLOR ***************************/
	font-style: normal; 
	text-decoration:underline;
}
a:visited {
	font-size: 100%;
	color: #98C810; /***************************** COLOR ***************************/
	font-style: normal;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #98C810; /***************************** COLOR ***************************/
	}

input {
	border: 1px solid #A09D9E;
	margin-bottom: 5px;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
	}
textarea {
	border: 1px solid #A09D9E;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
	}

#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: verdana;
	float: right;
	font-size: 80%;
	}

blockquote {
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #FFFFFF;
	margin: 0px;
	text-align: justify;
	background: url(images/quote-left.gif) top left no-repeat;
	}
blockquote div{
	background:  url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 27px;
	}
	
/*Navigation Bar */ 
#nav {
	float: left;
	width:90%;
	margin: 0;
	padding-left: 10%;
	padding-right: 0px;
	list-style: none;
	background: #000000 url(images/nav_bg.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin-left: 0;
	padding: 0;
	font-size: 85%;
	}
#nav li.off a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #FFFFFF; /***************************** COLOR ***************************/
	text-decoration: none;
	border: 1px solid #727377;
	border-bottom: none;
	background: #C8D2DE url(images/off_bg.gif) repeat-x top left;
	}
#nav li.off a:hover{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #FFFFFF;
	border: 1px solid #727377;
	border-bottom: none;
	text-decoration:none;
	background: #ffffff url(images/hover_bg.gif) repeat-x top left;
	}

#nav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #98C810; /***************************** COLOR ***************************/
	text-decoration:none;	
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #727377;
	border-bottom: none;
	background: #000000 url(images/on_bg.gif) repeat-x top left;
	}

/**************************/
/*SubNavigation Bar */ 
#subnav {
	float: left;
	width: 86%;
	margin: 0;
	margin-bottom: 7px;
	padding-left: 14%;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	list-style: none;
	background: #000000 url(images/sub-nav_bg.gif) repeat-x bottom left;
	border-left:1px solid #FFFFFF; 
	border-right:1px solid #727377; 
	height: 25px;
	}
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}
#subnav li.off a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #98C810; /***************************** COLOR ***************************/
	text-decoration: none;
	border: 0px;
	border-bottom: none;
	}
#subnav li.off a:hover{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #98C810;
	text-decoration:underline;
	border: 1px solid #727377;
	border: 0px;
	border-bottom: none;
	}

#subnav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #98C810; /***************************** COLOR ***************************/
	text-decoration:underline;	
	border: 0px;
	border-bottom: none;
	}

/* Used for padding if there is no other navigation to display */
#sub-pad {
	float: left;
	width: 100%;
	margin: 0;
	height: 38px;
	background: #000000;
	}
/**************************/
/*Store Nav Bar */ 
#store-nav {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #727377;
	border-bottom: 1px solid #727377;
	}
#store-nav h3{
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #FFFFFF; /***************************** COLOR ***************************/
	background: #000000 url(images/on_bg.gif) repeat-x top left;
	padding: 4px 8px 5px;
	
	margin-bottom: 5px;
	border-left: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #727377;
	border-bottom: 1px solid #727377;
	}
#store-nav ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	}
#store-nav li {
	border-bottom: 1px solid #727377;
    margin-bottom: 5px;
	font-size: 85%;
	}
#store-nav li.on{
	border-bottom: 1px solid #727377;
    margin-bottom: 5px;
	font-size: 85%;
	background: #C8D2DE url(images/off_bg.gif) repeat-x top left;
	}

#store-nav p.searchtitle{
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
	}
#store-nav input.searchbox{
	width: 120px;
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
	}
#store-nav input.searchboxbutton{
	width: 70px;
	font-size: 85%;
	margin-left: 5px;
	border: 1px solid #A09D9E;
	}
/**************************/
#cont {
	clear: left;
	width: 100%;
	background:#000000;
	border:solid #A09D9E;	
	border-width:0 0 0 0px;
	text-align:left;
	line-height: 1.3em;
	padding: 0px;
	margin:0px 0 25px 0 ;
	min-height: 500px;
	
 }
/* min height hack for ie*/
* html #cont {
    height:500px
	}
/*****  Store content list   */
#store-cont {
	width: 50%;
	text-align:left;
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	background: #000000;
	}
#store-cont a{
	color: #98C810;
	text-decoration: none;
	}
#store-cont a:hover{
	color: #98C810;
	text-decoration: underline;
	}
#store-cont-empty {
	width: 65%;
	margin:auto;
	text-align:left;
	float: left;
	}
#store-cont table
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
	border: 0px;
	}
#store-cont td.item-description
	{
    font-size: 85%;
	background: #000000;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-top: 1px solid #222222;
	}
#store-cont td.item-description-left
	{
	font-size: 85%;
	background: #000000;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border: 0;
	}
/* store recent items css controls */
#recent-items {
	background: #000000;
	}
#recent-items table.rpros{
	background: #000000;
	}

.product-container{
	float: left;
	text-align: center;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background:  url(images/r-bg.gif) top right no-repeat;
	}	

.product-border{
	margin: 5px 8px 5px 5px;
	padding: 3px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}
#mag-glass {
	clear: right;
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 9px;
	margin-left: 9px;
	}
.item-title{
	font-weight:bold;
	color: #98C810; /***************************** COLOR ***************************/
	
	margin: 0;
	padding:9px 9px 0 9px;
	background:  url(images/l-bg.gif) top left no-repeat;
	}
.item-desc{
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 9px;
	background:  url(images/l-bg.gif) bottom left no-repeat;
	}

.item-desc em{
	display: block;
	padding: 0 9px 9px 0;
	background:  url(images/r-bg.gif) bottom right no-repeat;
	}
/* end recent items*/
/* store item get - control display*/
#item-list table{
	background: #000000;
	}
#item-list td{
	padding-bottom: 10px;
	}
.cat-item-container{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background: #000000 url(images/r-bg.gif) top right no-repeat;
	}	
.cat-item-title{
	font-weight:bold;
	color: #98C810; /***************************** COLOR ***************************/
	margin: 0;
	padding:9px 9px 0 9px;
	background:  url(images/l-bg.gif) top left no-repeat;
	}
.cat-item-desc{
	margin: 0px;
	padding: 0 9px 0px 0px;
	}
.cat-item-code{
	font-size: 90%;
	margin: 0px;
	padding: 0 0px 0px 9px;
	background:  url(images/l-bg.gif) bottom left no-repeat;
	}
.cat-item-code p{
	margin-right: 6px;
	}
.cat-item-code em{
	clear: right;
	display: block;
	margin-top: 9px;
	padding: 0 9px 9px 0;
	background:  url(images/r-bg.gif) bottom right no-repeat;
	}
#option-choice {
	clear: right;
	padding: 0 9px 9px 0;
	background: url(images/r-bg.gif) bottom right no-repeat;
	}
#option-choice table{
	clear: right;
	background: none;
	}
	

.cat-product-border{
	margin: 5px 8px 5px 5px;
	padding: 3px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}
.sub-cat{
	text-align: center;
	font-size: 85%;
	width:25%;
	vertical-align: bottom;
	}
.sub-cat img{
	padding: 0px;
	}
/**********shopping cart controls***************/
.store-cart-image{
	padding: 2px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}
.store-cart-border{
	border-top:1px solid #A09D9E;
	padding-top: 9px;
	}
#cart-continue-proceed{
	clear: left;
	padding: 0;
	margin-top: 20px;
	}
/*************************/
/* start */
#left-cont {
	clear: left;
	width: 60%;
	text-align:left;
	float: left;
	padding-left:0px;
	margin-left:0;
	margin-bottom: 25px;
	background: #000000;
	}
#left-cont ul{
	list-style:square;
	 }
#left-cont li{
	line-height:130%;
	margin: 0px;
	padding: 0px;
	 }

#left-cont a{
	color: #98C810;
	text-decoration: none;
	}
#left-cont a:hover{
	color: #98C810;
	text-decoration: underline;
	}

.item-description {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 0px solid #A09D9E;
	}
	 
#cont li {
	margin-bottom: 10px;
	}

#cont img.border{
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}
#cont img.recent-item-border{
	float: auto;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: none;
	}
#cont img.view-item-detail-border{
	float: right;
	margin: 5px 8px 5px 5px;
	padding: 3px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}

/******
no teasers
***/
#no-teaser{
	clear: both;
	width: 95%;
	text-align:left;
	padding-left:0px;
	margin:auto;
	margin-bottom: 25px;
	background: #000000;
	}
/***********news and events pages listing etc ******************/
#content-list.eventslist-timestamp {
    color: #999999; /***************************** COLOR ***************************/
    font-size: 90%;
	}
#content-list table {
    background: #000000;
	width:100%;
	}
#content-list table td{
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
	}
#content-list table td.title-row{
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
	}
#content-list table td.item-description {
	font-size: 100%;
	margin: 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 0px solid #EAEAEA;
	}
#content-list table td.item-description img{
    float: right;
	}

/********
Image Gallery
******************/
#gallery-cont {
	width: 98%;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	}

#gallery-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	}	
#gallery-list h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	}	
#gallery-list table {
	margin-top: 10px;
	background: #2e2e2e;
	width:100%;
	}
#gallery-list table td{
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
	}
#gallery-list table td.title-row{
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
	}
#gallery-list table td.item-description {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	}
#gallery-list table td.item-description-left {
   font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	}
#gallery-list table td img{
    float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#5f5f5f;
	border-right-color: #5f5f5f;
	background: #FFFFFF;
	}
/***********news and events pages listing etc *****/
/**********************
Right col
**************/
#rightcol{
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background: #000000;
	border-left:0px solid #EAEAEA;
}
/**********************
Right col
**************/
#leftcol{
	float: left;
	width: 150px;
	margin-right: 25px;
	padding: 0px;
	background: #000000;
	border-left:0px solid #EAEAEA;
}
/**********************
mini cart
************************/
.mini-cart-total{
	padding-right: 5px;
	text-align: right;
	}
.mini-cart-link{
	text-align: center;
}
/*******************************
subscribe box 
****************/
.subscribe-table {
	width: 150px;
	margin: 0;
	font-size: 85%;
	}
.subscribe-table input {
	width: 130px;
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	font-size: 85%;
	}
#subscribe-button{
	width: 70px;
	font-size: 85%;
	border: 1px solid #A09D9E;
	}
/********************************************************************
right column teaser
*******************************************************************/
#teaser {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #727377;
	border-bottom: 1px solid #727377;
	}
#teaser h3{
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #FFFFFF; /***************************** COLOR ***************************/
	background: #000000 url(images/on_bg.gif) repeat-x top left;
	padding: 4px 8px 5px;
	
	margin-bottom: 5px;
	border-left: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #727377;
	border-bottom: 1px solid #727377;
	}
#teaser ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	}
#teaser li {
    border-bottom: 1px solid #727377;
    margin-bottom: 5px;
	font-size: 85%;
	}
#teaser a{
	color:#98C810;
}
#teaser img{
	vertical-align: center;
	margin-left: 5px;
	}
#teaser p {
   	font-size: 85%;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	}
.articlelist-timestamp {
    color: #999999; /***************************** COLOR ***************************/
    font-size: 85%;
	}
/*********************************************
end right column teaser
***************************************************/
#ftr {
 clear: both;
 font-size:75%;
 padding:10px;
 margin:0;
 border:solid #A09D9E;	
 border-width:1px 0 0 0;
 }
#ftr-nav {
 clear: both;
 color: #A09D9E;
 text-align: left;
 font-size:75%;
 padding:3px 25px 3px 25px;
 margin:0;
 border-top:solid 1px #A09D9E;	
 }
/* end of sig */
.turboweb-sig{
	clear:both;
 color: #f3f3ff;
 font-size:75%;
 padding:3px;
 margin-top:3px;
 margin-bottom: 3px;
 width: 746px;
 }
 .turboweb-sig img{
vertical-align: middle;
float: right; 
margin-bottom: 10px;
 }
/* end of sig */
.mail-address-table {
	color: silver; /***************************** COLOR ***************************/
	font-size:85%;
	width: 500px;
	float: left;
	border: 0px;
	margin-bottom: 8px;
	}
.mail-address-table td
	{
	vertical-align: top;
	}
/* Mailform */
#formtable {
	clear:left;
	width: 100%;
	float: left;
	border: 1px solid #A09D9E;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #B6B6B6;
	background: #2F2F2F;
	}
#formtable table{
	width: 98%;
	background: none;
	}
#formtable td{
	padding: 5px;
	}
#formtable td.left{
	width: 35%;
	padding: 5px;
	}
.inputbox {
	width: 95%;
	margin-bottom: 5px;
	}
.inputbox-textarea {
	width: 95%;
	height: 200px;
	}
#formbutton{
	clear:both;
	width: 100px;
	margin: auto;
	}
/*EOF Mailform*/
