/* CSS Resets */

html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, del, em, img, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0
}

a img {
	border:0
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #282828;
	font-size: 13px;
	background-color: #000;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}

a, a:visited {
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #255572;
}
a img {
	border: none;
}
a:focus {
	outline: none;
	border: none;
}
:focus {
	outline: none;
	border: 0px;
}
a:active, a:selected { 
    border: none;
    outline: none;
}

p {
	margin-bottom: 13px;
}

hr {
	margin: 0px 0px 13px;
	padding: 0px;
	background-color: #64028E;
	height: 1px;
	border-width: 0px;
	border-style: none;
}

ul {
	margin-bottom: 13px;
	padding-left: 30px;	
}

li {
	padding-bottom: 5px;
}
/* layout */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../image/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	padding: 0px 0px 25px;
}
.headerwrap {
	margin: 0px;
	padding: 0px;
	height: 205px;
	background-image: url(../image/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .storelogo {
	float: left;
	padding: 20px 0px 10px;
	height: 150px;
	width: 406px;
}
#tagline {
	height: 25px;
	width: 960px;
	background-image: url(../image/tagline.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	clear: both;
	float: left;
}
#tagline p {
	text-indent: -2000px;
}
#header .utilitynav {
	float: right;
	padding-top: 7px;
	height: 38px;
}
#header .utilitynav a {
	margin-left: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #D76B00;
}
#header .utilitynav a:hover {
	color: #674D32;
}
#header .storenav {
	width: 410px;
	float: right;
	display: inline;
	padding: 15px 20px 0px 0px;
	margin: 0px;
	text-align: right;
}
#header .storenav div.socialshare {
	padding: 0px 0px 10px;
}
#header .storenav p {
	font-size: 13px;
	font-weight: bold;
	color: #1E2F37;
	letter-spacing: 1px;
	line-height: 125%;

}
#header .storenav a {
	float: left;
	margin-right: 2px;
	width: 80px;
	height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #255572;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
#header .storenav a:hover {
	color: #990000;
}
#header .storenav a.selected {
	color: #990000;
}
/* Store Category Navigation */



.navigation {
	width: 960px;
	clear: both;
	float:left;
}
#storemenu {
	float:left;
	width:100%;
	position:relative;
	background: url(../image/nav-bg.png) no-repeat center top;
	height: 30px;
}
#column_right {
	width:100%;
	padding: 5px 0px 0px;
}
#column_right div.education {
	position: relative;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#column_right div.education a {
	color: #FFFFFF;
}
/*Begin Category Navigation */



/* LEVEL ONE */



div#column_right ul {
	position: relative;
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 100;
	float: left;
}
div#column_right ul li {
	font-weight: normal;
	float: left;
	zoom: 1;
	font-size: 13px;
	padding-bottom: 0px;

}
div#column_right ul li a {
	display: block;
	padding: 4px 8px;
	color: #FFFFFF;
}
div#column_right ul li:last-child a {
	border-right: none;
}
div#column_right ul li.hover, div#column_right ul li:hover {
	position: relative;
}
div#column_right ul ul li.hover, div#column_right ul ul li:hover {
	color: #ffffff;
	background-color: #1F4861;
}
div#column_right ul li.hover a {
	color: #ffffff;
}
/* LEVEL TWO */



div#column_right ul li ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
}
div#column_right ul li ul li {
	font-weight: normal;
	background: #255572;
	color: #FFFFFF;
	border-bottom: 1px solid #B4E1EF;
	float: none;
	padding: 0px;
}
/* IE 6 & 7 Needs Inline Block */

div#column_right ul li ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
/* LEVEL THREE */



div#column_right ul ul ul {
	left: 100%;
	top: 0;
	list-style: none;
	width: 175px;
}
div#column_right ul li:hover > ul {
	visibility: visible;
}
/* End of Category Navigation */



#header .crumbswrap {
	clear: both;
}
#header .crumbswrap .center {
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .clselectors {
	float: right;
	padding-top: 2px;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	height: 13px;
	color: #999;
}
#column_left {
	float: left;
	width: 215px;
	clear: left;
	margin: 20px 5px 0px 20px;
}
#column_left select, #column_left input {
	width: 150px;
}
#column_left .box .middle {
	line-height: 1.5;
}
#content .middle a, a:visited {
	text-decoration: none;
	color: #255572;
	cursor: pointer;
}
#column_left .box .middle a, a:visited {
	text-decoration: none;
	color: #990000;
	cursor: pointer;
}
#content .middle a:hover {
	color: #990000;
	text-decoration: none;
}
#column_left .box .middle a:hover {
	color: #255572;
	text-decoration: none;
}
#content {
	margin: 20px 20px 10px 250px;
}
#content .middle {
	line-height: 1.5;
}

#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1 {
	padding: 0px 0px 0px 40px;
	background: url('../image/single-gold-wave.gif') no-repeat left top;
}
#content h1 {
	color: #64028E;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.heading {
	color: #64028E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 13px;
	line-height: 1;
}
h2 {
	font-size: 20px;
	color: #2693B3;
}
h3 {
	font-size: 18px;
	color: #64028E;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #64028E;
}

#content .middle {
	background: #FFFFFF;
	padding: 0px 0px 25px;
	min-height: 380px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 8px 30px;
	color: #5A7238;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../image/single-wave-gold.gif') no-repeat left center;
}
div#column_left .box .top {
	padding: 5px 0px 5px 25px;
	color: #255572;
	text-transform: uppercase;
	background: url('../image/single-wave-darkred.gif') no-repeat left center;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	padding: 5px 10px;
}
.box .bottom {
	height: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.clearboth {
	clear: both;
	height: 0px;
}
.button {
	padding-left: 8px;
	display: inline-block;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
	line-height: normal;
}
.buttons {
	padding: 5px 0px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #FCFBF8;
	border: 1px solid #C7B885;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .sortwrap {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .sorttext {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 4px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #9C754E;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	background: #FFFFFF url(../image/footer-background.gif) no-repeat center top;
	clear: both;
	padding-top: 25px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	margin-top: 25px;
}
#footer .footerleft {
	float: left;
	text-align: left;
}
#footer .footerright {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
#information ul li a {
	color: #718D41;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
/* Styles from Old Site */



.left-img {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.right-img {
	float: right;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 0px;
}
table.chart {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
td.chart {
	border: 1px solid #DE8D2E;
	padding: 0.2em 1em;
	font-weight: normal;
	color: #202020;
	text-align: left;
}
.content-subhead {
	font-weight: bold;
	color: #C47324;
}
div#imagerotator {
	background: url(../image/imagerotate/rotate.php) no-repeat left center;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 220px;
	width: 100%;
}
div.slideshow {
	margin: 0px 0px 20px;
	padding: 0px;
}
table.products {
	border-collapse: collapse;
	margin: 0px 0px 15px;
}
table.products tr td {
	border: 1px solid #CFB885;
	margin: 0px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
table.products tr td img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
table.products tr td strong {
	font-size: 14px;
	font-weight: bold;
	color: #AD9850;
}
div#imagerotator {
	background: url(../image/imagerotate/rotate.php) no-repeat left center;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 315px;
	width: 100%;
}
a.add2cart {
	vertical-align: top;
	margin-top: 3px;
}
.alignleft {
	padding: 0px 10px 5px 0px;
	float: left;
}
.alignright {
	padding: 0px 0px 5px 10px;
	float: left;
}

