@font-face {
	font-family:'optimus';
	src: url('fonts/optimus.eot');
	src: url('fonts/optimus.eot?#iefix') format('embedded-opentype'),
			 url('fonts/optimus.woff') format('woff'),
			 url('fonts/optimus.ttf') format('truetype'),
			 url('fonts/optimus.svg#OptimusRg') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

img,fieldset {
	border:none;
}

hr {
	display:none;
}

body {
	padding:32px 0;
	text-align:center; /* center #pageWrapper IE 5.x */
	font:normal 94%/140% arial,helvetica,sans-serif;
	background:#883 url(images/bodyBackground.jpg) top center;
}

#pageWrapper {
	width:752px;
	margin:0 auto;
	padding-top:40px;
	text-align:left;
	background:#F0F2F4;
	border:1px solid #442;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:4px 4px 4px #CC8, -4px -4px 4px #552;
	-webkit-box-shadow:4px 4px 4px #CC8, -4px -4px 4px #552;
	box-shadow:4px 4px 4px #CC8, -4px -4px 4px #552;
}

h1 {
	padding:24px 16px 10px;
	text-transform:uppercase;
	font:bold 48px/48px optimus,times,serif;
	vertical-align:top;
}
h1 span {
	font:bold 64px/64px optimus,times,serif;
	vertical-align:top;
}

h1,
.calltoAction a {
	background:#626 url(images/headerFooterBackground.jpg) top center;
	border:solid #000;
	border-width:1px 0;
	box-shadow:inset 4px 0 8px #313,inset -4px 0 8px #313;
	
}

.calltoAction a,
.topFlyer {
	text-align:center;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 19px/28px arial,helvetica,sans-serif;
}

h1, h1 a,
.calltoAction a,
.topFlyer {
	color:#CD4;
	text-shadow:2px 0 3px #000,-2px 0 3px #000;
}

.callToAction a:active,
.callToAction a:focus,
.callToAction a:hover,
.topFlyer:active,
.topFlyer:focus,
.topFlyer:hover {
	color:#FFF;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	color:#FFF;
}

.calltoAction a:hover {
	color:#F7A;
}

#mainMenu {
	list-style:none;
	text-align:center;
	margin-top:-128px;
	padding-bottom:10px;
	font:normal 14px/18px optimus,times,serif;}

#mainMenu li {
	display:inline;
	padding:0 8px;
}

#mainMenu a {
	display:inline-block;
	text-decoration:none;
	color:#672;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	color:#F7A;
}

.topFlyer {
	float:right;
	display:inline; /* prevent IE margin bugs */
	margin:0 8px 0 540px;
	padding:8px 72px 8px 0; 
	background:url(images/topFlyerThumb.jpg) center right no-repeat;
}

#content {
	clear:both;
	background:#FFF;
	padding:24px 24px 0;
}

#content h2 {
	padding-bottom:0.4em;
	font:bold 203%/120% optimus,times,serifserif;
	color:#F7A;
}

#content p {
	padding-bottom:1em;
}

.flyers {
	list-style:none;
	overflow:hidden;
	width:100%;
	padding-bottom:24px;
	font:normal 100%/120% optimus,times,serif;
	background:#FFF;
}

.flyers li {
	float:left;
	display:inline; /* prevent IE margin doubling */
	margin-left:37px;
	width:202px;
	text-align:center;
}

.flyers img {
	display:block;
	border:1px solid #000;
}


.flyers a {
	text-decoration:none;
	color:#561;
}

.flyers a:active,
.flyers a:focus,
.flyers a:hover {
	color:#E69;
}

.flyers a:active img,
.flyers a:focus img,
.flyers a:hover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

a.cataloglink {
	text-decoration:underline;
	color:#561;
}

a.cataloglink:hover {
	color: #E69;
}

p.notice {
	padding:0.5em 0 2em;
	text-align:center;
	font:bold 120%/130% arial,helvetica,sans-serif;
	color:#626;
}

