/* ----------------------------------- default ----------------------------------- */
html, body {
	margin: 0 auto;
	padding: 0;
	height:100%;
	background:#462e14 url(../images/bg.jpg) 0 0 repeat-x;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:980px;
	color:#333;
	font-size:13px;
	line-height:20px;
}



a {			color:#9e1c20; text-decoration:none; }
a:hover {	color:#9e1c20; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}


input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff;
}
input#submit {
	color:#fff;
	border-color: #ccc !important;
	background:#981818;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #ccc !important;
	background:#981818;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------- general layout divs ----------------------------------- */
#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:980px;
	height:220px;
	z-index:5;
	background:url(../images/bg-header.jpg) 10px 0 no-repeat;
}

#wrapper {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(../images/bg-wrapper.png) 0 0 repeat; /* has to be big image - ie7 sucks */
}

#container {
	width:960px;
	overflow:hidden;
	margin:0 10px;
	padding:0;
	background:#eee url(../images/bg-container.jpg) 0 0 no-repeat;
}
#container.noside {	background-image:url(../images/bg-container-noside.jpg); }

#sidebarLeft {
	float:left;
	display:inline;
	width:155px;
	min-height:180px;
	margin:30px 0 0 10px;
	padding:0;
	overflow:hidden;
}
#sidebarRight {
	float:right;
	display:inline;
	width:250px;
	min-height:180px;
	margin:20px 10px 0 0;
	padding:0;
	overflow:hidden;
}

#content {
	float:left;
	display:inline;
	width:720px;
	margin:0;
	padding:40px 30px 20px 45px;
	overflow:hidden;
}
#container.noside #content {
	width:900px;
	padding-left:30px;
}
#promos {
	float:left;
	display:inline;
	width:740px;
	margin:0 0 0 45px;
}







/* ------------------------------------------------- header ------------------------------------*/
/* ------------------- search bar ------------------- */
#header #topBar {
	float:left;
	display:inline;
	width:730px;
	height:30px;
	margin:11px 0 0 0;/*
	overflow:hidden;*/
}
/* --- order status --- */
#header #topBar h4 {
	display:block;
	float:right;
	width:107px;
	font-size:11px;
	line-height:22px;
	color:#fff;
	text-align:center;
}

#header #topBar h4 a {
	display:block;
	float:right;
	width:107px;
	height:22px;
	margin:5px 0 0 0;
	color:#fff;
	background:url(../images/bg-header-btn-order-status.png) 0 0 no-repeat;
}
#header #topBar h4 a:hover { text-decoration:none; background-position:0 -22px; }


/* --- checkout link --- */
#header #topBar h5 {
	display:inline;
	float:right;
	margin:5px 15px 0 0;
	padding:0;
	font-size:11px;
	line-height:22px;
	color:#fff;
	font-weight:normal;
	text-align:right;
}

#header #topBar h5 a { 
	margin:0;
	padding:0 0 0 28px;
	vertical-align:top !important;
	color:#fff;
	background:url(../images/bg-cart-icon.png) 0 0 no-repeat;
}


/* --- search --- */
#header form#searchForm {
	float:right;
	display:inline-block;
	height:20px;
	padding:5px 20px 5px 25px;
	margin:0;
	overflow:hidden;
}
#header form#searchForm fieldset {
	margin:0;
	padding:0;
	height:20px;
	overflow:hidden;
	position:relative;
	border:none;
}
#header form#searchForm input {
	width:120px;
	height:12px;
	line-height:12px;
	font-size:12px;
	font-weight:normal;
	padding:3px;
	margin:0;
	color:#666;
	text-align:left;
}

#header form#searchForm input.searchsubmit {
	width:20px;
	height:20px;
	border:none;
	color:#fff;
	text-indent:-1000em;
	background:url(../images/button-search.gif) center center no-repeat;
	vertical-align:top;
	cursor:pointer;
}





