/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-position: center top;
	background-repeat: repeat;
	background-image: url(../design_images/205/background-html.jpg);
	background-attachment: scroll;
}

body {
	background-position: 71px top;
	background-repeat: repeat-y;
	background-image: url(../design_images/205/road-stripes.png);
	width: 906px;
	margin: 0 auto;
	position: relative;
	padding: 35px 0 150px 0;
}

#header {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../design_images/205/background-header.png);
	height: 116px;
	position: relative;
}

#header2 {
	margin: 0 60px 0 60px;
}

#left {
	width: 220px;
	margin-left: 60px;
	float: left;
	display: inline;
}

#main {
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(../design_images/205/background-main.png);
	position: relative;
	float: left;
	width: 906px;
}

#right {
	float: left;
	width: 550px;
	margin-left: 10px;
}

#content {
	background: white;
	min-height: 250px;
	border: 2px solid #0000d9;
	border-top-width: 15px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 526px;
}

/* box model hack for ie */


* html #content {
	height: 250px;
	width: 550px;
	w\idth: 526px;
}

.box {
	background: #E6E6E6;
	float: left;
	border: 2px solid black;
	width: 246px;
	min-height: 80px;
	padding: 10px;
}
.box.first {
	margin-right: 10px;
}

#footer {
	clear: both;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../design_images/205/background-footer.png);
	padding-top: 20px;
	padding-left: 290px;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 600px;
	margin-left: 20px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
}

table.calendar td.outside {
	color: #aaa;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #1a80ff;
}

table.calendar .c2 a {
	background-color: #0054be;
}

table.calendar .c3 a {
	background-color: #7d49ed;
}

table.calendar .c4 a {
	background-color: #b570c6;
}

table.calendar .c5 a {
	background-color: #dd288f;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #1a80ff;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #000;
}

.contactform label {
	display: block;
	color: #0054be;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: ;
	margin: 4px 0 0 30px;
	font-size: 90%
}

div.blog_archive {
	margin-left: 20px;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group product */

#product_menu li {
	background: #e00;
	margin-bottom: 2px;
}
#product_menu li li {
	background: transparent;
}
#product_menu li * {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0;
	line-height: 1;
}
* html #product_menu li * {
	display: inline-block;
}
*html #product_menu li span {
	width: 220px;
	cursor: pointer;
}
#product_menu a:hover {
	background: black;
}
#product_menu li a span,
#product_menu li span span {
	padding: 5px 10px;
}
#product_menu li.current {
	background: black;
}
#product_menu li.current ul {
	margin-left: 25px;
	margin-right: 5px;
	padding-bottom: 5px;
	list-style-type: disc !important;
}
#product_menu li li * {
	list-style-type: disc !important;
	color: #ccc;
}
#product_menu li li a:hover {
	color: white;
	text-decoration: underline;
}

/* @end */

/* @group other */

#content .menu,
#header2 .menu {
	float: left;
	margin-bottom: 10px;
}
#content .menu {
	width: 525px;
}
#header2 .menu {
	width: 780px;
}
#content .menu li,
#header2 .menu li {
	list-style-type: none;
	margin: 0 10px 5px 0;
	padding-right: 10px;
	border-right: 1px solid;
	float: left;
}


/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: black;
}

#header h1 a{
	display: block;
	position: absolute;
	left: 80px;
	top: 13px;
	height: 40px;
	width: 320px;
	text-decoration: none;
	text-indent: -10000px;
}

#header #tagline {
	position: absolute;
	text-indent: -9999px;
}

#footer {
	font-size: 80%;
	color: #aaa;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #e00;
	font: bold 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #e00;
	font: normal 150%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content h2:first-child,
#content h1:first-child {
	margin-top: .5em;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #e00;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #e00;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #e00;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #e00;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
	color: ;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: .25em;
	color: #0054be;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

a, a:link, a:hover {
	color: #e00;
}

a:visited {
	color: #b20000;
}
#footer a, 
#footer a:link, 
#footer a:hover, 
#footer a:visited {
	color: #aaa;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */

/* @group store */

/* @group categories */

.category.description {
	background: #e6e6e6;
	padding: 10px 0 1px 0;
	margin: 5px 0 10px 0;
}

#content .catmenu {
	float: left;
	margin-bottom: 10px;
}

