@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font: italic normal normal 100% serif;
	margin: 0;
	padding: 0;
	background: #F5F5F5 url('../images/background.jpg') repeat-x;
	color: #37271C;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
	text-align: left;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	font: normal normal normal small serif;
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
	color: #000000;
	font-size: xx-large;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
	vertical-align: top;
	white-space: normal;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	border-bottom:medium #80AFC9 double;
}

#logoleft {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	background-image: url('../images/blue-black-logo.gif');
	background-repeat: no-repeat;
	height: 145px;
}

/*=================== 
styles for top search box 
========================*/

#logoright {
	float: right;
	width: 200px;
	height: 86px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*styles search button color*/

.search {
	background-color: #2F89B8;
	color: #fff;
	font-weight: bold;
}



/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #066193;
	background: transparent;
	text-decoration: underline;
	text-align: left;
}
a:visited {
	font-weight: bold;
	color: #993300;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #ECF8FF;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #904B12;
	color: #000000;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	/*margin-right: 200px;*/
	background: #CCCCCC;
	margin-left: 220px;
	padding: 5px;
	text-align: left;
	vertical-align: text-top;
	color: #770000;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	font: caption;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/bluebullet24.gif');
	margin: 2px;
	padding: 2px;
	color: #000000;
}
#content li li {
	list-style-image: url('../images/bluebullet24.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#sidebar {
	font-size: large;
	font: normal normal bold 100% serif;
	margin : 0;
	padding : 9px;
	width: 200px;
	color: #066193;
	background: #ffffff;
	float: left;
	text-decoration: none;
	text-align: left;
}

/* Styles for Navigation */
#sidebar ul {
	margin: 0 0 4px 0;
	padding: 0px 2px 0px 4px;
}
#sidebar li {
	list-style: inside url('../images/arrow.gif');
	padding: 0px;
	margin-bottom: 5px;
}
#sidebar a:link {
	font-weight: bold;
	color: #202C32;
	background: #FFFFFF;
	padding: 0px;
}
#sidebar a:visited {
	font-weight: bold;
	color: #770000;
	background: #F5F5F5;
	padding: 0px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration : underline;
	color: #CC3300;
	background-color: #F5F5F5;
}
.heading {
	padding: 2px 3px 3px 4px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 94%;
	background : #BFD6E3;
	margin : 3px;
	color: #000000;
}
#sidebar .heading a:link {
	font-weight: bold;
	color: #770000;
	background : #ffffff;
	padding: 0px;
}
#sidebar .heading a:visited {
	font-weight: bold;
	color: #770000;
	background : #ffffff;
	padding: 0px;
}
#sidebar .heading a:hover {
	font-weight: bold;
	text-decoration : underline;
	color: #993300;
	background : #ffffff;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #416B1F;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
	color: #000000;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #405865;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #2F89B8; /*dk teal*/;
	background-color: inherit;
	font: caption;
	font-size: medium;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: large;
	text-align: left;
	color: #066193;
	font-style: normal;
	vertical-align: text-top;
}
h3 {
	font-size: medium;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.box-imgrgt {
	float: right;
	padding: 5px;
}
.box-imglft {
	float: left;
	padding: 5px;
}

.smltxt {
	font-size: .9em;
}

/* = = = product gallery = = = */
#gallery {
	border-collapse: separate;
	margin: 10px auto 30px auto;
	border: 2px ridge #CCCCCC;
	width: 99%;
}
#gallery td {
	border: 2px ridge #CCCCCC;
	width: 33%;
	padding: 10px 5px 10px 5px;
}
.photo {
	vertical-align: middle;
	text-align: center;
}
.title {
	vertical-align: top;
	font-size: .9em;
	text-align: center;
}

.buy {
	margin: 5px 0px;
}

