/***************************************
**	Glacier Water Site Style
****************************************/
/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #fff;
}
a {
	text-decoration: none;
}
body {
	text-align: center;
	background: #00101d;
}
p {
	margin-bottom: 5px;
}
ul {
	margin-left: 15px;
}
li {
	margin-left: 15px;
	margin-bottom: 4px;
	list-style-type: circle;
}

/* Purchase buttons
--------------------------------------------- */
.purchase_btn {
	background: url('images/purchase_buttons_white.png') no-repeat;
	display: block;
	height: 27px;
}
.purchase_btn.serac {
	width: 187px;
}
/*
.purchase_btn.serac:hover {
	background-position: 0 -27px;
}
*/
.purchase_btn.tahoma {
	width: 192px;
	background-position: 0 -61px;
}
/*
.purchase_btn.tahoma:hover {
	background-position: 0 -88px;
}
*/
.purchase_btn.akali {
	width: 172px;
	background-position: -11px -120px;
}
/*
.purchase_btn.akali:hover {
	background-position: -11px -147px;
}
*/

/* Purchase button positioning on product page
--------------------------------------------- */
.purchase_btn.serac {
	position: relative;
	top: 160px;
	left: 96px;
}
.purchase_btn.tahoma {
	top: 175px;
	left: 65px;
	position: absolute;
}
.purchase_btn.akali {
	position: absolute;
	top: 221px;
	left: 80px;
}

/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#contentContainer {
	position: relative;
	margin: 10px;
}
#header {
	font-size: 12px;
	color: #ccb47c;
	margin: 10px 0 0 0;
	height: 65px;
	background: url('images/headerBG.png') no-repeat top left;
}
#navigation {
	padding: 45px 0 0 10px;
	margin-bottom: 10px;
}
#content {
	padding: 20px;
	overflow: hidden;
	position: relative;
	min-height:631px;
	height:auto !important;
	height:631px;
	padding-bottom: 120px;
	background: url('images/bodyBG.jpg') no-repeat top left;
}
#footer {
	padding: 5px 0;
	font-size: 11px;
	border-top: 2px solid #fff;
	color: #ccb47c;
	text-transform: capitalize;
	padding-bottom: 30px;
}
input, textarea {
	color: #000;
}

/***************************************
**	Navigation
****************************************/
.home {
	color: #ff0000;
}
#navigation a {
	text-decoration: none;
	margin: 0 5px;
}

/***************************************
**	Slide Show Handles
****************************************/
#slideLeft {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 19px;
	height: 33px;
	background: url('images/slideLeft.png') no-repeat top left;
	z-index: 1000;
}
#slideRight {
	position: absolute;
	top: 300px;
	right: 10px;
	width: 19px;
	height: 33px;
	background: url('images/slideRight.png') no-repeat top left;
	z-index: 1000;
}

/***************************************
**	Content Styles
****************************************/
#viewingWindow {
	margin-top: 25px;
	width: 940px;
	overflow: hidden;
	position: relative;
}
#slider {
	position: absolute;
	top: 0px;
	left: 0px;
	*padding-top: 25px;
}
.slide {
	text-align: center;
	float: left;
	display: block;
	width: 936px;
	border: 0px;
	min-height:610px;
	height:auto !important;
	height:610px;
	padding: 30px 0;
}
.slideContent {
	font-size: 13px;
	text-align: left;
	width: 370px;
	margin: 0 0 0 145px;
	*margin: 20px 0 0 -250px;
	padding-top: 20px;
}
.slideContent p{
	width: 400px;
	text-align: left;
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
}

/***************************************
**	Slide Styles
****************************************/
.seracLink {
	position: absolute;
	top: 30px;
	left: 500px;
	height: 185px;
	width: 300px;
	display: block;
	cursor: pointer;
	*background-color: #ececec;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	*filter: alpha(opacity=0);

}
.tahomaLink {
	position: absolute;
	top: 160px;
	left: 125px;
	height: 185px;
	width: 290px;
	display: block;
	cursor: pointer;
	*background-color: #ececec;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	*filter: alpha(opacity=0);
}
.akaliLink {
	position: absolute;
	top: 320px;
	left: 425px;
	height: 200px;
	width: 325px;
	display: block;
	cursor: pointer;
	z-index: 9000;
	*background-color: #ececec;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	*filter: alpha(opacity=0);

}
/***************************************
**	Loading Bar
****************************************/
#loadingBar {
	position: absolute;
	z-index: 1000;
	margin-top: 100px;
	top: 0px;
	left: -450px;
	height: 174px;
	width: 450px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
#loadingBar img.load {
	position: absolute;
	top: 35px;
	right: 50px;
}
#loadingBar img.bar {
	position: absolute;
	top: 0px;
	left: 0px;
}

/***************************************
**	Seal of Authenticity
****************************************/
#seal {
	position: absolute;
	bottom: 30px;
	right: 20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}

/***************************************
**	Contact Form
****************************************/
#sideBar {
	float: right;
	margin: 30px 25px 0 0;
	width: 225px;
}
#leftBar {
	width: 600px;
}
h2.sideBarH2 {
	font-size: 18px;
	font-weight: bolder;
}
table {
	width: 100%;
}
td.small {
	padding: 4px 0;
	width: 50%;
}
td.large {
	padding: 4px 0;
	width: 100%;
}
td.small input {
	width: 90%;
}
td.large input, textarea {
	width: 95%;
}
#text a, #sideBar a {
	color: #4f81bd;
	text-decoration: none;
}

/***************************************
**	Footer Styles
****************************************/
#leftFooter {
	float: left;
}
#rightFooter {
	float: right;
}
