/* CSS for  */

/*

colors 
#a50704 - red
#364170 - blue


*/


* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% helvetica, tahoma, arial, trebuchet ms, sans-serif;
	background: url('/images/bg-body.jpg') top center no-repeat;
  color: #364170;
}

a { }
a:link { }
a:hover { }

h1 {
	color: #000;
	font-size: 1.6em;
  padding-bottom: 15px;
}
h2 {
	color: #000;
	font-size: 1.4em;
	clear: left;
}
h3 {
	color: #000;
	font-size: 1.1em;
}
.error { color:#FF0000; }

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 10px 20px; }
li { margin: 0 0 5px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .89em; }
.large { font-size: 1.11em; }
.teal { color: #07a79e; }
.red{
	color: #a50704;
}
.m-r-20{
	margin-right: 20px;
}

.mir-nav #nav { 
  padding-top: 90px;
}

.mir-nav #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;   
	text-align: left;
}

.mir-nav #nav a {
	display: block;
	width: auto;
  padding: 10px 17px 4px 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6em;
}

.mir-nav #nav li { /* all list items */
	float: left;
}

.mir-nav #nav li ul { /* second-level lists */
	position: absolute;
	background: url('/images/bg-nav-bottom.gif') bottom center no-repeat;
	width: 130px;
	left: -999em;
  margin: 0;
  padding-bottom: 10px;
  z-index: 100;
}

.mir-nav #nav li ul li {
  margin: 0;
  width: 130px;
}

.mir-nav #nav li ul li a {
  color: #5b6f81;
	display: block;
	width: 108px;
  padding: 3px 10px;
  border: solid #5b6f81;
  border-width: 0 1px;
  background: #fff;
  font-size: 1.2em;
  margin: 0;
}

.mir-nav #nav li ul li a:hover {
  background: #e5e5e5;
}

.mir-nav #nav li:hover ul, .mir-nav #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.mir-nav #nav li:hover, .mir-nav #nav li.sfhover {
    position: static;
}

#main {
  width: 948px;
  margin: 0 auto;
position: relative;
}

#main .t-c { text-align: center; }
#main .t-r { text-align: right; }
#main .t-l { text-align: left; }
#main img.l { border: 2px solid #364170; }

#header {
  height: 141px;
 position: relative;
}

#header .tr-nav {
  text-align: right;
  position: absolute;
  top: 10px;
	right: 0px;
  color: #fff;
  font-size: 1.2em;
}

#header .tr-nav .phone {
  font-size: 2em;
  display: block;
}

#header .tr-nav a {
  color: #fff;
}

#header img.logo {
  position: absolute;
  margin: 25px 0 0 10px;
  top: 10px;
  left: 10px;
}

#content {
  font-size: 1.3em;
  line-height: 1.5em;
	text-align: left;
	margin-top: 85px; 
}

#content-index {
  font-size: 1.3em;
  line-height: 1.5em;
	text-align: left;
}

#left-col {
  width: 545px;
  padding: 38px 0 20px 30px;
  float: left;
	clear: left;
  display: inline;
  background: url('/images/bg-content.gif') top left no-repeat;
}
#left-col #center-col{
	width: 545;
	margin: 0px;
	padding: 0px;
}
#left-col #center-col .cat-images a{
	margin: 8px;
}
.storefront #left-col {
  width: 255px;
}

.index #left-col {
  width: 439px;
  padding: 38px 0 20px 0;
}

.index #left-col p {
  padding-left: 38px;
}

.cart-page #left-col {
  width: 691px;
  padding-left: 0;
}

.item-page #left-col {
  width: 691px;
}

#left-col p.intro {
  font-size: 1.2em;
  line-height: 1.2em;
}

#left-col p {
  padding: 0 10px 15px 0;
  font-size: .9em;
}

#left-col p.small {
  font-size: .85em;
  padding: 0 5px 5px 0;
}

#left-col a {
  color: #A50704;
}

#left-col a:hover {
  color: #4f6f8d;
}

#left-col h1 {
  display: inline;
}

#left-col h2 {
  padding: 5px 0;
  font-size: 1.2em;
  color: #294c68;
}

#left-col h3 {
  font-size: 1em;
}

