/* Generic Element Definitions */
html {
	height: auto;
}
body {
	height: auto;
	background: #e6e6e6 url(../siteimages/body-strip.jpg) repeat-x;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover { color: #666; }

/* Global table container */
#main {
	height: auto;
	margin: 0;
	width: 100%;
	display: table;
	background: url(../siteimages/back.jpg) center top no-repeat;
}

/* Global div container */
#container {
	width: 965px;
	height: auto;
	margin: 0;
	position: relative;
	margin: auto;
}

/* Header - Navbar and Minicart Container */
#header {
	width: 965px;
	height: 125px;
}
#navbar {
	height:20px;
	float: left;
}
	#navbar ul { 
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#navbar li {
		list-style-type: none;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 2px 16px 4px 16px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		height:15px;
		color:#009dcb;
	}
	#navbar a:hover {
		background: #009dcb;
		color: #FFF;
		height:12px;
	}
	#ShareButton a { margin-left: 3px; }
	#ShareButton a:hover { background: none; }
#PromoBanner { text-align: center; }
#PromoBanner img { display: block; }
#core {
	overflow: hidden;
	height: auto;
	margin-top: 0px;
	width: 966px;
}
/* Left navigation menu - imports NavMenu.ascx */
#coreleft {
	width: 165px;
	background: url(/images/Spacer-50-Percent.png) repeat;/*NavMenu.ascx Button Color */
	float: right;
	border-left: 1px solid #88c5e4;
	border-bottom: 1px solid #88c5e4;
	border-top: 1px solid #88c5e4;
}
	#coreleft ul {
		margin: 0px;
		padding: 0px;
	}
	#coreleft li {
		list-style-type: none;
		margin-top: 0px;
	}
	#coreleft ul li a {
		display: block;
		padding-left: 4px;
		color: #006699;
		font-weight: bold;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size: 13px;
	}
		#coreleft ul li a:hover {
			background: #006699;
			color: #fff;
		}
	#coreleft a.corelefttall:hover { background: #dcdcdd url(../siteimages/MenuButtonRTall.GIF) 1% center repeat; }
	#coreleft .SubMenuLinksList li { margin-top: -1px; margin-bottom: 0px; border-width: 0px; }
	#coreleft ul li a.SubMenuLinks { width: 156px; }
	#coreleft A.SubMenuLinks:LINK {font-size: 10px; color: #fff; text-decoration: none; font-style: italic; font-family: Arial, Helvetica, sans-serif; padding-left: 8px;}
	#coreleft A.SubMenuLinks:VISITED {font-size: 10px; color: #fff; text-decoration: none; font-style: italic; font-family: Arial, Helvetica, sans-serif; padding-left: 8px;} 
	#coreleft A.SubMenuLinks:ACTIVE {font-size: 10px; color: #fff; text-decoration: none; font-style: italic; font-family: Arial, Helvetica, sans-serif; padding-left: 8px;}
	#coreleft A.SubMenuLinks:HOVER {font-size: 10px; text-decoration: none; font-style: italic; font-family: Arial, Helvetica, sans-serif; padding-left: 8px;}
	#coreleft h3 {
		padding: 1px 4px 1px 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#88C5E4;
		color: #0B4D6E;
	}
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
/* Center Content */
#corecenter {
	width: 797px;
	float: right;
	background-color:#fff;
	border-left: 1px solid #88c5e4;
	border-right: 1px solid #88c5e4;
	border-top: 1px solid #88c5e4;
	height:auto !important;
	min-height: 1000px;
}

/* Footer - Contains footer links */
#footer {
	width: 799px;
	height: 20px;
	background: #88c5e4;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
	#footer ul { 
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	#footer li {
		list-style-type: none;
		float: right;
	}	
	#footer a {
		text-decoration: none;
		padding: 2px 4px 2px 4px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006699;
	}
	#footer a:hover {
		background: #006699;
		color: #FFF;
	}
	
/* Hours Info */
#hours {
	width: 799px;
	float: right;
	background: #eee;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* Affiliate Links */
#footlinks {
	position: relative;
	left: 1px;
	float: right;
	width: 799px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}
	#footlinks a {
		text-decoration: none;
		display: block;
		padding: 4px 3px 4px 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		height:10px;
		color:#006699;
	}
	#footlinks a:hover {
		background: #006699;
		color: #fff;
	}
	#footlinks li {
		display: block;
		width: 20%; 
		Float:left;
	}
	#footlinks ul {
		margin: 5px;
		padding: 0px;
		overflow:hidden;
	}
a.link1:link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

/* Search Box and Button */
#tfSearch {
	width: 80px; 
	height: 16px; 
	border: solid 1px #000; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	font-size:10px;
}
#btSearch {
	width: 55px;
	height: 18px; 
	background-color: #d1af1a; 
	border: solid 1px #000; 
	font-weight: bold; 
	font-size: 10px; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	cursor: pointer;
}

/* Editable Content Area */
#CategoryControlDiv {
	padding: 0px 5px 5px 5px;
	height: auto;
}
#ProductControlDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	height: auto;
}

/* Minicart Contents */
#minicartcontainer {
	background:#FFFFFF;
	position: absolute;
	top: 20px;
	left: 762px;
	height: 87px;
	width: 217px;
	z-index:1;
	overflow: auto;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	text-align: center;
	border: solid 1px #000000;
}
	#MiniCartMainTable {
		font-size: 10px; 
		color: #000;
	}
	#MiniCartMainTable td { font-size: 11px; }
	#MiniCartCheckoutTable a {
		color: #333; 
		font-size: 11px;
		text-decoration: underline;
	}
	#MiniCartCheckoutTable a:hover {
		color: #666; 
		font-size: 11px;
	}

/* contains all content template styles */
#cat_name {
	color: #009dcb;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}
#Cat_ImageDescriptionTable{ width: 100%; }
#CategoryImageSmall { font-size: 1px; }
#CategoryImageSmall img { margin: 0px -3px 0px 0px; }
#cat_description_td {
	vertical-align: top;
	text-align: left;
}
#cat_description {}
#cat_Description2 { clear: left; }
#CategoryData {
	text-align: center;
	width:100%;
	clear:both;
}
#cat_Description3 {}

/* Category Navs */
.CategoryNavigationImage { font-size:0px; }
.CategoryNavigationLink { font-weight: bold; }
.Category_Description4 { padding: 0px 0px 10px 0px; }
#CategoryNavigationTreeTable {
	width:100%;
	text-align: left;
}

/* Product Data Boxes */
.ProductDataListAccessoriesMainTable {
	text-align: left;
	border: 1px solid #006699;
	padding: 2px;
}

.ProductDataListRelatedMainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
width:375px;
vertical-align: top;
}
.ProductDataListRelated1MainTable, 
.ProductControlDropDownOptionBoxMainTable, 
.ProductControlSingleMainTable {
	text-align: left;
	border: 1px solid #006699;
	padding: 2px;
	width: 775px;
	vertical-align: top;
}
.product_title {
	font-size: 10pt; 
	color: #009dcb;
	font-weight: bold;
	display: inline;
}
.product_number {
	font-size: 8pt; 
	color: #000;
	display: inline;
}

/* Search.aspx */
.srCell {
	width: 100%;
	text-align: center;
	vertical-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 10px;
	border-bottom: solid 1px #D0D0D0;
}
/*RandAd.js Banner*/
#side-banner {
	position:absolute;
	left:978px;
	top:155px;
}
/*Flash Header*/
#headerflash { margin: 0px 0px 0px 300px; }