/* ------------------------------------ html tags */
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}

body, normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color:#FFF;
	}


td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p {
	margin-bottom: 10px;
	margin-top: 0px;
	}


a:link, a:visited, a:active, a:hover { 
	text-decoration: none;
	font-weight: bold;
	color:#0066CC;
	}
	
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#0066CC;
	}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	}
	

h1{
	font-size: 14px;
	color: #cc3333;
	margin-top: 10px;
	margin-bottom: 12px;
	text-transform: none; 
	font-weight: bold;
	}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;  
	margin-top: 18px;
	margin-bottom: 7px;
	}

h3{
	font-size: 12px;
	color: #003366;
	font-weight: bold;  
	margin-bottom: 5px;
	margin-top: 7px;
	text-transform: uppercase; 
	}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #333333; 
	}


ul{ list-style-type: square;  }

ul ul{  list-style-type: disc;  }

ul ul ul{  list-style-type: none;  }

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}	


/* ------------------------------------ layout divs */



#wrapper {
	background-color:#FFFFFF;
	width: 780px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 1;
	}
	
#header {
	width: 780px;
	height: 170px;
	background-image:url(/persistent/templateimages/header.jpg);
	background-repeat:no-repeat;
	}


#rightheaderbox {
	float: right;
	width: 149px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	}
	
#nav_wrapper {
	width: 780px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	vertical-align:middle;
	background-image:url(/persistent/templateimages/nav_bg.jpg);
	background-repeat:no-repeat;
	z-index: 2;
	}
	
#flashwrapper {
	width: 780px;
	height: 162px;
	z-index: 0;
	}

#flashcontent {
	z-index: 0;
	}

#contentwrapper {
	width: 780px;
	height:auto;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

#subNav{
	float:left;
	margin: 0px;
	padding: 0px;
 	width: 167px;
	vertical-align:top;
	}
	
#content {
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	}

#defaultcontent {
	padding: 0 10px 0 10px;
	margin: 0px;
	margin-bottom: 20px;
	z-index: 0;
	}
	
#content_no_subnav {
	padding: 10px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;	
	}

#content_contact {
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;	
	}
	
#footerwrapper {
	width: 780px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	border-top: 9px solid #cc3333;
	}

#footer {
	height: auto;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

#stats {
	width: 780px;
	height: auto;
	display: none;
	height: 0;
	line-height: 0;
	}	


/* ------------------------------------ Top Nav menu */


.mainNavItem { font-size: 12px; padding-left: 8px; padding-right: 8px; text-align: center;  }

#nav, #nav ul {
	width: 780px;
	height: 32px;
	list-style: none;
	padding: 2px 0px 0px 2px;
	margin: 0px;
	z-index: 2;
	}
	
#nav li {
	float: left; 
	padding: 0px; 
	}

#nav li a {  /*top level item*/
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-weight: bold; 
	text-transform: capitalize;
	}
	
#nav li a:hover {  
	color: #FFCC33;
	}


#nav li ul {  /*drop down list*/
	position: absolute;
	left: -950em;  /*hides submenu by default*/
	height: auto;
	width: 214px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #003366;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;  
	background-color:#D7E3FF;
	z-index: 2;
	}
	
#nav li ul li {  /*drop down list item*/
	width: 214px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	}
	
#nav li ul li a {  
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 4px;
	color: #003366;
	font-weight: normal;
	width: 200px;
	_width: 214px; 
	text-transform:none;
	}

#nav li ul li a:hover{
	color: #FFFFFF;
	background-color: #2952A5;
	}
	
#nav li li {
	width: 214px; }

#nav li ul ul {
	margin: -1.90em 0 0 15em; }

#longMenu { display: block; width: 155px; height: 10px; position: relative; top: -11px; left: 30px; }


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }






/* ------------------------------------ Side Nav menu */	

.td_subnav {
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;	
	vertical-align: top;
	z-index: 0;
	}

#subMenu{
	margin: 0px;
	padding: 0px;
 	width: auto;
	vertical-align:top;
	z-index: 0;
	}

#subMenu ul {
	margin: 0px;
	padding: 0px;
 	width: auto;
	list-style: none;  
	z-index: 0;	
	}

#subMenu ul li{
	position: relative;
 	width: auto;
	padding: 0px; 
	margin: 0px; 
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	display: block;
	z-index: 0;
	}
	
#subMenu ul li a{ 
	position: relative;
	list-style: inside;  
    display: block;
    vertical-align: middle; 
	padding: 5px;
	border: 0px;
    text-decoration: none;
	font-size: 11px;
    font-weight: normal;
    color: #003366;

    }
	