#left-col table {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #5b6f81;
}

#left-col th {
  background: #5b6f81;
  color: #fff;
}

#left-col ul{
  padding-left: 30px;
}

#left-col dl {
  margin-bottom: 30px;
clear: left;
}

#left-col dt {
  width: 200px;
  float: left;
  padding: 3px 20px 3px 0;
  font-weight: bold;
	border-bottom: 1px solid #efefef;
		font-size: .9em;
		clear: left;
}

#left-col dd {
	font-size: .9em;
  float: left;
  width: 300px;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #efefef;
}

#left-col span.title-img {
  padding-left: 38px;
  display: inline;
}

#left-col p.intro strong {
  font-style: italic;
}

#image-col {
  width: 301px;
  padding: 60px 40px 20px 40px;
  float: left;
  text-align: center;
}
#left-col .block{
	margin-left: 35px;
}

#description-col {
  width: 258px;
  padding: 60px 12px 20px 0;
	margin-left: 30px;
  float: left;
}

#description-col h1 {
  color: #364170;
  padding: 0;
  font-size: 1.1em;
}

#description-col p {
  padding-left: 0;
}

#description-col p.availability {
  color: #8f8f8f;
  padding: 0;
  font-size: 1.1em;
}

#description-col p.cost {
  color: #a50704;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.1em;
}

#description-col p.description {
  color: #364170;
  border-top: 1px dotted #333333;
  padding: 5px 0;
  margin-top: 20px;
  font-size: .9em;
  line-height: 1.3em;
}

#description-col p.description strong{
  display: block;
  font-size: 1.2em;
}

#description-col form.item-form label{
  color: #8f8f8f;
  font-size: 1.1em;
}

#description-col form.item-form input {
  border: 1px solid #939393;
  height: 15px;
}

#description-col form.item-form input.quantity {
  width: 59px;
}

#description-col form.item-form input.submit {
  border: 0;
  height: auto;
  position: relative;
  top: 6px;
}

#col-3 #center-col{
	width: 423px;
}
#col-2 #center-col{
	width: 650px;
}


.storefront #center-col {
  
  padding-top: 38px;
  padding-bottom: 15px;
  float: left;
	text-align: left;
}

#center-col .cat-images a {
  float: left;
  display: block;
  width: 138px;
  color: #364170;
  text-decoration: none;
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

#right-col {
  width: 352px;
  float: left;
}

.index #right-col {
  width: 502px;
  text-align: right;
}

#callout-boxes {
  padding: 15px 0;
}

.index #callout-boxes {
  width: 472px;
  height: 108px;
  position: absolute;
  margin-top: -10px;
  z-index: 50;
}

.index #callout-boxes a {
  margin: 0;
  padding: 0;
}

.index #text-callouts {
  padding-top: 110px;
  position: absolute;
  z-index: 10;
  margin-left: 30px;
	
}

#text-callouts a {
  background: url('/images/bg-text-callout.gif') top right no-repeat;
  color: #a50704;
  text-decoration: none;
  padding: 7px 8px;
  font-weight: bold;
  display: block;
  float: left;
  text-align: center;
  line-height: 1.1em;
	margin-bottom: 20px;
}

.index #text-callouts a {
  padding: 7px 15px;
  font-size: 1.1em;
}

.index #text-callouts a.start {
  padding-left: 0;
}

#text-callouts a.end {
  padding-right: 0;
  background: none;
}

#category-nav {
  float: right;
	clear: right;
  width: 179px;
  background: url('/images/bg-category-nav.gif') repeat-y;
  padding: 0 30px;
  margin-bottom: 20px;
}

#category-nav h2 {
  padding-top: 30px;
  padding-bottom: 15px;
}

#category-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#category-nav ul li a {
  color: #364170;
  text-decoration: none;
  border-bottom: 1px solid #e0e5ea;
  display: block;
  padding: 0 0 3px 0;
  font-weight: bold;
  font-size: 1.1em;
  width: 179px;
}

#category-nav ul ul {
  padding-top: 2px;
}

#category-nav ul ul li a {
  color: #a50704;
  font-size: 1em;
  padding-left: 15px;
  width: 164px;
}

