/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption {text-align:left;}
th {text-align: center;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {display: inline-block;} 
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

html { 
	background:#ddebf6 url("../images/bg-html.png") center top repeat-x;
	}

body { 
	background: url("../images/bg-body.png") center top no-repeat;
	text-align:center; 
	font:14px/22px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin: 0 10px 10px; background:#EFEFEF; padding: 10px;}

h1	{ font-size:26px; color:#005082; font-weight: normal; line-height: 29px; }
h2	{ font-size:18px; color:#005082; line-height: 22px; }
h3	{ font-size:16px; color:#005082; }

h2 span,h3 span	{ display:none; }
h1 span { display:block; }

a:link, a:visited	{ color:#61A9DF; text-decoration:none; outline:none; }
a:hover, a:active	{ color:#61A9DF; text-decoration:underline; outline:none; }

td { padding:3px; }

/* ------------------------ global classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:transparent !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ccc;
	color:#000;
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; height:24px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

.login-fields {
	width: 190px;
	float: left;
	height: 210px;
	margin-left: 10px;
	}
	
	.login-fields input {
		width: 180px;
		}
		
.form-border {
	padding-right: 10px;
	border-right: 1px dashed #CCC;
	}

.key {
	font-size: 12px;
	}
	
	.key label {
		float: left;
		font-size: 11px;
		font-weight: bold;
		border: 0;
		}
		
		.key input {
			width: 20px;
			margin: 2px 0 0 5px;
			}


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
/* ------------------------ submit button form elements ------------------------ */

#top-search {width: 362px; float:right; margin: 7px 7px 0 0; display: inline; font-size: 14px;}

#top-search input {
	width: 274px;
	border: 0;
	height: 22px;
	}

#top-search input.search-submit { /* REMOVE IF NOT USED */
	background:url("../images/search-submit.jpg");
	width:69px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-right: 5px;
	}
	
.btn-remove {
	background:url("../images/btn-remove.png") !important;
	height: 25px;
	width: 69px;
	cursor: pointer;
	border: 0;
	margin-top: 3px;
	}
	
.btn-update {
	background:url("../images/btn-update.png") !important;
	height: 25px;
	width: 69px;
	cursor: pointer;
	border: 0;
	margin-top: 3px;
	}
	
.btn-save {
	background:url("../images/btn-save.png") !important;
	height: 25px;
	width: 69px;
	cursor: pointer;
	border: 0;
	margin-left: 10px;
	}	
	
#btn-login {
	background:url("../images/btn-log-in.png") !important;
	height: 25px;
	width: 69px;
	cursor: pointer;
	border: 0;
	}

#btn-search {
	background:url("../images/btn-search.png") !important;
	height: 25px;
	width: 69px;
	cursor: pointer;
	border: 0;
	margin-left: 5px;
	}
	
#btn-password {
	background:url("../images/btn-send-password.png") !important;
	height: 25px;
	width: 130px;
	cursor: pointer;
	border: 0;
	}

#btn-continue {
	background:url("../images/btn-continue.png") !important;
	height: 25px;
	width: 101px;
	cursor: pointer;
	border: 0;
	}
	
.btn-add-to-cart {
	background:url("../images/btn-add-to-cart.png") !important;
	height: 25px;
	width: 101px;
	cursor: pointer;
	border: 0;
	margin-top: 3px;
	}
	
#basket-buttons {
	margin-top: 20px;
	}
	
	#btn-checkout-now {
		float: right;
		}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url("../images/bg-wrap.png") repeat-y;
	_height: 1%;
	}

	body#index #wrap {
		background:url("../images/bg-wrap-index.png") repeat-y;
		}
#inner-wrap {
	background:url("../images/bg-inner.gif") left bottom no-repeat;
	}

/* ------------------------footer framework ------------------------ */
#meta {
	text-align:right;
	color: #005082;
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 16px;
	}

