@charset "utf-8";
/* CSS Document */

BODY {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

H1, H2, H3, h4 {
	margin: 0;
	font-weight: normal;
}



.oneColFixCtrHdr #container {
	width: 674px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .85em;
	word-wrap: break-word;
}


.oneColFixCtrHdr #mainContent {
	padding: 6px 8px;
}




/*  Heading  */

.oneColFixCtrHdr #header {
	margin-top: 10px;
}

#header IMG {
	border: none;
}

#subheader {
	background-color: #DBDBDB;
	font-size: .95em;
	text-align: right;
}

#subheader #tagline {
	float: left;
	width: 76%;
	padding: 1px 0 1px 0;
	color: #6C6B6B;
	border: 1px solid #DBDBDB;
	letter-spacing: .1em;
}

#subheader #original_designs {
	float: right;
	width: 21%;
	padding: 3px 3px 2px 0;
	background-color: #ABABAB;
	border: 1px solid #7D7D7D;
	color: #484848;
	font-size: .85em;
	letter-spacing: .05em;
}

/* End Heading */



/*  Navigation  */
#navigation UL {
	margin: .2em 0 .4em 0;
	padding:0;
	font-size: 1.2em;
}
#navigation UL LI {
	display:inline;
}

#navigation UL LI A {
	color:#e08a02;
}
#navigation UL LI A:hover {
	color:#FFFFFF;
	background:#e08a02;
}
/* End Navigation */



/*  Info  */

#info H2 {
	color: #969595;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

#news, #about, #how_size {
	/* text */
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	letter-spacing: .07em;
	line-height: 1.5em;
}

#about P, #how_size {
	width: 90%;
	text-indent: 2.2em;	
}


#info #news {
	width: 66%;
	float: left;
	margin-right: 1em;
}

#info #news H2 {
	display: inline;
}
#info #news H3 {
	display: inline;
	padding: 0 .4em;
	color: #E08A02;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
}



#info .contact_name {}
#info .contact_address { font-weight: bold; }
#info .contact_location { font-style: italic; }
#info .contact_zip {}

#info #slogan {
	clear: right;
	padding-top: 6em;
	text-align: left;
}
#info #created {
	margin-top: .35em;
	text-align: right;
}
#info #made_in {
	color: #575DC9;
	font-size: .8em;
}
#info #made_in_denver {
	padding: 0;
	color: #030303;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: .08em;
}


#about P.wholesale_purchasing {
	text-indent: 0em;
	text-align: left;
	font-size: 1.1em;
	font-style: italic;
}
/* End Info */




/*  Details  */

#details {}
#details H2 { margin-bottom: -19px; }
#details H2 IMG { position:relative; }

#details #detail_charts {
	margin: 0 0 25px 1px;
	padding-top: 10px;
	width: 653px;
	background: url(../images/text_background.gif) right bottom no-repeat #FFFFFF;
	
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.65em;
	letter-spacing:.1em;
}

#detail_charts #prices {
	float: left;
	width: 29%;
	height: 16em;
	margin-left: 8px;
	background-color: #3F4949;
	line-height: 1.6em;
}
#prices H3 {
	margin: .6em 0 .5em 6px;
	padding: 0;
	font-size: 1.2em;
}
#prices .price {
	clear: both;
	width: 16em; /* centers the text */
	margin: 0 auto;
}
#prices .first_price {
	margin-top: -.8em;
}
#prices .price DIV {
	float: left;
}
#prices .price_size {
	width: 3.3em;
}
#prices .hr {
	height: 1px;
	width: 42%;
	margin-top: 1.1em;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #54696C;
}
#prices .hr HR {
  display: none;
}
#prices .cost_collar {
	color: #FFDE00;
}
#prices .cost_leash {
	color: #FF9D00;
}


#detail_charts #sizes {
	float: left;
	width: 31%;
	height: 16em;
	position: relative;
	left: 26px;
	background-color: #3F4949;
}
#sizes TABLE {
	margin: .6em 2px 2px 2px;
	padding: 0;
	width: 98%;
	border: none;
	border-spacing: 0;				/* Firefox only */
	border-collapse: collapse;
}
#sizes TABLE THEAD TR TD {
	height: 2.5em;
	text-align: center;
	font-weight: bold;
}
#sizes TABLE TR {
	background: none;
}
#sizes TABLE TR.alt_row {
	background: #656D6D;
}
#sizes TABLE TR TD.width_row {
	background: #5C6464;
	text-align: center;
}
#sizes TABLE TR.alt_row TD.width_row {
	background: #7D8383;
}
#sizes TABLE TR TD.circum_row {
	text-align: center;
}


#detail_charts #size_match {
	float: right;
	width: 29%;
	height: 16em;
	margin-right: 8px;
	background-color: #3F4949;
}
#size_match #size_match_content {
	margin-left: 1.6em;
	line-height: 1.4em;
}
#size_match DIV {
	margin: 1.2em 0;
}
#size_match #size_title {
	padding: 5px 0 0 0;
}
#size_match UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* End Details */




/*  Products  */
#catalog{}


.product {
	width: 189px;
	float: left;
	margin: 5px 15px 50px 15px;
}
.product IMG {
	border: 1px solid #606060;
}
.product H3 {
	width: 84%;
	margin: 8px 0 7px 0;
	color: #626262;
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}



.product .sizes {}
.product .sizes DIV {
	padding: 4px;
}
.product .sizes H4 {
	font-size: .8em;
	font-style: italic;
	letter-spacing: .1em;
	text-align: left;
}
.product .sizes A {
	color: #686868;
	text-decoration: none;
}
.product .sizes IMG {
	border: none;
}



.product .sizes TABLE {
	margin-left: auto;
	margin-right: 0px;
}
.product .sizes TABLE.collar_class {
	background-image: url(../images/fade_blue.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}
.product .sizes TABLE.collar_class TH {
	width: 3.5em;
	text-align: left;
	font-style: italic;
	font-size: .85em;
	font-weight: normal;
	vertical-align: bottom;
}


.product .sizes LABEL {
	float: left;
	width: 5.2em;
	
	color: #363636;
	text-align: right;
	font-size: .65em;
	font-style: italic;
	
	margin-left: -.65em;
	position: relative; /* fix for IE overlap */
}

.product .sizes INPUT {
	width: 1.2em;
	height: 1.1em;
	margin: 0;
	color: #363636;
	border: 1px solid #444444;
	text-align: center;
}

.product .sizes INPUT[Disabled] {
	visibility: hidden;
}


.product .collars {
	background-color: #EDEDED;
}
.product .leashes {
	background-color: #EBEBEB;
	border-top: 1px solid #FFFFFF;
}


.start_column {
	clear: left;
	display:inline;
}

/* End Products */






/*  'How To' Size Charts  */

#how_to_charts {
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em;
	/* Override #About section rules */
	line-height: 1.6em;
	letter-spacing:.1em;
	text-indent: 0;
}

#how_to_charts #sizes {
	float: left;
	width: 36%;
	height: 19em;
	position: relative;
	left: 26px;
	background-color: #444f4f;
}

#how_to_charts #size_match {
	float: left;
	width: 33%;
	height: 19em;
	margin-left: 16em;
	background-color: #444f4f;
}

/* End How To */





INPUT#Checkout {
	clear: both;
	display: block;
	font-style: italic;
}

.oneColFixCtrHdr #footer {
	margin: 0 0 20px 0;
	padding: 0 10px;
	text-align: right;
}


.clear { clear: both; }

.popup{
	display:none; 
	position:absolute; 
	border: 1px solid #000000; 
	background-color: white; 
	padding: 2px;
	z-index: 2;
}


