@charset "utf-8";
/* CSS Document */

/* RESET STYLES FOR ALL BROWSERS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, ins,
a, cite, code, em, font, img, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
	font-size:0.9em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#01385d;
	color:#333;
	height:100%;
}
/* Used to stretch the content to fill browser height */
html, body {
	height:100%;
}
blockquote, {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Page Container */
#container {
	width:970px;
	margin:0;
	padding:0;
	background:#fff url(/images/bg_left_col.jpg) repeat-y;	
	min-height:87%; /* Used to stretch the content to fill browser height */
	height:auto;
	overflow:hidden;
}
 /* IE 6 - Used to stretch the content to fill browser height */
* html #container {
	height:87%;
	overflow:visible;
}
/* Page masthead */
#header {
	margin:0;
	padding:0;
	height:118px;
	width:970px;
	background:url(/images/bg_header.jpg) no-repeat;
}
#header img {
	border:none;
	margin:0;
	padding:0;
}
#header #headRight {
	width:400px;
	margin:10px 10px 0 0;
	float:right;
	overflow:hidden; /* clears float to close div */
	text-align:right;
	color:#fff;
	display:inline;
}
#header #headRight p.cart {
	font-size:10px;
}
#header #headRight form {
	margin-top:6px;
	padding:0;
	height:25px;
	line-height:25px;
}
#header #headRight a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#header #headRight a:hover {
	color:#fff;
	text-decoration:none;
}

#header #headRight form .searchInput {
	height:14px;
	margin:1px 10px 3px;
	font-size:11px;
	border:none;
	color:#444;
	vertical-align:middle;
}
#header #headRight form .search {
	vertical-align:middle;
}
#header #headRight .phone {
	margin:26px 0 0 0;
	padding:0;
}

/* Left column */
#leftSidebar {
	float:left;
	display:inline; /* IE double margin fix */
	width:200px;
	margin:0;
	padding:0;
}

/* Navigation menu */
ul#navMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:200px;
}
ul#navMenu li {
	margin:0;
	padding:0;
	display:block;
	vertical-align:bottom;
}
ul#navMenu li a {
	margin:0;
	padding:6px 6px 7px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #01385d;
	border-top:1px solid #fff;
	display:block;
	vertical-align:bottom;
	width:188px;
}
ul#navMenu li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#01385d;
	display:block;
}
ul#navMenu li a.first {
	border-top:none;
}
/* Fix for IE 6 and below */
* html ul#navMenu li a {
	height: 1px;
}

/* Recently viewed products */
#recentProdsViewed {
	width:178px;
	margin:10px auto;
	padding:0;
	border:1px solid #01385d;
	background-color:#ddd;
	font-size:10px;
}
#recentProdsViewed h1 {
	color:#fff;
	background-color:#01385d;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:5px;
}
#recentProdsViewed .recentProduct {
	width:166px;
	margin:0;
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
}
#recentProdsViewed .recentProduct p {
	margin:0 0 3px;
	padding:0;
}
#recentProdsViewed .recentProduct a {
	color:#01385d;
	text-decoration:underline;
	font-weight:bold;
}
#recentProdsViewed .recentProduct a:hover {
	color:#f67600;
	text-decoration:none;
}
#recentProdsViewed .recentProduct .price {
	color:#c00;
	font-weight:bold;
}
/* Main Content */
#mainContent {
	float:right;
	margin:0;
	padding:10px 15px 10px;
	width:740px;
	position:relative;
}
#mainContent h1 {
	font-size:18px;
	color:#01387d;
	border-bottom:1px solid #6598cb;
	margin:0 0 10px;
	padding:0 0 5px;
}
#mainContent h2 {
	font-size:14px;
	color:#f67600;
	margin:0 0 10px;
	padding:0;
}
#mainContent p {
	font-size:0.8em;
	line-height:1.4em;
	margin:0 0 10px;
	padding:0;
}
#mainContent .question {
	margin:0;
	font-weight:bold;
	color:#01385d;
}
#mainContent .answer {
	margin:0 0 20px;
	padding:0;
}
#mainContent ul,#mainContent ol {
	margin:10px 0 10px 20px;
	padding-left:10px;
}
#mainContent li {
	font-size:0.8em;
	line-height:1.4em;
}
	
