/* @override http://originalhooters.monkcms.net/_css/styles.css */

/* Site: [INSERT SITE NAME HERE] */

/* @group Initial */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
}
body {
	color: black;
	background: #603800 url(../_img/global_bg.jpg) repeat-x 0 0;
	font: 62.5%/1em arial;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow: hidden;
}
#wrap{
	background: url(../_img/body_bg.jpg) repeat-x left top;
}

#container{
   width: 899px;
   margin: 0 auto;
   position: relative;
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#content-wrap{
	background-color: #fff;
}

#sub #content-wrap{
	background-image: url(../_img/bg_sub-content-wrap.gif);
}

/* @group header */
#header{
	position: relative;
	padding-top: 72px;
}
#adsection{
	background: url(../_img/global_bg-banneradd.jpg) no-repeat center top;
	height: 108px;
	position: relative;
}
#header h1{
	position: absolute;
	left: -60px;
	top: 24px;
	z-index: 100;
}
#header h1 a{
	display: block;
	background-image: url(../_img/logo.png);
	width: 195px;
	height: 150px;
	text-indent: -9999em;
	
}
#header #signup{
	display: block;
	width: 200px;
	height: 30px;
	background: url(../_img/global_btn-newsletter.gif) no-repeat;
	text-indent: -9999em;
	position: absolute;
	right: 0;
	top: 42px;
}
#adsection #adflash{
	width: 720px;
	height: 90px;
	background-color: #000;
	display: block;
	position: absolute;
	left: 90px;
	top: 9px;
}
#adsection #boss{
	display: block;
	background: url(../_img/global_btn-boss.gif) no-repeat;
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 38px;
	width: 49px;
	text-indent: -9999em;
}
/* @end */

#sidebar #jobs{
	background: url(../_img/bg_job-opening.jpg) no-repeat;
	width: 167px;
	margin-left: 10px;
	height: 110px;
	padding: 50px 20px 20px;
	margin-top: 30px;
}

#sidebar #jobs span{
	display: block;
}

#sidebar #jobs p{
	margin-bottom: 5px;
	color: #663700;
	font: 1.2em Arial;
}

#sidebar .sidesec{
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* =Navigation
---------------------------------------------------------------------
*/

/* @group navigation*/

#nav{
   list-style: none;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #000; /* Change this to the right color */
   text-decoration: none;
   text-indent: -9999em;
	height: 40px;
	background: url(../_img/global_nav.png) no-repeat;
}

#nav li#nav_saga a{
	background-position: 0 0;
	width: 223px;
}
#nav li#nav_menu a{
	background-position: -223px 0;
	width: 76px;
}
#nav li#nav_news a{
	background-position: -299px 0;
	width: 74px;
}
#nav li#nav_promotions a{
	background-position: -373px 0;
	width: 116px;
}
#nav li#nav_locations a{
	background-position: -489px 0;
	width: 103px;
}
#nav li#nav_shop a{
	background-position: -592px 0;
	width: 71px;
}
#nav li#nav_careers a{
	background-position: -663px 0;
	width: 89px;
}
#nav li#nav_fun-stuff a{
	background-position: -752px 0;
	width: 103px;
}
#nav li#nav_rss a{
	background-position: -856px 0;
	width: 44px;
}

/* @group Hover */

#nav li#nav_saga a:hover{
	background-position: 0 -41px;
	width: 223px;
}
#nav li#nav_menu a:hover{
	background-position: -223px -41px;
	width: 76px;
}
#nav li#nav_news a:hover{
	background-position: -299px -41px;
	width: 74px;
}
#nav li#nav_promotions a:hover{
	background-position: -373px -41px;
	width: 116px;
}
#nav li#nav_locations a:hover{
	background-position: -489px -41px;
	width: 103px;
}
#nav li#nav_shop a:hover{
	background-position: -592px -41px;
	width: 71px;
}
#nav li#nav_careers a:hover{
	background-position: -663px -41px;
	width: 89px;
}
#nav li#nav_fun-stuff a:hover{
	background-position: -752px -41px;
	width: 103px;
}
#nav li#nav_rss a:hover{
	background-position: -856px -41px;
	width: 44px;
}

/* @end */

/* @group Active */

