/* ---------------------------------------------------------------------
Original Author: Tad Runkle
Contributors: Will Vincent, Adam Ranfelt, Chris Bennett
Target Browsers: IE7, IE8, Firefox3, Safari 4
Media Type: screen
CSS Coding Standards Documentation: http: //wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
NOTES: 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Base HTML Styles
------------------------------------------------------------------------ */
html,
body {
	height: 100%;
}

body {
	margin: 0;
	background: #e7cfa1 url(../images/bg.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.33;
	text-align: center;
}

/* -----------------------------------------------------------
Paragraph Styles
-------------------------------------------------------------- */
p, blockquote, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
h1 {
	color: #900;
	font-weight: 800;
	text-transform: uppercase;
}
h2 {
	color: #900;
	font-weight: normal;
}
h3,
h3 a {
	color: #900;
	font-weight: 800;
}
h4 {
}
h5 {
}
h6 {
}


/* -----------------------------------------------------------
Link Styles
-------------------------------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
}
a:visted {
}
a:hover {
}
a:active {
}

/* -----------------------------------------------------------
Text Styles
-------------------------------------------------------------- */
abbr, acronym {
	border-bottom: dotted 1px;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
u, ins {
	text-decoration: underline;
}
s, strike, del {
	text-decoration: line-through;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}

/* -----------------------------------------------------------
List Styles
-------------------------------------------------------------- */
ul, ol, dl, li, dd, dt {
	margin: 0;
	padding: 0;
	list-style: none;
}
dd {
	margin-left: 40px;
}

/* nested lists have no top/bottom margins */
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
ol ul,
ul ul {
	list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
ol ol ul,
ol ul ul, 
ul ol ul,
ul ul ul {
	list-style-type: square;
}

/* -----------------------------------------------------------
Form Styles
-------------------------------------------------------------- */
form {
	margin: 0;
}
fieldset {
	border-width: 1px;
	border-color: #7c7b7d;
	border-style: solid;
	margin: 0 2px;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
label {
}

/* -----------------------------------------------------------
Table Styles
-------------------------------------------------------------- */
table {
	border-spacing: 2px;
	border-collapse: separate;
}
tr {
	vertical-align: middle;
}
tbody {
	vertical-align: middle;
}
thead {
	vertical-align: middle;
}
tfoot {
	vertical-align: middle;
}
td {
	vertical-align: inherit;
	text-align: inherit; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
th {
	vertical-align: inherit;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

/* ---------------------------------------------------------------------
Custom Styles
------------------------------------------------------------------------ */

/* -----------------------------------------------------------
Global Styles
-------------------------------------------------------------- */
iframe {
	display: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	height: 727px;
	background: #fff;
	text-align: left;
}
#content_wrap {
	position: relative;
	height: 618px;
	width: 960px;
	margin-top: 0px;
	overflow: hidden;
}
.clear,
#content {
	clear: both;
}

/* ---------------------------------------------------------------------
Header Styles
------------------------------------------------------------------------ */
#header {
	height: 82px;
	background: transparent url(../images/header_bg.jpg) no-repeat 0 0;
	position: relative;
	  z-index: 100;
}
#header #logo {
	position: absolute;
	top: 14px;
	left: 26px;
	width: 158px;
	height: 88px;
	color: #999;
	  z-index: 9999;
}
#header #spanish {
    position: absolute;
    top: 3px;
    right: 5px;
    color: #fff;
    font-size: 10px;
    text-align: right;
    z-index: 200;
}
ul#nav_main {
	list-style: none; 
	margin: 0; 
	padding: 0;
	position: absolute;
	left: 385px;
	/*left: 353px;*/
}
ul#nav_main li {
	display: block;
	float: left;
	margin: 0 0 0 20px;
}
ul#nav_main li a {
	display: block;
	height: 82px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#nav_main li a#nav_moms {
	background: transparent url(../images/nav1_sprite.png) no-repeat 0 0;
	width: 104px;
}
ul#nav_main li a#nav_boxtops {
	background: transparent url(../images/nav6_sprite.png) no-repeat 0 0;
	width: 80px;
}
ul#nav_main li a#nav_facebook {
	background: transparent url(../images/nav2_sprite.png) no-repeat 0 0;
	width: 88px;
}
ul#nav_main li a#nav_tvadds {
	background: transparent url(../images/nav5_sprite.png) no-repeat 0 0;
	width: 78px;
}
ul#nav_main li a#nav_history {
	background: transparent url(../images/nav7_sprite.png) no-repeat 0 0;
	width: 72px;
}
ul#nav_main li a#nav_products {
	background: transparent url(../images/nav3_sprite.png) no-repeat 0 0;
	width: 87px;
}
ul#nav_main li a#nav_share {
	background: transparent url(../images/nav4_sprite.png) no-repeat 0 0;
	width: 121px;
	margin-left:10px;
}
ul#nav_main li a#nav_moms:hover, 
ul#nav_main li a#nav_boxtops:hover,
ul#nav_main li a#nav_facebook:hover, 
ul#nav_main li a#nav_tvadds:hover,
ul#nav_main li a#nav_products:hover, 
ul#nav_main li a#nav_share:hover,
ul#nav_main li a#nav_history:hover,
ul#nav_main li a#nav_moms.active,
ul#nav_main li a#nav_boxtops.active,
ul#nav_main li a#nav_facebook.active,
ul#nav_main li a#nav_tvadds.active,
ul#nav_main li a#nav_history.active,
ul#nav_main li a#nav_products.active,
ul#nav_main li a#nav_share.active {
	background-position: 0 -82px;
}

