@import url("reset.css");

/* NOTES ------
8/18/2008: Removed all div floats and auto widths. Catalog now prints correctly in Firefox, but still cuts off after one page in IE.
Edited by SPeterson */


/* ----------------------------------- default ----------------------------------- */
html, body {
	/*min-width:978px;*/
	width:auto;
	color:#444444;
	font-size:14px;
	/*line-height:18px;*/
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	background:#CCC;
	height:auto;
}

a {			color:#0da3c8; text-decoration:underline; }
a:hover {	color:#333; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; }

h1 {
	font-size:24px;
	color:#00447c;
	margin-bottom:0;
}

td tr {
	color:#444;
	font-size:14px;
	vertical-align:top;
}

table {
	margin:auto;
}



/*------------------------------------ content wrapper ------------------------------------ */
#wrapper {
	/*width:680px;*/
    width:100%;
	margin:0;
	/*display:inline;*/
}


/*------------------------------------ header ------------------------------------*/
#header {/*
	margin:0;
	padding:0;
	border:0;*/
	display:none;
}
/*
#headerLeft {
	width:242px;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	border:0;
}*/

#headerRight, #leftColumn, #centerColumn, #rightColumn { display:none;}







/*------------------------------------ home page ------------------------------------*/

#homeBottom {
	width:100%;
	min-height:220px;
	background:#fff;
	display:block;
	padding-bottom:10px;
}

#homeBottomLeft {display:none;}


#homeBottomCenter {
	display:inline;
	float:left;
	width:485px;
	padding:18px 15px 0 20px;
	background:#fff;
	font-size:12px;
}

#homeBottomCenter p {
	font-size:12px;
	padding-bottom:5px;
}

#homeBottomCenter ul {
	padding:0 5px 8px 35px;
	list-style-type:disc;
}
#homeBottomRight {
	display:inline;
	float:left;
	width:207px;
	padding:18px 0 0 0;
	background:#fff;
}






/* ----------------------------------- subpage ----------------------------------- */


#leftColumnSub {
	display:none;
}

#subRightColumn {
	/*width:100%;*/
	/*width:680px;*/
	padding:0;
	margin:0;
	background:#f1f8fe url(../images/sub_content_bg.jpg) top left no-repeat;
	/*display:inline;
	float:none;*/
	/*float:left;*/
}

#subRightColumn h1, #subRightColumn .heading1 {
	font-size:24px;
	color:#00447c;
	text-align:left;
	padding:10px 10px 38px 0;
	margin-bottom:0;
}

#subRightColumn h2, #subRightColumn .heading2 {
	font-size:17px;
	font-weight:bold;
	color:#17abcf;
	padding:0;
	margin-bottom:0;
}

#subRightColumn ul {
	padding:0 5px 8px 35px;
	list-style-type:disc;
}

#subRightColumn li {
	font-size:14px;
	line-height:16px;
	color:#444444;
	padding:0 0 10px 0;
}

#subRightColumn p {
	padding:0 0 15px 0;
}

#subRightColumn img {
	padding:5px;
	margin:5px;
	border:#CCC 1px solid;
}




#breadcrumb {
	padding:0;
	margin:0 0 5px 0;
	width:480px;
	display:inline;
	float:left;
}

#paging {
	padding:0;
	margin:0 0 5px 0;
	width:175px;
	display:inline;
	float:left;
}







/* ------------------- subpage sidebar ----------------------------------- */
#subRightColumn #sidebar {
	float:right;
	display:inline;
	width:200px;
	/*overflow:hidden;*/
	margin:0 0 10px 10px;
	padding:0;
	font-size:14px;
}
#subRightColumn #sidebar * {
	font-size:14px;
}

#subRightColumn #narrow {
	float:left;
	display:inline;
	width:447px;
	/*overflow:hidden;*/
	margin:0;
	padding:0;
}








/* ------------------------------ catalog ------------------------------ */

#catalog {
	padding:0;
	margin:0;
	width:auto;
	/*display:inline;
	float:none;
	/*float:left;*/
	/*overflow:visible;*/
}