#nav li#nav_saga.current a{
	background-position: 0 -82px;
	width: 223px;
}
#nav li#nav_menu.current a{
	background-position: -223px -82px;
	width: 76px;
}
#nav li#nav_news.current a{
	background-position: -299px -82px;
	width: 74px;
}
#nav li#nav_promotions.current a{
	background-position: -373px -82px;
	width: 116px;
}
#nav li#nav_locations.current a{
	background-position: -489px -82px;
	width: 103px;
}
#nav li#nav_shop.current a{
	background-position: -592px -82px;
	width: 71px;
}
#nav li#nav_careers.current a{
	background-position: -663px -82px;
	width: 89px;
}
#nav li#nav_fun-stuff.current a{
	background-position: -752px -82px;
	width: 103px;
}
#nav li#nav_rss.current a{
	background-position: -856px -82px;
	width: 44px;
}

/* @end */

/* @end */
/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/
#home #content #almanac{
	width: 880px;
	border: 2px solid #f6e2c7;
	position: relative;
	height: 33px;
	margin: 5px auto 10px;
}

#home #content #almanac .next{
	position: absolute;
	right: 5px;
	top: 6px;
}

#home #content #almanac .next img, #home #content #almanac h3 img{
	float: none !important;
	margin: 0;
}
#home #content #almanac h3{
	float: left;
	margin-right: 20px;
}
#home #content #almanac ul{
	display: inline;
}
#home #content #almanac ul li{
	margin-top: 5px;
	float: left;
	position: absolute;
	top: 0;
	left: 100px;
}

#home #content #almanac ul li a{
	color: #663700;
	font: bold 1.5em Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#home #content #almanac ul li a span{

}

#home #rotator{
	padding-top: 10px;
	width: 880px;
	height: 469px;
	margin-right: auto;
	margin-left: auto;
}

#home #content #promos{
	
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#home #content #promos ul{
	margin-left: 0;
	margin-bottom: 0;
}

#home #content #promos li{
	float: left;
	background: url(../_img/home-ad-sep.jpg) no-repeat 100% 12px;
	padding-right: 20px;
	margin-right: 15px;
}

#home #content #promos li.last{
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}

#home #content #promos li a img{
	float: none !important;
}
/* =Content
---------------------------------------------------------------------
*/

#content{

}
#sub #content{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	width: 635px;
	float: left;
	padding: 20px;
	position: relative;
	margin-bottom: 25px;
}

#content h3{
   color: #fd7d15;
   font: bold 2.6em arial;
}
#content h4{
	color: #663700;
	font: bold 1.6em Arial;
}

#content h5{
	color:#663700;
	font:  bold 1.4em Arial;
}

#content a{
	color:#663700;
	text-decoration: underline;
}

#content a:hover{
	text-decoration: none;
}
strong{
	font-weight: bold;
}
#content p,
#content li{
   margin-bottom: 1em;
   color: #663700;
   font-size: 1.4em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content img{

}

#content td{
	vertical-align: top;
}

#content #text{
   clear: both;
}

#menu-img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

/* @group Articles */
#content .article{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #f4ede2;
}
#content .article h3{
	font-size: 1.8em;
	display: block;
	padding-top: 14px;
}
#content .article h3 a{
	color: #663700;
	text-decoration: none;
}

#content .article h3 a:hover{
	text-decoration: underline;
}

#content .article h3 span{
	font-size: .7em;
	text-transform: uppercase;
	padding-left: 5px;
}

#content .article img{
	float: left;
	margin-right: 20px;
	width: 168px;
}

#content .article.last{
	padding-bottom: 0;
	border-bottom-style: none;
}

#content #article-detail{
	padding-right: 10px;
	padding-left: 10px;
}
#content #article-detail #title{
	position: relative;
}
#content #article-detail h3{
	width: 500px;
	float: left;
}

#content #article-detail #date{
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #663700;
	text-transform: uppercase;
	font-size: 1.1em;
}

#content #article-detail #text{
	margin-top: 15px;
}

#content #article-detail #media{
	margin-bottom: 10px;
}



/* @end */
div.group{
	color: #e3bc95;
	font: bold 1.5em arial;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fcf3e5;
	margin-bottom: 10px;
}
#pagetitle{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #f4ede2;
}


#content #event-detail{
	padding: 10px;
}

#content #event-detail #byline{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #event-detail #byline p{
	margin-bottom: 0;
}

/* @group Almanac */