#mainContent a {
	color:#6598cb;
	font-weight:bold;
	text-decoration:underline;
}
#mainContent a:hover {
	color:#f67600;
	text-decoration:none;
}
#mainContent img {
	border:none;
}
#mainContent td {
	padding:3px;
	font-size:12px;
}
#mainContent td.label {
	font-weight:bold;
	color:#01385d;
}
#mainContent p.breadCrumb {
	font-size:10px;
	padding:4px;
	background-color:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#f67600;
	font-weight:bold;
}

/* Category display in catalog */
.categorySection {
	width:740px;
	margin:5px 0 10px;
	padding:0;
	border:1px solid #ddd;
	overflow:hidden;
}
* html .categorySection {
	width:735px;
}
.categorySection .imgArea {
	float:left;
	display:inline;
	text-align:center;
	margin:10px 5px;
	padding:0;
	width:160px;
}
.categorySection .categoryInfo {
	width:550px;
	margin:0 0 0 170px;
	padding:10px;
}
* html .categorySection .categoryInfo {
	width:540px;
}
#mainContent .categorySection .categoryInfo h2 {
	font-size:14px;
	color:#f67600;
	margin:0;
	padding:0 0 5px;
	border-bottom:1px solid #6598cb;
}
#mainContent .categorySection .categoryInfo h2 a {
	color:#f67600;
	text-decoration:none;
}
#mainContent .categorySection .categoryInfo h2 a:hover {
	color:#f67600;
	text-decoration:underline;
}
#mainContent .categorySection .categoryInfo p {
	font-size:12px;
	margin:5px;
	padding:0;
}

/* Previous/Next browsing */
#mainContent .browsePrevNext {
	clear:both;
	margin:5px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#01385d;
}
#mainContent .browsePrevNext .currentPage {
	margin:0 2px;
	padding:2px 6px;
	background-color:#ffffff;
	border:1px solid #01385d;
	text-align:center;
	text-decoration:none;
}
#mainContent .browsePrevNext a {
	margin:0 2px;
	padding:2px 6px;
	background-color:#eaeaea;
	border:1px solid #6598cb;
	text-align:center;
	text-decoration:none;
}
#mainContent .browsePrevNext a:hover {
	border:1px solid #f67600;
}

/* Product display in catalog */
.productDisplay {
	width:224px;
	height:250px;
	margin:5px 10px 5px 0;
	padding:5px;
	border:1px solid #ddd;
	float:left;
	text-align:center;
	overflow:hidden;
	display:inline;
	position:relative;
}
* html .productDisplay {
	width:220px;
	}
#mainContent .productDisplay h2 {
	font-size:12px;
	color:#01385d;
	margin:0;
	padding:0;
	line-height:14px;
}
#mainContent .productDisplay p {
	font-size:11px;
	margin:5px 0 5px;
}
#mainContent .productDisplay .price {
	font-size:14px;
	color:#c00;
	font-weight:bold;
}
#mainContent .productDisplay .buttonArea { /* center buttons at the bottom of the box */
	margin:5px 0 6px;
	left:0;
	bottom:0;
	position:absolute;
	text-align:center;
	width:100%;
}
* html #mainContent .productDisplay .buttonArea { /* center buttons at the bottom of the box for IE */
	left:5px;
}
/* Product detail page */
.productDetails {
	float:left;
	width:176px;
	margin:0;
	padding:0 10px 10px;
	text-align:center;
	font-size:10px;
	display:inline;
}
.productDetails img {
	margin-bottom:5px;
}
#mainContent .productDetails p {
	margin:10px 0;
	font-size:12px;
}
#mainContent .productDetails .price {
	font-size:18px;
	font-weight:bold;
	color:#c00;
}
#mainContent .productDetails td {
	font-size:11px;
	padding:2px;
}
.productInfo {
	width:529px;
	margin:0 0 0 196px;
	padding:0 0 10px 10px;
}
.productInfo h3 {
	font-size:1.0em;
	margin:16px 0 5px;
	padding:0 0 3px;
	color:#f67600;
	border-bottom:1px solid #6598cb;
}
/* Accessory display on product detail page */
.accessoryDisplay {
	width:158px;
	height:234px;
	margin:5px 5px 0 0;
	padding:5px;
	border:1px solid #ddd;
	float:left;
	text-align:center;
	overflow:hidden;
	display:inline;
	position:relative;
}
* html .accessoryDisplay {
	width:154px;
	}