#subMenu ul li a:hover{ 
	color: #FFFFFF;
	text-decoration: none;
	background-color:#2952A5;
	}
	
#subMenu ul ul li{
	border-bottom: none;
	}

#subMenu ul ul li a{
	margin: 5px;
	padding-left: 12px;
	border-bottom: none;
	}

#subMenu ul ul ul li{
	border-bottom: none;
	}

#subMenu ul ul ul li a{
	margin: 5px;
	padding-left: 17px;
	border-bottom: none;
	}

.subMenuTitle {
	background-color:#D4D4D4;
	z-index: 0;
	}

	
	
/* ------------------------------------ header styles */


#image_preload {
	display: none;
	}

/*#rightheaderbox_bark_control {
	background: no-repeat url(/persistent/templateimages/bark_control.jpg);
	display: block;
	height: 105px;
	width: 149px;
	}

#rightheaderbox_bark_control:hover {
	background: no-repeat url(/persistent/templateimages/bark_control_hover.jpg);
	display: block;
	height: 105px;
	width: 149px;
	}
*/

#rightheaderbox_faqs {
	background: no-repeat url(/persistent/templateimages/faqs.jpg);
	display: block;
	height: 105px;
	width: 149px;
	}

#rightheaderbox_faqs:hover {
	background: no-repeat url(/persistent/templateimages/faqs_hover.jpg);
	display: block;
	height: 105px;
	width: 149px;
	}

#rightheaderbox_cart {
	background: no-repeat url(/persistent/templateimages/cart.jpg);
	display: block;
	height: 20px;
	width: 149px;
	}

#rightheaderbox_cart:hover {
	background: no-repeat url(/persistent/templateimages/cart_hover.jpg);
	display: block;
	height: 20px;
	width: 149px;
	}

#rightheaderbox_checkout {
	background: no-repeat url(/persistent/templateimages/checkout.jpg);
	display: block;
	height: 20px;
	width: 149px;
	}
	
#rightheaderbox_checkout:hover {
	background: no-repeat url(/persistent/templateimages/checkout_hover.jpg);
	display: block;
	height: 20px;
	width: 149px;
	}


/* ------------------------------------ footer table */

#footer td {
	text-align:center;
	vertical-align:middle;
	color: #003366;
	}

.freecall {
	color: #cc3333;
	font-weight:bold;
	}
	
#footer a {
	color: #003366;
	text-decoration:none;
	}

/* ------------------------------------ sitemap styles */

.td_sitemap {
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	vertical-align: top;
	}

#sitemap_title {
	font-weight: bold;
	color: #000099;
	padding: 7px 0px 7px 9px; 
	font-size: 12px;
	background-color:#D4D4D4;
	}
	
#sitemap ul {
	margin: 0px;
	padding: 0px;
 	width: auto;
	list-style: none;  
	}

#sitemap ul li{
	position: relative;
 	width: auto;
	padding: 0px;
	padding-left: 0px; 
	margin: 0px; 
	width: 100%;
	display: block;
	}
	
#sitemap ul li a{ 
	position: relative;
	list-style: inside;  
    display: block;
    vertical-align: middle; 
	padding: 5px;
	padding-left: 10px;
	border: 0px;
    text-decoration: none;
	font-size: 11px;
    font-weight: bold;
    color: #666666;

    }
	
#sitemap ul li a:hover{ 
	color: #FFFFFF;
	text-decoration: none;
	background-color:#2952A5
	}

#sitemap ul ul {
	padding-bottom: 5px;
	}

	
#sitemap ul ul li{
	border-bottom: none;
	}

#sitemap ul ul li a{
	margin: 0;
	padding: 2px;
	padding-left: 20px;
	border-bottom: none;
	font-weight: normal;
	color:#666666;
	}

#sitemap ul ul ul li{
	border-bottom: none;
	}

#sitemap ul ul ul li a{
	margin: 5px;
	padding-left: 30px;
	border-bottom: none;
	}




/* ------------------------------------ content styles */


#specialsbutton {
	background-image: url(/persistent/templateimages/specials.jpg);
	background-repeat: no-repeat;
	border: none;
	display: block;
	position: relative;
	left: 512px;
	top: 58px;
	width: 97px;
	height: 98px;
	}

#specialsbutton:hover {
	background-image: url(/persistent/templateimages/specials_hover.jpg);
	background-repeat: no-repeat;
	border: none;

	}


#home_table th {
	background-color: #cc3333;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	}

#home_table td {
	vertical-align:top;
	padding: 10px;	
	}
	
	
.home_table_notopmargin {
	margin-top: 0px;
	}

.centerimage {
	text-align: center;
	}