#content .almanacimg{
	position: relative;
	right: -20px;
	top: -40px;
	float: right;
}

.almanac #content .article{
	border-bottom-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline;
}

.almanac #content .article p{
	margin-bottom: 00px;
}

.almanac #content #almanactitle{
	background: url(../_img/title_almanac.gif) no-repeat;
	display: block;
	width: 500px;
	position: relative;
	z-index: 2;
	height: 55px;
	text-indent: -9999em;
	margin-bottom: 15px;
}

.almanac #content #btns{
	position: relative;
}

.almanac #content #btns .latestentries{
	display: block;
	background: url(../_img/btn_latest-entries.gif) no-repeat;
	width: 120px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
}

.almanac #content #btns .previousentries{
	display: block;
	background: url(../_img/btn_previous-entries.gif) no-repeat;
	width: 120px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999em;
}

.almanac #content .article h3{
	padding: 0;
	margin: 10px 0 0;
}
.almanac #content #article-detail{
}
.almanac #content  #title{
	display: inline;
}
.almanac #content  #date{
	color: #663700;
	text-transform: uppercase;
	font-size: 1.1em;

	position: relative;

}

.almanac #content #text{
	display: inline;
}

/* @end */

/* @group Recipes */

#sub.recipes #content h3.recipetitle{
	display: block;
	width: 500px;
	height: 80px;
	background: url(../_img/title_recipies.jpg) no-repeat;
	text-indent: -9999em;
}


.recipes #content .recipe{
	padding-bottom: 10px;
	border-bottom: 2px solid #fcf8ee;
	margin-bottom: 10px;
}
.recipes #content .recipe h3{
	font-size: 1.8em;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}

.recipes #content .recipe h3 a{
	color: #663700;
	text-decoration: none;
}

.recipes #content #title h3 span {
	font-size: .6em;
}


.recipes #content #title h3 span a{
	text-decoration: none;
	color: #663700;
}
.recipes #content #title h3 {
	margin-bottom: 15px;
}

/* @end */

#content h3#girlofday{
	background: url(../_img/title_girl-of-day.gif) no-repeat;
	text-indent: -9999em;
	height: 58px;
	width: 320px;
	margin-bottom: 25px;
}

/* @group Promotions */
#content #promolinks{
	position: relative;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 40px;
}

#promolinks #morepromo{
	position: absolute;
	left: 0;
}


#promolinks ul{
	position: absolute;
	right: 0;
	background: url(../_img/txt_region-specific.gif) no-repeat 0 3px;
	padding-left: 105px;
}

#promolinks ul li{
	float: left;
}

#promolinks ul li.last a{
	padding-right: 0;
	margin-right: 7px;
	background-image: none;
}

#promolinks ul li a{
	background: url(../_img/sep_promo-text.gif) no-repeat 100% 0;
	margin-right: 5px;
	padding-right: 10px;
}

#promolinks ul li a:hover{
}

/* @end */

/* @group Shop */
	
#sub.shop #content{
	padding: 0;
}

#sub.shop #content #util{
	background: url(../_img/bg_top-ecommerce.jpg) repeat-x;
	width: 674px;
	height: 58px;
	position: relative;
}
#sub.shop #content #util div.cart{
	position: relative;
	width: 200px;
	left: 20px;
	color: #663700;
	font-size: 1.3em;
	background: url(../_img/cart_icn.gif) no-repeat;
	padding-left: 60px;
	height: 40px;
	top: 10px;
	padding-top: 14px;
}


#sub.shop #content #util ul{
	position: absolute;
	top: 20px;
	right: 40px;

}

#sub.shop #content #util ul li{
	float: left;
	padding-left: 15px;
		font-size: 1.3em;
}

#sub.shop #content #util ul li a{
	color: #663700;
	font-weight: bold;
	text-decoration: none;

}

#sub.shop #content #util ul li a:hover{
	text-decoration: underline;
}



#sub.shop #content #text{
	padding: 20px;
}

#content #products .info{
	width: 450px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
#sub.shop #content #products .product h4{
	margin-bottom: 0;
	padding-bottom: 0;
	height: 5px;
}
#content .product h4 a{
   color: #663700;
   text-decoration: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sub.shop #content #products .product{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8decc;
}

#sub.shop #content #products .product form{
	clear: both;
}

