	#container {
		width: 1000px;
		background: #AAA url('../img/echo_bg.gif') center center repeat-y;
		margin: 0 auto;
		min-height: 100% !important;
		height: 100%;
	}
	
	body{
		background: #AAA;
		text-align: center;
		padding: 0px;
		margin: 0px;
		font-family: Arial;
		height: 100%;
	}
	
	body img{
		border: 0px;
	}
	
	.pad {
		width:100%;
		height:1px;
		overflow: hidden;
	}
	
	.background_color{
		background: #fff;
	}
	
	.left{
		float: left;
	}
	
	.right{
		float: right;
	}
	
	#page_wrap{
		margin: 0 auto;
		padding: 0px;
		width: 950px;
		background: #FFF;
	}
	
	#header{
		height: 151px;
		overflow: hidden;
		background: #333333 url('../img/header.jpg') top left no-repeat;
	}
	
	#header #content_search{
		text-align: right;
		margin: 20px 10px 10px 0;
	}

	
	#header #shopping_cart{
		text-transform: uppercase;
		height: 32px;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		margin: 12px 15px 0px 0px;
		color: #fff;
	}
	
	#header #shopping_cart a:link, #header #shopping_cart a:visited, #header #shopping_cart a:active{
		text-decoration: none;
		color: #fff;
	}
	
	#header #shopping_cart a:hover{
		text-decoration: underline;
		color: #fff;
	}
	
	#header #content_search input{
		text-align: right;
		padding: 5px;
		background: #FFF;
		border: 2px solid #444;
		font-family: Arial;
		font-size: 12px;
		width: 190px;
	}
	
	#header .nav {
		margin-top: 10px;
		font-size: 18px;
		text-align: right;
		margin-right: 15px;
		color: #ffffff;
	}
	
	#header .nav img {
		display: block;
		float: left;
	}
	
	#header .nav a:link, #header .nav a:visited, #header .nav a:active{
		color: #fc981c;
		text-decoration: none;
		border-right: 1px solid #555;
		padding: 5px 10px;
	}
	
	#header .nav a:hover{
		color: #fc981c;
		text-decoration: none;
		background: #222;
	}
	
	#header .nav a.last { border-right: 0; }
	
	
	#login_bar{
		margin-top: 1px;
		background: #ff9911 url('../img/loginbar_bg.gif') bottom repeat-x;
		height: 37px;
		overflow-y: hidden;
	}

	#login_bar a {
		color: #333333;
		text-decoration: none;
		font-weight: bold;
	}
	#login_bar a:hover {
		background-color: #333333;
		color: #FF9911;
	}
	
	#login_bar #left_edge{
		background: url('../img/login_bar_c_bg.gif') top left no-repeat;
		width: 15px;
		height: 37px;
		overflow: hidden;
		float: left;
	}
	
	#login_bar #right_edge{
		background: url('../img/login_bar_c_bg.gif') top right no-repeat;
		width: 15px;
		height: 37px;
		overflow: hidden;
		float: right;
		padding: 0px;
	}
	
	#login_bar #login_form{
		float: left;
		color: #333;
		margin-left: 35px;
		margin-top: 5px;
		font-size: 14px;
		padding: 0px;
	}
	
	#login_bar #login_form input{
		margin-right: 15px;
	}
	
	#login_bar #login_form .login_value{
		border: 1px solid #fff;
	}
	
	/* #login_bar #login_form label { float: left } */
	#login_bar #login_form div.input { float: left; }
	#login-bar #login_form div.submit { float: left; }
	
	#login_bar #user_links{
		text-align: right;
		font-size: 12px;
		width: 190px;
		text-align: left;
		margin-right: 35px;
		margin-top: 3px;
		float: right;
		padding: 0px;
	}
	
	#login_bar #user_links a:link, #login_bar #user_links a:visited, #login_bar #user_links a:hover, #login_bar #user_links a:active{
		color: #333;
		text-decoration: underline;
	}
	
	#body {
		background: url('../img/body_bg.gif') left repeat-y;
		width: 100%;
	}
	
	#body #nav{
		width: 188px;
		float: left;
	}
	
	#userbasket{
		margin: 15px 0;
	}
	
	#userbasket a, #userbasket a:visited {
		font-size: 16px;
		color: #f78f1e;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		margin: 0 10px;
		display: block;
		text-decoration: underline !important;
	}
	
	#userbasket a:hover {
		background: #EFEFEF;
		color: #000;
		text-decoration: underline !important;
	}
	
	#body #nav #heading{
		color: #000;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 10px 0 10px;
		padding-bottom: 5px;
	}
	
	#body #nav .category{
		margin: 5px 0px;
		text-align: left;
	}
	
	#body #nav .catlink:hover{
		color: #000;
		background: #fc981c;
	}
	
	#nav .category img { display: block; margin: 0 auto; }
	
	#body #nav .category ul{
		padding: 0 8px;
		margin: 0;
	}
	
	#body #nav .category ul li{
		list-style-type: none;
		padding: 0px;
		margin: 1px 0px;
	}
	
	#body #nav .category ul li a:link, #body #nav .category ul li a:visited, #body #nav .category ul li a:active{
		font-size: 12px;
		color: #333;
		text-decoration: none;
		display: block;
		padding: 5px 10px;
		background: #E5E5E5;
	}
	
	#body #nav .category ul li a:hover{
		font-size: 12px;
		color: #000;
		text-decoration: none;
		background: #fc981c;
	}
	
	#nav .catlink {
		margin: 0 8px;
		padding: 5px 10px;
		border-bottom: 1px solid #CCC;
		font-size: 13px;
		font-weight: bold;
		background: #DFDFDF;
	}
	
	#body #content{
		float: right;
		width: 742px;
		padding: 0 10px 30px 0;
		text-align: left;
		color: #333;
		font-size: 12px;
	}
	
	
	#footer{
		width: 1000px;
		margin: 0 auto;
		background: url('../img/footershadow.gif') top no-repeat;
		font-size: 12px;
		color: #6d6e70;
		line-height: 20px;
		padding: 10px 0;
	}
	
	#footer a:link, #footer a:visited, #footer a:active{
		color: #111;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #666;
		text-decoration: underline;
	}
	
	
	#body #content a:link, #body #content a:active, #body #content a:visited{
		text-decoration: underline;
		color: #333;
	}
	
	#body #content a:hover{
		color: #000;
	}
	
	#admin_body{
		text-align: left;
	}
	
	h1{
		font-size: 16px;
		font-weight: bold;
	}
	
	div.sub_cat {
		float: left;
		width: 180px;
		height: 200px;
		overflow: hidden;
		text-align: center;
	}

	.cate_nav_letters {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	/* */
	
	.print_left img, .print_right img {
		display: block;
		margin: 0 auto;
		padding: 5px;
		border: 1px solid #EEE;
	}

	.print_img img {
		display: block;
		margin: 0 auto 10px auto;
		padding: 5px;
		border: 1px solid #EEE;
	}
	
	.print #main,
	.home #main,
	.products #main { width: 536px; float: left; }
	
	#rightsidebar {
		margin-top: 10px;
		float: right;
		width: 186px;
	}
	
	#rightsidebar .special {
		margin-bottom: 15px;
	}
	
	/* New Nav Menu */
	
	#jsddm {
		margin: 0;
		padding: 0;
		float: right;
	}

	#jsddm li {
		float: left;
		list-style: none;
	}

	#jsddm li a
	{	display: block;
		text-decoration: none;
		white-space: nowrap
	}

	#jsddm li li a:hover {
		background: #111;
	}
		
	#jsddm li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		background: #333;
		z-index: 99999;
	}
	
	#jsddm li ul li {
		float: none;
		display: inline;
		background: #333;
	}
	
	#jsddm li li a, #jsddm li li a:visited {
		width: auto;
		font-size: 12px !important;
		border-right: 0 !important;
		text-align: left !important;
	}
	
	#jsddm li ul li a:hover	{
		background: #111;
	}

        #special1  {
            position: relative;
}
        #lnk2Epiclegend {
            position: absolute;
            bottom: 136px;
            right: 43px;
            display: block;
            height: 30px;
            width: 521px;
            cursor: pointer;
            border-bottom: 2px solid #fff;
            background: url('../img/blank.gif') repeat;
}
#lnk2Epiclegend:hover {
    border-bottom: 2px dotted #fff;
}
.newsletter {
    color: #f9f9f9;
    margin: 10px 5px;
    font-size: 13px;
    font-weight: bold;
    background-color: #FF9911;
    padding: 5px;
    -moz-border-radius: 10px;
}
.newsletter label {
    display: block;
}
.newsletter input.defaultValue {
    margin: 5px 0;
    border: 1px solid #f1f1f1;
    padding: 2px;
}
.inputBlurred {
    color: gray;
}


#featured_items {
	margin-top: 10px;
	padding: 5px 0px;
	height: 137px;
	width: 535px;
	overflow: hidden;
	position: relative;
}
#featured_container {
	width: 10000px;
	position: relative;
}
#featured_container .featured_item {
	float: left;
	width: 135px;
	height: 135px;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #ddd;
}
#featured_container .featured_item img {
	margin: 0px auto;
	border: 0;
	display: block;
}
