html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #333333;
	background: url(../images/main_background.jpg) top left no-repeat;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #333333;
	width: 1009px;
}

p { margin: .75em 0 .75em 0; }

a { 
	color: #333333; 	
	text-decoration: underline;
	outline: none; 
}
a:hover { 
	color: #aac31f; 
	text-decoration: underline;
}
a:focus { 
	outline: none; 
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

.siteMap {
	color: #333333;
}

.siteMap ul {
	list-style: none;
	margin: 0 0 7px 2em;
	padding: 0;
}

.siteMap li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul { 
	color: #333333;
	margin: 0;
	padding: 0;
}
li { 
	color: #333333; 
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}

hr {
	width: auto;
	margin: 10px 0 13px -13px;
	padding: 0;
	color: #d1d1d1;
	height: 1px;
	border: 0;
	text-align: left;
}
h1 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 125%;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #aac31f;
	margin: 0 0 0 0;
	padding-top: 12px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.noPrint {}
.printOnly { display: none; }

/* ------------------------------------------------------------------------------- */
#header {
	width: 898px;
	display: block;
	margin: 0 0 0 44px;
}

/* ------------------------------------------------------------------------------- */
#breadcrumb {
	position: relative;
	height: 22px;
	padding: 0;
	margin: 0;
	font-size: 75%;
	line-height: 15px;
	font-weight: bold;
	float: right;
	text-align: right;
	background: #fff url(../images/breadcrumb_fill.gif) top right repeat-x;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #aac31f;
}
#breadcrumb .right {
	padding: 0;
}
#breadcrumb .main {
	padding: 0;
}
#breadcrumb .left {
	padding: 0;
}

/* ------------------------------------------------------------------------------- */
#section {
	display: block;
	height: 87px;
	padding: 0 0 38px 0;
	margin: -3px 0 0 0;
	float: left;
}

/* ------------------------------------------------------------------------------- */
#mainNav {
	display: block;
	float: left;
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	position: relative;
	width: 171px; 
	height: 100%;
	min-height: 100%;
	padding: 33px 0 0 0;
	margin: 0 22px 0 0;
	text-align: right;
	color: #333333;
	list-style-type: none;
	list-style-position: inside;
}
#mainNavButtons ul {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#mainNavButtons li {
	color: #333333;
	border-left: none;
	display: block;
	padding: 0;
	margin: 8px 0 8px 0;
	list-style-type: none;
}
#mainNavButtons li a:link, #mainNavButtons li a:visited { 
	color: #333333;
	border-left: none;
	text-decoration: none;
	padding-left: 6px;
}
#mainNavButtons li a:hover {
	border-left: 4px solid #aac31f;
	color: #333333;
}   /* mouse over link */

/* ------------------------------------------------------------------------------- */
.secondaryNav ul {
	display: block;
	margin: 0;
	padding: 0;
	display: none;
}
.secondaryNav li {
	text-align: left;
	list-style-type: none;
	padding: 6px 6px 6px 13px;
	margin: 0;
	font-weight: normal;
	width: 100px;
}
.secondaryNav li a:link, .secondaryNav li a:visited {
	text-decoration: none;
}
.secondaryNav li a:hover {
	color: #aac31f;
}
/* ------------------------------------------------------------------------------- */
#mainContent, #mainContentLanding, #mainContentInterior, #mainContentFullWidth {
	display: block; 
	float: left;
	width: 747px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
