@charset "utf-8";

/*******************************************************************************
 *
 * HTML Elements
 *
 ******************************************************************************/ 
body {
	font: 14px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #aaaaaa;	
	text-align: center; 
	color: #5d5e5e;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #3ca7d4;
}

a:hover {
	text-decoration: underline;
}

select,
option, 
input {
	font: 12px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
	color: #3ca7d4;
}

/*******************************************************************************
 *
 * Global Classes
 *
 ******************************************************************************/ 
.rowBleeder {
	width: 100%;
	text-align: center;
	display: inline;
	float: left;
}

.rowArea {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
}

.box {
	display: inline;
	float: left;
}

.rbox {
	display: inline;
	float: right;
}


.noDisplay {
	display: none;
}

.talr {
	text-align: right;
}

.srkw {
	color: #a8d159;
	font-weight: bold;
}
/*******************************************************************************
 *
 * Header classes and id's
 *
 ******************************************************************************/
 
#headerBleeder {
 	background-color: #dce1e2;
	height: 88px;
}
 
#headerArea {
 	background-image: url(../img/header/areabackground.jpg);
	height: 88px;
}

.headerBox {
	width: 240px;
	height: 88px;
	font-size: 11px;
	color: #b4b4b4;
}

/* 
Fixes the strangest bug EVER! 
If width is 240 then the last 3 characters in the total 
price are cloned and the clone displayed in the next line 
in the middle of the page in IE 6 only...
...strangest thing I've ever seen! :P
*/
.headerBoxIEFix {
	width: 237px;
	height: 88px;
	font-size: 11px;
	color: #b4b4b4;
}

#headerAddressBox {
	background-image: url(../img/header/box1.gif);
}

	#addressBoxLeft {
		width: 100px;
		height: 76px;
		margin-left: 20px;
		margin-top: 14px;
		line-height: 15px;
	}
		.ohDay {
			width: 55px;
		}
		
		.ohTime {
			width: 45px;

		}
	
	#addressBoxRight {
		width: 110px;
		height: 76px;
		margin-left: 10px;
		margin-top: 14px;
		line-height: 15px;
	}

#headerSearchBox {
	background-image: url(../img/header/box2.gif);
}
	#headerSearchBox form {
		border: none;
		margin: 0px;
		padding: 0px;
	}

	#headerSearchBox fieldset {
		border: none;
		margin: 0px;
		padding: 0px;
		width: 240px;
	}
	
	#sbUpper {
		margin-top: 17px;
		margin-left: 20px;
		width: 220px;
		height: 26px;
	}
	
		#headerSearchBox select {
			height: 22px;
		}


	#sbLower {
		margin-top: 8px;
		margin-left: 16px;
		height: 26px;
		width: 224px;
	}
	
		#searchInput {
			background-image: url(../img/header/searchInputBox.gif);		
			height: 26px;
			width: 165px;
		}
		#searchInput input {
			background-color: #ffffff;
			border: none;
			width: 158px;
			height: 18px;
			margin-top: 3px;
			margin-left: 4px;
			text-align: center;
		}
		.searchInput_normal {
			background-position: top;
		}
		.searchInput_focus {
			background-position: center;
		}
		.searchInput_hover {
			background-position: bottom;	
		}
		
		#searchButton {
			background-image: url(../img/header/searchButton.gif);
			border: none;
			width: 43px; 
			height: 26px; 
			overflow: hidden; 
			text-indent: -1000px;
			cursor: pointer;
		}
		.searchButton_normal {
			background-position: top;
		}
		.searchButton_focus {
			background-position: center;
		}
		.searchButton_hover {
			background-position: bottom;
		}

#headerCartBox {
	background-image: url(../img/header/box3.gif);
	line-height: 100%;
}
	#cartButton,
	#cartButton:link,
	#cartButton:active,
	#cartButton:visited {
		height: 66px;
		width: 54px;
		margin-top: 11px;
		margin-left: 16px;

		
		background-image: url(../img/header/cartButton.jpg);
		background-position: top;
	}
	
	#cartButton:hover {
		background-position: bottom;
	}
	
	#cartInfo {
		height: 66px;
		width: 142px;
		margin-top: 13px;
		margin-left: 10px;
	}
	
	#cartTopLabel,
	#cartTopLabel:link,
	#cartTopLabel:active,
	#cartTopLabel:visited {
		width: 144px;
		text-decoration: none;
		color: #3ca7d4;
		height: 16px;
	}
	#cartTopLabel:hover {
		text-decoration: underline;
	}
	
	.cbLabel {
		width: 60px;
		height: 16px;
		margin-top: 6px;
	}
	
	.cbInfo {
		width: 82px;
		height: 16px;
		margin-top: 6px;
		text-align: right;
		color: #3ca7d4;
	}
	
	#shopClosed {
		padding: 20px;
		text-align: justify;
		line-height: 16px;
	}
 
