#page {
	position: relative;
	width: 100%;
	margin: 5px auto;
	font-size: 1.5em;
	text-align: left;
	color: #333;
}

#pageBody {
	position: relative;
	min-height: 0;
	background-color: #fff;
	border: 5px solid #000;	
}

#stripe {
	display: none;
}

#content {
	margin-bottom: 50px;
}

#pageBody.home #content {
	margin-bottom: 0;
}
#pageBody.home .photo,
#pageBody.home .photo a {
	display: block;
	width: auto;
	height: 392px;
	background-position: 50% 0;
}

#header {
	position: relative;
	height: auto;
	margin: 0;
	padding: 0.5em 0 0 0;
	background: url(../images/top_icon.gif) 100% 0 no-repeat;
}

#header h1 {
	width: auto;
	height: auto;
	margin: 1em 0;
	background: none;
}
	#header h1 a {
		display: block;
		width: auto;
		height: auto;
		text-indent: 0;
	}
	
#header h2 {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	margin: 1em 0;
	position: relative;
	top: 0;
	left: 0;
	font-size: 0.8em;
}
	#viewCart {
		position: relative;
		top: 0;
		right: 0;
		margin: 5px 0;
		text-align: right;
	}
	
	
#mainNav {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	padding: 10px;
	text-align: left;
}
	#mainNav li {
		display: block;
		padding: 0; /*10px*/
	}
		#mainNav li.noStar a {
			padding-left: 0;
			background: none;
		}
	#mainNav a {
		font-size: 1em;
		letter-spacing: 0;
		padding-left: 0;
		background: none;
	}	
	
#footerNav {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	font-family: "Franklin Gothic", "Arial Narrow", arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
	#footerNav li {
		display: block;
		padding: 0;
		background: none;
	}
		#footerNav li.noStar {
			padding-left: 0;
			background: none;
		}
	#footerNav a {
		color: #535353;
		letter-spacing: 0.15em;
		text-decoration: none;
		text-transform: uppercase;
	}
		#footerNav a:hover {
			color: #b6b6b6;
		}
		
#subNav {
	list-style: none;
	margin: 10px;
	padding: 0;
	width: auto;
	font-size: .9em;
	font-family: "Franklin Gothic", "Arial Narrow", arial, sans-serif;
	line-height: 1.5em;
	border-bottom: 2px solid #878787;
	z-index: 999;
}
	#subNav li {
		position: relative;
		float: none;
		border: none;
	}
		#subNav li.noLine {
			padding-left: 0;
			border: none;
		}
	#subNav li ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		list-style: none;
		margin: 10px;
		padding: 0;
		width: auto;
	}
		#subNav li:hover ul {
			display: block;
		}
			#subNav li ul li {
				border-right: 0;
			}
	#subNav a {
		width: auto;
		text-align: left;
		padding: 0;
	}
		#subNav li ul a {
			width: auto;
		}
		
#storeNav {
	position: relative;
	right: 0;
	top: 0;
	width: auto;
	z-index: 999;
	background-color: #000;
	padding: 5px;
}
		#storeNav li {
			overflow: visible;
			float: none;
		}
			#storeNav a {
				font-size: .8em;
				float: none;
				display: block;
				width: auto;
				height: auto;
				line-height: 1em;
				vertical-align: middle;
				text-indent: 0;
			}
				#storeNav span {
					color: #535353;
				}
				#storeNav span.after {
					color: #262626;
					font-size: .8em;
				}
				#storeNav a:hover {
					width: auto;
					text-indent: 0;
					padding-left: 0;
				}

	.productPhoto {
		position: relative;
		width: auto;
		height: auto;
		float: none;
		z-index: 0;
	}
		.productPhoto .main-product-img,
		.productPhoto .main-product-img .items {
			height: auto;
			overflow: visible;
		}
		.more-views .items {
			position: relative;
		}
		
		.more-views .item {
			height: auto;
			width: auto;
			float: none;
		}
		
		.stripNav,
		.stripNavR,
		.stripNavL {
			display: none;
		}
	

	.productInfo {
		width: auto;
		float: none;
	}
		
.product {
	float: none;
	text-align: left;
	width: auto;
	margin: 10px;
}
	
.columnMain {
	float: none;
	width: auto;
	margin: 10px;
}
	#pageBody.gear .columnMain,
	#pageBody.full .columnMain {
		float: none;
		width: auto;
		margin: 0 10px;
		padding: 0 30px;
	}
	
	.columnMain img {
		float: none;
	}

