/* standard elements */

a {
	color: black;
}
a:hover {
	color: black;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	color: black;
}
hr{
	color: white;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	padding-top: 6px;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width: 900px;
	background: #BFB28D;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* header */
.header {
	width: 900px;
	height: 106px;
	background: url(../images/other/logo.jpg) no-repeat left top;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: url(../images/navbg.jpg) repeat-x;
	/* background: url(../images/bgnavigation.gif) repeat-x; */
	background-color: #3d3726;
	font: bold 1.1em Verdana,sans-serif;
	font-style: italic;
	height: 30px;
	margin: 0 auto;
	padding: 0 18px;
	width: auto;
	color: white;
	border-bottom: thin;
	border-bottom-color: white;
	border-bottom-style: solid;
}
.navigation a {
	color: white;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 30px;
	font-style: normal;
}
.navigation a:hover {
	color: white;
	font-style: italic;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}
.MainSearch {
	background-color: #140a0a;
	color: white;
	font-size: 105%;
	text-align: center;
}
.MainSearch a {
	text-decoration: none;
}
.Gallery {
	font-weight: bold;
	font-size: 105%;
}
.Gallery_Image {
	min-height: 150px;
	min-width: 150px;
}
.Featured {
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #140a0a;
}
.Featured a {
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.Featured a:hover {
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.Featured a:visited {
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.FeaturedHead {
	padding: 5px 5px 5px 15px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: url(../images/img06a.jpg) repeat-x left top;
	height: 40px;
}
/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
	background-color: #1a3445;
}
.sidenav h1 {
	background: #1a3445;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: White;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background-color: #afb8cc;
	color: black;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background-color: #afb8cc;
	color: #654;
}

/* Menu */

.sidebar1 {
	float: left;
	width: 280px;
	background-color: #3D3726;
	padding-bottom: 10px;
	min-height: 600px;
}
/* content */
.content {
	background: #BFB28D none repeat-y left top;
	padding: 5px 5px 5px 10px;
	width: 605px;
	float: left;
	min-height: 600px;
}
.content a {
	text-decoration: none;
}

.CheckOut_Head {
	color: black;
}
.CheckOut_Step {
	color: black;
	font-weight: bold;
}
.PageHead {
	color: black;
	font-weight: bold;
}
/* footer */
.footer {
	color: white;
	font-style: italic;
	font-size: smaller;
	padding: 10px 0;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #140a0a;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
/* web cat stuff */
.NoShow{
	display: none;
}
.ShowIt{
	display: inline;
}
.Field {	
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.Instructions {
	font-size: 10px;
	font-style: italic;
}
.Header {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.Basket_Head{
	background-color: #bbbbbb;
	color: black;
	font-size: 80%;
	font-weight: bold;
}
.Basket_tot{
	background-color: #bbbbbb;
	color: black;
	font-size: 90%;
	font-weight: bold;
}
.Order{
	background-color: #ededed;
	color: black;
	font-size: 80%;
	font-weight: bold;
}
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	background-color: #3D3726;
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
	background-color: #3D3726;
	background: url(../images/navbg.jpg) repeat-x;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 260px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: url(../images/navbg.jpg) repeat-x;
	font-size: 95%;
	font-weight: bold;
	color: white;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: url(../images/img06b.jpg) repeat-x left top;
	color: white;
}
.CatHead {
	color: Black;
	font-weight: bold;
	text-align: left;
	font-size: larger;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.button {border:none;background-image:none;padding-left:20px;padding-right:20px;padding-top:3px;padding-bottom:5px;font-family:"helvetica neue", helvetica, arial, sans-serif;font-weight:bold;text-align:center;line-height:1;font-size:13.33px;color:#ffffff;text-shadow:0px -0px 1px rgba(0, 0, 0, 0.3);border:1px solid #474d5b;border-bottom:1px solid #3b404b;box-shadow:0px 0px 0px #ddd, 0px 1px 1px 0px #a8b6d6 inset;-moz-box-shadow:0px  0px 0px #ddd, 0px 1px 1px 0px #a8b6d6 inset;-webkit-box-shadow:0px  0px 0px #ddd, 0px 0px 1px 0px #a8b6d6 inset;-ms-box-shadow:0px  0px 0px #ddd, 0px 0px 1px 0px #a8b6d6 inset;-o-box-shadow:0px  0px 0px #ddd, 0px 0px 1px 0px #a8b6d6 inset;background-color:#545b6b;background-image:-webkit-gradient(linear, left top, left bottom, from(#545b6b), to(#644c3f));background-image:-webkit-linear-gradient(top, #545b6b, #644c3f);background-image:-moz-linear-gradient(top, #545b6b, #644c3f);background-image:-ms-linear-gradient(top, #545b6b, #644c3f);background-image:-o-linear-gradient(top, #545b6b, #644c3f);background-image:linear-gradient(top, #545b6b, #644c3f);height:25px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;} 

.button:hover {cursor: pointer;background-color:#586070;background-image:-moz-linear-gradient(top, #586070 0%, #525969 50%, #515868 50%, #505666 100%);background-image:linear-gradient(top, #586070 0%, #525969 50%, #515868 50%, #505666 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#586070 0%), to(#525969 50%));background-image:-webkit-linear-gradient(top, #586070 0%, #525969 50%, #515868 50%, #505666 100%);background-image:-ms-linear-gradient(top, #586070 0%, #525969 50%, #515868 50%, #505666 100%);background-image:-o-linear-gradient(top, #586070 0%, #525969 50%, #515868 50%, #505666 100%);} 

.button:active {background-color:#644c3f;background-image:-moz-linear-gradient(top, #644c3f 0%, #644c3f 50%, #644c3f 50%, #644c3f 100%);background-image:linear-gradient(top, #644c3f 0%, #644c3f 50%, #644c3f 50%, #644c3f 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#644c3f 0%), to(#644c3f 50%));background-image:-webkit-linear-gradient(top, #644c3f 0%, #644c3f 50%, #644c3f 50%, #644c3f 100%);background-image:-ms-linear-gradient(top, #644c3f 0%, #644c3f 50%, #644c3f 50%, #644c3f 100%);background-image:-o-linear-gradient(top, #644c3f 0%, #644c3f 50%, #644c3f 50%, #644c3f 100%);}

a.button {padding-top:3px;padding-bottom:3px;text-decoration:none;color:#ffffff;} a.button:link {color:#ffffff;} a.button:visited {color:#ffffff;}