#mainContent {
	background: transparent url(../images/mainContentBkgd.gif) top left repeat-y;
}
#mainContentLanding {
	background: transparent url(../images/mainContentBkgdLanding.gif) top left repeat-y;
}
#mainContentInterior {
	background: transparent url(../images/mainContentBkgdInterior.gif) top left repeat-y;
}
#mainContentInteriorFull {
	background: transparent url(../images/mainContentBkgdInteriorFull.gif) top left repeat-y;
}
/* ------------------------------------------------------------------------------- */
#hero, #heroLanding {
	display: inline; 
	background: #eee url(../images/hero_background.jpg) top left no-repeat;
	float: left;
	width: 747px;
	height: 310px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #d1d1d1;
}
#heroLanding {
	background: #e2e2e2 url(../images/heroLandingBackground.jpg) top left no-repeat;
	width: 500px;
}
#photo, #photoLanding {
	display: inline;
	float: left;
	margin: 17px 25px 0 23px;
	width: 440px;
	height: 275px;
}
#photoLanding {
	width: 227px;
	height: 275px;
}
#heroCopy, #heroCopyLanding, #storyCopy, #storyCopyFullWidth {
	font-size: 120%;
	line-height: 170%;
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	padding: 12px 0 0 0;
	width: 235px;
	max-height: 240px;
	height: 240px;
	overflow: hidden;
}
#heroCopyLanding {
	width: 215px;
}
#storyCopy, #storyCopyFullWidth {
	float: left;
	width: 450px;
	overflow: visible;
	max-height: 100%;
	height: 100%;
	font-size: 120%;
	line-height: 135%;
	padding: 4px 0 0 0;
	margin: 10px 0 10px 0;
	display: block;
}

#storyCopyFullWidth {
	width: 685px;
}

#storyCopy img, , #storyCopyFullWidth img {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
}

#storyCopy ul, #storyCopyFullWidth ul { 
	padding: 0;
	margin: 20px 20px 10px 20px;
}

#storyCopy li, #storyCopyFullWidth li { 
	color: #333333; 
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}

#column3Interior h1 {
	color: #8c8c8c;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 2px 0;
	padding-bottom: 10px;
	padding-top: 6px;
}
/* ------------------------------------------------------------------------------- */
#story {
	display: block;
	float: left;
	width: 450px;
	margin: 0;
	padding: 6px 25px 0 23px;
}

h4 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #aac31f;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

h5 {
	font-size: 110%;
	line-height: 110%;
	margin: 15px 0 15px 0;
	font-weight: bold;
	color: #333333;
	float: left;
	display: block;
}

.subhead {
	font-size: 100%;
	line-height: 100%;
	margin: .75em 0 20px 0;
	font-weight: bold;
	color: #333333;
	float: left;
	display: inline;
}
.subhead a {
	text-decoration: none;
}
.att1, .att2 {
	float: right;
	display: inline;
	position: relative;
	text-align: right;
	font-size: 90%;
	line-height: 100%;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	padding: 8px 0 0 13px;
	margin-top: -1px;
}
.att2 {
	border-left: 1px solid #d1d1d1;
	margin-left: 13px;
}

/* ------------------------------------------------------------------------------- */
#baskets {
	width: 460px;
	display: block;
	position: relative;
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}
/* ------------------------------------------------------------------------------- */
#basketButtons {
	margin: 13px 0 0 11px;
	display: inline;
	float: left;
	position: relative;
	padding: 0;
}

#basketButtons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#basketButtons li {
	display: inline;
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 2px 0 0;
}

/* ------------------------------------------------------------------------------- */
#tab1, #tab2, #tab3 {
	display: inline;
	float: left;
	position: relative;
	height: 27px;
	max-height: 27px;
	margin: 0;
	padding: 0;
	border-width: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#tab1 a, #tab2 a, #tab3 a {
	width: 100px;
	height: 23px;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	border-width: 0;
	padding-top: 4px;
	overflow: hidden;
	background: url(../images/basket1.gif) top left no-repeat;
	outline: none;
	text-decoration: none;
	color: #ffffff;
}
#tab2 a {
	width: 96px;
	background: url(../images/basket2.gif) top left no-repeat;
}
#tab3 a {
	width: 99px;
	background: url(../images/basket3.gif) top left no-repeat;
}
#tab1 a:hover, #tab2 a:hover, #tab3 a:hover {
	background-position: 0 -27px;
	border-width: 0;
	outline: none;
}

/* ------------------------------------------------------------------------------- */
#bottomBasket1, #bottomBasket2, #bottomBasket3 {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 3px 0 12px;
}
#bottomBasket2, #bottomBasket3 {
	display: none;
}
#bottomBasket1 ul, #bottomBasket2 ul, #bottomBasket3 ul {
	margin: 0;
	padding: 0;
}
#bottomBasket1 li, #bottomBasket2 li, #bottomBasket3 li {
	margin: 0;
	padding: 0 0 6px 0;
	list-style: disc url(../images/mrBullet.gif) inside;
}
#bottomBasket1 a, #bottomBasket2 a, #bottomBasket3 a {
	color: #333333;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}
