html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-weight: normal;
	text-align: center;
	margin: 8px 0;  /* Use margin: XXpx 0; to add space at the top of the layout */
	background-color: #fff;
	background-image: url(/templates/img/body-bkg2.jpg);
	background-repeat: repeat-x;
}
#editor {
	text-align: left;
}
p {
	margin: 6px 0;
	padding: 0 6px;
	line-height: 135%;
}
h1 {
	font-size: 1.5em;
	color: #026;
	margin: 6px 2px;
	padding: 0;
}
h2 {
	font-size: 1.05em;
	color: #f90;
	margin: 2px 4px;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	margin: 2px 8px;
	padding: 0;
}
h4 {
	font-size: .95em;
	margin: 2px 10px;
	padding: 0;
}
h5 {
	font-size: .90em;
	margin: 2px 12px;
	padding: 0;
}
h6 {
	font-size: .85em;
	margin: 2px 14px;
	padding: 0;
}
ul {
	margin-left: 1.95em;
	line-height: 120%;
	list-style: disc;
margin-top: 10px;
margin-bottom: 10px;
}
ol{
list-style: decimal;
line-height: 120%;
margin-left: 1.95em;
margin-top: 10px;
margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #e39b2f;
}
a:active {
	text-decoration: none;
	color: #e39b2f;
}
a:hover {
	text-decoration: underline;
	color: #e39b2f;
}
a:visited {
	text-decoration: none;
	color: #e39b2f;
}
blockquote{
margin: 0px 30px;
}
.clear {
	clear: both;
}
.wide {
}
.wide p {
	margin: 0;
	padding: 5px;
	position: relative;
}
.top {
	height: 150px;
	text-align: center;
	background-color: #FFFFFF;
}
.top h1 {
	display: none;
}
.imagebar {
	position: relative;
	height: 130px;
	background: #f90;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #eee;
}
.bottom {
	position: relative;
	color: #333;
	top: -30px;
}
.footer {
	width: 100%;
	padding-top: 4px;
	font-size: 10px;
	text-align: center;
	color: #666;
}
.newsletter {
	width: 90%;
	color: #ccc;
	font-size: 10px;
	background: #fff;
}
.breadcrumb {
	font-size: .8em;
	color: #B9C3D5;
	padding-left: 2px;
}
.breadcrumb a {
	color: #B9C3D5;
}
.breadcrumb a:hover {
	color: #5D729E;
}
.float {
	width: 50px;
	border: 2px solid #f90;
	background: #ffd;
	font-size: .7em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}
