
/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */



body { 
	background: #efefef url(images/bg.png) top center repeat-x;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
}
td {vertical-align: top;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.nav {
	font-weight: bold;
	text-decoration: none;
}
.nav2 {
	padding: 0 0 4px 0;
}

.title {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-size: .8em;
}

a {
	color: #0075b9;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #060;
	text-decoration: underline;
}

/* added */
#container {
	background: #fff;
	border: 3px solid #e5e4e4;
	border-top: 0;
	font-size: 76%;
	margin: 0 auto;
	width: 940px;
}
#header {
}
#logo {
	float: left;
	margin: 6px 0 6px 10px;
}

#navigation {
	background: #e4eab2;
	border-top: 3px solid #b7cd02;
	border-bottom: 3px solid #b7cd02;
	float: left;
	margin: 5px 0 0 -3px;
	width: 946px;
}
#navigation ul {
	font-weight: 600;
	font-size: 1.1em;
}
#navigation ul li {
	float: left;
	list-style: none;
	margin: 0;
}
#navigation a {
	color: #758301;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {color: #030;}
#productSearch {
	float: right;
	padding: 6px 10px 0 0;
}
#cart {
	background: url(images/cart.jpg) left center no-repeat;
	clear: right;
	float: right;
	font-size: 1.3em;
	margin-top: 16px;
	padding: 0 6px 0 34px;
}
.phone {
	color: #9caf01;
	font-size: 1.3em;
	font-weight: 600;
	float: right;
	margin: 8px 16px 0 0;
}
.cc-image1 {
	float: right;
	margin: 4px 4px 0 4px;
}
.cc-image2 {
	float: right;
	margin: 8px 2px 0 0;
}
.tagline2 {
	clear: right;
	float: right;
	font-style: italic;
	margin: 0 4px 0 0;
	white-space: nowrap;
}


#page {
	background: #fff url(images/nav-bg.png) top center repeat-x;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	float: left;
	padding: 10px;
	text-align: left;
    width: 664px;
}

#sidebar {
	float: left;
	padding: 10px;
	width: 220px;
}
#sidebar ul {}
#sidebar ul li {
	float: left;
	list-style: none;
	margin: 0;
	width: 250px;
}
#sidebar a {
	display: block;
	padding: 1px 4px;
}
#sidebar a:hover, #sidebar a:active {
	background: #fff;
}



#footer {
	background: #e5e4e4;
	clear: both;
	padding: 10px;
	text-align: left;
}
#footer .note {
	float: right;
}

table.thumbs {
	margin: 0 0 20px 0;
}
.thumbs td {
	border: 0px solid red;
	padding: 12px;
	text-align: center;
}

table#product {
	clear: both;
}
#product-images img {
	max-width: 200px;
}
.price {
	color: #900;
	font-size: 1.4em;
	float: left;
	margin-right: 6px;
}
.add-to-cart {float: left;}
.st-taf {	float: left;
	margin-left: 6px;}
#product-details {
	clear: both;
	color: #777;
	margin: 16px 0;
}
#product-details td {
	padding: 6px;}
#product p {
	margin-bottom: 10px; }

.breadCrumbs {
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 0 16px 0;
}
#recommendations {
	border: 1px solid #adbe18;
	text-align: center;
	margin: 30px 30px 0 0;
	padding: 8px;
}



/* ----- ie hacks -------- */

* html #navigation {
	width: 937px;
	margin-top: 4px;
}
*+html #navigation {
	width: 937px;
	margin-top: 4px;
}