.columnSub {
	float: none;
	width: auto;
	margin: 10px;
}
	.subColumnImage {
		margin: 20px 0;
		text-align: left;
	}
		
.bio img {
	float: none;
}

select.selectReport {
	width: auto;
}	



/* ----------------
	MAGE GENERATED CLASSES & IDs
	Magento specific styles
	------------ */
.more-views ul,
.checkout-types {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
	.more-views li {
		display: inline-block;
		margin: 0;
		text-align: center;
	}
		.more-views li p {
			margin: 0;
		}
		
.checkout-types {
	text-align: right;
	font-size: 0.8em;
}

#shoping-cart-totals-table {
	margin: 1em 0;
	width: 100%;
	text-align: right;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
	.cartTotalLabel,
	.cartTotalPrice {
		text-align: right;
		width: 80%;
	}
		.cartTotalPrice {
			width: 20%;
		}
		
.shipment-methods {
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px solid #e4e4e4;
}
	.shipment-methods ul {
		padding: 0;
		list-style: none;
	}
	.shipment-methods dd {
		margin-left: 10px;
	}


.col2-set .col-1,
.col2-set .col-2 { float: left; width: 250px; }
.col2-set .col-1 { margin-right: 25px; }

.inner-head { clear: both; padding: 0.5em 0 1em 0; margin-top: 0; }

.a-center,
.a-right,
.a-left { vertical-align: top; }

.a-center { text-align: center; }
.a-right { text-align: right; }
.a-left { text-align: left; }

dl.item-options { margin: 0; }	

.form-list,
.group-select ul {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
}

.form-list li,
.group-select li {
	padding: 0.2em 0;
}
	.form-list li label,
	.group-select li label {
		display: inline-block;
		padding: 0.2em 0;
		font-weight: bold;
	}

fieldset { 
	padding-top: 1.5em;
	margin-bottom: 2em;
	display: block;
	position: relative; 
	border: 1px solid #e4e4e4;
}	
	legend,
	fieldset .legend {
		position: relative;
		display: inline-block;
		background-color: #fff;
		padding: 0 0.5em;
		margin: 0;
		font-size: 1.2em;
		color: #666;
	}

.wishlistComment {
	width: 225px;
	height: 3.5em;
	font-family: arial, sans-serif;
	font-size: 1em;
}

.data-table th {
	text-align: center;
	padding: 0.5em 0;
}
.data-table td {
	padding: 0.5em;
}

.button-set { 
	margin: 0.5em 0;
}


#checkoutSteps {
	list-style: none;
	margin: 0;
	padding: 0;
}


#pageBody.gear .columnMain.catalog-category-view,
#pageBody.gear .columnMain.catalog-product-view,
#pageBody.gear .cms-home {
	padding: 0;
}

.category-description {
	background-color: #000;
	padding: 2em;
	margin: 15px -10px;
	color: #fff;
}

ul.add-to-box {
	list-style: none;
	margin: 0; 
	padding: 0;
}
	ul.add-to-box li {
		display: inline;
	}

fieldset.product-options,
fieldset.add-to-cart-box {
	padding: 1em 0 0 0;
	margin: 1em 0;
	border: none;
	border-top: 1px solid #e4e4e4;
}
	fieldset.product-options ul {
		margin: 0;
		list-style: none;
	}
	
fieldset.add-to-cart-box legend {
	font-size: 1em;
}
	fieldset.add-to-cart-box .qty {
		width: 3em;
	}
	
.validation-advice { padding: .5em; background-color: #FFF8AF;}	
span.price { font-weight: bold; }
span.required { color: red; }

/********************** Messages  */
.messages { list-style: none; margin-top: 1em;}
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; padding: 0;}
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
	padding: 0;
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
	margin-top: 1em;
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }
	
	
	
	
	
	
	
		
/* ----------------
    CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    the ID or class is the parent of the floated items
    ------------- */ 
#subNav:after,
#pageContent:after,
#content:after,
.productDetail:after,
.relatedProducts:after,
.otherProducts:after,
#pageBody.gear .columnMain:after,
.col2-set:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#subNav,
#pageContent,
#content,
.productDetail,
.relatedProducts,
.otherProducts,
#pageBody.gear .columnMain,
.col2-set { 
	display: inline-block; 
	_height: 1%;
}

/* Hides from IE-mac \*/
#subNav,
#pageContent,
#content,
.productDetail,
.relatedProducts,
.otherProducts,
#pageBody.gear .columnMain,
.col2-set { display: block; }
/* ----------------
    END CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    ------------- */