.splitleft {
	float: left;
	width: 49%;
	text-align: left;
}
.splitright {
	float: right;
	width: 49%;
	text-align: right;
}
.mission {
	padding: .8em;
	font-size: 1.25em;
	text-decoration: italics;
	color: #026;
	text-align: center;
	clear: both;
}
.homewrapper {
	width: 525px;
	float: left;
}
.homebox {
	width: 250px;
	float: left;
	padding: 1px;
	margin: 1px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
.newsbox {
	display: block;
	width: 175px;
	padding: 1px;
	margin: 1px;
	border: none;
	background: #fff;
	color: #000;
}
.newsbox ul {
	list-style: none;
	margin: 0 auto;
	line-height: 140%;
}
.newsbox li {
	margin-top: 12px;
	background: none url(/icons/entry_12.gif) 1px 4px no-repeat;
	padding-left: 14px;
	font-size: .95em;
}
.newsbox p {
	font-size: .75em;
	text-align: right;
}
.newsbox p a {
	color: #666;
}
.news_archive1{
margin-top: 15px;
margin-bottom: 30px;
}
.news_archive1 h2{
display: none;
}
.news_archive1 a{
font-weight: bold;
font-family: Arial, Sans-Serif;
font-size: 12px;
leter-spacing: 1px;
}
.news_archive1 li {
	margin: 5px 0px;

}
.subscribebox {
	width: 220px;
	float: right;
	padding: 1px;
	margin: 1px;
	border: none;
	background: #fff;
	color: #000;
}
.subscribeform {
	padding: 2px 8px;
	margin: 0 auto;
}
.partnerbox {
	width: 190px;
	float: right;
	margin: 1px;
	border: none;
	background-color: #fff;
	color: #333;
}
.partnerbox h2 {
	background: #f60;
	color: #fff;
	font-size: 11px;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #358;
	padding: 12px;
}
.tao-def {
	width: 450px;
	font-family: "Courier New", Courier, monospace;
	font-size: .95em;
	background-color: #eee;
	padding: 12px;
	border: 1px dashed #aaa;
}
.abs-box {
	position: absolute;
	top: -102px;
	font-size: .8em;
	width: 250px;
	height: 100px;
	border-top: 1px solid #fff;
	background: #fc6;
	color: #666;
}
div.gallery {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}
div.gallery p {
	font-size: .75em;
	text-align: center;
}
ul.thumbGallery {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;  /* different browsers style this different so go for sure */
	/* line-height: 1em; */
  text-align: center;
	/* font-size:smaller;
  font-weight:lighter; */
  color: #666;
}
ul.thumbGallery li {
	list-style-image: none;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 3em;
	margin-right: 1em;
	white-space: nowrap;
}
ul.thumbGallery li a, li a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
ul.thumbGallery a img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
div.photo {
	padding: 4px 4px 4px 4px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}
div.photo p {
	font-size: .75em;
	text-align: center;
}
div.photo img {
	border: 1px solid #aaa;
}
.mail {
	width: 60px;
	z-index: 80;
	float:right;
position:relative;
	margin-top: -38px;
	margin-bottom: -10px;
margin-right: -4px;
}
#nav, #nav ul {
	z-index: 10;
	width: 810px;
position:relative;
	float: left;
	list-style: none;
	line-height: 1em;
	background-color: #f2f2f2;
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
margin-top: 30px;
padding-right: 90px;

}
#nav a {
	display: block;
	width: 100%;
	color: #e39b2f;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding: 4px;
	margin-left: -8px;
}
#nav a:hover {
	color: #e39b2f;
}
#nav li {
	float: right;
	width: 152px;
	text-align: left;
}
#nav li ul {
	position: absolute;
	background-color: #e39b2f;
	color: #fff;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e39b2f;
text-align: left;
}
#nav li li {
	width: 100%;
	margin-left: -10px;
text-align: left;
margin-left: 0px;
}
#nav li ul li a{
margin-left: 0px;
}
#nav li+li {
}
#nav li ul a {
	width: 100%;
	white-space: normal;
	text-align: left;
	color:#FFFFFF;
	line-height:20px;
	font-size:12px;
	margin-left: 0px;
}
#nav li ul a:hover {
	width: 100%;
	color: #e39b2f;
}
#nav li ul ul {
	margin: -1.5em 0 0 10em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul {
	left: auto;
}
#nav li:hover, #nav li.thover {
	background-color: #ddd;
	color: #fff;
}
#nav li li:hover, #nav li li.thover {
	background-color: #fff;
	color: #e39b2f;
	width: 100%;
}
/* \*/
* html .abs-box {
	top: -101px;
	t\op: -102px;
}
/* */
.abs-box-left {
	left: 0;
}
.abs-box-right {
	right: 0;
	text-align: center;
}
.wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #999;
	z-index: 0;
positon:relative;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 900px;
	wid\th: 900px;
}
.outer {
	margin-left: 10px;    /*** Critical left col dimension value ***/
	width: 880px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	background: #fff;   /*** Critical right divider dimension value ***/
	margin-right: 10px;
}

