@charset "utf-8";
/* CSS Document */

body{
	background-color:#015291;
	background-image:url(/images/template/background.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

a{
	color:#0808f5;
	text-decoration:none;
}

a:hover{
	color:#999;
}

form, h1, h2, h3, p, ul{
	margin:0px;
	padding:0px;
}

#Shadow{
	background-image:url(/images/template/shadow.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
	margin:0 auto;
	margin-bottom:5px;
	width:1032px;
}

#MainContainer{
	margin:0 0 0 31px;
	width:971px;
}

#TopSection{
	background-image:url(/images/template/top.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
	height:144px;
	width:971px;
}

#TopSection ul{
	list-style-type:none;
	height:23px;
	margin:0 0 0 590px;
	width:380px;
}

#TopSection li{
	float:left;
	padding:3px 10px 0 0;
}

#TopSection a{
	color:#FFF;
	display:block;
}

#TopSection a:hover{
	color:#83b93d;
}

#TopSection #HomeLink, #TopSection #HomeLink a{
	height:120px;
	width:500px;
}

#Cart{
	background-image:url(/images/template/shoppers-choice.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:141px;
/*	height:141px;
	margin:-125px 0 0 675px;*/
	margin:-121px 0 0 559px;
	position:relative;
	width:435px;
/*	width:316px;*/
	z-index:10;
}

#LowerSectionContainer{
	background-color:#FFF;
	margin:-20px 0 0 0;
	min-height:100px;
	width:971px;
	position:relative;
}

#LowerSection{
	margin:0 auto;
	width:901px;
}

#BlueLine{
	background-color:#0f4b9a;
	height:3px;
	width:901px;
}

#Navigation{
	background-image:url(/images/template/navigation/background.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	height:35px;
}

#Navigation ul{
	height:35px;
	list-style-type:none;
}

#Navigation li{
	float:left;
}

#Navigation li.divider{
	padding:7px 0 0 0;
}

#Navigation li.cart a{
	padding:8px 0 0 9px;
}

#Navigation li.cart a div{
	background-image:url(/images/template/navigation/cart.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin-top:-3px;
	height:21px;
}

#Navigation li.cart a div span{
	padding:3px 5px 0 25px;
	display:block;
}

#Navigation li.cart a:hover div{
	background-position:0px -21px;
}

#Navigation li a{
	color:#000;
	display:inline-block;
	height:28px;
	padding:8px 14px 0 14px;
}

#Navigation li a:hover{
	background-image:url(/images/template/navigation/background-over.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	color:#FFF;
}

#ContentContainer{
	border-left:solid #019bfd 1px;
	border-right:solid #019bfd 1px;
	border-top:solid #019bfd 1px;
	margin:9px 0 0 0;
	padding:10px;
	min-height: 100px;
	overflow:auto;
}

#LeftsideContent{
	float:left;
	width:199px;
}

#CategoryContainer{
	width:200px;
}

#CategoryContainer #CategoryTop{
	background-image:url(/images/template/category-container/top.jpg);
	background-repeat:no-repeat;
	height:34px;
	width:199px;
}

#CategoryTop h1{
	font-size:14px;
	padding:9px 0 0 0;
	margin:0 0 0 9px;
	text-align:center;
	width:180px;
}

#CategoryContainer #CategoryContent{
	background-image:url(/images/template/category-container/middle.jpg);
	background-repeat:repeat-y;
	min-height:35px;
	overflow:auto;
	width:199px;
}

#CategoryContainer ul{
	list-style-type:none;
	margin:0 0 0 20px;
	padding:10px 0 10px 0;
	width:149px;
}

#CategoryContainer li{
	font-size:14px;
}

#CategoryContainer li a{
	color:#0808f5;
	text-decoration:underline;
}

#CategoryContainer li a:hover{
	color:#999;
}

#CategoryContainer #CategoryBottom{
	background-image:url(/images/template/category-container/bottom.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:199px;
}

#InformationContainer{
	background-image:url(/images/template/information-container.jpg);
	background-repeat:no-repeat;
	margin:5px 0 0 0;
	height:125px;
	width:199px;
}

#InformationContainer h1{
	font-size:14px;
	padding:12px 0 0 0;
	margin:0 0 0 9px;
	text-align:center;
	width:180px;
}

#InformationContainer p{
	font-size:14px;
	margin:20px 0 0 85px;
	width:100px;
}

#InformationContainer p a{
	color:#0808f5;
	text-decoration:underline;
}

#InformationContainer p a:hover{
	color:#999;
}

#RightsideContent{
	float:left;
	width:680px;
}

#ContentContainer-Bottom{
	background-image:url(/images/template/content-bottom.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:19px;
	width:901px;
}

#Footer{
	background-image:url(/images/template/footer.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	height:38px;
	padding:0 0 5px 0;
	width:901px;
}

#Footer ul{
	list-style-type:none;
	width:550px;
	padding:6px 0 0 6px;
}

#Footer li{
	float:left;
	padding:0 0 0 8px;
}

#Footer li a{
	color:#FFF;
}

#Footer li a:hover{
	color:#015291;
}

#Shadow-Bottom{
	background-image:url(/images/template/shadow-bottom.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:50px;
	margin:0 auto;
	margin-top:-5px;
	width:1032px;
}





/******************************
/  Pages w/ Large Content Boxes
******************************/
#PageContentTop{
	background-image:url(/images/template/content-container/top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:678px;
}

#PageContent{
	background-image:url(/images/template/content-container/middle.jpg);
	background-repeat:repeat-y;
	min-height:100px;
	overflow:auto;
	padding:0 14px 10px 14px;
	width:650px;
}

#PageContent h1{
	font-size:32px;
	padding:7px 0 0 0;
}

#PageContent p{
	font-size:14px;
	padding:13px 0 13px 0;
}

#PageContent ul{
	font-size:14px;
	padding:0 15px 0 15px;
}

#PageContent li{
	padding:13px 0 13px 0;
}

#PageContentBottom{
	background-image:url(/images/template/content-container/bottom.jpg);
	background-repeat:no-repeat;
	height:9px;
	width:678px;
}
/******************************
/  Santa
******************************/
#Santa{
	position: absolute;
	left: 433px;
	top: -91px;
	z-index:150;
}