#productdetail #img{
	margin-bottom: 25px;
}

#sub.cart #content table.monkCart{
	margin-bottom: 10px;
	width: 630px;
	border-bottom: 3px solid #ddceb9;
	padding-bottom: 10px;
	border-collapse: collapse;
}

#sub.cart table.monkCart tr.item{
	background-color: #fcf3e5;
	font-size: 1.2em;
}

#sub.cart table.monkCart tr.item td{
	vertical-align: middle;
}

#sub.cart table.monkCart input.qty{
	background-color: #fff;
	border: 1px solid #ddceb9;
	border-top: 1px solid #baac9b;
	text-indent: 5px;
}

#sub.cart table.monkCart tr.item form input.qty{
	vertical-align: middle;
	height: 18px;
	margin-left: 10px;
	float: left;
}

#sub.cart table.monkCart tr.item form input.button{
	margin-top: 0px;
	padding-left: 5px;
}

#sub.cart table.monkCart tr.total{
	font-size: 1.3em;
	font-weight: bold;
	color: #663700;
}

#sub.cart table.monkCart tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#sub.cart table.monkCart tr.total td{
	border-top: 1px solid #b2b2b2;
	font-size: .9em;
	padding: 5px 5px 10px 0;
	border-bottom-color: #ddceb9;
}

#sub.cart table.monkCart tr.total td.amount{
	font-size: 1.3em;
	color: #ea6902;
	border-left: 1px solid #e6e6e6;
	padding-right: 0;
	padding-bottom: 5px;
	text-align: center;
}

#sub.cart table.monkCart tr.item fieldset{
	padding: 5px 0 0;
}

#sub.cart table.monkCart th{
	font-size: 1.3em;
	padding-bottom: 10px;
	text-align: left;
}
#sub.cart table.monkCart th.product{
	border-style: none;
	background-image: none;
}

#sub.cart table.monkCart tr.item.alt{
	background-color: #fff;
}


.cart .thickbox{
	display: block;
	background: url(../_img/cart_submit-order.gif) no-repeat;
	height: 26px;
	text-indent: -9999em;
}
.shop #extra{
	display: block;
	margin: 25px auto 10px;
	padding-right: 50px;
}
.shop #extra img{
	float: right;
	padding-left: 20px;
}

.shop #extra p{
	text-align: right;
	display: block;
}

/* @end */

/* @group Career */

.career #content .monkForm fieldset legend{
	display: none;
}

.career #content .monkForm p.data input{
	background-color: #fbf3e4;
	border: 1px solid #ddceb9;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.career #content .monkForm .text{
	float: left;
	margin-right: 20px;
}

.career #content .monkForm .textarea{
	clear: both;
}

.career #content .monkForm textarea{
	background-color: #fbf3e4;
	border: 1px solid #ddceb9;
	width: 312px;
	padding: 10px;
}

.career #content .monkForm p#formsubmit input{
	background-color: #fff;
	border-style: none;
}

 .form #content legend{
	color: #663700;
	font-size: 1.6em;
	padding-bottom: 5px;
}

.form .radio fieldset{
	margin-bottom: 10px;
}
#sub.form  #contact .text label, #sub.form  #contact .textarea label{
	font-size: 1.2em;
	font-weight: bold;
}

#sub.form #contact .text input{
	height: 20px;
	width: 200px;
}

.form #content .radio label{
	font-size: 1.1em;
}
.form #content .radio input{
	margin-left: 15px;
}

.form #content .radio .data{
	padding-bottom: 0;
	margin-bottom: 0;
}

.form #content .textarea textarea{
	width: 350px;
	height: 100px;
	border: 1px solid #dededd;
	border-top: 1px solid #bababa;
}



/* @end */

h3#menutitle{
	margin-bottom: 50px;
}
/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
	width: 224px;
	min-height: 300px;
	float: left;
}

#sidebar #title{
	background-image: url(../_img/bg_sub-title.jpg);
	height: 56px;
}

#sub #sidebar #title h3{
	color: #663700;
	font: bold 2em Arial;
	padding-top: 15px;
	padding-left: 10px;
	text-transform: capitalize;
}


#sidebar #subnav li{
	border-bottom: 1px solid #ddceb9;
	font:  1.4em Arial;
	padding-bottom: 6px;
	padding-top: 6px;
	cursor: pointer;
}