/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:240px;
	height:180px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:240px;
	height:180px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-1000em;
}
#header h1 a span {
	background:url(../images/logo.png) top left no-repeat;
	cursor:pointer;
}



/* ------------------- tagline/phone ------------------- */
#header h2 {/*
	position:absolute;
	top:60px;
	left:320px;*/
	float:left;
	display:inline;
	width:380px;
	height:80px;
	margin:20px 0 0 80px;
	text-indent:-1000em;
	overflow:hidden;
	background:url(../images/bg-header-tag-phone.png) 0 0 no-repeat;
}
/* ------------------- live crawfish delivery ------------------- */
#header h3 {/*
	position:absolute;
	top:40px;
	right:40px;*/
	float:right;
	display:inline;
	width:200px;
	height:140px;
	margin:0 40px 0 0;
	padding:0;
	text-indent:-1000em;
	overflow:hidden;
	background:url(../images/bg-header-delivery.png) 0 0 no-repeat;
}

/* ------------------- login/cart links ------------------- */
#header p {
	float:left;
	display:inline;
	width:380px;
	height:32px;
	margin:10px 0 0 80px;
	text-align:right;
	font-weight:bold;
	line-height:25px;
}
#header p a { color:#000; }


/* ------------------------------------------------- general subpage styles ------------------------------------*/
a .heading1, .heading1 a,
a .heading2, .heading2 a,
a .heading3, .heading3 a,
a .heading4, .heading4 a {color:#9e1c20;}

h1, .heading1 {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
	color:#b02b2c;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#freshness {
	float: right;
	width: 250px;
	margin-bottom: 10px;
}

h2, .heading2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
}

h3, .heading3 {
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
}

h4, .heading4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#000;
	font-weight:bold;
}
/*
h5, .heading5 {
	color:#000;
	font-weight:normal;
    margin-bottom: 10px; 
}*/


hr {
	color:#b3a7a0;
	background:#b3a7a0;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}

/*
#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}


#content a:hover img {border-color:#9e1c20;}
*/





/* ------------------------------------------------- left sidebar ------------------------------------*/
#sidebarLeft h2 {
	color:#d15600;
	font-size:24px;
	line-height:30px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	background:url(../images/bg-hot-deal-title.png) 0 0 repeat-y;
}

#sidebarLeft h3 a {
	position:relative;
	display:block;
	width:140px;
	height:140px;
	margin:0 auto 20px;
	border:2px solid #793901;
	overflow:hidden;
}

#sidebarLeft h3 a:hover { border-color:#d15600; text-decoration:none; cursor:pointer; }

#sidebarLeft h3 a img {
	position:absolute;
	top:0;
	left:0;
	width:140px;
	height:140px;
	z-index:1;
}
#sidebarLeft h3 a span {
	position:absolute;
	width:140px;
	height:140px;
	padding:0;
	text-align:center;
	font-size:15px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:bottom;
	z-index:2;
	background:url(../images/bg-hot-deal-fade-orange.png) 0 bottom repeat-x;
}
#sidebarLeft h3 a span span {
	position:absolute;
	bottom:0;
	left:0;
	background:none;
	height:auto;
	padding-bottom:5px;
}

	
	
/* ------------------------------------------------- right sidebar ------------------------------------*/
#sidebarRight h2 { font-size:26px; }
#social h2 { color:#c00; margin-bottom:0; }
#party h2 { clear:both; color:#d15600; height:35px; padding:10px 0 0 30px; margin-bottom:0; background:url(../images/icon-fire.gif) 0 0 no-repeat; }


#sidebarRightTop { padding:10px 0 15px 15px; background:url(../images/bg-sidebar-right-top.png) 0 0 no-repeat; }
#social { background:url(../images/bg-sidebar-right-line.png) 0 bottom no-repeat; }

#social {
	background:url(../images/boudreaux.png) right 155px no-repeat;
}
#social a { font-weight:bold; color:#333; }
#social p { margin-bottom:5px; }