/* ---------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------------ */
#footer {
	clear: both;
	position: absolute;
	top: 700px;
	width: 960px;
	background: #333;
	font-size: 11px;
	text-align: center;
	color: #636363;
	padding-bottom: 5px;
}
#footer ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li, #footer p {
	display: inline;
	padding: 0 12px;
	line-height: 22px;
	color: #636363;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------------------------
Home Page Styles
------------------------------------------------------------------------ */
.homepage #wrapper {
	background: url(../images/bkgd_home.jpg) no-repeat left;
	height: 756px;
}
.homepage #banner {
	height: 414px;
	overflow: hidden;
}
.homepage #modules {
	height: 204px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.25;
}
.homepage #modules .col {
	position: relative;
	float: left;
	width: 320px;
	height: 204px;
	cursor: pointer;
}
.homepage #modules .col h3 {
	height: 32px;
	font-size: 12px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	text-indent: 14px;
	line-height: 32px;
	margin-bottom: 0;
	border-bottom: 1px solid #ec8d21;
}
.homepage #modules .mod_content {
	position: absolute;
	z-index: 10;
}
.homepage #modules .mod_photo {
	position: absolute;
	z-index: 5;
}
.homepage #modules .col {
	background: url(../images/bkgd_modules.png);
}
.homepage #modules .focal div.col {
	background: url(../images/bkgd_focal.png);
}

/* -----------------------------------------------------------
Product Module Styles
-------------------------------------------------------------- */
.homepage #mod_products .mod_content {
	top: 62px;
	left: 202px;
	height: 50px;
	width: 110px;
}
.homepage #mod_products .mod_photo {
	top: 35px;
	left: 15px;
}

/* -----------------------------------------------------------
Facebook Module Styles
-------------------------------------------------------------- */
.homepage #mod_facebook .mod_content {
	top: 87px;
	left: 163px;
	height: 15px;
	width: 120px;
}
.homepage #mod_facebook .mod_photo {
	top: 46px;
	left: 25px;
}

/* -----------------------------------------------------------
Video Module Styles
-------------------------------------------------------------- */
.homepage #mod_video .mod_content {
	top: 77px;
	left: 200px;
	height: 50px;
	width: 110px;
}
.homepage #mod_video .mod_photo {
	top: 46px;
	left: 10px;
}

/* -----------------------------------------------------------
Youtube Module Styles
-------------------------------------------------------------- */
.homepage #mod_youtube .mod_content {
	top: 77px;
	left: 182px;
	height: 50px;
	width: 110px;
}
.homepage #mod_youtube .mod_photo {
	top: 46px;
	left: 20px;
}

/* -----------------------------------------------------------
Mom's Slice Module Styles
-------------------------------------------------------------- */
.homepage #mod_momslice .mod_content {
	top: 75px;
	left: 188px;
	height: 50px;
	width: 110px;
}
.homepage #mod_momslice .mod_photo {
	top: 46px;
	left: 14px;
}

/* -----------------------------------------------------------
Box Tops Module Styles
-------------------------------------------------------------- */
.homepage #mod_boxtops .mod_content {
	top: 75px;
	left: 158px;
	height: 50px;
	width: 125px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.homepage #mod_boxtops .mod_content big {
    color: #fc6;
    font-weight: bold;
    font-size: 1.1em;
}

.homepage #mod_boxtops .mod_photo {
	top: 65px;
	left: 20px;
}

/* -----------------------------------------------------------
Dew Tour Module Styles
-------------------------------------------------------------- */
.homepage #mod_dewtour .mod_content {
	top: 68px;
	left: 173px;
	height: 50px;
	width: 140px;
	text-indent: -25px
}
.homepage #mod_dewtour .mod_photo {
	top: 67px;
	left: 0px;
}
.homepage #mod_dewtour .mod_button {
	background: url(../images/bkgd_modules.png);
}

/* -----------------------------------------------------------
Module Button Styles
-------------------------------------------------------------- */
.homepage .mod_button {
	position: absolute;
	top: 171px;
	height: 32px;
	width: 320px;
	z-index: 10;
	border-top: 1px solid #ec8d21;
	text-align: right;
}
.homepage .mod_button a {
	float: right;
	height: 32px;
	width: 194px;
}
.homepage .mod_button a:hover {
	background: url(../images/bkgd_mod_button.png);
}
.homepage .mod_button img {
	margin-top: 1px;
	border-left: 1px solid #ec8d21;
}