/*******************************************************************************
 *
 * Menu Level 1 classes and id's
 *
 ******************************************************************************/
 
#menu1Bleeder {
 	background-image: url(../img/menu1/background.jpg);
	background-color: #505050;
	background-repeat: repeat-x;
	height: 41px;
}
 
#menu1Area {
	height: 41px;
}

#menu1BleederNoChildren {
 	background-image: url(../img/menu1/background.jpg);
	background-color: #505050;
	background-repeat: repeat-x;
	height: 40px;
}
 
#menu1AreaNoChildren {
	height: 40px;
}

#menu1Area ul,
#menu1AreaNoChildren ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

#menu1Area ul li,
#menu1AreaNoChildren ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

.menu1Link,
.menu1Link:link,
.menu1Link:visited,
.menu1Link:active {
	height: 25px;
	width: 140px;
	
	margin: 4px 10px 5px 10px;
	
	padding-top: 7px;

	display: inline;
	float: left;

	font-size: 14px;
	background-image: url(../img/menu1/button.jpg);
	text-align: center;

	text-decoration: none;
	background-position: top;
	color: #d2d5d4;
}

.menu1Link:hover {
	text-decoration: none;
	background-position: bottom;
	color: #ffffff;
}

.menu1ActiveButton,
.menu1ActiveButton:link,
.menu1ActiveButton:active,
.menu1ActiveButton:visited,
.menu1ActiveButton:hover {
	height: 25px;
	width: 140px;
	
	margin: 4px 10px 5px 10px;
	
	padding-top: 7px;

	display: inline;
	float: left;

	font-size: 14px;
	background-image: url(../img/menu1/buttonActive.jpg);
	text-align: center;

	text-decoration: none;
	background-position: top;
	font-weight: bold;
	color: #ffffff;
}

.menu1Active,
.menu1Active:link,
.menu1Active:active,
.menu1Active:visited,
.menu1Active:hover {
	height: 30px;
	width: 140px;
	
	margin: 0px 10px;
	
	padding-top: 11px;

	display: inline;
	float: left;

	font-size: 14px;
	background-image:url(../img/menu1/activeTab.jpg);
	text-align: center;

	text-decoration: none;
	background-position: top;
	font-weight: bold;
	color: #ffffff;
}

/*******************************************************************************
 *
 * Menu Level 2 classes and id's
 *
 ******************************************************************************/
 
#menu2Bleeder {
 	background-image: url(../img/menu2/background.jpg);
 	background-color: #2d94be;
	background-repeat: repeat-x;
}

	#menu2Area h3 {
		font: 16px bold "Trebuchet MS", Helvetica, Verdana, Sans-serif;
		color: #2e7c9c;
		margin: 10px;
		padding: 0px;
		width: 140px;
		text-align: right;
	}
	
	#menu2Area ul {
		margin: 0px;
		padding: 4px 0px;
		list-style: none;	
		width: 800px;
	}
	
	#menu2Area ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		
		display: inline;
		float: left;
	}
	
	.menu2Link,
	.menu2Link:link,
	.menu2Link:active,
	.menu2Link:visited {
		color: #d7e9f1;
		width: 132px;
		height: 18px;
		padding-left: 8px;
		margin: 0px 10px 1px 10px;
		background-image: url(../img/menu2/button.gif);
		background-position: top;
		display: inline;
		float: left; 
		line-height: 18px;
		overflow: hidden;
	}
	
	.menu2Link:hover {
		color: #ffffff;
		background-position: bottom;
		text-decoration: none;
		
		margin: 0px 10px 1px 10px;
		height: 18px;  
		line-height: 18px;
	}
	
	.menu2Active,
	.menu2Active:link,
	.menu2Active:active,
	.menu2Active:visited,
	.menu2Active:hover {
		color: #ffffff;
		font-weight: bold;
		width: 132px;
		height: 18px;
		padding-left: 8px;
		margin: 0px 10px 1px 10px;
		background-image: url(../img/menu2/buttonActive.gif);
		background-position: top;
		display: inline;
		float: left; 
		text-decoration: none;
		line-height: 18px;
		overflow: hidden;
	}
  