#meta a:link, #meta a:visited, #meta span { color:#FFF; text-decoration: none; }
#meta a:hover, #meta a:active { color:#FFF; text-decoration: underline; }

#meta ul {margin:5px 0 0 0;}
	#meta li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #005082;
		}
	#meta li.first { 
			border: none; 
			}
	#meta #cart-icon {
			background: url("../images/cart-icon.gif") no-repeat;
			padding-left: 28px; 
			}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead_wide.jpg") top left no-repeat;
	height:148px;
	width: 960px;
	margin: 0 auto;
	}
	/* index page link within #masthead */		
	#masthead a#m-link {	
		position:absolute;
		left:0px;
		width:555px;
		top:0px;
		height:148px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:231px;
	background: transparent url("../images/bg-left.gif") top center no-repeat;
	float:left;
	padding: 25px 14px 140px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}
	
	#column-left h2, #column-left a, #column-left li {
		color: #FFF;
		text-decoration: none;
		}
		#column-left a:hover {
			color: #A4EF59;
			}
	#column-left h2 {
		padding-left: 15px;
		}

	/* single column list */
	#column-left ul, #column-left ul li ul { padding-left:5px; }
		#column-left ul li { 
			border-bottom: 1px solid #0084d6;
			padding: 9px 10px; /* pushes text to the right to display bg img */
			}
			#column-left li.last {
				border: 0;
				}

#intelli-banner {
	position:relative;
	background:url("../images/intelli-flush.jpg") no-repeat;
	height:250px;
	width: 150px;
	margin: 25px auto 0;
	}
	/* index page link within #masthead */		
	#intelli-banner a {	
		position:absolute;
		left:0px;
		width:150px;
		top:0px;
		height:250px; 
		}
		
/* ------------------------ column-middle framework ------------------------ */
#welcome {
	width:487px;
	background: url("../images/bg-welcome.gif") 0px 0px no-repeat;
	float:left;
	margin-left: 4px;
	padding-top: 20px;
	}

	#welcome p, #welcome h1, #welcome h2, #welcome h3, #welcome dl {
		margin:0px 20px 10px 20px;
		}

#column-middle {
		background: url("../images/bg-middle.gif") 0px 0px no-repeat;
		padding: 45px 24px 0 24px;
	}	
	
#nav-cat { 
	background:url("../images/products-home.png") no-repeat; 
	width:439px; 
	height:257px; 
	margin:0;
	padding:0; 
	}

	#nav-cat a { text-indent: -9999px; }
	
	#nav-cat li, #nav-cat a { height:126px; width: 143px; display:block; } /* change height here also */
	
	#nav-cat li { float:left; list-style:none; _display:inline; position:relative; margin: 0 5px 5px 0; }
	
	#nav-cat #nav-03-cat, #nav-cat #nav-06-cat {margin-right: 0;}
	
	#nav-cat #nav-04-cat, #nav-cat #nav-05-cat, #nav-cat #nav-06-cat {
		margin-bottom: 0;
		}
	
	#nav-01-cat a:hover { background:url("../images/products-home.png")  0px -257px no-repeat; }
	#nav-02-cat a:hover { background:url("../images/products-home.png") -148px -257px no-repeat; }
	#nav-03-cat a:hover { background:url("../images/products-home.png") -296px -257px no-repeat; }
	#nav-04-cat a:hover { background:url("../images/products-home.png")  0px -388px no-repeat; }
	#nav-05-cat a:hover { background:url("../images/products-home.png") -148px -388px no-repeat; }
	#nav-06-cat a:hover { background:url("../images/products-home.png") -296px -388px no-repeat; }


