html{
	overflow: auto;
	}

body{
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0;
	background: url(../images/alkalineBGmain.gif) repeat-x #daf0f6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 100%;
	width: 100%;
	position: absolute;
	font-size: 12px;
	}
	
a img{
	border: 0px none;
	}
	
a:link, a:visited{
	color: #666;
	}
	
a:hover{
	color: #98dbe9;
	}
	
p{
	line-height: 17px;
	}
	
h1{	
	font-size: 22px;
	}
	
#head{
	text-align: right;
	width: 955px;
	margin: 0px auto;
	padding: 10px 0 5px 0;
	min-height: 25px;
	color: #fff;
	}	
	
#container{
	margin: 0px auto;
	width: 955px;
	padding: 0px;
	clear: both;
	}

#content{
	background: url(../images/containerBG.gif) repeat-y;
	border-right: 10px solid #fff;
	}
	
#leftCol, #rightCol{
	float: left;
	}
	
#leftCol, #logo{
	width: 340px;
	}
	
#leftCol{
	/*border-right: 10px solid #fff;*/
	}
	
	#logo{
		border-bottom: 10px solid #fff;
		border-top: 10px solid #fff;
		border-left: 10px solid #fff;
		}
	
#rightCol{
	width: 585px;
	padding-left: 20px;
	border-top: 10px solid #fff;
	min-height: 660px;
	}
	

	
	#logo, #contentImg{
		margin-bottom: 10px;
		}
		
	#navMain, #navSub{
		float: left;
		display: block;
		min-height: 100%;
		}
		
	#navMain{
		padding: 0px 0 0 10px;
		margin: 0px;
		width: 170px;
		}
		
		#navMain ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
		line-height: 16px;
		}	
				
		#navMain li, #subMain li{
			list-style-type: none;
			}
			
		#subMain{
			margin: 0px;
			padding: 0px;
			}
			
		#navMain li a:link, #navMain li a:visited{
			color: #666;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;		
			padding: 6px 0 6px 10px;			
			display: block;
			width: 160px;
			}
		
		#navMain li a:hover{
			color: #FFF;
			}
			
		#navMain li a.active{
			background-color: #b2e4ef;
			color: #666;
			}
			
		#subMain li a:link, #subMain li a:visited{
			color: #666;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;		
			padding: 6px 0px;			
			display: block;
			width: 160px;
			text-transform: uppercase;
			}
		
		#subMain li a:hover,#subMain li a.active{
			color: #fff;
			}
		
	#navSub{	
		padding: 0px;
		margin: 0 0 30px 10px;
		width: 150px;
		}
		
		#navSub .subNav{
			margin: 0px 0 10px 15px;
			padding: 0px;
			line-height: 16px;
			color: #fff;
			}
			
		#navSub a:link,#navSub a:visited{
			text-decoration: none;
			color: #666;
			font-weight: bold
			}
		
		#navSub a:hover, #navSub a.active{
			color: #fff;
			}
			
		#navSub .subHead{
			line-height: 25px;
			font-weight: bold;
			font-size: 14px;
			}
						
	#contentImg{
		border-bottom: 10px solid #fff;
		}
		
	#contentMain{
		padding: 0px 10px 10px 10px;
		min-height: 400px;
		}
		
		.breadcrumb{
			font-size: 11px;
			color: #666;
			}
			
			.breadcrumb a{
				text-decoration: none;
				color: #666;
				}
				
			.breadcrumb a:hover{
				text-decoration: underline;
				color: #666;
				}
				
			#prior{
				display: none;
				}
		
		.contImgL{
			float: left;
			border: 4px solid #fff;
			margin: 10px 10px 10px 0;
			}
			
		.contImgR{
			float: right;
			border: 4px solid #fff;
			margin: 10px 0 10px 10px;
			}
		
		input.productTextInput, input.discountcodeInput, input.cartInputText, input, .item input, .item select, .item textarea, #cartBtn input, select.shippingDropDown, 
		.shortItem select, .dateItem select, .formItemSml select, .cat_listbox{
			border: 1px solid #666;
			background: #fff;
			margin: 3px 0 0 0;
			}
			
			.inputImage{
				margin: 0 0 4px 0;
				}
			
			.cartInput input{
				width: 41px;
				}
				
			.details .quantity input{
				width: 30px;
				}
				
		.description{
			margin: 20px 0 0 0;
			}

		#actions{
			width: 300px;
			text-align: right;
			display: block;
			}
				
		#actions a:link, #actions a:visited{
			display: block;
			padding: 5px;
			border: 1px solid #98dbe9;
			background: #dff4f8;
			float: left;
			margin: 0 10px 0 0;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			}
		
		label{
			color: #666;
			font-weight: bold;
			}
			
		.search-result{
			padding: 0 10px;
			}
		
#footer{
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	clear: both;
	background-color: #646464;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 11px 0;
	width: 935px;
	overflow: auto;
	margin: 0px auto;
	line-height: 16px;
	}
	
	#footer a:link, #footer a:visited{
		color: #fff;
		}
		
	#footer a:hover{
		text-decoration: none;
		}
		
/* *** Web app style *** */

.resHead{
	font-weight: bold;
	}
	
.resIntro{
	margin-bottom: 10px;
	}
	
/* *** Content styles *** */

.treatmentItem{
	width: 170px;
	height: 180px;
	overflow: visible;
	margin: 7px;
	float: left;
	}
	
	.treatmentItem img, .treatmentItemLG img{
		border: 2px solid #fff;
		}
		
