/* @group Global */

* html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	text-align: center;
	min-width: 1000px;
	font: 12px/16px Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF url('images/background2.jpg') no-repeat top center;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#page #santa {
	position: absolute;
	left: 670px;
	top: 0px;
	width: 311px;
	height: 304px;
	z-index: 1;
}

#header {
	width: 100%;
	height: 219px;
	text-align: center;
	margin: 0 auto;
}

#top {
	position: relative;
	width: 1000px;
	height: 157px;
	text-align: left;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 347px;
	height: 81px;
	margin-top: 70px;
	margin-left: 45px;
	text-align: left;
}

#nav {
	position: relative;
	width: 1000px;
	height: 62px;
	text-align: center;
	margin: 0 auto;
	background: url('images/bgNav.gif') no-repeat top center;
}

#nav #links{
	position: absolute;
	left: 45px;
	top: 22px;
	width: 1000px;
	height: 23px;
	text-align: left;
	margin: 0 auto;
}


#content_wrapper {
	width: 100%;
	text-align: center;
	background: url('images/bg_content.png') repeat-y top center;
	min-height: 554px;
	height: auto !important;
	height: 554px;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#content p {
	text-align: left;
	margin: 10px 0;
}

#footer {
	width: 100%;
	height: 52px;
	background: url('images/bg_content_bottom.png') no-repeat top center;
}

#footer p {
	text-align: right;
	color: #ffffff;
	margin: 0 auto;
	padding: 20px 35px 0 0;
}


/* @end */

/* @group Home */

#content #main {
	position: relative;
	width: 620px;
	text-align: left;
	padding: 20px 5px 40px 55px;
	min-height: 920px;
	height: auto !important;
	height: 920px;
}

#content #sub {
	position: relative;
	width: 560px;
	text-align: left;
	padding: 0 50px 20px 15px;
}

#main h1 {
	font: 14px/17px Arial, Helvetica, Verdana, Sans-Serif;
	color: #ad0e14;
	margin: 0 auto;
	font-weight: bold;
	text-align: left;
}

#main h1.centered {
	font: 14px/17px Arial, Helvetica, Verdana, Sans-Serif;
	color: #ad0e14;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

#main h2 {
	font: 20px/24px Arial, Helvetica, Verdana, Sans-Serif;
	color: #077b1d;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
}

#main #letter {
	font: 12px/16px Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	width: 520px;
	margin: 0 auto;
	font-weight: normal;
	text-align: left;
	background: url('images/bg_publix_letter.gif') repeat-y top center;
}

#letter p {
	font: 12px/16px Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	margin: 0 auto;
	font-weight: normal;
	text-align: left;
	padding: 20px 20px 0 20px;
}

#main #letterbottom {
	width: 520px;
	margin: 0 auto;
	height: 25px;
	
}

#main span.red {
	color: #ad0e14;
	font-weight: normal;
}


#homecallout {
	position: relative;
	width: 620px;
	height: 500px;
	top: 40px;
	left: 0px;
}

#homecalloutimage  {
	float: left;
	width: 289px;
	margin-right: 10px;
}

#homecallouttext  {
	float: left;
	width: 290px;
	text-align: left;
}

#sub #videoicon {
	position: absolute;
	width: 208px;
	32px;
	top: 0px;
	left: 345px;
}

#content #callouts {
	position: absolute;
	width: 225px;
	top: 85px;
	left: 705px;
}

#callouts p {
	text-align: left;
	font: 11px/14px Arial, Helvetica, Verdana, Sans-Serif;
	margin: 0 0 10px 10px;
}

#callouts p.right {
	text-align: right;
	font: 11px/14px Arial, Helvetica, Verdana, Sans-Serif;
	margin: 0 5px 10px 0;
}

/* @end */


img {
    border: none;
}

img.centered {
    border: none;
		text-align: center;
}

img.rightimg {
    border: none;
		margin: 2px 0 5px 8px;
}

img.previous {
    border: none;
		padding-right: 20px;
}

.textinput {
	width: 140px;
	margin-bottom: 5px;
}

.button {
	float: right;
	margin-top: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small {
    font-size: 10px;
    line-height: 1.5em;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
    }

a img {
    border: none;
}

li {
	margin-bottom: 4px;
}

	
/* IE6 png fix */

img, div, a, { behavior: url(iepngfix.htc); }

/* @end */

/* @group Link Styles */

a { text-decoration: underline; color: #5d803b; }
a:visited { text-decoration: underline; color: #5d803b;}
a:active { text-decoration: underline; color: #5d803b;}
a:link { text-decoration: underline; color: #5d803b;}
a:hover { text-decoration: none; color: #5d803b;}

a.footer { text-decoration: none; color: #FFFFFF; }
a.footer:visited { text-decoration: none; color: #FFFFFF;}
a.footer:active { text-decoration: none; color: #FFFFFF;}
a.footer:link { text-decoration: none; color: #FFFFFF;}
a.footer:hover { text-decoration: underline; color: #FFFFFF;}

/* @end */

/* @group Form Styles */

.form-section {margin-top: 30px;}
.form-section div.input { margin-bottom:20px; margin-top: 20px; }
.form-section div.input.text label { float:left; width:130px; text-align:right; margin: 3px 10px 0 0; }
.form-section div.input.text input { width:250px;}
 { margin-left:160px; width:250px; margin-top:10px;}
.form-section div.input.select label { float:left; width:130px; text-align:right; margin: 3px 10px 0 0; }
.form-section div.input.select select { margin-top:3px; }
.form-section div.input textarea { padding:3px; width:250px;}
.form-section .input-rule { width: 250px; color:#999; margin-left:140px; margin-top:5px; }
.form-section .input-error { width: 250px; margin-left:140px; color:#ffad0f; }
.form-section #confirm { margin-left: 140px; width:260px;}
.form-section #submit { margin: 20px 0 30px 140px;}