#pagehead,
.homepage .mod_content {
	color: #fff;
}

/* ---------------------------------------------------------------------
Terms of Use and Privacy Policy Styles
------------------------------------------------------------------------ */
.privacy #wrapper,
.terms #wrapper,
.contact #wrapper {
	background: url(../images/paper_bg.jpg) no-repeat;
}

.privacy #content_wrap,
.terms #content_wrap {
	overflow: auto;
}

.privacy #wrapper #content,
.terms #wrapper #content {
	margin: 33px 120px 30px 44px;
}

.privacy #wrapper #content h1,
.terms #wrapper #content h1 {
	font-size: 16px;
	margin-bottom: 33px;
}

.privacy #wrapper #content h2,
.terms #wrapper #content h2 {
	text-indent: 0px;
	overflow: auto;
	margin-bottom: 15px;
	font-weight: bold;
}

.terms #wrapper #content p,
.privacy #wrapper #content p {
	line-height: 1.4;
	margin-bottom: 14px;
}

.terms #wrapper #content p a,
.privacy #wrapper #content p a {
	color: #A93633;
}

.privacy #wrapper #content li {
	list-style: disc;
	margin: 0 0 14px 12px;
	padding-left: 17px;
}

.privacy #wrapper #content li ul li {
	margin: 0 0 0 32px;
	list-style: circle;
}


/* ---------------------------------------------------------------------
Facebook Styles
------------------------------------------------------------------------ */
.facebook  #wrapper {
	background: url(../images/bkgd_facebook.jpg) no-repeat;
}
.facebook #wrapper #content h1 {
	position: absolute;
	font-size: 26px;
	text-transform: uppercase;
	top: 94px;
	left: 521px;
}
.facebook .fb_flash {
	position: absolute;
	top: 140px;
	left: 65px;
}
.facebook #wrapper #content .fb_text {
	position: absolute;
	top: 134px;
	left: 491px;
	width: 407px;
}
.facebook #wrapper #content .fb_text p {
	line-height: 1.3;
	margin: 0 10px 10px 31px;
}
.facebook .fb_text .facebook_button {
	position: absolute;
	text-decoration: none;
	left: 31px;
	top: 92px;
	width: 179px;
	height: 28px;
}
.facebook_button iframe {
	display: block;
}

.facebook .facebook_button a {
	display: block;
	background: url(../images/btn_facebook_find.png) no-repeat;
	height: 28px;
	width: 179px;
}
.facebook .facebook_button a:hover {
	background-position: -179px 0;
}


/* ---------------------------------------------------------------------
TV Adds Page
------------------------------------------------------------------------ */
.tvadds  #wrapper {
	background: url(../images/bkgd_tvadds.jpg) no-repeat;
}
.tvadds #wrapper #content h1 {
	position: absolute;
	font-size: 26px;
	text-transform: uppercase;
	top: 153px;
	left: 672px;
	color: #fff;
}
#flashContent {
	position: absolute;
	top: 165px;
	left: 147px;
	display: block;	/*width: 467px;
	height: 298px;*/
}
.tvadds #wrapper #content .tvadd_video {
	position: absolute;
	top: 151px;
	left: 150px;
	width: 467px;
	height: 298px;
}
.tvadds #checkoutyoutube {
	left: 674px;
	position: absolute;
	top: 528px;
}
.tvadds #wrapper #content .tvadd_text {
	position: absolute;
	top: 188px;
	left: 674px;
	width: 250px;
	color: #fff;
}
.tvadds #wrapper #content .tvadd_text p {
	font-size: 12px;
	line-height: 1.2em;
}
.tvadds #wrapper #content .tvadd_text ul#video_links a {
	background: #333;
	width: 180px;
	padding: 3px 10px;
	margin-bottom: 5px;
	display: block;
	color: #e8e5e5;
	border: 2px solid #000;
}
.tvadds #wrapper #content .tvadd_text ul#video_links a:hover {
	color: #fff;
}
.tvadds #wrapper #content .tvadd_nav {
	position: absolute;
	top: 259px;
	right: 111px;
}
.tvadds #wrapper #content .tvadd_nav ul li a {
	display: block;
	width: 173px;
	height: 22px;