#home_table a:link, #home_table a:visited, #home_table a:active, #home_table a:hover { 
	text-decoration: none;
	font-weight: bold;
	color:#0066cc;
	}

#home_table a:hover {
	text-decoration: underline;
	}
	
#defaultcontent li {
	margin-bottom: 10px;
	}
	
#terms_table p {
	padding: 0;
	margin: 0;
	}


/* ------------------------------------ Store styles */

select, input, option, form, select {
	z-index: 0;
	}

#storecontent li {
	margin-bottom: 0px;
	list-style:disc;
	}
#storecontent ul {
	margin-top: 5px;
	margin-bottom: 5px;
	}

#crumb p{
	font-size: 8px;
	}

#crumb a {
	color: #cc3333;
	font-size: 10px;
	}

#minicart {
	font-size: 9px;
	}

.checkout_table_bgcol {
	font-size: 11px;
	}

#catListCell {
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	padding: 3px;
	}
	
#prodListCell {
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	padding: 3px;
	}

#catPreviousPrice {
	color: #333333;
	}

#catCurrencyL {
	font-weight: bold;
	color:#333333;
	}
	
#catListHeading {
	font-weight: bold;
	color:#000099;
	}
	
#cat_shortdesc, #cat_shortdesc li, #cat_shortdesc ul {
	font-size: 10px;
	}
	
#catListMoreInfo {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#catImageCell {
	font-size:10px;
	}

#product_shortdesc {
	font-size: 10px;
	}
	
#product_shortdesc ul {	
	padding: 0;
	margin: 0;
	}

#product_shortdesc li {
	list-style:disc;
	list-style-position: outside;
	font-size: 10px;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 15px;
	}
	
.hr_prod {
	padding-top: 5px;
	border-bottom: 1px solid #DDDDDD;
	width: 300px;
	text-align:left
	}	
	
#prod_full_desc {

	}	
	
#prod_full_desc ul {
	margin: 0;
	padding: 0;
	}
	
#prod_full_desc li {
	list-style:disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 5px 0 ;
	padding-left: 0px;
	margin-left: 15px;
	}	
	
.cart_messages {
	font-weight: bold;
	color: #003366;
	}

.checkout_table_bgcol {
	border: 1px solid #CCCCCC;
	padding: 2px;
	}

.checkout_toprow, {
	background-color: #006699;
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 11px;
	}
	
.checkout_td_bgcol {
	font-size: 11px;
	background-color:#EEEEEE;
	color: #666666;
	}

.checkout_total {
	background-color:#FFFFFF;
	color: #666666; 
	font-weight: bold;
	font-size: 11px;
	padding-right: 5px;
	}
	
.checkout_total_value {
	background-color:#FFFFFF;
	color: #006699; 
	font-weight: bold;
	font-size: 11px;	
	}
	
.checkout_button {
	background-color: #498CD2;
	color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	}

.minicart_button {
	background-color: #CCCCCC;
	color: #666666;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	}

.minicart_heading {
	font-size: 11px;
    font-weight: normal;
    color: #003366;
	background-color:#D4D4D4;
	padding: 5px;
	}

.minicart_td {
	font-size: 11px;
	}

/* ------------------------------------ CONTACT FORM */

.contact_button{
	background-color: #498CD2;
	color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	}
	
.checkout_input, .shopfront_input, input{
	border: 1px solid #666666;
	font-size:11px;
	color: #333333;
	padding:2px;
}

select {
	border: none;
	font-size:11px;
	color:#333;
	background-color:#fff;
}


.radio { border: none; }


/* ------------------------------------ GOOGLE MAP */
	
#map {
	border: 2px solid #CCCCCC;
	}
	
/* ------------------------- sitemap -- */
#siteMap { 
	list-style: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left; }

#siteMap ul { 
	list-style: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left; }

#siteMap a { 
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	color: #2B2B2B;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-left: 5px solid #BBBBBB; }
#siteMap a:hover { 
	color: #2BA8E2; }

#siteMap li a { 
	font-size: 12px;	
	padding: 2px 5px 2px 15px;
	background: #E1E1E1; }
#siteMap ul li a { 
	font-size: 11px;
	padding: 2px 5px 2px 30px;
	background: #EAEAEA; }
#siteMap ul ul li a { 
	font-size: 10px;
	padding: 2px 5px 2px 45px;
	background: #F1F1F1; }
#siteMap ul ul ul li a { 
	font-size: 9px;
	padding: 2px 5px 2px 60px;
	background: #F7F7F7; }
/* ------------------------- sitemap -- */
	
	
	
#bookmark {
text-align: right;

} 

