body {
	margin: 0px;
}

p {
	margin-top: 3;
	margin-bottom: 3;
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
}


h1 {
	height: 33px;
	margin: 10px 0px 0px 0px;
}

h1 span {
	display: none;
	font-family: Trebuchet MS, Arial;
	font-size: 26pt;
	color: #9BB2BF;
}

h1.about {
	background: transparent url('../images/title_about.jpg') no-repeat;
}

h1.how_to_order {
	background: transparent url('../images/title_how_to_order.jpg') no-repeat;
}

h1.help {
	background: transparent url('../images/title_help.jpg') no-repeat;
}

h1.contact {
	background: transparent url('../images/title_contact.jpg') no-repeat;
}

h2 {
	font-family: Arial;
	font-size: 20pt;
	color: #9BB2BF;
}


/* Menu Styles */

td.over {
	background: transparent url(../images/button_over.jpg) repeat-x top left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #214255;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.off {
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #214255;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.over a{
	color: #214255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

td.off a{
	color: #214255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

div.popout a{
	color: #214255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background: #DDE2E6;
	display: block;
	padding: 5px;
	width: 150;
}

div.popout a:hover{
	color: #214255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	padding: 5px;
	width: 150;
}

div.popout {
	width: 150;
	margin-left: -10px;
	_padding-top: 20px;
	_margin-left: -95px;
}








/* CART FIXES */


/* ------------ */
/* Cookie Crumb */
/* ------------ */

.home_link {
	/* Home Link Definitions */
	background-image: none;
	color: #2C4F65;
	padding-left: 0px;
	font-size: 10pt;
}

.crumb_link {
	/* Regular Link Definitions */
	color: #2C4F65;
	font-size: 10pt;
}


.highlightpage {
	/* Current Page Info Box Background & Definitions */
	background-color: #2C4F65;
}

.product_title_link, product_title_link:visited, product_title_link:active {
	/* Product Title Link Definitions */
	color: #346E92;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
	color: #346E92;
}

.price {
	/* Product List Price Definitions */
	font-size: 10pt;
}

.product_price {
	font-size: 10pt;
}

td.product_option, .list_price {
	font-size: 10pt;
	color: #686868;
	font-weight: normal;
}

.black_bold_text_spaced {
	font-size: 10pt;
	color: #686868;
}

table.cart th, table.cart td {
	font-size: 10pt;
	color: #686868;
}

.form_label {
	font-size: 10pt;
	color: #686868;
}

span.header-title {
	font-size: 12pt;
	font-weight: bold;
	color: #686868;
}



a.order_info_off, a.order_ship_off, a.order_payment_off, a.order_review_off, a.order_print_off {
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}

a.order_info_on, a.order_ship_on, a.order_payment_on, a.order_review_on, a.order_print_on {
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.order_view th {
	background: #DEE3E7;
}

.review_top_border {
	border-top: solid #DEE3E7 1px;
}

.video-link {
	color: #316D94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 10pt;	
}

#sidebar {
	display: inline;
	float: right;
	overflow: hidden;
	width: 238px;
	height: 400px;
}

#sidebarHeader {
	display: inline;
	float: left;
	overflow: hidden;
	width: 238px;
	height: 20px;
	background: #ffffff url(/images/index_sidebar_top.gif) no-repeat scroll top center;
}

#sidebarContentWrapper {
	display: inline;
	float: left;
	overflow: hidden;
	width: 238px;
	background: #9b9796 url(/images/index_sidebar_darkbg.gif) repeat-x scroll top center;
}

#sidebarContent {
	display: inline;
	float: left;
	overflow: hidden;
	width: 198px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	background: #e7e5e6 url(/images/index_sidebar_lightbg.gif) repeat-x scroll top center;
}

#sidebarContent p {
	color: #656565;
}

#sidebarFooter {
	display: inline;
	float: left;
	overflow: hidden;
	width: 238px;
	height: 20px;
	background: #ffffff url(/images/index_sidebar_bottom.gif) no-repeat scroll top center;
}