#content .catmenu li {
	list-style-type: none;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 104px;
	float: left;
}
#content .catmenu li img {
	display: block;
	margin: 2px auto 0 auto;
}
#content .catmenu li a,
#content .catmenu li a:link,
#content .catmenu li a:visited {
	font-size: 10px;
	text-decoration: none;
	line-height: 1;
	display: block;
	background: #e6e6e6;
	padding: 5px;
	color: black;
}
#content .catmenu.image li a {
	overflow: hidden;
	padding: 2px;
}
#content .catmenu li a:hover {
	background: #e00;
	color: white;
}

/* @end */

/* @group products */
#content .product table {
	margin-left: 110px;
	width: 415px;
}
#content .product table td.discount {
	line-height: 1;
}
#content table td,
#content table th {
	padding: 3px 5px;
	vertical-align: top;
}
#content .product table td {
	background: #e5e5e5;
	border: 1px solid white;
}
#content table th {
	background: #848484;
	color: white;
	border: 1px solid white;
	padding: 1px 5px;
	line-height: 1;
}
#content table td.label {
	text-align: right;
	line-height: 1;
	width: 20%;
	font-size: 11px;
}
#content table.cart {
	width: 100%;
	font-size: 85%;
	line-height: 1;
}
#content .cart th {
	font-size: 80%;
}
.cart_actions {
	text-align: right;
	padding: 10px;
}
#content .cart td {
	border-top: 1px solid #ccc;
	vertical-align: top;
}
#content .cart tr.sub td {
	border-top: none;
}
#content .cart td.outside {
	border-top: none;
}
#content .cart .money {
	text-align: right;
}
#content .cart th.product {
	width: 170px;
}
#content .cart .call {
	background: yellow;
	font-size: 8pt;
	line-height: 1;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}



/* @end */

/* @group products */

div.product {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	display: inline;
	width: 525px;
}

#shadowbox_container #shadowbox_title {
	height: 30px;
}
#shadowbox_container #shadowbox_title_inner {
		font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.product.full {
	border-top: none;
}
#content div.product.full h2 {
	color: black;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 1em 110px;
}

.product .product_preview {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 100px;
	overflow: hidden;
}

.product div.price {
	text-align: right;
	font-weight: bold;
}
#content .product h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 110%;
	color: black;
	margin-left: 110px;
}
#content .product h3 a {
	color: black;
}

#content .product h3,
#content .product .description,
#content .product .item_prices {
	margin-left: 110px;
}
#content .product .view_details {
	float: right;
}
.product .item_number {
	float: right;
	text-align: right;
	font-size: .8em;
	padding-left: 10px;
	padding-bottom: 5px;
}
.product .item_number span {
	background: #e00;
	padding: 2px 5px;
	color: white;
}

.product .item_prices {
	
}

.product .subcats {
	margin-left: 110px;
	margin-bottom: 5px;
	margin-top: -10px;
	padding-top: 3px;
	font-size: 11px;
	color: #0f65bf;
	font-weight: bold;
	text-decoration: none;
}

.subcategories {
	background: #0044c7;
	padding: 5px;
	margin: 8px 0;
	color: #fff;
	font-size: 12px;
}

.subcategories a,
.subcategories a:link,
.subcategories a:visited {
	color: #fff;
	text-decoration: none;
}
.subcategories a:hover,
.subcategories span.current {
	text-decoration: underline;
}
span.call {
	font-weight: bold;
	color: red;
}

h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
#content h1 small a {
	text-decoration: underline;
	color: #666;
}
h1 small {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.product form table select {
	max-width: 200px;
}
/* @end */

/* @group product search */

#product_search {
	position: absolute;
	right: 80px;
	top: 62px;
	height: 26px;
	width: 163px;
}
#product_search input {
	height: 26px;
	border: none;
	float: left;
	position: relative;
	padding: 0;
	line-height: 1;
	display: block;
}
#product_search #product_search_term {
	padding: 7px 10px 0 10px;
	height: 19px;
	width: 117px;
	background: transparent url(../design_images/205/button-input.png) top left no-repeat;
}
#product_search #product_search_submit {
	width: 26px;
	text-align: center;
	cursor: pointer;
	background: transparent url(../design_images/205/button-search.png) right top no-repeat;
	text-indent: -10000px;
	position: relative;
}