/*	background: url(../images/nav_tvadd_sprite.png) no-repeat;*/
	margin-top: 6px;
	text-indent: -9999px;
}
.tvadds #wrapper #content .tvadd_nav ul li a#kids {
	background: url(../images/nav_tvad_kids-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#pruned_toes {
	background: url(../images/nav_tvad_ptoes-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#hoops{
	background: url(../images/nav_tvad_hoops-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#dream {
	background: url(../images/nav_tvad_dream-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#winners {
	background: url(../images/nav_tvad_winners-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#twins{
	background: url(../images/nav_tvad_twins-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#music{
	background: url(../images/nav_tvad_music-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#dream_school {
	background: url(../images/nav_tvad_dreamschool-sprite.png) no-repeat;
}
.tvadds #wrapper #content .tvadd_nav ul li a#loot {
	background: url(../images/nav_tvad_loot-sprite.png) no-repeat;
}

.tvadds #wrapper #content .tvadd_nav ul li a.active {
	background-position: -173px 0 !important;
}
.tvadds #wrapper #content .tvadd_nav ul li a#kids:hover, 
.tvadds #wrapper #content .tvadd_nav ul li a#pruned_toes:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#hoops:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#music:hover, 
.tvadds #wrapper #content .tvadd_nav ul li a#twins:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#winners:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#dream_school:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#loot:hover,
.tvadds #wrapper #content .tvadd_nav ul li a#dream:hover  {
	background-position: -173px 0;
}

/* ---------------------------------------------------------------------
Mom's Slice: Landing Page
------------------------------------------------------------------------ */
.moms_slice  #wrapper {
	background: url(../images/bkgd_moms_slice.jpg) no-repeat;
}

.moms_slice #wrapper #content .header {
	position: absolute;
	left: 98px;
	top: 37px;
}
.moms_slice #wrapper #content .header h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
.moms_slice #wrapper #content .header p {
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}
.moms_slice .more {
	display: block;
	height: 11px;
	width: 40px;
	padding-left: 10px;
	background: url(../images/btn_more_arrow.png) no-repeat left 1px;
	font-size: 10px;
	font-weight: 800;
	color: #900;
	text-transform: uppercase;
}
.moms_slice .more:hover,
.moms_slice #mod1 .more:hover {
	color: #fd0201;
}


/* ------------------------------------------------------------
Moudule 1 Styles
--------------------------------------------------------------- */
.moms_slice #mod1 {
	position: absolute;
	background: url(../images/bkgd_moms_mod1.png) no-repeat;
	top: 62px;
	left: 106px;
	width: 360px;
	height: 300px;
	padding-top: 155px;
	padding-left: 22px;
}
.moms_slice #mod1 h2,
.moms_slice #mod1 h2 a,
.moms_slice #mod1 p {
	position: relative;
	z-index: 10;
	width: 160px;
	text-indent: 0px;
	overflow: hidden;
	color: #FFF;
}
.moms_slice #mod1 h2 {
	font-size: 20px;
	line-height: .8;
	margin-bottom: 0;
}
.moms_slice #mod1 p {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.moms_slice #mod1 .photo {
	position: absolute;
	top: 84px;
	left: 10px;
	width: 322px;
	height: 203px;
}
.moms_slice #sticker1 {
	position: absolute;
	background: url(../images/sticker_pizza-sm.png) no-repeat;
	top: 223px;
	left: 269px;
	width: 100px;
	height: 100px;
	display: none; /* this doesn't make sense with the lunchbox article */
}
.moms_slice #mod1 .more {
	color: #fff;
}
.moms_slice #mod1 .photo a:hover {
	color: #f43832;
}

/* ------------------------------------------------------------
Moudule 2 Styles
--------------------------------------------------------------- */
.moms_slice #mod2 {
	position: absolute;
	background: url(../images/bkgd_moms_mod2.png) no-repeat;
	top: 85px;
	left: 505px;
	width: 391px;
	height: 289px;
	padding-top: 50px;
	padding-left: 180px;
}
.moms_slice #mod2 h2,
.moms_slice #mod2 h2 a,
.moms_slice #mod2 h3,
.moms_slice #mod2 h3 a,
.moms_slice #mod2 p {
	position: relative;
	z-index: 10;
	width: 185px;
	text-indent: 0px;
	overflow: hidden;
	color: #25283f;
}
.moms_slice #mod2 h2 {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 1px;
}
.moms_slice #mod2 h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 13px;
}
.moms_slice #mod2 p {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #333;
}
.moms_slice #sticker2 {
	position: absolute;
	background: url(../images/sticker_kids.png) no-repeat;
	top: -17px;
	left: 23px;
	width: 200px;
	height: 300px;
}
.moms_slice #mod2 .photo {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 7px;
	left: 12px;
	background: url() no-repeat scroll 0 0 transparent;
}

/* ------------------------------------------------------------
Moudule 3 Styles
--------------------------------------------------------------- */
.moms_slice #mod3 {
	position: absolute;
	top: 369px;
	left: 83px;
	width: 380px;
	height: 220px;
}
.moms_slice #mod3 .test {
	position: absolute;
	background: url(../images/bkgd_moms_mod3.png) no-repeat;
	top: 0;
	left: 0;
	height: 220px;
	padding-top: 38px;
	padding-left: 200px;
}
.moms_slice #mod3 h2,
.moms_slice #mod3 h2 a,
.moms_slice #mod3 p {
	position: relative;
	z-index: 10;
	width: 165px;
	text-indent: 0px;
	overflow: hidden;
	color: #25283f;
}
.moms_slice #mod3 h2 {
	font-size: 11px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #25283f;
	margin-bottom: 6px;
	width: 200px;
}
.moms_slice #mod3 p {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 2px;
	color: #333;
}
.moms_slice #mod3 .photo {
	position: absolute;
	background: #CCC;
	top: 43px;
	left: 23px;
	width: 170px;
	height: 140px;
}

