﻿html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.underline {
	text-decoration: underline;
}

.nodisplay {
	display: none;
}

html,body {
	margin: 0;;
	padding: 0;
}

body {
background: transparent url(/images/bg_gradient.png) repeat-x;
	/*	background-color:rgb(230,230,230); */
	font: 0.85em helvetica, geneva, arial, sans-serif;
	text-align: center;
}

strong {
	font-weight:bold;	
}

h1 {
	font-size:1.4em;
	font-weight:bold;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
}

h5 {
	font-size:1.0em;
	font-weight:bold;
}

li {
	line-height:1.5;
	padding:0 0 0 20px;
	margin:5px 0 5px 0;
	list-style-type: disc;
	list-style-position: inside;
}



#header {
	border: 0px solid red;
	background: transparent url(/images/banner.jpg) top right no-repeat;
	height: 100px;
}

#container {
background-color:rgb(255,255,255);
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

p {
	line-height: 1.4;
	margin:5px 0 5px 0;
}

#logo_wrapper {
	outline: 0px solid blue;
	width: 125px;
	height: 90px;
	padding: 0;
	margin: 0;
}

#top_nav_container {
	outline: 0px solid green;
	height: 20px;
	padding: 5px;
	background-color: rgb(74, 8, 99);
	margin: 5px 0 5px 0;
text-align:right;
}

#top_nav_container ul#nav_list {
	display: inline;
	height: 20px;
}

#top_nav_container ul#nav_list li {
	display: inline;
	list-style: none;
}


#content_container {
	background:transparent url(/images/content-bg.jpg) center repeat-y;
	width:100%;
	float:left;
}

#left_column {
	float: left;
	width: 510px;
	padding:10px;
}

#right_column {
	float: left;
	padding:10px;
	width: 200px;
}

#bottom_copyright {
	clear: both;
	width: 100%;
	text-align:center;
	padding:10px 0 10px 0;
	border-top:1px dotted rgb(100,100,100);
}

#pike_nightsign {
	margin:0 auto 0 auto;
	text-align:center;
}

#cf_logo_full {
	float:right;
}

#contact_form .label, #mailing_list .label {
	display: inline;
	width: 150px;
	line-height:1.6;
	margin: 0 0 10px 0;
	float:left;
	text-align:right;
	padding:0 5px 0 0;
}

#contact_form .input, #mailing_list .input {
	display: inline;
	width: 300px;
	float:left;
}

#contact_form .textarea {
	width:450px;
	height:150px;
}

.horiz_rule {
	height: 1px;
	background-color: rgb(100,100,100);
	width: 100%;
	margin: 10px 0 10px 0;
}

#order_form h2 {
margin:10px 0 10px 0;
}

#order_form .order_label {
font-size:0.8em;
font-weight:bold;
line-height:2.0;
}

#order_form .order_text {
font-size:0.8em;
}


#order_form .order_input {
font-size:0.8em;
width:30px;
}

#order_form .product_item {
margin:0 0 10px 0;
}

#order_form .cust_label {
font-size:0.9em;
width:140px;
float:left;
display:inline;
margin:5px 0 5px 0;
}

#order_form .cust_input {
font-size:0.9em;
width:200px;
float:left;
display:inline;
margin:5px 0 5px 0;
}

#order_form .cust_hint {
font-size:0.85em;
font-style:italic;
}

#captcha_reload_hint {
	margin: 0;
}

#captcha_block {
	margin: 5px 0 0 50px;
	float:left;
}

#protectwebform_textbox_block {
	margin:5px 0;
	float:left;
}

/* Shopping Cart */
#shopping_cart table {
	width: 95%;
	border: 1px solid rgb(127, 127, 127);
}

#shopping_cart thead {
	height: 30px;
	background-color: rgb(238, 231, 214);
}

#shopping_cart thead td {
	vertical-align: middle;
	font-weight: bold;
}

#shopping_cart td {
	vertical-align: top;
	padding: 10px;
}

#shopping_cart #sc_head {
	width: 70%;
}

#shopping_cart input {
	width: 30px;
}

#shopping_cart #sc_subtotal_label {
	text-align: right;
	font-weight: bold;
}

#shopping_cart #sc_subtotal {
	font-weight: bold;
}

#shopping_cart .row_spacer {
	border-top: 1px dotted grey;
	padding: 0px;
}

#shopping_cart .no_padding {
	padding: 0px;
}

#cart_actions {
	width: 95%;
}

#cart_actions #checkout_link {
	float: right;
}

/* End Shopping Cart */

#special_container {
margin:20px 0 10px 0;
}

.hp_promo_grid {
width:238px;
float:left;
border:1px solid rgb(73,21,100);
height:125px;
padding:5px;
margin: 0 5px 5px 0;
background-color:rgb(241,236,243);
}

.hp_promo_title {
font-weight:bold;
font-size:90%;
margin: 0 0 5px 0;
height:30px;
}

.hp_promo_title a {
color: rgb(73,21,100);
text-decoration:none;
}

.hp_promo_desc {
font-size:90%;
line-height:1.25;
margin: 0 0 5px 0;
height:65px;
}

.hp_top_img {
float:right;
margin: 10px 0 0 10px;
}

.photo_credit {
font-size:9px;
color:rgb(100,100,100);
}

.photo_credit a {
text-decoration:none;
}

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