#sidebar #subnav li a{
	color: #663700;
	text-decoration: none;
	padding-left: 10px;
}

#sidebar #subnav li:hover, #sidebar #subnav li.hover, #sidebar #subnav li.current{
	background: url(../_img/bg_subnav-hover.gif) no-repeat right 5px;
}

/* @group Sidebar Events */

#sidebar .events{
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#sidebar .events h3{
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebe1ce;
	text-transform: uppercase;
	color: #663700;
}

#sidebar .events .item{
	margin-bottom: 15px;
}

#sidebar .events .item .date{
	float: left;
	background: url(../_img/sidebar_bg-event-date.gif) no-repeat;
	height: 50px;
	
}

#sidebar .events .item .date span{
	text-align: center;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: .7em;
	margin-top: 4px;
	color: #663700;
}

#sidebar .events .item .date p{
	color: #fff;
	font-size: 1.7em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin: 0;
}

#sidebar .events .item h3{
	text-transform: capitalize;
	text-align: left;
	border-bottom-style: none;
	margin-left: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar .events .item h3 a{
	color: #663700;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
}
#sidebar .events .item h3 a:hover{
	text-decoration: underline;
}

#sidebar .events .item p{
	margin-left: 40px;
	color: #663700;
	line-height: 1.2em;
	font-size: 1.1em;
}

/* @end */

#sidebar .signup{
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ebe1ce;
	margin-bottom: 24px;
}

#sidebar .signup img{
	border: none;
}

#sidebar .fmi{
	margin-top: 50px;
}

#sidebar img{
	border: none;
}

/* @group Locations */

#sub.locations #content{
	width: 675px;
	background-color: #f7e6ca;
	padding: 0;
	margin-bottom: 0;
}

#sub.locations #content #regions{
	background: url(../_img/bg_us_map.gif) no-repeat;
	height: 600px;
	position: relative;
}

#sub.locations #content h3{
	background: url(../_img/locations_title.gif) no-repeat;
	display: block;
	text-indent: -9999em;
	margin-top: 20px;
	width: 401px;
	height: 50px;
	margin-left: 20px;
}

#sub.locations #content #regions .loc{
	position: absolute;
}

#content #locs{
	width: 250px;
	float: left;
	margin-left: 10px;
}
#content #locs .branch{
	margin-bottom: 30px;
}

#content #locs .branch p{
	padding-bottom: 0;
	margin-bottom: 0;
}

#content #map{
	float: left;
}


#content #titleimg{
	clear: none;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#content h3#history{
	margin-top: 10px;
	margin-bottom: 20px;
}
/* @end */


/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
	background: url(../_img/global_bg-footer.png) no-repeat;
	position: relative;
	margin-bottom: 15px;
	height: 50px;
}

#footer p{
	margin-bottom: 0;

	position: absolute;
	top: 12px;
	left: 10px;
}

#footer  a{
	color: #663700;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 2px;
}

#footer  a:hover{
	text-decoration: underline;
}

#footer #footlogo{
	display: block;
	height: 30px;
	background: url(../_img/global_footer-logo.jpg) no-repeat;
	position: absolute;
	top: 1px;
	left: 403px;
	width: 100px;
	text-indent: -9999em;
}
#footer .copy{
	color: #663700;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: absolute;
	right: 15px;
	top: 11px;
}

#basement{
	background: url(../_img/global_bg-hooter-net.png) no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 64px;
	position: relative;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	bottom: -5px;
	margin-bottom: -5px;
	clear: both;
	display: block;
}
#basement ul{
	margin-left: 20px;
	padding-top: 1px;
}
#basement li{
	float: left;
	background: url(../_img/global_hooter-network-sep.gif) no-repeat 100% 7px;
	padding-right: 10px;
	margin-right: 10px;

	display: inline;
	height: 50px;
}
#basement li.last{
	background-image: none;
	margin-right: 0;
	padding-right: 0;
	height: 50px;
}
#basement a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0px;
}

#basement a.link{
	padding-top: 22px;
}

#basement a.link:hover{
	text-decoration: underline;
}


/* @group Editor
 */

#sub .orange{
	color: #fd7d15;
}