/* ------------------------------------------------------------
Topics Moudule Styles
--------------------------------------------------------------- */
.moms_slice #mod_topics {
	position: absolute;
	background: url(../images/bkgd_moms_topics.png) no-repeat left 13px;
	top: 405px;
	left: 508px;
	width: 328px;
	height: 131px;
	padding: 0 10px 0 30px;
}
.moms_slice #mod_topics h2,
.moms_slice #mod_topics p {
	position: relative;
	z-index: 10;
	text-indent: 0px;
	overflow: hidden;
}
.moms_slice #mod_topics h2 {
	font-size: 22px;
	line-height: 1;
	margin: 2px 7px 5px 0;
	text-align: center;
	color: #25283f;
}
.moms_slice #mod_topics p {
	font-size: 10px;
	line-height: 1.2;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #333;
	clear: both;
}
.moms_slice #mod_topics ul {
	float: left;
	width: 100px;
}
.moms_slice #mod_topics ul.pad {
	margin: 0 10px;
}
.moms_slice #mod_topics li {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.7;
}
.moms_slice #mod_topics a {
	color: #25283f;
}
.moms_slice #mod_topics a:hover {
	color: #fd0201;
}
.moms_slice #mod_topics .link {
	position: absolute;
	top: 120px;
	left: 75px;
}
.moms_slice #mod_topics .seemore {
	display: block;
	height: 11px;
	width: 260px;
	font-size: 10px;
	font-weight: 800;
	color: #900;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------
Mom's Slice Articles
------------------------------------------------------------------------ */
.momarticles #wrapper,
.momlist #wrapper {
	background: url(../images/bkgd_article.jpg) no-repeat left;
}
.momarticles h1,
.momlist h1 {
	position: absolute;
	top: 58px;
	left: 250px;
}
.momarticles h1 {
	font-size: 34px;
	text-transform: none;
	font-weight: 700;
}
.momlist h1 {
	font-size: 25px;
	font-weight: 800;
}
.momarticles #nav,
.momlist #nav {
	float: left;
	width: 110px;
	margin: 54px 28px 0 17px;
	padding: 10px 0 0 45px;
	font-size: 10px;
	text-transform: uppercase;
}
.momlist #nav {
	/*background: url(../images/bkgd_article_arrow.jpg) 3px 5px no-repeat;*/
}
.momlist #nav h3 {
	margin-bottom: 8px;
	position: relative;
	color: #990000;
}
.momlist #nav ul {
	margin-bottom: 10px;
}
.momlist #nav li {
	line-height: 1.5;
	position: relative;
}
.momlist #nav span.arrow {
	background: url(../images/bkgd_article_arrow.jpg) 3px 5px no-repeat;
	position: absolute;
	display: block;
	height: 22px;
	width: 43px;
	top: -10px;
	left: -45px;
}
.momlist #nav a {
	color: #333;
	text-decoration: none;
}
.momlist #nav h3 a {
	color: #990000;
}
.momlist #nav a:hover,
.momlist #nav h3 a:hover {
	color: #fd0201;
}
.momlist #content #nav .backBtn a {
	display: block;
	height: 26px;
	width: 69px;
	background: url(../images/btn_articles_back.png) no-repeat;
}
.momlist #content #nav .backBtn a:hover {
	background-position: -69px 0;
}
.momarticles #article,
.momlist #article {
	float: right;
	width: 585px;
	padding-right: 10px;
}
.momarticles #article {
	height: 487px;
	margin: 117px 115px 0 50px;
}
.momlist #article {
	margin: 102px 115px 0 50px;
}
.momarticles #article #photo {
	float: left;
	width: 200px;
	margin-right: 35px;
	margin-bottom: 5px;
}
.momarticles #article #photo p.caption {
	font-size: 8px;
	color: #959595;
	margin-bottom: 0;
}
.momarticles #article p {
	font-size: 11px;
	margin-bottom: 10px;
}
.momarticles #article .lrg
.momarticles #article .lrg p,
.momlist #article .articles {
	font-size: 13px;
	line-height: 1.5;
}
.momlist #article .articles {
	clear: both;
	margin-bottom: 20px;
}
.momarticles #article p.lrg {
	margin-bottom: 15px;
}
.momlist #article .articles img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.momlist #article .articles h2 {
	margin: 0px;
	font-size: 21px;
	color: #940000;
	text-indent: 0px;
	overflow: hidden;
}
.momlist #article .articles p {
	margin-top: 10px;
	padding-right: 10px;
}
.momlist #article .articles a {
	color: #940000;
	text-decoration: none;
}
.momlist #article .articles a:hover {
	color: #fd0201;
}
.momlist #article #articleContainer {
	overflow: auto;
	height: 495px;
	position: relative;
}
#article ol li{
	list-style-type: decimal;
	margin-left: 25px;
}

