/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2010
*/
/***********************************************/

/*Begin Design Layout*/
body {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/original/pf_main_back.gif');
	background-repeat: repeat;
}
/*IE 5 and 7 Image Fix*/
img {
	margin:0;
	padding:0;
	border:0;
	border-width:0px;
}

.cat_lnk {
	font-weight: bold
}

#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 768px;
	height: 172px;
	margin:0;
	padding:0;
	background-color: white;
}

#content_container {
	width: 760px;
	background: #E8E9EB;
	margin: 5px auto;
	padding: 3px;
	text-align: left;
	border: 1px #ABACAC solid;
}

#disclosure {
	padding: 7px;
	border: 1px #B4B2B2 solid;
	border-radius: 10px;
	font-size: 12px;
}

#product_specifications {
	margin-top: 15px;
}

#sidebar {
	float: right;
	width: 214px;
	margin-top: 5px;
	padding-bottom:15px;
	background: #CECECE;
}

#sidebar ol, #sidebar ol li {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 11px;
}

#special_1 {
	background-image: url('../images/pet.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
    margin-right: -15px;
    padding-left: 7px;
}

#special_2 {
	background-image: url('../images/cat-in-glass.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 7px;
}

#special_3 {
	padding-left: 7px;
}

.box {
	border: 2px #BB0000 solid;
	padding: 5px;
	margin: 5px;
	margin-right: 215px;
}

.product_price {
	font-size: 20px;
}
a:link {color: #2A6AA4; font-weight: bold; }
a:active {color: #2A6AA4; font-weight: bold; }
a:visited {color: #2A6AA4; font-weight: bold; }
a:hover  {color: #353432; font-weight: bold;}

/*End Design Layout*/

/*Begin Content*/

#content {
	min-height: 400px;
	color: #53516C;
	font-family: 'arial';
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding:5px;
}

h1{
	color: #1766A5;
	font-family: 'arial';
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}

h2{
	color: #1766A5;
	font-family: 'arial';
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	color: #1766A5;
	font-size:12px;
	font-variant: normal;
	margin: 5px 0px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	background-image: url('../images/original/pf_dot.gif');
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	margin: 0;
}

/*End Content*/

/*Begin Nav*/
.nav_container {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 900px;
	height: 38px;
	padding: 0px;
	margin: auto;
	overflow:hidden;
	text-decoration: none;
  }
  
.nav {
	position:relative;
	top: 0px;
	left: 0px;
	height:36px;
	text-decoration: none;
}

.nav a {
	position:relative;
	top: 10px;
	left: 0px;
	text-decoration: none;
}
  
.nav a span {
	font-size: 14px;
	color: #00F;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-decoration: none;
}

.nav a:hover span {
	color: #006;
	text-decoration:none;
}
  
/*End Nav*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 2px;
}

.sc_table_tr_td_label_form {
	text-align:right
}

.sc_table_tr_td_value_form {
	text-align:left;
}

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 150px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_address_street {
	width: 200px;
}

#sc_form_textbox_city {
	width: 160px;
}

#sc_form_textbox_State {
	width: 40px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Questions_or_Comments {
width: 150px;
height: 100px;
text-indent: 0px;
}

input[type="text"], textarea {
	text-transform: uppercase;
}

/*
input[type="text"].store_email {
	text-transform: none;
}
*/

/*End Forms*/

/*Footer*/
#footer {
	width: 760px;
	background: #E8E9EB;
	margin: 5px auto;
	padding: 3px;
	text-align:center;
	font-size: 12px;
	background: #E8E9EB;
	border: 1px #ABACAC solid;
}

#copyright {
	width: 768px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size: 9px;
	color:#000;
}

#copyright a {
	color:#000;
	text-decoration:none;
}

#copyright a:hover {
	color:#000;
	text-decoration:none;
}

.preload {
	display: none;
}