.float-wrap {
	float: left;
	width: 464px;   /*** Static fix ***/
	padding-left: 10px;
	padding-right: 10px;
	z-index: auto;
	margin-top: -6px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
	min-height: 435px;
}
.center {
	float: right;
	padding-left: 10px;
	width: 558px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	/* \*/
margin-left: -1px;/* Hidden from IE-mac */
}
.outer a:hover{
text-decoration: underline;
}
.left {
	width: 180px;
	float: right;
	margin-top: 14px;
float: left;
overflow: hidden;
margin-top: 15px;
}
* html .left {
	float:left;
}
*>html .left {
	width:21px;
}   /*** Fix only for IE/Mac ***/

.right {
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 190px;
	float: left;
	margin-top: 15px;
}
.right a:hover{
text-decoration: underline;
}
/* \*/
* html .right {
	margin-left: 0px;
	margin-right: -400px;
	mar\gin-right: -182px;
}
/* */

.container-right {
	border: 1px solid #ccc;
min-height: 210px;
float: left;

	text-align: center;
	/* \*/width: 100%;   /*** To keep content from going underneath the AP bottom boxes ***/
}
.women-right{
border: none;
background: #fff;
padding-top: 25px;
}
.container-right img {
	border: 0px;
}
/* \*/
* html .container-right {
	fl\oat: right;
	margin-left: 2px;
	mar\gin-left: 0px;
}
/*** Static fixes ***/

/* \*/
* html h2 {
	height: 1%;
}
/* */

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {
	margin-right: -3px;
}
/* */

[if IE]> <style type="text/css"> .outer {
word-wrap: break-word;
}
</style> <![endif] 


.center-wide {
}
form {
	padding: 15px;
	margin: auto;
	width:400px;
	margin-top:25px;
}
table {
	margin: auto;
	text-algin: left;
}
select, textarea, input {
	margin: 2px 0px 2px 0px;
}

.fixed-buttons{
margin-top: 10px;
}
.fixed-buttons li{
margin: 20px 0px 10px 0px;
}
.fixed-buttons .orange {
	list-style-type: none;
	width: 190px;
	margin-left: -35px;

}
.fixed-buttons .green {
	list-style-type: none;
	width: 170px;
	margin-left: -35px;
}
.cart {
	font-family: Arial, Helvetica, sans-serif;
	color: #C6D644;
	font-size: 15px;
	font-weight: bold;
}
.menu_main {
	width: 900px;
}
#cartbuttons ul {
	list-style: none;
	width: 300px;
}
#cartbuttons ul li {
	float: left;
}
#cartbuttons ul li input {
}
.product {
	clear: both;
	width: 300px;
	margin: 0 auto;
margin-left: 85px;
	padding-top: 10px;
margin-bottom: 10px;
float: left;
}
.product .thumb {
	float: left;
	margin-bottom: 10px;
}
.product .name {
	clear: right;
}
.product .description{
float: left;
width: 50%;
overflow: hidden;
font-size: 11px;
padding: 1%;
}
.product .price {
	padding: 10px;
	float: left;
font-weight: bold;
font-size: 11px;
text-align: center;
width: 50%;
}
 .department-list .product-feed{
width: 225px;
height: 125px;
float: left;
padding: 6px 0;
margin: 0px;
}
.center-wide .product-feed{
float: left;
clear: none;
width: 50%;
}
.center-wide .product-feed+.product-feed .thumb, .center-wide .product-feed+.product-feed .description, .center-wide .product-feed+.product-feed .price{
display: block;
}
.center-wide .product-feed .thumb{
float: left;
width: 40%;
}
.center-wide .product-feed+.product-feed .thumb{
float: left;
width: 40%;
}
.product-feed{
float: left;
clear: both;
width: 100%;
}
.product-feed .thumb{
float: left;
padding-left: 12px;
width: 45%;
}
.product-feed+.product-feed .description, .product-feed+.product-feed .price{
display: none;
}
.product-feed+.product-feed .thumb{
float: none;
width: 100%;
padding: 0;
text-align: center;
margin: 0;
}
.product-feed+.product-feed .name h2{
width: 100%;
text-align: center;
padding: 0;
}
.product-feed .thumb img{
width: 75px;
}
.product-feed .name{
float: left;
width: 100%;
padding: 10px 0;
}

