@charset "utf-8";
/* some utility classes */

html, body {
	background: #CACBCD url(../images/Lester-Glenn-blue-bg.jpg) center 0 no-repeat;
	/*background: #fff url(../images/bg.jpg) 0 0 repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin-top: 5px;
	background: #fff url(../images/cont_bck.jpg) 0 0 repeat;
	border: 0 none;
}

#header {
	width: 950px;
	height: 88px;
	background: transparent url(../images/header.jpg) 0 0 no-repeat;
	margin: 0;
}

#fb_like {
 position:relative;
}

#splashLink {
	margin-left: 20px;
	width: 236px;
	height: 87px;
	display: block;
}

#nav {
	background: transparent url(../images/bg_nav.jpg) 0 0 repeat-x;
	height: 28px;
	width: 950px;
}

#pagebody {
	background-color: transparent;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 45px;
	line-height: 26px;
	font-size: 11px;
	background: transparent url(../images/footer_bg.jpg) 0 0 repeat-x;	
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #ff0000;
}

.footerleft {
	padding: 0 0 0 20px;
}

.footerright {
	padding: 0 30px 0 0;
	width: 200px;
}

#image_containercustomcontent{
	width: 700px;
	height: 600px;
	position: relative;
	margin: 10px;
	text-align: center;
	float: left;
}
#thumb_containercustomcontent{
	width: 160px;
	height: 600px;
	border: solid 1px #1961b5;
	margin: 10px;
	overflow: scroll;
	float: left;
	text-align: center;
}
#next_buttoncustomcontent{
	width: 90px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#prev_buttoncustomcontent{
	width: 90px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#customcontent .main_img{
	margin: 15px auto;
}
#customcontent .thumb_img{
	margin: 3px auto;
	padding: 3px;
	cursor: pointer;
}
#customcontent .thumb_img:hover{
	background-color: #1961b5;
}
#customcontent .alt_text{
	width: 440px;
	height: 120px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 130px;
	background-color: #EEEEEE;
	overflow: scroll;
	display: none;
}

#new_specials {
	display:none;
}

.inventory_special_wrapper .sellingprice {
	text-decoration:none !important;
}
.inventory_special_wrapper .search_eprice_block {
	display:none !important;
}
.details_special span {
	text-decoration:none !important;
}
#special_eprice_bttn {
	display:none !important;
}


