/********************
SITE SPECIFIC CSS
*********************/

body{
	margin:0px;
	padding:0px;
	background-image:url("/images/assets/background-gradientSLICE.png");
	background-repeat:repeat-x;
	background-color:#70d3a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#200;
	}
#mainWrap{
	margin:15px auto;
	margin-top:45px;
	background-image:url("/images/assets/background-gradient-official.png");
	background-repeat:no-repeat;
	background-color:#787974;
	width:900px;
	}
#topRegion{
	position:relative;
	padding-top:80px;
	padding-bottom:15px;
	padding-left:35px;
	}
#logo{
	position:absolute;
	top:-40px;
	left:-35px;
	}
#topNav{
	position:absolute;
	right:0px;
	top:-35px;
	width:475px;
	}
#topNav a{
	font-variant:small-caps;
	color:black;
	text-decoration:none;
	font-weight:400;
	}
#topNav a:hover{
	font-variant:small-caps;
	color:blue;
	font-weight:400;
	cursor:pointer;
}
#footer{
	clear:both;
	margin-top:15px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
	}
#footer a{
	letter-spacing:0.2em;
	font-size:13px;
	text-decoration:none;
	color:GOLD;
	padding:0px 7px;
	}
#mainBody{
	padding:0px 0px 10px 20px;
	}
#leftNav{
	float:left;
	padding-top:15px;
	padding-bottom:75px;
	}
h1{
	font-size:179%;
	font-weight:400;
	letter-spacing:0.1em;
	color:#3366CC;
	margin:20px 0px 5px 0px;
	}
h2{
	font-size:127%;
	letter-spacing:0.05em;
	color:#990000;
	font-weight:400;
	margin:10px 0px 3px 0px;
	}
h3{
	font-size:109%;
	letter-spacing:0.05em;
	color:gold;
	font-weight:400;
	margin:10px 0px 10px 0px;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

/**************************
 ADMINISTRATIVE MODE CSS
***************************/
#adminMode{
	background-color:SADDLEBROWN;
	border:1px solid #000;
	width:200px;
	padding:0px 5px;
	color:WHITE;
	font-family:Arial;
	position:fixed;
	top:15px;
	left:15px;
	}
#adminModeExit{
	float:right;
	padding:0px 2px;
	margin:1px;
	border:1px solid WHITE;
	font-weight:900;
	font-family:Arial;
	}
#adminModeExit a{
	color:#FFF;
	text-align:center;
	font-size:9px;
	}
.amBtn{
	float:right;
	padding:0px 2px;
	margin:1px;
	border:1px solid WHITE;
	font-weight:900;
	font-family:Arial;
	}
.amBtn a{
	color:#FFF;
	text-align:center;
	font-size:9px;
	font-weight:900;
	padding:0px 3px;
	}
#adminMode{
	text-align:left;
	width:275px;
	-moz-opacity:.85;
	background-color:DARKKHAKI;
	}
textarea.amFlds{
	font-size:11px;
	line-height:13px;
	width:250px;
	border:1px solid #000;
	}


.ContactAddress, .ContactAddress a{
	font-size:11px;
	margin-top:20px;
	}
#menu{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	white-space:nowrap;
	text-align:center;
	background-color:yellow;
}
#menu li{
	padding: 2px 6px;
	display: inline;
}
#main_body{
width:900px;
}


/**************************
 PRODUCT LIST CSS
***************************/
.prodRelatedItems{
	float:right;
	width:35%;
	padding-left:15px;
	margin:0px 15px 15px 20px;
	}
.prodPresentation{
	float:right;
	width:530px;
	padding:10px 15px;
	margin:0px 20px 5px 5px;
	}
.prodPresentation .prodImgPanel{
	float:left;
	margin:0px 10px 10px 0px;
	}
.prodPresentation .prodName{
	color:SADDLEBROWN;
	font-weight:400;
	font-size:129%;
	border-bottom:1px dotted #272727;
	margin-bottom:4px;
	}
.prodPresentation .prodSKU{
	margin-bottom:7px;
	}
.prodPresentation .prodDescription{
	margin-bottom:15px;
	}
.prodPresentation .suggested{
	color:#777;
	}
.prodPresentation .value{
	font-weight:900;
	}
.prodPresentation .prodSlideControl{
	/* background-color:GOLD; */
	}
.prodPresentation .prodSlideControl .on{
	float:left;
	width:15px;
	background-color:GOLD;
	margin:0px 3px;
	cursor:default;
	border:1px solid #000;
	}
.prodPresentation .prodSlideControl .off{
	float:left;
	width:15px;
	background-color:#666;
	margin:0px 3px;
	cursor:pointer;
	border:1px solid #000;
	}
.prodPresentation .prodSlideClickMessage{
	font-weight:900;
	display:block;
	clear:left;
	padding:3px 0px 1px 0px;
	}

/* --------- Added 2009-04-02 for background on main content - helps visibility ---------- */
#newMainContent{
	position:relative;
	float:right;
	margin-right:15px;
	width:640px; /* - must match newMainContent > bg width - */
	}
#newMainContent .bg {
	background-color:cornsilk;
	-moz-opacity:0.55;
	filter:alpha(opacity=55);
	position:absolute;
	left:0px;
	top:0px;
	width:640px; /* - must match width above - */
	min-height:200px;
	z-index:1;
	}
#newMainContent .txt{
	/* padding:5px 7px 10px 15px;*/
	position:absolute;
	z-index:1000;
	}
#newMainContent .sub{
	padding:25px 10px 15px 25px;
	}
#test .pusher{
	min-height:500px;
	}


/* looping table from category page */
table.loop1{
	width:570px;
	border-collapse:collapse;
	}
.loop1 td.content{
	text-align:center;
	vertical-align:top;
	}
.loop1 .content h2{
	font-weight:900;
	font-size:129%;
	color:gold;
	}

#addr{
	margin-top:20px;
	margin-left:20px;
	width:160px;
	font-size:12px;
	}
#addr .name{
	font-size:13px;
	font-weight:900;
	}
#addr a{
	color:gold;
	}