.treatmentItemLG{
	width: 230px;
	height: 260px;
	overflow: visible;
	margin: 7px;
	float: left;
	}
	
		
	.imgRight{
		float: right;
		margin: 10px;
		border: 4px solid #fff;
		}
		
.faq-question{
	font-weight: bold;
	text-decoration: none;
	}
	
.TagLine{
float: left;
margin: 10 0 0 0;
font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

	.search-box{
		float: right;
		white-space: nowrap;
		margin: 0 0 0 10px;
		right: 0;
		}
		
	.shoppingCart{
		float: right;
		margin: 2px 0 0 0;
		text-align: left;
		width: auto;
		right: 0;
		}
		
		#cartIcon{
			float: left;
			margin: 0 10px 0 0;
			}
		
	.search-box .cat_textbox_small{
		width: 100px;
		border: 1px solid #fff;
		padding: 2px;
		height: 13px;
		font-size: 10px;
		letter-spacing: 0.1em;
		float: left;
		margin: 1px 0 0 5px;
		}	
		
	.search-box .cat_button{
		float: left;
		margin: 0 0 0 10px;
		border: 0px none;
		}
		

		#searchBox{
			padding: 6px;
			margin: 0px;
			border: 1px dashed #fff;
			}
		
		#searchBox li{
			list-style-type: none;
			}
			
			
	.adRotator{
		float: right;
		width: 160px;
		height: 215px;
		padding: 4px;
		}
			
	.adRotator_nav{
		margin: 10px 0px 20px 12px;
		float: left;
		width: 140px;
		height: 215px;
		}
		
	.adRotator h2{
		font-size: 14px;
		}
	.adRotator_nav h2{
		font-size: 14px;
		}
		
/* *** SHOPPING CART *** */

.cartRow, .summaryRow{
	clear: both;
	padding: 10px 0 0 0;
	vertical-align: middle;
	}

.cartRow{
	min-height: 30px;
	}
	
.summaryRow{
	background: #b2e4ef;
	margin: 10px 0 0 0;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	}	
	
.cellProduct{
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	}
	
.cellPrice{
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	}
	
.cellQuant{
	float: left;	
	width: 50px;
	margin: 0 10px 0 0;
	}
	
	.cellQuant input{
		width: 30px;
		}
	
.cellTax{
	float: left;
	width: 50px;
	margin: 0 10px 0 0;	
	}
	
.cellTot{
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	}
	
.cellActions{
	float: left;
	}
	
.cellSub{
	float: left;
	width: 290px;
	margin: 0 10px 0 0;
	font-weight: bold;
	}
	
.cellUnits{
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
	font-weight: bold;
	}
	
.cellGrandTotal{
	float: left;
	font-weight: bold;
	}
	
.cellExcept{
	float: left;
	width: 190px;
	padding: 0 10px 0 100px;
	}
	
.cellCode{
	float: left;
	width: 50px;
	margin: 0;
	}
	
	.cellCode input{
		width: 40px;
		margin: 0;
		}
		
.cellButton{
	float: left;
	width: 65px;
	margin: 0 10px 0 0;
	}
		
	.cellButton input{
		margin: 0;
		}

.cellShip{
	float: left;
	width: 115px;
	padding: 0 10px 0 100px;
	}		
		
		#shippingSpan{
			display: none;}
		
.cellShipping{
	float: left;
	width: 185px;
	margin: 0 20px 0 0;
	}
.cellTotalTitle{
	float: left;
	width: 405px;
	margin: 0 10px 0 10px;
	}
	
.cellInvoiceTotal{
	float: left;
	}

.cartCommands{
	clear: both;
	margin: 10px 0 0 0;
	text-align: right;
	}
	
/* **** SHOP FORM **** */

.formSection{
	clear: both;
	padding: 10px 0 0 0;
	}
	
	.formSection h3{
		color: #333;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;		
		}
	
.formSection .shortItem, .formSection .dateItem, .formSection .radioItem, .dropdownSection{
	width: 	260px;
	float: left;
	margin: 5px 20px 0 0;
	}

	.shortItem input, .shortItem select{
		width: 180px;
		}
		
	.dateItem select{
		width: 90px;
		}
		
	.radioItem input{
		margin: 5px 40px 0 0;
		}
		
.formItemSml{
	float: left;
	width: 80px;
	margin: 5px 20px 0 0;
	}
	
.formItemMed{
	float: left;
	width: 200px;
	margin: 5px 20px 0 0;
	}
	
	.formItemMed input{
		width: 200px;
		}
	
.formItemEmail{
	clear: both;
	width: 520px;
	padding: 10px 0;
	}
	
	.formItemEmail input{
		width: 520px;
		}
		
.searchHead{
	float: right;
	font-weight: bold;
	margin: 3px 0 0 10px;
	}

.taglineHead{
float: left;
margin: 10px 0 0 10px
}
	
.newsletter-form{
	display:block;
	padding:10px 0;
}

.blog-container h1{
font-size:22px;
margin:8px 0 8px 0px;
}

.blog-container{
padding: 0px 10px 10px 10px;
}

.blog-container p.description {
margin:0 0 10px;
}
.blog-post h2.post-title {
border: none;
font-size:18px;
margin:0;
padding:0 0 3px;
}
.blog-post .post-body {
margin:0 0 20px;
}
.post-body .links {
padding-top: 10px;
}

.BlogRecentPost, .BlogTagList  {
border-bottom-color: #999999;
border-bottom-style:solid;
border-bottom-width:1px;
}
p.page-nav {
border-top:1px solid #999999;
padding-top:10px;
text-align:center;
}