#category-nav ul li.end a {
  color: #364170;
  text-decoration: none;
  border-bottom: 0;
}
#category-nav{
	position: relative;
	text-align: left;
}
.cat-img-box{
	float: left;
	text-align: center;
}
.cat-img-box{
	display: block;
}
.cat-img-box a:hover{
	color: #a50704;
}
#content.storefront #category-nav img.border, #content.cart-page #category-nav img.border {
  position: absolute;
  left: 0px;
}
#left-col, #right-col{
	text-align: left;
}

#cart-categories {
  padding-left: 38px;
  padding-top: 20px;
}

#cart-categories .item-list{
  margin: 15px 0; 
	overflow: hidden;
	
}
p.item-list{
	clear: left;
}

#cart-categories .category a {
  text-decoration: none;
}

#cart-categories .category a h2 {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}

.breadcrumb {
  position: relative;
  top: -8px;
  left: 15px;
  color: #0f2437;
}

.breadcrumb a {
  color: #a50704;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

#cart-categories .category a.inactive h2 {
  background: url('/images/bg-bar-nav-show.gif') no-repeat;
}

#cart-categories .category a.active h2 {
  background: url('/images/bg-bar-nav-hide.gif') no-repeat;
}

#cart-categories .row {
  background: url('/images/bg-cart-row.gif') bottom center no-repeat;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#cart-categories .item {
  width: 160px;

  float: left;
  text-align: center;
}

#cart-categories .item-top {
  height: 250px;
}

#cart-categories .price {
  color: #000;
  font-weight: bold;
  display: block;
}

#cart-categories .item a.description {
  color: #a50704;
  text-decoration: none;
  padding: 2px 0 8px 0;
  display: block;
}

#cart-categories .item a:hover {
  text-decoration: underline;
}

#footer {
  border-top: 1px solid #cbe9f1;
  margin: 0 32px;
  font-size: 1.2em;
  padding-top: 9px;
  line-height: 1.5em;
}

#footer .footer-right {
  width: 220px;
  float: right;
  text-align: right;
  color: #444;
	font-size: .9em	;
}

#footer .footer-right a {
  color: #444;
  text-decoration: none;
}

#footer .footer-right a:hover {
  text-decoration: underline;
}

#footer .footer-nav {
  color: #7d7e85;
	text-align: left;
}

#footer .footer-nav a {
  color: #7d7e85;
  text-decoration: none;
}

