/* GENERAL */
body {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	background: url(../img/main_bg.jpg) repeat-y center;
}
#wrapper {
	clear:both;
	height:100%;
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:900px;
}
p {
	margin: 0 0 12px 0;
}
h1, h2, h3, h4, h5 {
	font-weight:bold; 
	margin:0 0 12px 0;
}
h1 { font-size:24px; color:#213143}
h2 { font-size:20px; color:#213143}
h3 { font-size:18px; color:#213143}
h4 { font-size:14px; color:#213143}
h5 { font-size:12px; color:#666}
h6 { font-size:10px; color:#666}
form {
	margin:0;
}
a {
	color:#406C8A;
}
a:hover {
	color:#000;
}
img {
	border:none;
}
.clear {
	clear:both;
	height:1px;
	width:100%;
}
.bold {
	font-weight:bold;
}
.hrBlue { /* Blue horizontal divider line */
	border-bottom:1px dotted #213143; 
	margin:10px 0; 
	width:100%;
}

/* HEADER */
#header {
	background:transparent url(../img/header.jpg) no-repeat center top;
	height:209px;
	width:900px;
}

/* MAIN CONTENT REGION */
#content-wrapper {
	background: #fff url(../img/content_bg.jpg) repeat-y center;
}
#content {
	padding:20px;
	min-height: 100%;  
	width: 650px;  
	float: left; 
	height: 100%;
}

/* NAVIGATION */
#nav {
	background:#222;
	padding: 2px 0;
	height:3.2em;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0 0.15em;
} 
#nav li a {
	background: #555 url(../img/nav_bg.jpg) repeat-x top center;
	height: 3em;
	line-height: 3em;
	float: left;
	width: 14.50em;
	display: block;
	border: 0.1em solid #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#nav li a:hover {
	background: #2A3F54 url(../img/nav_bg2.jpg) repeat-x top center;
}

/* SIDEBAR */
#sidebar {
	padding-bottom: 300px; /*orig 414px*/ 
	min-height: 100%; 
	width: 210px; 
	background: url(../img/sidenav-bg.gif) repeat-y left bottom; 
	float: left; 
	height: 100%;
	color:#fff;
}
#sidebar-bottom { /* Background image for bottom of sidebar*/
	position: absolute; 
	width: 210px; 
	bottom:36px; 
	background: url(../img/sidenav-bottom.png) no-repeat left bottom; 
	height: 414px; 
	left:0;
}

/* SIDEBAR - SEARCH */
#sidebar-search { /* Search box in sidebar */
	position: relative;
	padding: 0 5px 100px 0;
	width: 170px; 
	left:20px;
	top:20px;
}
#sidebar-search p{
	font-size:11px; 
	font-weight:bold;
	margin:10px 0 3px 0;
}

/* SIDEBAR - BUY ONLINE BUTTON */
#buyOnline-Btn { /* Button position */
	//position:absolute; 
	//top:430px; 
	//left:18px;
	//z-index:3;
}

/* FOOTER */
#footer {
	margin:0;
	padding:10px 0;
	width:900px;
	text-align:center;
	color:#444;
	font-size:11px;
}
#footer a, #footer a:hover {
	color:#444;
}

/* CONTENT REGIONS */
#maincopy-fullblock { /* For full page content*/
	padding:0; 
	padding-left: 0pt; 
	width: 650px; 
	float: left; 
	font-size: 12px;
}
#maincopy-block {
	padding:0; 
	padding-left: 0pt; 
	width: 376px; 
	float: left; 
	font-size: 12px;
}
#featurecopy-block-wrapper { /* For features block wrapper */
	width: 250px; 
	float: left; 
	margin-left: 24px;
}
.featurecopy-block { /* For all feature boxes-content */
	padding:16px; 
	width:auto; 
	height:auto; 
	border:1px solid #213143; 
	background:#fff url(../img/featblocks_bg.jpg) repeat-x top;
	font-size:11px;
}

/* BREADCRUMBS - NAVIGATION */
#breadcrumbs {
	font-size:11px;
	margin-bottom:10px;
}

/* FORM BUTTONS  */
.submit-btn { /* Sumbit btn */
	margin:5px 0 0 0;
	padding:6px; 
	color:#fff; 
	background: url(../img/formbtn_bg_blue.jpg); 
	border:1px solid #555;
}
.search-btn { /* Search btn */
	margin:5px 0 0 0;
	padding:6px; 
	color:#fff; 
	background: url(../img/formbtn_bg_blue.jpg); 
	border:1px solid #555;
}