/*#catalog {
	padding:0;
	margin:0;
	width:480px;
	display:inline;
	float:none;
	
	/*float:left;*/
	/*height:auto;*/
	/*overflow:visible;*/
/*}*/

#catalogRight {display:none;}




/* -------------------- sidebar cart view ---------- */
#catalogDetails {display:none;}


/* -------------- image border and padding -------------- */
#catalog ul.category li a img, #catalog ul.subcategory li a img, #catalog ul.product li a img, #catalog .image a img, #catalog .image img, #catalog img, #catalog #crossSelling .crossProduct img   {
	padding:3px;
	background:#fff;
	border:1px solid #0da3c8;
}
#catalog ul.category li a:hover img, #catalog ul.subcategory li a:hover img, #catalog ul.product li a:hover img, #catalog .image a:hover img, #catalog a:hover img, #catalog #crossSelling .crossProduct a:hover img  {
	border:1px solid #333;
}

/* --------------- category listings --------------- */
#catalog ul.category {
	margin-top:10px;
	padding:0;
}
#catalog ul.category li {
	float: left;
	text-align:center;
	list-style:none;
	margin:5px 15px 5px 0;
	padding:0;
	width:130px;
	height:165px;
}

#catalog ul.category li a img  {
	margin-bottom:4px;
}
#catalog ul.category li a {
  	font-size: 14px;
	line-height:1em;
	text-decoration:none;
	color:#0da3c8;
}
#catalog ul.category li a:hover {
	color:#333;
	text-decoration:none;
}

/* ------ Sub Category listings text only with Products ------ */
#catalog ul.categoryList {
	margin:10px 0 20px 0;
	padding:0;
}

#catalog ul.categoryList li {
	text-align:left;
	list-style:none;
	margin:0;
	padding:7px 0 7px 0;
	width:425px;
	height:15px;
  	font-size: 14px;
/*	line-height:25px;*/
	text-decoration:none;
	font-weight:bold;
	border-bottom:solid 1px #dedede;
}

#catalog ul.categoryList li a {
	text-decoration:none;
	padding-left:20px;
}

/* --------------- product listings --------------- */
#catalog ul.product {
	margin:10px 0;
	padding:0;
	width:100%;
	/*display:block;*/
}
#catalog ul.product li {
	/*float: left;
	display:inline;*/
	text-align:left;
	list-style:none;
	margin:5px 20px 10px 0;
	width:100%;
	/*height:85px;*/
  	font-size: 12px;
	line-height:14px;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:-.5px;
	
}

#catalog ul.product li a img  {
	margin:0 8px 4px 0;
	display:inline;
	float:left;
}
#catalog ul.product li a {
  	font-size: 12px;
	line-height:14px;
	text-decoration:none;
	color:#0da3c8;
	font-weight:normal;
}
#catalog ul.product li a:hover {
	color:#333;
	text-decoration:none;
}

#catalog ul.product li a.add {
	color:#090;
}

#catalog ul.product li a:hover.add {
	color:#333;
}





/* -------------------- product detail pages -------------------- */


#catalog .image img {	
	float:left;
	display:inline;
	margin:15px 10px 10px 0;
	padding:0;
	width:180px;
}

#catalog ul.imageThumbs {
	clear:left;
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:190px;
}
#catalog ul.imageThumbs li {
	float:left;
	display:inline;
	list-style:none;
	margin:0 5px 5px 0;
	padding:0;
}
#catalog ul.imageThumbs li img {
	margin:0;
}




#catalog .info {
	float:right;
	display:inline;
	width:270px;
	padding:15px 10px 0 0;
	margin:0;
}
#catalog h1 {
	font-size:16px;
	line-height:18px;
	text-align:left;
	margin:0;
	padding:0;
}


#catalog a.add {
	color:#090;
	text-decoration:none;
}
#catalog a:hover.add {
	color:#333;
	text-decoration:none;
}

#catalog input {
	width:25px;
	margin:3px;
}
#catalog .info ul {
	padding-top:10px;
}
#catalog .info ul li {
	padding:0;
}


/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}







/* ----------------------------------- footer ----------------------------------- */

#subFooter { display:none;}

