@charset "UTF-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/template-sidebar_tile.gif);
	background-repeat: repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #545B5B;
}
.error {
	color: #990000;
	font-weight: bold;
}
.red {
	color: #990000;
}
.hidden {
	display: none;
}
#plain {
	background-image: none;
}
#plain .content {
	margin-left: 0px;
}
.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img {
	border: none;
}

/* Fonts
------------------------------------------------ */

@font-face {
	font-family: 'Typ1451Regular';
	src: url('../fonts/typ1451_-webfont.eot');
	src: local('☺'), url('../fonts/typ1451_-webfont.woff') format('woff'), url('../fonts/typ1451_-webfont.ttf') format('truetype'), url('../fonts/typ1451_-webfont.svg#webfontro6KSLmS') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Feedback
------------------------------------------------ */
.message {
	padding: 1em 1em 1em 45px;
	margin: 2em 0em;
	font-weight: bold;
	overflow: hidden;
}
.message.success {
	background: #ABCE5F url(../admin/images/icons/success.gif) no-repeat 5px;
	background-repeat: no-repeat;
	border: 0.2em solid #007437;
	color: #007437;
}
.message.error {
	background: #F69679 url(../admin/images/icons/error.gif) no-repeat 5px;
	border: 0.2em solid #BA131A;
	color: #BA131A;
}

#container {
	position:relative;
	min-height:100%;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#header {
	height: 109px;
	background-image: url(../images/template-header_tile.gif);
	background-repeat: repeat-x;
}
#elist_signup {
	font-size: 11px;
	position: absolute;
	top: 10px;
	padding: 0;
	margin: 0;
	right: 50px;
}
#sidebar {
	background-image: url(../images/template-sidebar_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 167px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 100px;	/* Height of the footer - smaller values cause overlap*/
	float: left;
	font-size: 12px;
	color: #545B5B;
	margin: 0;
}
#sidebar_content {
	position: relative;
	z-index: 10;
}
/* Menu */
#menu ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu  ul  li {
	margin: 0;
	padding: 0;
}
#menu #mhome {
	display: block;
	background-image: url(../images/sidebar_menu_01.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mshop {
	display: block;
	background-image: url(../images/sidebar_menu_02.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mabout {
	display: block;
	background-image: url(../images/sidebar_menu_03.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #msubmissions {
	display: block;
	background-image: url(../images/sidebar_menu_04.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mfeatured {
	display: block;
	background-image: url(../images/sidebar_menu_05.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mcontact {
	display: block;
	background-image: url(../images/sidebar_menu_06.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mevents {
	display: block;
	background-image: url(../images/sidebar_menu_07.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}
#menu #mpostage {
	display: block;
	background-image: url(../images/sidebar_menu_08.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	overflow: hidden;
}


#menu #mhome:hover, 
#menu #mshop:hover, 
#menu #mabout:hover, 
#menu #msubmissions:hover, 
#menu #mfeatured:hover, 
#menu #mcontact:hover,
#menu #mevents:hover, 
#menu #mpostage:hover {
	background-position: -150px 0;
}

.mainNav ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 8px;
}
.mainNav ul li {
	margin: 0;
	padding: 0;
	font: 12px/20px 'Typ1451Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #545B5B;
}
.mainNav ul li a {
	color: #545B5B;
	text-decoration: none;
}
.mainNav ul li a:hover,
.mainNav ul li.active a {
	color: #FFFFFF;
}
.content {
	position:relative;
	padding:30px;
	padding-bottom: 100px;   /* Height of the footer - smaller values cause overlap */
	z-index: 5;
	overflow:hidden;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #545B5B;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4 {
	font-family: 'Typ1451Regular', sans-serif;
}
h1 {
	font-size: 32px;
	color: #aa5900;
	margin: 0 0 0.25em 0;
}
h1#page_title {
	font-size: 28px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #aa5900;
}
h2 {
	margin-top: 0;
}
#footer {
	position:absolute;
	bottom:0px;
	left: 0px;
	height:210px;
	background-image: url(../images/template-footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 202px;
	padding-bottom: 70px;	
}
.footer_spacer {
	width: 380px;
}
/*---forms---*/
.button   {
	background-color: #B4C2C1;
	font-size: 10px;
	border: none;
	cursor: pointer;
}
.button:hover  {
	background-color: #AA5900;
	color: #FFFFFF;
}
.textfield {
	border: 1px solid #b4c2c1;
}
.addToCart {
	border-bottom: 1px dotted #b4c2c1;
}
.addToCart p {
	margin: 0;
}
.addToCart .button {
	margin: 5px 0;
}
.cart_buttons {
	width: 800px;
	margin-top: 10px;
}
label.error {
	display: block;
}
/*---apple style searchbox default---*/
#applesearch {
	width:138;
	margin-left:20px;
	float:left;
	}
#applesearch .sbox_l  {
	/*default styling*/
}

#applesearch .sbox_r  {
	/*default styling*/
}

#applesearch .sbox input {
	/*default styling*/
	width:138;
}

/*---------- bubble tooltip -----------*/
a.tt
{
	position:relative;
	z-index:20;
	font-weight: normal;
	color: #AA5900;
	text-decoration: underline;
	cursor: help;
}
a.tt span{ display: none; }
a.tt:hover/*background:; ie hack, something must be changed in a for ie to execute it*/
{
	z-index:21;
	text-decoration: none;
	background: ;
}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-32px; left:30px;
	padding: 0;
	width:200px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 50px 10px 10px 10px;
    background: url(../images/bubble.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0px 92px 0px 25px; 
	margin-top: -8px;
	font-weight: normal;
	font-size:9px;
	color: #000000;
	text-decoration: none;
	background: url(../images/bubble_filler.png) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:10px 10px 70px 10px;
	color: #548912;
    background: url(../images/bubble.png) no-repeat bottom;
}
/*---------- bubble tooltip end -----------*/
#mini_cart {
	font-size: 10px;
	width: 140px;
	margin-top: 20px;
}
.content .infobox {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #545B5B;
	width: 600px;
	text-align: center;
	}
.content  .infobox a {
	text-decoration: underline;
}
.content .hotword {
	font-weight: normal;
	color: #AA5900;
	text-decoration: underline;
	cursor: help;
}
#rightbar {
	width: 200px;
	text-align:right;
	float:right;
}
#rightbar a {
	font-weight: normal;
}
.rightbar_header {
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #AA5900;
	border-bottom: 1px solid #333333;
	font-size: 14px;
}
#rightbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#rightbar ul li ul li {
	padding-right: 13px;
	background-image:url(../images/subcat-right.gif);
	background-repeat: no-repeat;
	background-position: 187px -1px;
}