/* ---------------------------------------------------------------------
Products Styles
------------------------------------------------------------------------ */
.products #wrapper {
	background: url(../images/bkgd_products.jpg) no-repeat left;
}

.products #content 
{
    background: url(../images/stuffers_overlay.png) no-repeat left;
	position: absolute;
	height:290px;
	width:960px;
	margin: 0;
}

.products #banner 
{
	float: left;
	width: 610px;
	height: 600px;
}
.products #banner img {
	margin-left: 12px;
	margin-top: 116px;
}

.products #menu 
{ 
	position: relative;
	float: right;
	width: 305px;
	left: 16px;
	margin-right: 45px;
	margin-top: 69px;
}

.products #overlay 
{
    background: url(../images/stuffers_overlay.png) no-repeat left;
	position: absolute;
	height:290px;
	width:960;
}

.products .header {
	left: 74px;
	position: absolute;
	top: 118px;
	width: 243px;
}

.products .header p {
	color: #FFF;
	line-height: 1.1;
}
.products #flavors {
	left: 1px;
	background: url(../images/bkgd_product_menu.png) no-repeat;
	padding: 20px 40px;
	line-height: 1.4;
	height: 382px;
	position: absolute;
	right: 68px;
	top: 156px;
	width: 256px;
}
.products #flavors h3 {
	font-size: 15px;
	margin-bottom: -6px;
	text-transform: uppercase;
}
.products #flavors h4 {
	color: #990000;
	font-size: 14px;
}
.products #flavors h4 sup {
	color: #990000;
	font-size: 10px;
}
.products .header h1,
.products #menu h1 {
	font-size: 26px;
	color: #FFF;
	margin-bottom: 0;
}
.products #menu #flavors p {
	line-height: 1.4
}
.products #menu #productlinks p.learnMore a {
	display: block;
	height: 8px;
	width: 99px;
	margin: 8px 0;
	background: url(/Content/Images/btn_learnmore_red.png) no-repeat;
}
.products #menu #productlinks p.learnMore a:hover {
	background: url(/Content/Images/btn_learnmore_red-hover.png);
}
.products #flavors #links h3 {
	height: 23px;
	margin-bottom: 7px;
	overflow: hidden;
}
.products #flavors p {
	margin-bottom: 4px;
	font-weight: bold;
}
.products h3#pizza {
	background: url(../images/bkgd_h3_pizza_flavors.png) no-repeat;
	position: relative;
	margin-bottom: 0px;
	text-indent: -9999px;
}
.products h3#pizzaroll {
	background: url(../images/bkgd_h3_pizza_roll_flavors.png) no-repeat;
	position: relative;
	margin-bottom: 0px;
	text-indent: -9999px;
}
.products h3#pizzastuffers {
	background: url(../images/bkgd_h3_stuffers_flavors.png) no-repeat;
	position: relative;
	margin-bottom: 0px;
	text-indent: -9999px;
}
.products #productlinks a:hover {
	color: #FD0201;
}
.products #productlinks p.instructions {
	font-size: 10px;
}
.products a#product_locator {
	background: url(../images/btn_product_locator.png) no-repeat scroll 0 0 transparent;
	top: 95px;
	display: block;
	height: 54px;
	position: absolute;
	left: 32px;
	text-indent: -9999px;
	width: 238px;
}
.products a#product_locator:hover {
	background-position: 0 -54px;
}
.products .dottedline {
	background: url(../images/dotted_line.png) no-repeat;
}
.products #frame_content {
	top: 84px;
	height: 204px;
	left: 30px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.products #gradient_top {
	background: url(../images/gradient_top.png) no-repeat scroll 0 0 transparent;
	height: 8px;
	position: absolute;
	top: 0;
	width: 237px;
	z-index: 2;
}
.products #gradient_bottom {
	background: url(../images/gradient_bottom.png) no-repeat scroll 0 0 transparent;
	bottom: 0;
	height: 8px;
	position: absolute;
	width: 237px;
	z-index: 2;
}
.products #scroll_container {
	height: 244px;
	margin: 8px 0;
	width: 250px;
	height: 204px;
	overflow: hidden;
}
.products #scroll_container h5{
	color: #333333;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 2px;
}
.products #scroll_container ol {
	color: #333333;
	font-size: 10px;
	margin-bottom: 12px;
	padding-left: 20px;
}
.products #scroll_container li {
	list-style: decimal outside none;
}
.products #scroll_container p {
	color: #666666;
	font-size: 9px;
	margin-bottom: 15px;
}
.products #btn_ins_back {
	position: absolute;
	top: 300px;
	left: 30px;
}
.products .jScrollPaneContainer{
	position: relative;
}
.products .jScrollPaneDrag {
	height: 17px !important;
	width: 9px !important;
	background: url('../images/scrollbar_handle.gif') repeat-y;
	cursor: pointer;
	position: relative;
}
.products .jScrollPaneTrack {
	height: 204px;
	width: 9px;
	background-color: #dad9d4;
	right: 0;
	position: absolute;
}