#view-parts {
		background:url("../images/bg-view-parts.png") bottom no-repeat;
		width: 295px;
		height: 68px;
		text-align: right;
		font-size: 15px;
		color:#005082;
		font-weight: bold;
		margin: 25px auto 0;
		}

		#view-parts input {
			width: 108px;
			font-size: 13px;
			height:22px;
			border: 0;
			margin-top: 5px;
			cursor: text;
			}
			
		#view-parts #view-parts-submit {
			background:url("../images/view-parts-submit.png");
			width: 85px;
			height: 26px;
			margin: 0 7px 0 0;
			border: 0;
			cursor: pointer;
			}

#video-section {
	margin: 25px 0 25px 40px;
	}
	#welcome #video-section h2, #welcome #video-section p {
		margin-left: 0;
		}
		#video-section p {
			margin-top: 10px;
			}
			
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:648px;
	float:left;
	background:url("../images/bg-right.gif") 0px 0px no-repeat;
	padding: 25px 24px 0 29px;
	}
	
	#column-right a {
		color: #7cbbe0;
		}
		
		#column-right a span {
			color: #005082;
			}
	
	body#index #column-right {
		width: 208px;
		background:url("../images/bg-right-index.gif") 0px 0px no-repeat;
		margin: 0;
		padding: 25px 0px 0 0px;
		}
		
	body#index #column-right a {
		color:#005082;
		}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
		body#index #column-right h2 {
			text-align: center;
			}
			
#featured-products {
	text-align: center;
	}
	
	.featured-img {
		width: 145px;
		border-top: 1px solid #0084d6;
		padding-top: 15px;
		margin: 0 auto 15px;
		}

		.first-featured .featured-img {
			border: 0;
			margin-bottom: 10px;
			padding-top: 0;
			}
	
	#featured-products ul {
		position: relative;
		width: 185px;
		margin: 0 auto;
		padding: 15px 0;
		}


	
/* ------------------------ Category Stuff -------------------------- */

#breadcrumbs {
	margin-bottom: 10px;
	}

.category-description {
	font-size: 10px;
	line-height: 14px;
	}
	
.pagination {
	text-align: right;
	clear: both;
	margin-bottom: 15px;
	}
	
	.pagination-bottom {
		text-align: right;
		clear: both;
		margin-bottom: 0;
		}
	
.category-products {
	width: 200px;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 0 35px 10px;
	}
	
	.cat-prod-image {
		height: 120px;
		overflow:hidden;
		}
		.cat-prod-image img {
			}
	
	.category-products strong {
		display: block;
		font-size: 12px;
		line-height: 16px;
		height: 65px;
		}
	.category-products small {
		font-size: 11px;
		font-weight: bold;
		text-decoration: line-through;
		color: #7dbadf;
		}	
	.category-products span {
		font-size: 17px;
		font-weight: bold;
		color: #005082;
		}
		
.comsysheaders {
	font-size: 30px;
	padding-top:5px;
	}

#column-right .comsysheaders-or {
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
	}
	
.choose-type-top {
	background:url("../images/choose-type-top.gif") top center no-repeat;
	height: 21px;
	margin-top: 20px;
	}

.choose-type {
	background:url("../images/choose-type-bg.gif") center repeat-y;
	padding: 0 60px 10px;
	}
	.choose-type img {
		float: left;
		margin-right: 20px;
		}
		
	#column-right .choose-type p,#column-right .choose-type h1 {
		margin-bottom: 0;
		}
		#column-right .choose-type p {
			width: 300px;
			margin: 10px 0 0 195px;
			}
		
.choose-type-bottom {
	background:url("../images/choose-type-bottom.gif") top center no-repeat;
	height: 20px;
	clear: both;
	}

#special-cats #column-right h2 {
	clear: both;
	border-bottom: 1px solid #005082;
	padding-bottom: 3px;
	}
	
	.btn-cat-view a {
		display: block;
		width: 69px;
		height: 25px;
		background:url("../images/btn-cat-view.png") 0px 0px no-repeat;
		margin: 0 auto;
		}
		.btn-cat-view a:hover {
				background:url("../images/btn-cat-view.png") 0px -25px no-repeat;
				}
				
	.btn-featured-view a {
		display: block;
		width: 69px;
		height: 25px;
		background:url("../images/btn-featured-view.png") 0px 0px no-repeat;
		margin: 0 auto;
		}
		.btn-featured-view a:hover {
				background:url("../images/btn-featured-view.png") 0px -25px no-repeat;
				}
				
		