/* ----------------------------------
PRODUCT PAGES/DISPLAY SPECIFIC STYLES
-------------------------------------*/

/* PRODUCT RESULTS DISPLAY */
.productResults-Details {
	width:500px;
	border:1px solid #213143;
	background: #fff;
}
.productResults-Details td { /* Formats product thumbnail cell */
	vertical-align:top;
	padding:5px;
}
.productResults-Details .prodImgTh { /* Formats product thumbnail cell */
	width:100px;
}
.productResults-Details .prodImgTh img { /* Formats product thumbnail image */
	width:90px; 
	height:auto;
}
.productResults-Details .prodDetails { /* Formats product thumbnail image */
	width:auto;
}
.productResults-Details .itemNum { /* Formats item number */
	font-weight:normal;
}
.productResults-Details .desc { /* Formats product description link */
	font-weight:bold;
}
.productResults-Details .price { /* Formats product price*/
	font-weight:bold;
}

/* PRODUCT RESULTS DISPLAY - TABLE/GRID VERSION */
#productResults-TblGrid { /* Container/TABLE for product items display */
	width:600px;
	border:none;
}
.productResults-Item { /* Item containter TD */
	width:300px; 
	vertical-align:top; 
	border:1px solid #213143; 
	background:#fff;
}
.productResults-Item .title { /* Formats item title */
	padding:5px; 
	background:#666 url(img/prodresults_title_bg.jpg) repeat-x top;
	text-align:center; 
	color:#fff; 
	font-weight:bold;
}
.productResults-Item .imgTh { /* Formats item img container */
	padding:5px; 
	text-align:center;
}
.productResults-Item .imgTh img { /* Formats img - keeps all images same dimensions / remove if not needed */
	width:90px;
	height:90px;
	border:none;

}
.productResults-Item .model{ /* Formats item model # */
	padding:5px; 
	text-align:center; 
	font-size:11px;
}
.productResults-Item .infoLink{ /* Formats item link */
	padding:5px; 
	text-align:center; 
	background:url(img/prodresults_link_bg.jpg) repeat-x bottom; 
	border-top:1px solid #ccc; 
	font-size:11px;
}

/* PRODUCT RESULTS - TITLE */
#productResults-TitleTbl {
	width:100%; 
	margin-bottom:10px;
}
#productResults-TitleTbl .prodType{
	text-align:left; 
	font-size:16px; 
	font-weight:bold; 
	color:#213143;
}
#productResults-TitleTbl .prodFound{
	text-align:right; 
	font-size:12px; 
	font-weight:normal;
}

/* PRODUCT SELECTOR - LIST BOXES */
#productSelectors {
	text-align:center;
	margin-bottom:10px;
}
#productSelectors select {
	padding:3px;
	border:1px solid #bbb;
}

/* PRODUCT CATEGORY/CLASSES - TEXT LIST */
#productCategory-TxtList {
	width:auto;
}
#productCategory-TxtList td {
	vertical-align:top; 
	padding:5px;
}
#productCategory-TxtList ul {
	margin:0; 
	padding:0; 
	font-size:14px; 
	list-style-type:square;
}
#productCategory-TxtList li {
	line-height:1.7em; 
	margin-left:1.5em; 
	padding:0;
}

/* PRODUCT SINGLE ITEM DISPLAY */
#productDetails {
	width:650px;
}
#productDetails td {
	vertical-align:top;
}
#productDetails .prodImg { /* Formats product img container */
	width:250px;
	text-align:center;
	font-size:11px;
}
#productDetails .prodImg a {
	text-decoration:none;
}
#productDetails .prodSpecs { /* Formats specs wrapper */
	width:388;
}
#productDetails .title { /* Formats product title */
	padding:.5em; 
	width:auto;
	height:auto; 
	font-weight:bold; 
	font-size:14px; 
	color:#fff;
	border-top:1px solid #bbb; 
	border-bottom:1px solid #bbb; 
	background:#666 url(../img/proddetail_title_bg.jpg) repeat-x top;
}
#productDetails .model { /* Formats model and price */
	padding:.5em; 
	width:auto; 
	font-weight:bold; 
	font-size:11px; 
	height:auto; 
	border-bottom:1px solid #ccc; 
	background:#fff url(../img/proddetail_model_bg.jpg) repeat-x bottom;
}

#productDetails ul.specs { /* Formats product spec list */
	margin:10px 0 0 0; 
	padding:0; 
	font-size:11px; 
	list-style-type:square;
}
#productDetails li { 
	margin-left:2.2em; 
	padding:0;
}
