@charset "utf-8";
/*
Copyright (c) 2009, America's Milk Processors. All rights reserved.
Code licensed under the BSD License:
http://[DOMAIN]/css/license.txt

Author:            Draftfcb Chicago
Development:       scott.boyce@draftfcb.com
*/

/*
[struct]        page structure (wrapper, templates, etc.)
[links]         default link treatments
[copy]          default copy treatments
[extras]        extra effects and utility classes
[htmlpages]     styles for the html coupon pages and noflash
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* [struct] */

body,
html {
    background:#fff;
    color:#222;
    height:100%;
    margin:0;
    padding:0;
    text-align:left;
    width:100%;
}

#flashContainer
{
	width:100%;
	height: 100%;
}

/* [links] */

/* default link styles */

:focus {
    -moz-outline-style:none;
}
a,
a:link {
    background:none;
    color:#33c;
    text-decoration:underline;
}
a:visited {
    background:none;
    color:#333;
    text-decoration:underline;
}
a:hover {
    background:none;
    color:#00f;
    text-decoration:underline;
}
a:focus {
    background:none;
    color:#00f;
    outline:none;
    text-decoration:underline;
}
a:active {
    background:none;
    color:#c33;
    outline:none;
    text-decoration:underline;
}

/* [copy] */

p {
    line-height:1.231;
    margin:0 0 1.231em 0;
    padding:0;
}
a,
a abbr,
a dfn {
    cursor:pointer;
}
img,
a img {
    border:none;
}

/* [htmlpages] */

#alternate h1 {
  position: absolute;
  top: -999px;
  left: -999px;
}

#alternate h2,
#alternate h4 {
  font-size: 167%;     /* 22px */
  line-height: 1.2273; /* 36px */
  color: #C03442;
}

#alternate {
  position: relative;
  background: url(../media/img/bg_ggg.jpg) no-repeat center 20px;
  width: 631px;
  height: 361px;
  margin: 0 auto;
  padding: 20px 10px;
}

#alternate.home-noflash { background: url(../media/img/bg_noflash.jpg) no-repeat center 20px; }

#alternate #content {
  position: absolute;
  padding: 15px 15px 0 0;
}

#alternate #content p {
  font-size: 116%;     /* 15px */
  line-height: 1.2;    /* 18px */
}

#alternate a, #alternate a:link {
  color: #C03442;
  text-decoration: underline;
  background: none;
}

#alternate a:visited {
  color: #C03442;
  text-decoration: underline;
  background: none;
}

#alternate a:hover {
  color: #C03442;
  text-decoration: none;
  background: none;
}

#alternate a:focus {
  color: #C03442;
  text-decoration: underline;
  background: none;
  outline: none;
}

#alternate a:active, #alternate a.active {
  color: #C03442;
  text-decoration: none;
  background: none;
  outline: none;
}

#alternate #legal-footer {
  font-size: 77%;
  line-height: 1.2;
  background: #E9E9E9;
  border: 1px solid #444;
  margin-top: 400px;
  padding: 10px;
}

#alternate.home-noflash #legal-footer { margin-top: 450px; }

#noflash
{
	position: relative;
	float: left;
	width: 480px;
	height: 564px;
	background: #8f8f8f;
}

#noflash_header
{
	position: relative;
	float: left;
	width: 100%;
	background: #7e3267;
}

#noflash_content
{
	position: relative;
	clear: both;
	width: 478px;
	height: 527px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#noflash_section1
{
	position: relative;
	float: left;
	width: 160px;
	height: 215px;
	background: #91b706;
}

#noflash_section2
{
	position: relative;
	float: left;
	width: 159px;
	height: 215px;
	background: #f4921e;
}

#noflash_section3
{
	position: relative;
	float: left;
	width: 159px;
	height: 215px;
	background: #f4921e;
}

#noflash_sectionRefresh
{
	position: relative;
	float: left;
	width: 480px;
	margin-top: 20px;
}

#noflash_section1 .noflash_sectiontext p, #noflash_section2 .noflash_sectiontext p
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 10px 12px 10px;
	color: #ffffff;
}

#noflash_rules
{
	position: relative;
	float: left;
	padding: 17px;
}

#noflash_rules p
{
	color: #b0b0b0;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#noflash_error
{
	position: relative;
	float: left;
	padding: 17px;
	padding-bottom: 0;
}

#noflash_error p
{
	margin: 0;
	color: #929292;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#noflash_error a
{
	text-decoration: underline;
	color: #d71f27;
}

#promo-over {
	padding-bottom: 20px;
}

#promo-over_topband {
	background-color: #7E3267;
}

#promo-over_header {
	width: 225px;
	margin: 0 auto;
	height: 36px;
}

#promo-over_content {
	width: 225px;
	margin: 0 auto;
	clear: both;
}

#promo-over_imgHeader img {
	margin: 0;
	padding: 0;
	display: block;
}

#promo-over_orangebox {
	height: 101px;
	background-color: #F4921E;
	margin: 0;
	padding: 0;

}

#promo-over_orangebox p {
	font-size: 11px;
	color: #fff;
	padding: 7px 7px 0 7px;
}

#promo-over_orangebox a {
	color: #fff;
}

#promo-over_social { 
	background: url(../img/promoover/bkdSocial.jpg) no-repeat 0 0;
	height: 47px;
	margin-top: 10px;
}

#promo-over_social p { 
	font-size: 12px;
	color: #F4921E;
	padding: 8px 15px 0 15px;
}

#promo-over_social a.twitter { 
	color: #47C4E1;
}

#promo-over_social a.facebook { 
	color: #4B72A7;
}

#promo-over_legal p { 
	font-size: 9px;
	color: #A2A1A1;
	padding: 10px 28px 0 10px;
}

.clear
{
	clear: both;
}

.floatLeft
{
	position: relative;
	float: left;
}

.floatRight
{
	position: relative;
	float: right;
}

.purple
{
	color: #7e3267;
}

.displayNone
{
	display: none;
}
