/*-------------------------------------------------------------------------------------*/
/* 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,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

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

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

html {
	overflow-y: scroll;
	}

body { 
	background:#d2d2d2 url("../images/bg-wrap.png") center repeat-y;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#555;
	padding-left:1px !ie; /* pushes background image to line up with the wrap in IE7 and below */
	}
	

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

h1	{ font-size:1.2em; }
h2	{ font-size:.75; font-weight: bold; }
h3	{ font-size:1.0em; }

h1 span	{ color:#025461; }
h2 span { color:#025461; }
h3 span { color:#025461; }


#category-prod-title {
	font-size: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 15px 0 0;
	}
	#cat-landing #category-prod-title {
		margin-left: 20px;
		}
	
	#category-prod-title .cat-name {
		color:#C93207;
		display: block;
		padding-left: 50px;
		margin: 10px 0 30px;
		}


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

#column-left a:hover,
#column-left a:active,
#column-middle a:hover,
#column-middle a:active,
#column-wide a:hover,
#column-wide a:active,
#column-right a:hover,
#column-right a:active	{ background: #CBE29A; }

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; 
	}

.buttons {
	background:url("../images/bg-buttons.png") 50% 0 no-repeat !important;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 13px 25px;
	color: #FFF !important;
	text-decoration: none !important;
	border: 1px solid #4F4F4F;
	}
	input.buttons {
		padding: 9px 25px;
		font-family: Arial, Helvetica, sans-serif; 
		}
	
#basket-buttons {
	margin-top: 20px;
	}
	#checkout-now {
		float: right;
		}
	#continue-shopping {
		float:left;
		}
	#create-account {
		margin-top: 10px; 
		float: left; 
		margin-left:33px;
		}
	#checkout-now-ordl {
		margin-top: 10px; 
		float: left; 
		margin-left:55px;
		}
	#order-continue {
		float:right;
		margin: 10px 57px 0 0;
		}

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

/* ------------------------ main framework ------------------------ */
#wrap {
	width:960px;
	padding:5px 0 0;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------meta framework ------------------------ */
#meta {
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	padding:24px 24px 0 0;
	color:#FFF;
	width: 420px;
	position: absolute;
	right: 0;
	top: 0;
	}

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

#meta {margin:0px;}
	#meta li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 0 0 26px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		}
	#meta li.first { border: none; }
	
/* ------------------------nav framework ------------------------ */
#nav {
	margin:0 auto;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
	font: Helvetica, Arial, sans-serif;
	position: absolute;
	top: 87px;
	left: 0;
	}

#nav a:link, #nav a:visited { color:#95957a; text-decoration: none; }
#nav a:hover, #nav a:active { color:#FFF; }

#nav {margin:0px;}
	#nav li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 0 0 26px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		}
	#nav li.first { border: none; padding-left: 17px; }


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background: #333 url("../images/masthead.png") left top no-repeat;
	height:115px;
	}
	#masthead-link {
		position: absolute;
		display:block;
		width: 467px;
		height: 74px;
		top: 0;
		left: 0;
		text-indent: -9999px;
		}			

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:210px;
	float:left;
	padding-left:30px;
	}

	#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 form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}


	/* definition list */
	#column-left dl { padding:0; color:#555555; }
		#column-left dl dt a {
			font-weight:bold;
			text-transform: uppercase;
			color:#555;
			text-decoration: none;
			}
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			#column-left dd a {
				color:#555;
				text-decoration: none;
				}

#column-left h2, #column-right h2 {
	text-transform: uppercase;
	}

/* ------------------------ column-right framework ------------------------ */
#column-middle {
	width:508px;
	float:left;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding: 0 20px;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 0px 10px 0px;
		}

	#column-middle form { margin-left:0px; }

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

.featured-wrap {
	border-left: 1px solid #c1bfc0;
	width: 217px;
	float: left;
	display: inline;
	padding-left: 18px;
	margin-top: 20px;
	}
	.featured-wrap img {
		border: 1px solid #333;
		margin-bottom:15px;
		}
		
#product-image, #cat-header-image {
	text-align: center;
	margin: 20px 0;
	}
	
.category-products, .ctgy_sub_div {
	width: 130px;
	margin:20px 0 10px 38px;
	float: left;
	display: inline;
	text-align: center;
	}
	.first-cat-prod {
		margin-left:20px;
		}
	.category-products strong {
			display:block;
			height: 36px;
			}
#prod-description {
	margin-top: 15px;
	}

/* ------------------------ column-right framework ------------------------ */

#column-right {
	width:114px;
	float:left;
	padding: 0 28px;
	}
	.related {
		margin-top: 15px;
		}
	

/* ------------------------ column-middle framework ------------------------ */

#column-wide {
	margin: 0 25px;
	}
	
	.checkout-sections {
		width: 280px;
		float: left;
		display: inline;
		text-align: center;
		padding: 0 10px;
		margin-top:40px;
		}
	.checkout-middle-section {
		width: 280px;
		float: left;
		display: inline;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		text-align: center;
		padding: 0 10px;
		margin-top:40px;
		}
		.checkout-middle-section form {
			text-align: left;
			}
	.login-sections {
		width: 280px;
		float: left;
		display: inline;
		text-align: center;
		padding: 0 10px;
		margin: 40px 0 0 140px;
		}
	.login-right {
		width: 280px;
		float: left;
		display: inline;
		border-left: 1px solid #CCC;
		text-align: center;
		padding: 0 10px;
		margin-top:40px;
		}
		.login-right form {
			text-align: left;
			}
			
	#column-wide h2 {
		font-size: 1.3em;
		margin-bottom: 10px;
		}

/* ------------------------ category landing page ------------------------ */
#cat-landing #column-middle {
	width:720px;
	padding: 0;
	border: none;
	}
	#cat-landing #breadcrumbs {
		margin-left: 20px;
		}
/* ------------------------ main cat page ------------------------ */

#insert-upsell {
	background-color: #E1EFC2;
	padding: 15px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-align:center;
	font-size:13px;
	font-style:italic;
}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:255px; margin: 5px 0 15px 0; }
	#header-graphic { background:url("../images/header-accessories.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.jpg"); /* delete if not needed */
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	margin-top: 60px;
	padding-bottom: 60px;
	}