.product-feed .description{
text-align: left;
width: 40%;
overflow: hidden;
overflow: hidden;
clear: right;
float: left;
font-size: 11px;
}
.product-feed .price{
font-weight: bold;
font-size: 11px;
text-align: left;
padding-top: 5px;
float: right;
width: 48%;
}

.indv-product {
	margin: auto;
	width: 300px;
}
.indv-product .info {
	width: 45%;
	float: left;
	margin-left: 10px;
	clear: right;
}
.indv-product .thumb {
	text-align: left;
	margin: auto;
	width: 45%;
	float: left;
}
.indv-product .name {
	float: left;
	text-align: left;
}
.name h2{
text-transform: capitalize;
}
.indv-product .name h2 {
	font-size: 18px;
}
.indv-product .price {
	clear: left;
	text-align: left;
	padding-top: 10px;
}
.indv-product .quantity {
	clear: left;
	text-align: left;
	padding-top: 10px;
}
.indv-product .add {
	text-align: left;
	padding-top: 10px;
}
.indv-product .description {
	width: 100%;
	float: left;
}
.indv-product .add input{


}
.product-feed {
	margin-bottom: 15px;
margin-top: 20px;
}

.product-feed .name {
	margin-top: -10px;
	font-weight: bold;
}
.product-feed img {
	width: 75px;
}
.left-top h2{
margin-bottom: -20px;
width: 100%;
text-align:left;
color: #555;
padding-top: 12px;
padding-left: 12px;
float: left;
z-index: 10;
position: relative;

}

#dept_list {
	margin: 0;
	list-style: none;
	text-shadow: #fff;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
	overflow: hidden;
	padding: 0px;
background-color: #f2f2f2;
border: 1px solid #ccc;
clear: both;
padding-top: 30px;
width: 98%;
z-index: 1;
position: relative;
float: left;

}
#dept_list li { /* all list items */
	position : relative;
	float : left;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
height: 30px;
}
#dept_list li a {
	display : block;
	text-decoration : none;
	background-color : transparent;
	padding : 4px 0px 4px 30px;
	font-weight: bold;
	font-size: 12px;
}
#dept_list li a:hover {
}
#dept_list li:hover {
	background-color: #ddd;
	color : #333333;
}

ul.jscartlinks{
background-image: url(/templates/img/cart2.gif);
	background-repeat: no-repeat;
	background-position: top;
text-align: left;
list-style: none;
width: 180px;
margin-top: 10px;
margin-left: -1px;
padding-right: 1px;
margin-bottom: 0px;

padding-bottom: 10px;
}

ul.jscartlinks{
padding-top: 35px;
}

ul.jscartlinks li{
margin-left: 46px;
}
ul.jscartlinks li a, ul.jscartlinks li a:hover, ul.jscartlinks li a:visited{
color: #677018;
font-weight: bold;
font-size: 12px;
}

ul.jscartlinks li+li{
padding-top: 10px;
}

#searchbox{
width: 100%;
padding: 0px;
margin: 0px;
padding-bottom: 10px;
float: left;
}
#searchbox h2{
width: 100%;
text-align:center;
padding-bottom: 5px;
padding-top: 5px;
}
#searchbox form{
margin-top: 0px;
padding: 0px;
width: 100%;
float: left;
clear: both;
text-align: center;
}
#searchbox form input{
margin-left: 2px;
font-size: 11px;

}
.checkout-right{
display: none;
}

.center-wide form table tbody tr td{
padding: 2px;
}

.links{
width: 100%;
float: left;
}
.links .row{
float: left;
width: 100%;
margin: 0;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #bbb;
}
.links .row .name .link-name{
font-size: 18px;
font-weight: bold;
color: #555;
text-decoration: none;
}
.links .row .name{
padding: 10px 0;
}

.links .row .description{
width: 90%;
margin: 0 5%;
}