/* ---------------------------------------------------------------------
Share and Save Styles
------------------------------------------------------------------------ */
.sharemain #wrapper,
.sharesocial #wrapper,
.sharesorry #wrapper {
	background: url(../images/bkgd_share.jpg) no-repeat left;
}
.sharemain #pagehead,
.sharesocial #pagehead,
.sharesorry #pagehead {
	position: absolute;
	top: 53px;
	left: 168px;
	width: 300px;
	height: 60px;
	line-height: 1.2;
}
.sharemain #pagehead h1,
.sharesocial #pagehead h1,
.sharesorry #pagehead h1 {
	font-size: 25px;
	color: #FFF;
	margin-bottom: 0;
}
.sharemain #coupon1,
.sharesocial #coupon1 {
	position: absolute;
	background: url(../images/bkgd_share_coupon1.png) no-repeat;
	top: 156px;
	left: 141px;
	width: 353px;
	height: 248px;
}
.sharemain #coupon1 a.btn,
.sharesocial #coupon1 a.btn {
	display: block;
	position: absolute;
	top: 15px;
	left: 25px;
	height: 220px;
	width: 325px;
	z-index: 999;
	background: url(../images/btn_share-save.png) no-repeat 134px 166px;
	text-indent: -9999px;
	overflow: hidden;
}
.sharemain #coupon1 a.btn:hover,
.sharesocial #coupon1 a.btn:hover {
	background: url(../images/btn_share-save.png) no-repeat 134px -34px;
}
.sharemain #coupon2 {
	position: absolute;
	background: url(../images/bkgd_share_coupon2.png) no-repeat;
	top: 154px;
	left: 337px;
	width: 350px;
	height: 300px;
	z-index: 100;
}
.sharemain #coupon2 a.btn {
	display: block;
	position: absolute;
	top: 10px;
	left: -115px;
	height: 230px;
	width: 335px;
	z-index: 999;
	background: url(../images/btn_print-coupon.png) no-repeat 171px 180px;
	text-indent: -9999px;
	overflow: hidden;
}
.sharemain #coupon2 a.btn:hover {
	background: url(../images/btn_print-coupon.png) no-repeat 171px -70px;
}
.sharesocial #social {
	/*background: url(../images/bkgd_share_social.png) no-repeat;*/
	position: absolute;
	border: 5px solid #336699;
	background-color: #fff;
	top: 82px;
	left: 578px;
	width: 315px;
	padding: 10px;
}
.sharesocial #sharemessagebox {
	display: none;
	position: absolute;
	border: 3px solid #c00;
	background-color: #fff;
	top: 82px;
	left: 598px;
	width: 330px;
	height: 400px;
	z-index: 50;	
}
.sharesocial #sharemessagebox .closebar {
	background-color: #c00;
	text-align: right;
}
.sharesocial #sharemessagebox #errorsharemessage,
.sharesocial #sharemessagebox #successsharemessage {
	text-align: center;
	padding: 160px 65px;
	font-weight: bold;
}
.sharesocial #sharemessagebox #sharemessage,
.sharesocial #sharemessagebox #successmessage {
	font-weight: bold;
	color: #000;
}
.sharesocial #sharemessagebox #sharesuccesstitle {
	font-weight: bold;
	color: #980000;
	text-decoration: underline;
}
.sharesocial #sharemessagebox a {
	color: #980000;
	text-decoration: underline;
}
.sharesocial #sharemessage {
	padding: 10px;
}
#sharemessage.success {
	font-size: 14px;
	color: Green;   
}
.sharesocial #btn_back {
	position: absolute;
	bottom: -17px;
	left: 26px;
	width: 179px;
	height: 27px;
}
.sharesocial #btn_share {
	position: absolute;
	bottom: -17px;
	left: 229px;
	width: 70px;
	height: 27px;
}
.sharesocial #social {
	padding: 5px;
}
body.moms_slice #nav_main li a#nav_moms,
body.facebook #nav_main li a#nav_facebook,
body.products #nav_main li a#nav_products,
body.sharemain #nav_main li a#nav_share,
body.sharesocial #nav_main li a#nav_share,
body.sharesorry #nav_main li a#nav_share,
body.tvadds #nav_main li a#nav_tvadds,
body.box_tops #nav_main li a#nav_boxtops,
body.history #nav_main li a#nav_history {
	background-position: 0 -82px;
}
body.sharemain #social,
body.sharemain #sharemessage,
body.sharemain #coupon1,
body.sharemain #coupon2,
body.sharemain #sticker1,
body.sharemain #sticker2,
body.sharemain #or {
	display: none;
}
body.sharesocial #coupon2 {
	display: none;
}
body.sharemain #content div.one #coupon1,
body.sharemain #content div.two #coupon2,
body.sharemain #content div.one #sticker1,
body.sharemain #content div.two #sticker1,
body.sharemain #content div.one.two #or,
body.sharemain #content div.one.two #sticker1,
body.sharemain #content div.one.two #sticker2,
body.sharesocial #content div.one.two #sticker1,
body.sharesocial #content div.one #sticker1,
body.sharesocial #content div.two #sticker1 {
	display: block;
}
body.sharemain #content #sticker2 {
	z-index: 100;
}
#social #contact td {
	vertical-align: top;
	text-align: right;
}
#social input,
#social textarea {
	width: 80%;
}
#statusShare.success {
	color: Green;   
}
#contact td {
	vertical-align: top;
	padding: 0;
}
#social a {
	color: #900;
}
#contact label {
	font-weight: bold;
	display: block;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	white-space: nowrap;
}
#contact {
	width: 315px;
	border-collapse: collapse;
}
#contact input,
#contact textarea {
	width: 180px;
}	
#contact textarea {
	height: 50px;
}
.sharesorry #sorry {
	position: absolute;
	background: url(../images/bkgd_share_sorry.png) no-repeat;
	top: 130px;
	left: 330px;
	width: 451px;
	height: 386px;
	text-indent: -9999px;
	overflow: hidden;
}
.sharemain #btn_print {
	position: absolute;
	top: 194px;
	left: 53px;
	width: 179px;
	height: 27px;
}
.sharemain #or {
	position: absolute;
	background: url(../images/bkgd_h3_or.png) no-repeat;
	top: 241px;
	left: 505px;
	width: 28px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
}
.sharemain #sticker1,
.sharesocial #sticker1 {
	position: absolute;
	/* background: url(../images/sticker_pizza.png) no-repeat; */
	top: 332px;
	left: 359px;
	width: 180px;
	height: 150px;
}
.sharemain #sticker2 {
	position: absolute;
	background: url(../images/sticker_pizzaroll.png) no-repeat;
	top: 65px;
	left: 554px;
	width: 180px;
	height: 150px;
}
.sharemain #double_tops_logo {
    position: absolute;
    background: url(../images/double_box_tops_logo.png) no-repeat;
    top: 435px;
    left: 690px;
    width: 173px;
    height: 96px;
}
.sharesorry #sticker1 {
	position: absolute;
	background: url(../images/sticker_pizza3.png) no-repeat;
	top: 389px;
	left: 670px;
	width: 180px;
	height: 150px;
}
.sharesorry #sticker2 {
	position: absolute;
	background: url(../images/sticker_pizzaroll2.png) no-repeat;
	top: 137px;
	left: 246px;
	width: 180px;
	height: 150px;
}