#footer .footer-nav a:hover{
  text-decoration: underline;
}
.breadcrumbs a{
	color: #a50704;
}
.breadcrumbs, .breadcrumbs li{
	margin: 0px;
	padding: 0px;
}
.breadcrumbs{
	position: relative;
	top: 24px;
	left: 120px;
}
.product-collateral{
	margin-left: 60px;
	background: transparent;
	background-image: none;
}
.price-box .regular-price .price{
	color: #a50704;
}
#category-nav ul li a.subopen{
	color: #999999;
}
.pager-bar{
	float: right;
	text-align: right;	
	margin: 15px 30px 15px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 610px;
	padding: 5px 0 5px 0;
}
.pager-bar .r{
	margin-left: 15px;
	color: #666666;
	font-size: .9em;
}
.one-page-checkout{
	margin-left: 30px;
}
.one-page-checkout .active h3{
	color: #a50704 ;
}
.one-page-checkout .active h3 .step-count{
	background: #a50704 ;
	border: 0px;
}
.form-button{
	background: #a50704 ;
	border: 1px solid #444444;
}
#col-2 .note-msg{
	margin-left: 30px;
}
a.q{
	display: block;
	margin-top: 1em;
	cursor: pointer;
}
a.q:hover{
	text-decoration: underline;
}
#left-col ul.ul-1{
	margin: 0px 20px 20px 20px;
	padding: 0px;
	list-style-type: none;
}
.ul-1 li{
	font-weight: bold;
	font-size: .85em;
	border-bottom :1px solid #eaeaea;
	padding: .5em 0 .5em 0;
	line-height: 1.2em;
}
.form-1{	
	text-align: right;
	width: 400px;
	margin-top: 20px;
}
#contact-form.form-1{
	width: 300px;
}
.form-1 input, .form-1 select, .form-1 textarea{
	width: 200px;
	margin: 5px 0 5px 0;
	border: 1px solid #364170;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:2px;
	font-family: helvetica, tahoma, arial, trebuchet ms, sans-serif;
	font-size: 100%;
}
.form-1 input:focus, .form-1 textarea:focus{
	background: #eaeaea;
}
.form-1 input[type='submit']. .form-1 input.submit{
	width: auto;
	border: 0px;
	background: url('/images/bg-button.gif') no-repeat ;
	color: #ffffff;
	width: 93px;
	height: 21px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
}
.divider{
	border: 1px solid #efefef;
	margin: 10px 0 10px 0;
}
.pull-r{
	font-size: 1.8em;
	line-height: 1.2em;
	float: right;
	width: 200px;
	margin: 0px 10px 10px 20px;
}
.pull-l{
	font-size: 1.8em;
	line-height: 1.2em;
	float: left;
	width: 220px;
	margin: 0px 20px 10px 0px;
	text-align: right;
}
#left-col .ul-2{
	margin: 0px 20px 20px 20px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: .85em;
}
.input-tall{
	position: relative;
}
.input-tall label{
	position: absolute;
	top: 2px;
	right: 210px
}
a.nav-header{
	cursor: pointer;
	display: block;
	margin-top: 10px;     
	background: #f1f1f1;
	border-bottom: 1px solid #dbdbdb;
}
a.nav-header:hover{
	text-decoration :underline;
	
}
#left-col a.red-button{
	display: block;
	background: url('/images/bg-button.gif') no-repeat;
	border: 0px;
	color: #ffffff;
	width: 93px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cursor: pointer;
	text-decoration: none;
}
#left-col img.l.no-bor{
	border: 0px;
}
#top-links-nav{
	position: absolute;
	top: 40px;
	right: 0px;
}
#top-links-nav div{
	float: left;
	margin-left:15px;
}
#top-links-nav li, #top-links-nav ul{
	margin: 0px;
	padding: 0px;
}
#top-links-nav li{
	float: left;
	border-left: 1px solid #ffffff;
	margin-left: 4px;
	padding-left: 4px;
}
#top-links-nav li.first{
	border: 0px;
}
.cart-warning{
	background: ;
}
#top-links-nav ul li a{
	color: #ffffff;
}
.m-l-38{
	margin-left: 38px;
}
div.middle.col-2-left-layout div#main.col-main { float:right; width:685px;}
div.middle.col-2-left-layout{
	background-image: none;
}


#flashintro { margin-top:1%; text-align:center;}
#enterbtn { text-align:center;}
#enterbtn a{ padding:10px; text-align:center; font-size:18px; color:#999999; text-decoration:none; font-weight:bold; letter-spacing:-1px;}
#enterbtn a:hover { text-decoration:none; color:#264057;}

.product-options{
	margin: 0;
	padding: 0;
}
.product-options dd select{
	width: auto;
}

.product-options p.required{
	margin: 0;
	padding: 0;
	width: auto;
}
/*#left-col p a.button {
    border: 0;
    background: #a50704;
    height: 21px;
    position: relative;
	color: #ffffff;
	line-height: 21px;
	text-decoration: none;
	padding: 0 20px 0 20px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
}*/
#left-col  a.button{
	display:block;
	float:left; 
	font-weight:bold; 
	color:#FFFFFF; text-decoration:none; 
	background:url('/images/button.gif') no-repeat left top; 
	height:21px;
	line-height: 21px;
	margin-bottom: .5em;
}

#left-col  a.button span{
	display:block; 
	float:left; 
	background:url('/images/button.gif') no-repeat right top; 
	height:21px; 
	padding-left:5px; 
	padding-right:17px; 
	margin-left:15px; 
	cursor:pointer
}

#left-col  a.button:hover{background-position:0px bottom}

#left-col  a.button:hover span{background-position:right bottom;}

#left-col  a.bg-r{
	background: #A50704 url('/images/button-bg.gif') repeat-x bottom;
	color: white;
	padding: 2px 3px 0px 3px;
	text-decoration: none;
	font-size: .9em;
}
#left-col  a.bg-r:hover{
	background: #3678AE;
}
h2.nav-header span{
	width: 200px;
}