p.notice span {
	white-space:nowrap;
}

.calltoAction a {
	display:block;
	padding:16px;
}

.calltoAction a b {
	color:#FFF;
}

#footer {
	text-align:center;
	padding:11px 0;
	font:normal 14px/18px optimus,times,serif;
}

div.cataloglist a {
	padding-right: 45px;
}

div.cataloglist a.thirdimg {
	padding-right: 0px;
}

div.cataloglist {
	width: 100%;
}

div.cataloglist img {
	margin-bottom: 20px;
	border: 1px solid black;
}

div.cataloglist a:hover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div.onexlist a {
	padding-left: 100px;
}

div.onexlist a.thirdimg {
	padding-right: 0px;
}

div.onexlist {
	width: 100%;
}

div.onexlist img {
	margin-bottom: 20px;
	border: 1px solid black;
}

div.onexlist a:hover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.flyerswatch {
	list-style:none;
	overflow:hidden;
	width:100%;
	padding-bottom:24px;
	font:normal 100%/120% optimus,times,serif;
	background:#FFF;
}

.flyerswatch li {
	float:left;
	display:inline; /* prevent IE margin doubling */
	margin-left:16px;
	width:200px;
	text-align:center;
	margin-right: 18px;
	margin-top: 20px;
}

.flyerswatch li.titletwo {
	float:left;
	display:inline; /* prevent IE margin doubling */
	margin-left:132px;
	width:200px;
	text-align:center;
	margin-right: 18px;
	margin-top: 20px;
}

.flyerswatch li.titlethree {
	float:left;
	display:inline; /* prevent IE margin doubling */
	margin-left:16px;
	width:200px;
	text-align:center;
	margin-right: 18px;
	margin-top: 20px;
}

.flyerswatch img {
	display:block;
	border:1px solid #000;
	margin-bottom: 5px;
}


.flyerswatch a {
	text-decoration:none;
	color:#561;
}

.flyerswatch a:active,
.flyerswatch a:focus,
.flyerswatch a:hover {
	color:#E69;
}

.flyerswatch a:active img,
.flyerswatch a:focus img,
.flyerswatch a:hover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

ul.fmi li {
	display: block;
}

ul.fmi a {
	text-decoration:underline;
	color:#561;
}

ul.fmi a:hover {
	color:#E69;
}

.flyerprice {
	display: block;
	overflow:hidden;
	width:100%;
	padding-bottom:24px;
	font:normal 100%/120% optimus,times,serif;
	background:#FFF;
}

.flyerprice li {
	float:left;
	display:inline; /* prevent IE margin doubling */
	width:250px;
	margin-top: 20px;
}

.flyerprice li.second {
	float:left;
	display:inline; /* prevent IE margin doubling */
	width:230px;
	margin-top: 20px;
}

.flyerprice li.third {
	float:left;
	display:inline; /* prevent IE margin doubling */
	width:222px;
	margin-top: 20px;
}

.flyerprice a {
	text-decoration:none;
	line-height:24px;
	color:#561;
}

.flyerprice a:active,
.flyerprice a:focus,
.flyerprice a:hover {
	color:#E69;
}


p.subsubcontent a {
	text-decoration:underline;
	line-height:24px;
	color:#561;
}

p.subsubcontent a:hover {
	color:#E69;
}

a.contactlink {
	text-decoration:underline;
	line-height:24px;
	color:#561;
	font-weight: bold;
}

a.contactlink:hover {
	color:#E69;
}

td {
	font-weight: bold;
}

input {
	margin-bottom: 5px;
}

input[type="button"], input[type="submit"] {float:right; margin-top: 20px; margin-bottom: 20px; margin-right: 115px; button-height: 15px; cursor:pointer; font-size: 24px;}


p.newslettersub {
	text-align: center;
	font:bold 190%/120% georgia,times,serifserif;
	color:#626;
	width: 700px;
}