/* -----------------------------------------------------------
IE6 Upgrade Message
-------------------------------------------------------------- */
#ie6_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #730303;
	filter: alpha(opacity=78);
	opacity: .78;
}
#ie6_message {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -309px;
	margin-top: -180px;
	width: 619px;
	height: 361px;
	background: url(../images/ie6_error_bg.jpg) no-repeat;
}
#ie6_message img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
#ie6_message a {
	position: absolute;
	z-index: 2;
	display: block;	
	height: 130px;
	top: 175px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #0ff;
	filter: alpha(opacity=0);
	opacity: 0;
}
#upgrade_ie6 {
	left: 68px;
	width: 124px;
}
#upgrade_chrome {
	left: 201px;
	width: 108px;
}
#upgrade_firefox {
	left: 337px;
	width: 89px;
}
#upgrade_safari {
	left: 468px; 
	width: 75px;
}
a#dont_upgrade {
	left: 291px;
	top: 312px;
	width: 290px;
	height: 34px;
}

/* ----------------------------------------------------------------------
THANK YOU PAGE STYLES
------------------------------------------------------------------------- */
.thank-you {
	margin-top: 20px;
	background: #980f0f !important;
}
.thank-you #wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	display: block;
	background: url(../images/thankyou_bg.jpg) no-repeat;
}
.thank-you p {
	display: none;
}
.thank-you a#logo {
	position: absolute;
	display: block;
	background: transparent url(../images/large_logo.png) no-repeat;
	border: none;
	top: 31px;
	left: 89px;
	height: 113px;
	width: 204px;
	text-indent: -9999px;
	overflow: hidden;
}
.thank-you a#return-button {
	position: absolute;
	display: block;
	background: transparent url(../images/thankyou_return_button.png) no-repeat;
	border: none;
	left: 569px;
	top: 223px;
	height: 39px;
	width: 262px;
	text-indent: -9999px;
	overflow: hidden;
}

/* ----------------------------------------------------------------------
	 ADMIN STYLES
------------------------------------------------------------------------- */
body.admin {
	background: #fff !important;
}
.admin * {
	font-size: 15px;
}
.admin .nav {
	background: #900;
	color: #fff;
	width: 960px;
	height: 18px;
	display: block;
}
.admin .nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 18px;
}
.admin .nav a:hover {
	color: #099;
}
.admin #content table th {
	background: #900;
	color: #fff;
}
.admin #content table tbody tr: nth-child(even) {
	background: #dedede;
}
.admin td a {
	color: #900;
}
.admin td a:hover {
	color: #099;
}
.admin li {
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.admin li: nth-child(even) {
	background: #dedede;
}