#sidebarRightBottom { padding:0 10px 15px 15px; background:url(../images/bg-sidebar-right-tile.png) 0 0 repeat; }

#party p { margin:0; line-height:18px; }

#party h3 {
	font-size:15px;
	font-weight:bold;
	color:#000;
}

#party a.two-five, #party a.five-ten, #party a.fifteen-plus,
#party a.fifteen, #party a.thirty, #party a.fifty {
	padding:5px 0 10px 40px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#9a3e21;
	display:block;
}

#party a.two-five { background:url(../images/bg-2-5.png) 0 0 no-repeat; }
#party a.five-ten { background:url(../images/bg-5-10.png) 0 0 no-repeat; }
#party a.fifteen-plus { background:url(../images/bg-15-plus.png) 0 0 no-repeat; }
#party a.fifteen { background:url(../images/bg-15.png) 0 0 no-repeat; }
#party a.thirty { background:url(../images/bg-30.png) 0 0 no-repeat; }
#party a.fifty { background:url(../images/bg-50.png) 0 0 no-repeat; }

#party p.line { 
	padding:10px 0;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}




/* ------------------------------------------------- promo boxes on homepage and subpage right sidebar ------------------------------------*/
/* -------- main title ------- */
#promos h2 {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
	color:#b02b2c;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* -------- individual promo layout/bg ------- */
.promo {
	position:relative;
	float:left;
	display:inline-block;
	width:200px; 
	height:220px;
	margin-right:20px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}
.promo.stories { background:url(../images/bg-promo-stories.png) 0 40px no-repeat; }
.promo.recipes { background:url(../images/bg-promo-recipes.png) 0 40px no-repeat; }
.promo.basics { width:280px; margin:0 0 0 20px; background:url(../images/bg-promo-basics.png) right 40px no-repeat; }



/* -------- promo title ------- */
.promo h3 {
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
	font-weight:normal;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.promo h3 a {
	width:auto;
	padding-right:15px;
	background:url(../images/bg-promo-arrow-red.gif) right 6px no-repeat;	
}

/* -------- promo content ------- */
.promo p a {
	text-indent:-1000em;
	display:block;
	height:130px;
}

.promo ul {
	display:block;
	padding:20px 0 0;
	height:110px;
	margin-left:0;
}
.promo ul li {
	list-style:none;
	margin:0 0 10px;
	padding-left:15px;
	font-weight:bold;
	background:url(../images/bg-promo-bullet.gif) 0 5px no-repeat;
}


/* -------- promo button ------- */
.promo h4 a {
	display:block;
	width:110px;
	margin:0 auto;
	font-size:12px;
	line-height:25px;
	color:#fff;
	text-align:center;
	background:url(../images/bg-promo-buttons.png) 0 0 no-repeat;
}
.promo h4 a:hover {
	text-decoration:none;
	background-position:0 -25px;
}

.promo.basics h4 a {
	width:160px;
	background-position:0 -50px;
}
.promo.basics h4 a:hover { background-position:0 -75px; }








/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:55%;
	float:left;
	display:inline;
}

form table.cmsForm {
	width:45%;
	float:right;
	display:inline;
}

form table.cmsForm input, form table.cmsForm select {
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:250px;
}
form table.cmsForm input {/*
	border:1px solid #999;*/
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}





/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-weight:normal;
}
p.level1 a {
	font-weight:normal;
}







/*------------------------------------ footer ------------------------------------*/

#footer {
	clear:both !important;
	margin:0 auto;
	padding:80px 30px 30px;
	width:920px;
	font-size:12px;
	color:#eaeaea;
	background:url(../images/bg-footer.png) 0 0 no-repeat;
}
#footer a { color:#eaeaea; }

#footer ul {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:700px;
}
#footer ul li {
	display:inline;
	margin:0 15px 0 0;
}

#footer ul.copyright {
	float:right;
	width:300px;
}

#footer ul.copyright li {
	display:block;
	text-align:right;
}