#menu2InnerBottom {
 	height: 1px;
	background-color: #67c5ec;
	margin: 0px;
	padding: 0px;
}
 
#menu2OuterBottom {
  	height: 1px;
	background-color: #125976;
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************
 *
 * Menu Level 3 classes and id's
 *
 ******************************************************************************/
#menu3Bleeder {
 	background-image: url(../img/menu3/background.jpg);
 	background-color: #72b6d2;
	background-repeat: repeat-x;
}

	#menu3Area h3 {
		font: 16px bold "Trebuchet MS", Helvetica, Verdana, Sans-serif;
		color: #5698b3;
		margin: 10px;
		padding: 0px;
		width: 140px;
		text-align: right;
		
		/*background-color: #ffff99;*/
		height: 24px;
	}
	
	#menu3Area ul {
		margin: 0px;
		padding: 4px 0px;
		list-style: none;	
		width: 800px;
		display: inline;
		float: left;
	}
	
	#menu3Area ul li {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: left;
		display: inline;
		
		width: 160px;
		height: 19px;
		/*background-color:#3399ff;*/
	}
	
	.menu3Link,
	.menu3Link:link,
	.menu3Link:active,
	.menu3Link:visited {
		color: #d7e9f1;
		width: 132px;
		height: 18px;
		padding-left: 8px;
		margin: 0px 10px 1px 10px;
		background-image: url(../img/menu3/button.gif);
		background-position: top;
		display: inline;
		float: left; 
		line-height: 18px;
	}
	
	.menu3Link:hover {
		color: #ffffff;
		background-position: bottom;
		text-decoration: none;
	}
	
	.menu3Active,
	.menu3Active:link,
	.menu3Active:active,
	.menu3Active:visited,
	.menu3Active:hover {
		color: #ffffff;
		font-weight: bold;
		width: 132px;
		height: 18px;
		padding-left: 8px;
		margin: 0px 10px 1px 10px;
		background-image: url(../img/menu3/buttonActive.gif);
		background-position: top;
		display: inline;
		float: left; 
		text-decoration: none;
		line-height: 18px;
	}
  
#menu3InnerBottom {
 	height: 1px;
	background-color: #a4daf0;
	margin: 0px;
	padding: 0px;
}
 
#menu3OuterBottom {
  	height: 1px;
	background-color: #298fb9;
	margin: 0px;
	padding: 0px;
}


/*******************************************************************************
 *
 * Content classes and id's
 *
 ******************************************************************************/

#contentBleeder {
	background-color: #dce1e2;
	background-image: url(../img/content/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#contentArea {
	/*width: 964px;*/
}

.contentPadding {
	padding: 20px;
	width: 920px;
	display: block;
	float: left;
}
 
.contentPadding_noBottom {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 920px;
	display: block;
	float: left;
}
 
.contentPadding H1,
.contentPadding_noBottom H1 {
	color: #3ca7d4;
}

.contentPadding H2,
.contentPadding_noBottom H2 {
	color: #2e7c9c;
	border-bottom: 1px solid #8acae5;
}

.dim {
	color: #c2dbe6;
}

/*******************************************************************************
 *
 * Footer classes and id's
 *
 ******************************************************************************/
 
#footerBleeder {
 	background-color: #aaaaaa;	
}
 
#footerTop {
 	background-color: #8a8a8a;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
 
.footerBox {
	width: 220px;
	margin: 10px;
	font-size: 12px;
	color: #777777;
}

.footerBox h3 {
	margin: 4px 0px;
	padding: 0px;
	font-size: 14px;
}

.footerBox h3 a, 
.footerBox h3 a:link,
.footerBox h3 a:active,
.footerBox h3 a:visited,
.footerBox h3 a:hover {
	color: #777777;
}

.footerBox ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	line-height: 16px;
}

.footerBox ul li a,
.footerBox ul li a:link,
.footerBox ul li a:active,
.footerBox ul li a:visited,
.footerBox ul li a:hover
{
	 color: #257797;
}

/*******************************************************************************
 *
 * Error classes and id's
 *
 ******************************************************************************/
.errorBox {
	width: 940px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/error.jpg);
} 

.errorBox h3 {
	font: 24px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
	color: #b64214;
	width: 62px;
	margin: 28px 0px 0px 88px;
	display: inline;
	float: left;
}

.errorBox p {
	width: 750px;
	height: 40px;
	margin: 20px;
	display: inline;
	float: left;
	color: #643811;
	line-height: 18px;
}