#mainContent .accessoryDisplay h2 {
	font-size:11px;
	color:#f67600;
	margin:0 0 10px;
	padding:0;
	line-height:12px;
}
#mainContent .accessoryDisplay p {
	font-size:10px;
	margin:5px 0 5px;
}
#mainContent .accessoryDisplay .price {
	font-size:12px;
	color:#c00;
	font-weight:bold;
}
#mainContent .accessoryDisplay .buttonArea { /* center buttons at the bottom of the box */
	margin:5px 0 6px;
	left:0;
	bottom:0;
	position:absolute;
	text-align:center;
	width:100%;
}
* html #mainContent .accessoryDisplay .buttonArea { /* center buttons at the bottom of the box for IE */
	left:5px;
}
/* Order table */
table.cartTable {
	font-size:11px;
	margin:0 0 10px;
	border-collapse:collapse;
}
table.cartTable th {
	background:#01385d;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
table.cartTable td {
	padding:5px 3px;
	border:1px solid #ddd;
	-moz-border-radius:0;
}
table.cartTable td.total {
	background:#ddd;
	color:#01385d;
	font-weight:bold;
}
#mainContent ol.error {
	margin:0 0 10px 30px;
	padding:0;
}
#mainContent ol.error li {
	color:#c00;
	margin:0;
	padding:0 0 4px;
	font-size:11px;
}/* Customer table */
#mainContent table.customerTable {
	border-collapse:collapse;
	margin:0 0 10px;
}
#mainContent table.customerTable th {
	font-size:12px;
	background:#01385d;
	color:#fff;
	font-weight:bold;
	padding:5px 3px;
}
#mainContent table.customerTable td {
	font-size:11px;
	padding:5px 3px;
	border:1px solid #ddd;
}
#mainContent table.customerTable td img {
	vertical-align:middle;
}
#mainContent table.customerTable td p {
	font-size:11px;
	margin:2px 0;
}
#mainContent ol.error {
	margin:0 0 10px 30px;
	padding:0;
}
#mainContent ol.error li {
	color:#c00;
	margin:0;
	padding:0 0 4px;
	font-size:11px;
}
/* Page footer */
#footer {
	width:970px;
	margin:0;
	padding:10px;
	color:#fff;
	background-color:#01385d;
	text-align:center;
	clear:both;
	position:relative;
}
#footer p {
	margin:0 0 8px;
	padding:0;
	font-size:0.75em;
	line-height:1.4em;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.searchButton, .formButton {
	height:28px;
	color:#fff;
	font-weight:bold;
	background:#01385d url(/images/btn_search.jpg) no-repeat 5px;
	padding:0 2px 0 20px;
	border:1px solid #6598cb;
	cursor:pointer;
}
.formButton {
	background-color:#01385d;
	background-image:none;
	padding-left:2px;
}
.searchButton:hover,.formButton:hover {
	color:#6598cb;
}
.redText {
	color:#cc0000;
}
.dkblueText {
	color:#01385d;
}
.ltblueText {
	color:#6598cb;
}
.strikethrough {
	text-decoration:line-through;
}
.floatright {
	float:right;
	margin:0 0 10px 10px;
}
.floatleft {
	float:left;
	margin:0 10px 10px 0;
}
.clearfloat {
	clear:both;
	height:1px;
	margin:0;
}