/* @end */

/* @group page links */
.pagination {
	text-align: center;
	padding: 15px 0;
	font-size: 10px;
	clear: both;
}
.pagination.info {
	padding-bottom: 0;
	color: #909090;
}
#content .pagination a,
#content .pagination a:visited {
	text-decoration: none;
	background: #eee;
	color: #aaa;
	padding: 2px 5px;
}

#content .pagination a.page {
	background: #bbb;
	color: white;
}

#content .pagination a.page.current,
#content .pagination a:hover {
	background: black;
	color: white;
}
#content .pagination a.previous {
	margin-right: 20px;
}
#content .pagination a.next {
	margin-left: 20px;
}



/* @end */

/* @group cart */



#shopping_cart {
	position: absolute;
	right: 80px;
	top: 24px;
	text-align: right;
	width: 200px;
}

#shopping_cart a,
#shopping_cart a:link,
#shopping_cart a:visited
 {
	color: white;
	display: block;
	height: 26px;
	padding-right: 30px;
	line-height: 26px;
	background: transparent url(../design_images/205/button-cart.png) right top no-repeat;
}
div.error,
tr.error td.label {
	color: white;
	background-color: #000;
}

div.error {
	padding: 10px;
	line-height: 1.3;
}
#content div.error h2 {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

a.footnote {
	text-decoration: none;
}

#required {
	font-size: 10px;
	color: #0000d9;
}
table.editor {
	line-height: 1;
}
#content table.editor th {
	background: none;
}
#content table.editor th * {
	color: #0000d9;
}

#content .extra.left {
	padding-left: 20px;
}
#content .extra.right {
	padding-right: 20px;
}
#content td.left,
#content td.right {
	float: none;
	margin: 0 !important;
}
.order_confirmation {
	width: 100%;
}


/* @end */

/* @group preview */

#home_page_previews img {
	float: left;
}
#home_page_previews .description {
	margin-left: 210px;
	background: transparent;
	width: 310px;
}
#home_page_previews .home_page_preview_links {
	position: absolute;
	top: 0;
	right: 0;
}
#content #home_page_previews h3 {
	margin-top: 30px;
}
#home_page_previews .home_page_preview_links a {
	background: #fff;
	color: #aaa;
	line-height: 1;
	padding: 1px 7px;
	text-decoration: none;
	border: 1px solid #aaa;
	font-size: 10px;
}
#home_page_previews .home_page_preview_links a:hover,
#home_page_previews .home_page_preview_links a.current {
	background: #aaa;
	color: #fff;
}

/* @end */


#site_seal {
	position: absolute;
	top: -115px;
	right: 210px;
}




#content input.submit_button {
	background: #0000d9;
}

#content input.submit_button:hover {
	background-color: black;
}

#content #shipping_estimates {
	background-color: #e5e5e5;
}

#content #shipping_estimates input.submit_button {
	background-color: #e00;
}

#content #shipping_estimates input.submit_button:hover {
	background-color: black;
}


/* @end */

/* @group image enlargement */

.product_images a {
	position: relative;
	overflow: hidden;
	margin-right: 1px;
}
.product_images .enlarge_image {
	display: block;
	z-index: 2;
	position: absolute;
	background: black;
	width: 38px;
	height: 38px;
	background: url(/stylesheets/design_images/116/enlarge-image.png) bottom right no-repeat;
	right: 1px;
	bottom: 1px;
	text-indent: -10000px;
}
.product_images a.small .enlarge_image {
	display: none;
}
.product_images a img {
	position: relative;
	z-index: 1;
}
.product_images a:hover .enlarge_image {
	display: block;
}
.product_images a {
	border-width: 1px;
}
.product_images a.small {
	border-color: #ccc;
}
.product_images a:hover {
	border-width: 1px;
	border-color: black;
}

#content table.quantity_discounts {
	margin-left: 0;
	width: 200px;
	margin-top: 5px;
}

#content table.quantity_discounts td,
#content table.quantity_discounts th {
	border: none;
	font-size: 7pt;
	line-height: 1;
	background: #f00;
}

#content table.quantity_discounts td {
	border-top: 1px solid white;
	font-size: 9pt;
	background: none;
}


/* @end */