/* ------------------------ Product Page Stuff -------------------------- */

#product {
	}

#product img {
	float: left;
	margin-right: 85px;
	margin-bottom: 30px;
	}
	#product strong {
		color: #005082;
		font-size: 25px;
		padding-top: 50px;
		display: block;
		}

#column-right a.tab, #column-right a.tab:link, #column-right a.tab:visited{
	display:block;
	float:left;
	background:#ceefff;
	font-size:15px;
	text-decoration:none;
	margin:0;
	padding:4px 10px 5px 10px;
	color:#0069aa;
	border: 1px solid #005082;
	border-bottom: 0;
}

a.tab:hover, a.tab:active, div.specs a.on, div.specs a.on:link, div.specs a.on:visited{
	background:#0069aa;
	}
	a.tab:hover, a.tab:active, div.specs a.on, div.specs a.on:link {
		color: #FFF !important;
		background:#0069aa !important;
		}
	

#add-to-cart-form {
		}

	#add-to-cart-form span {
		background:url("../images/add-to-cart-field.gif") right no-repeat;
		padding: 5px 0;
		}

		#add-to-cart-form input {
			width: 26px;
			font-size: 13px;
			height:22px;
			border: 0;
			margin-top: 2px;
			cursor: text;
			padding-right: 2px;
			}
			
		#add-to-cart-form #add-to-cart {
			background:url("../images/btn-add-to-cart.jpg");
			width: 140px;
			height: 33px;
			border: 0;
			cursor: pointer;
			display: block;
			}
	
.specs {
	margin-bottom:10px; 
	clear: both;
}

#related-products {
	margin-top: 25px;
	font-size: 10px;
	}
	
	.related {
		clear: both;
		margin-bottom: 15px;
		height:120px;
		}
		
		#column-right .related a {
			font-size: 12px;
			color: #005082;
			text-decoration: underline;
			}
	
	.related-image-wrap {
		float: left;
		margin-right: 10px;
		width: 150px;
		height:120px;
		text-align: center;
		}	
#column-right h2 a {
	color: #005082;
	}	
		
/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; background:url("../images/subhead.jpg"); } /* sets height for all subheads */
	body#category #subhead { background:url("../images/subhead-category.jpg"); } /* delete if same sitewide */


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.gif"); /* delete if not needed */
	width:960px;
	height:20px;
	margin: 0 auto;
	clear:both; /* important - do not remove */
	}
	body#index #bottom-wrap {
		background:url("../images/bottom-wrap-index.gif"); /* delete if not needed */
		}

/* ------------------------footer framework ------------------------ */
#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-weight: bold;
	}

#footer p {
	color:#005082;
	margin-bottom:10px;
	font-size: 12px;
	}

#footer a:link, #footer a:visited { color:#005082; text-decoration: none; }
#footer a:hover, #footer a:active { color:#005082; text-decoration: underline; }

#footer ul {margin:10px 10px 5px; font-size: 14px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #005082;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.png") no-repeat; 
	width:960px; 
	height:38px; 
	margin:0 auto 10px;
	padding:0; 
	}

#nav a { text-indent: -9999px; }

#nav li, #nav a { height:36px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; margin: 1px 2px 0 0; }

#nav-01 { width: 90px;}
#nav-02 { width: 110px;}
#nav-03 { width: 111px;}
#nav-04 { width: 109px;}
#nav-05 { width: 70px;}

/*-------------- (-79px) X position of button / (-38px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.png")  -0px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.png") -92px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.png") -204px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.png") -317px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.png") -428px -39px no-repeat; }