/* General */
body {
	background-color: #FFF;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
}

p {
	margin: 0 0 20px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}


/* Text Styles */
.heading1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #960;
	line-height: 1.3em;
}

.heading2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	line-height: 1.3em;
}

.heading3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #960;
	line-height: 1.3em;
}


/* DIVs */
#mainContainer {
	width: 760px;
}

#headerContainer {
	background: url(img/bg_header.png) repeat-x;
}

#logo {
	
}

#anniversarySeal {
	float: right;
}

#bodyContainer {
	padding: 10px 0 10px 10px;
}

#leftColumn {
	width: 201px;
	float: left;
	padding-right: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 189px;
}

#leftColumn a {
	font-size: 11px
}

#rightColumn {
	width: 185px;
	float: right;
	font-size: 11px;
}

#rightColumn p {
	font-size: 11px;
}

#bodyContent {
	width: 360px;
	float: right;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 358px;
}

#bodyContentInterior {
	border-left: 2px #000 solid;
	padding-left: 15px;
	width: 540px;
	float: right;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 525px;
}

#mainCol {
	float: left;
	width: 350px;
}

*html #mainCol {
	float: left;
	width: 330px;
}


#teaserCol {
	float: right;
	width: 150px;
}

#teaserCol .headerBlack {
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 6px 0;
	font-size: 11px;
	text-align: center;
}

#teaserCol ul.left {
	margin: 6px 16px 6px 22px;
	padding: 0;
	font-size: 8px;
}

#teaserCol ul.left li {
	font-size: 10px;
	padding-bottom: 4px;
}

#teaserCol ul#apps {
	background: url(img/cream_cheese.jpg) no-repeat right top;
}

#teaserCol .right {
	float: right;
}

#footer {
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top: 1px #999 solid;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

#filmTeaser {
	float: left;
	padding-right:14px;
	width: 185px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 165px;
;
}

#shrinkBagTeaser {
	float: left;
	width: 185px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 165px;
}
#filmTeaser img, #shrinkBagTeaser img{
	padding-bottom:10px;
}
/* Top Navigation */
#navBar {
	background-color: #996A0E;
	border: 1px #000 solid;
	height: 25px;
	text-align: right;
}

#navBar a {
	display: block;
	float: right;
	height: 25px;
	line-height: 24px;
	width: 75px;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-left: 1px #000 solid;
}

#navBar a:hover {
	background-color: #EAA21C;
	color: #000;
	text-decoration: none;
}

#navBar a.on {
	background-color: #EAA21C;
	color: #000;
	text-decoration: none;
}

#navBar a.on:hover {
	background-color: #EAA21C;
	color: #000;
	text-decoration: none;
}


/* Left Navigation */
#leftColumn a.toplevel {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.toplevel a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.toplevel a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


.toplevel a:hover {
	color: #000;
	text-decoration: none;
}


/* Table Display */
.tableContainer {
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
}

.tableBorder {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

.contentlight {
	font-size: 11px;
	color: #000;
	background-color: #DDD;
	padding: 1px;
}
.contentdark {
	font-size: 11px;
	color: #000;
	background-color: #EEE;
	padding: 1px;
}
.subheader {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #996A0E;
	height: 20px;
}

.itemAdded {
	font-size: 11px;
	color: #000;
	background-color: #EAA21C;
	padding: 1px;
}

#visitBarrier {
	font-size: 13px; 
	position: relative; 
	bottom: 30px
}


/* Forms */
form {
	display: inline;
}

input {
	font-size: 11px;
}

.btn {
	font-size: 10px;
	font-weight: bold;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.error {
	color: red;
}

select {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.formtitle {
	float: left;
	width: 125px;
	padding: 1px 5px 1px 1px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.formtitlerequired {
	float: left;
	width: 125px;
	padding: 1px 5px 1px 1px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-align: right;
}

.formcontent {
	line-height: 18px;
	padding: 1px 5px 1px 1px;
	font-size: 11px;
}

#prod-shots{
	width:512px;
	margin:0 auto;
}

#prod-shots img.fl{
	float:left;
	padding-left:15px;
}
#prod-shots img.fr{
	float:right;
	padding-right:15px;
}
.sb{
	width:512px;
}
.headerimg{
	margin-bottom:15px;
}