#sub .orange{
	color: #fd7d15;
}
#sub .orange-bold{
	color: #fd7d15;
	font-weight: bold;
}
#sub .orange-bold-large{
	color: #fd7d15;
	font-weight: bold;
	font-size: 1.6em;
}
#sub .brown{
	color: #663700;
}
#sub .brown-bold{
	color: #663700;
	font-weight: bold;
}

#sub .brown-bold-large{
	color: #663700;
	font-weight: bold;
	font-size: 1.6em;
}

/* @end */

#newsletter span.label,#newsletter span.spacer,#newsletter span.multiple span {width:70px;float:left;
	font-size: 1.3em;
	color: #663700;
	font-weight: bold;
	margin-top: 5px;
} 
#newsletter input{
	height: 18px;
}
#newsletter span.multiple {
	float:left;
	} 
#newsletter span.button {
	padding-left:72px;
	
} 
#newsletter form div{
	margin-bottom: 10px;
}
#newsletter div.clear {
	clear:both;padding-top:5px;
} 
#newsletter .button input{
	text-indent: -9999em;
	width: 102px;
	background: url(../_img/btn_subscribe.gif) no-repeat;
	height: 30px;
	border-style: none;
}

/* @group Sidebar Titles BG Images */
#sub.history #sidebar #title{
	background: url(../_img/bg_sidebar-title-history.jpg) no-repeat 0 -1px;
	border-bottom: 1px solid #dfcfb9;
	height: 52px;
}

#sub.news #sidebar #title{
	background: url(../_img/bg_sidebar-title-news.jpg) no-repeat 0 -1px;
	border-bottom: 1px solid #dfcfb9;
	height: 52px;
}
#sub.promosub #sidebar #title{
	background: url(../_img/bg_sidebar-title-news.jpg) no-repeat 0 -1px;
	border-bottom: 1px solid #dfcfb9;
	height: 52px;
}

#sub.career #sidebar #title{
	background: url(../_img/bg_sidebar-title-careers.jpg) no-repeat 0 -1px;
	border-bottom: 1px solid #dfcfb9;
	height: 52px;
}

#sub.shop #sidebar #title{
	background: url(../_img/bg_sidebar-title-shop.jpg) no-repeat 0 -1px;
	border-bottom: 1px solid #dfcfb9;
	height: 52px;
}


/* @end */
#sidebar #login{
	margin-top: 15px;
	text-align: center;
}

#sidebar #login a{
	
	color: #7d4808;
	text-decoration: none;
	height: 15px;
}

#sidebar #login a:hover{
	text-decoration: underline;
}

#sidebar #login a.thickbox{
	display: block;
	font-size: 1.7em;
	width: auto;
	background-image: none;
	text-indent: 0;
}

#sidebar #login p{
	color: #fc7d17;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#sidebar #login p span{
	font-weight: bold;
	color: #7d4808;
}



.me #content #util h2{
	color: #663700;
	font: bold 1.7em Arial;
	padding-top: 18px;
	padding-left: 10px;
	text-transform: capitalize;
}

.me #content #text{
	color: #663700;
	font-size: 1.3em;
}


.me #content #text div{
	margin-bottom: 10px;
}
.me #content #text table.orderHistory{
	border-collapse: collapse;
}

.me #content #text table td{
	padding: 3px;
}

.me #content #text .orderHistory td.orderHistoryPrint{
	padding-bottom: 10px;
}

.me #content #text .orderHistory td.orderHistoryPrint a{
	font-weight: bold;
}

.me #content #text .orderHistory td.orderHistorySite{
	padding-bottom: 0;
	border-bottom: 1px solid #ddceb9;
	background-color: #fcf3e5;
	padding: 10px;
	color: #ec6b04;
}

.me #content #text .orderHistory td.orderHistoryReference, .me #content #text .orderHistory td.orderHistoryDate{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.me #content #text .orderHistory td.orderHistoryDetail table th{
	padding: 10px;
	background-color: #fcf3e5;
	border-bottom: 1px solid #ddceb9;
	font-weight: bold;
}

.me #content #text .orderHistory td.orderHistoryDetail table td{
	padding: 8px 10px;
}

.me #content #text .orderHistory td.orderHistoryDetail table td.orderDetailTotal{

	font-weight: bold;
}

.me #content #text .orderHistory td.orderHistoryDetail table td.orderDetailAddress{
	line-height: 1.5em;
	color: #663700;
	border-top: 3px solid #ddceb9;
}