#bottomBasket1 a:hover, #bottomBasket2 a:hover, #bottomBasket3 a:hover {
	color: #aac31f;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}

#bottomBasket1 img, #bottomBasket2 img, #bottomBasket3 img {
	margin: 0;
	padding: 3px 6px 6px 0;
}

/* ------------------------------------------------------------------------------- */
#column2 {
	width: 146px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 13px 0 13px;
	border-top: 13px solid #fff;
}
#column2 h2 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 120%;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #aac31f;
	margin: 0 0 10px 0;
	padding: 0;
}
#column2 a {
	color: #333333;
	outline: none;
	text-decoration: underline;
	font-weight: bold;
}

#column2 a:hover { 
	color: #aac31f; 
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------- */
#column3, #column3Landing, #column3Interior {
	width: 235px;
	display: inline;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 13px solid #fff;
	border-left: 13px none transparent;
	list-style-position: outside;
	list-style-type: disc;
}
#column3Landing, #column3Interior {
	border-top: none;
}
#column3Interior {
	width: 209px;
	margin: 20px 21px 0 18px;
}
#column3 .greyBoxHome1, #column3Landing .greyBox1, #column3Landing .greenBox1 {
	margin: 12px 0 0 12px;
	height: 29px;
	min-height: 29px;
	background: transparent url(../images/whiteSpecialTop.gif) top left no-repeat;
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 11px 0 0 12px;
}
#column3Landing .greyBox1, #column3Landing .greenBox1 {
	background: transparent url(../images/greySpecialTop.gif) top left no-repeat;
}
#column3Landing .greenBox1 {
	background: transparent url(../images/greenSpecialTop.gif) top left no-repeat;
	color: #333333;
}
#column3 .greyBoxHome2, #column3Landing .greyBox2, #column3Landing .greenBox2 {
	margin: 0 0 0 12px;
	background: transparent url(../images/whiteSpecialfiller.gif) top left repeat-y;
	height: auto;
	color: #333333;
	padding: 6px 29px 0 13px;
	line-height: 170%;
}
#column3Landing .greyBox2 {
	background: transparent url(../images/greySpecialfiller.gif) top left repeat-y;
}
#column3Landing .greenBox2 {
	background: transparent url(../images/greenSpecialFiller.gif) top left repeat-y;
	color: #fff;
}
#column3 .greyBoxHome3, #column3Landing .greyBox3, #column3Landing .greenBox3 {
	margin: 0 0 0 12px;
	background: transparent url(../images/whiteSpecialCap.gif) top left no-repeat;
	height: 16px;
	min-height: 16px;
}
#column3Landing .greyBox3 {
	background: transparent url(../images/greySpecialCap.gif) top left no-repeat;
}
#column3Landing .greenBox3 {
	background: transparent url(../images/greenSpecialCap.gif) top left no-repeat;
}
#column3 h3, #column3Landing h3, #column3Interior h3 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 100%;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 0 13px;
	padding: 11px 0 0 0;
}

#column3 a, #column3Landing a, #column3Interior a {
	font-weight: bold;
	color: #333333;
	outline: none;
	text-decoration: underline;
}

#column3 a:hover, #column3Landing a:hover, #column3Interior a:hover {
	color: #aac31f;
}
#column3Landing ul, #column3Interior ul, #column3 ul {
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: square;
}
#column3Landing li, #column3Interior li, #column3 li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* ------------------------------------------------------------------------------- */
#footer {
	position: relative;
	float: left;
	width: 747px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 75%;
	line-height: 100%;
	color: #333333;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	display: inline;
}
#footer ul {
	padding: 0;
	display: inline;
	list-style-type: none;
	margin: 0;
}
#footer li {
	display: inline;
	color: #333333;
	margin: 0;
	padding-right: 12px;
	list-style: none;
}
#footer li a:link, #footer li a:visited { 
	color: #333333;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#footer li a:hover {
	color: #aac31f;
}   /* mouse over link */
/* ------------------------------------------------------------------------------- */
#popUp {
	position: relative;
	float: left;
	width: 450px;
	margin: 15px 10px;
	padding: 0;
	font-size: 100%;
	line-height: 110%;
	color: #333333;
	text-align: left;
}

