body {
	font-family: "Helvetica", sans-serif;
	color: #555;
	font-size: .82em;
	background: #A46928;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	color: #555555;
}
a img {
	border: none;
}
h1, h2, h3 {
	color: #A36927;
}
h2 {
	font-weight: normal;
}
h3 a {
	color: #A36927;
}
#container {
	width: 984px;
	background: white url(../images/page_bg_shadow.png) repeat-y;
	margin: 0 auto;
	padding: 0;
	height: 1%;
}
#container_bottom {
	width: 984px;
	margin: 0 auto;
	background: url(../images/page_bg_bottom.png) no-repeat;
	height: 7px;
}
#page {
	width: 960px;
	margin: auto;
	/*background: url(../images/page_bg.jpg) repeat;*/
	/*background: url(../images/TheMixx_Pattern_bw1.jpg) repeat;*/
	/*background: #F1F2CF;*/
	background: #F5F6DC;
	padding-bottom: 10px;
}
#left_column {
	width: 143px;
	padding: 13px 10px 0 24px;
	float: left;
}

#logo {
	color: #A36927;
	font-size: .8em;
	margin-bottom: 0;
}
#logo h1 {
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -10000px;
	background: url(../images/Logo_w_tag.gif) no-repeat;
	min-height: 82px;
	width: 143px;
	height: 111px;
}
#logo p {
	padding: 0;
	margin: 0;
	text-align: justify;
}
#navigation {
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0 0;
}
#navigation li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333333;
	color: black;
	font-size: 1em;
}
#navigation li li a:hover
 {
	background: #a46928;
	color: white;
}
#navigation li li a.section,
#navigation li li a.current {
	color: #A46928;
}
/* parent arrow when hover on child */
#navigation:hover li li:hover a {
	background: #a46928; 
	color: white;
}

#navigation ul ul {
	margin: 0 0 10px 0;
	padding: 0;
	padding-top: 7px;
}
#navigation li li {
	position: relative;
	padding: 0;
	margin: 0;
	width: 143px;
	float: left;
}
#navigation li li a {
	text-decoration: none;
	border-bottom: none;
	font-size: .8em;
	color: #444;
	padding: 4px 0 2px 2px;
}


#navigation ul ul ul {
	position: absolute;
	top: 0px;
	left: 143px;
	/*height: 175px;*/
	width: 550px;
	margin: 0;
	padding: 0;
	/*display: table;*/
	display: block;
}
#navigation li li li {
	/*background: #C3A695;*/
	margin: 0;
	width: 180px;
	float: left;/**/
	display: block;
	text-transform: none;
}
#navigation li li li a {
	padding: 2px 0 2px 10px;
	display: block;
	margin: 0;
	line-height: normal;
	text-align: left;
	color: white;
	background: none;
}
#navigation li li li a:hover {
	text-decoration: underline;
	background: none;
}
.menu_cols {
	/*position: relative;
	display: table-row;*/
	background: #a46928;
	-webkit-box-shadow: 5px 5px 5px #AAA;
	-moz-box-shadow: 5px 5px 5px #AAA;
	box-shadow: 5px 5px 5px #AAA;
	padding: 8px 0;
	display: block;
}
.menu_col1, .menu_col2, .menu_col3 {
	display: table-cell;/**/
	width: 180px;
	height: 165px;
	/*float: left;*/
	padding: 0;
}
.menu_col1 {
	/*position: absolute;
	left: 0px;*/
}
.menu_col2 {
	/*position: absolute;
	left: 180px;*/
	border-left: 1px solid white;
}
.menu_col3 {
	/*position: absolute;
	left: 360px;*/
	border-left: 1px solid white;
}

div#navigation ul ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

div#navigation ul ul ul ul,
div#navigation ul ul ul li:hover ul ul
{display: none;}

div#navigation ul ul ul li:hover ul,
div#navigation ul ul ul ul li:hover ul
{display: block;}



#right_column {
	width: 780px;
	float: right;
}

#header {
	height: 78px;
	/*background: url(/themes/themixx/images/header_bot.gif) repeat-x bottom;*/
	position: relative;
}
.header_left {
	display: block;
	position: relative;
	color: #A36927;
	display: block;
	vertical-align: baseline;
	height: 78px;
	width: 300px;
	float: left;
}

.header_left p {
	position: absolute;
	bottom: 7px;
	font-size: .8em;
	display: block;
	margin-bottom: 0;
}
.header_right {
	display: block;
	position: relative;
	width: 450px;
	/*height: 1%;*/
	height: 78px;
	float: right;
	text-align: right;
	padding-right: 24px;
	padding-top: 0;
	color: #777777;
	font-size: .7em;
}
.header_right ul {
	list-style: none;
	position: absolute;
	/*top: 49px;;*/
	right: 24px;
	bottom: 2px;
	margin: 0;
	margin-right: 8px;
	padding: 5px 0;
}
.header_right li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.header_right a {
	text-decoration: none;
	
	margin: 0;
	padding: 4px 26px 8px 26px;
	border-right: 1px solid #333333;
	text-transform: uppercase;
	color: #777777;
	height: 1%;
}
.header_right a.cartIcon {
	background: url(/themes/themixx/images/cart.gif) no-repeat 26px 0%;
	padding-left: 48px;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0px;
	border-right: none;
}
.header_right li img {
	vertical-align:text-top;
}
#MemberOptions {
	float: right;
	margin: 12px 5px 5px 5px;
	font-size: 1.1em;
}
#MemberOptions a {
	text-transform: none;
	font-size: 1.1em;
	text-decoration: underline;
	border: none;
	padding: 0;
}
.page_header {
	width: 779px;
	height: 172px;
	position: relative;
	margin: -13px -20px 0 -20px;
}
.page_header h2 {
	background: url(../images/page_header_bg.png);
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 8px 20px;
	width: 739px;
	font-weight: lighter;
	text-transform: uppercase;
}

#Content,
#Account,
#Checkout {
	background: #FFFFFF;
	padding: 13px 20px 20px 20px;
	min-height:530px;
	height:auto !important;
	height:530px;
	border: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	/*width: 744px;*/
	line-height: 140%;
}

/* column layouts */
.col2l {
	float: left;
	width: 520px;
	padding-right: 10px;
	border-right: 1px solid #999;
	min-height: 550px;
}
.col2r {
	float: right;
	width: 190px;
}
.nav2 ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
.typography .nav2 ul li {
	margin: 0;
	padding: 0 0 5px;
	list-style-type: none;
}
.nav2 ul li a {
	color: #A36927;
	text-decoration: none;
}
.nav2 ul li a:hover {
	text-decoration: underline;
}

#footer {
	width: 936px;
	margin: 0 auto;
	text-align: right;
	font-size: .8em;
	color: #E6C6A2;
	padding: 8px 0 0 24px;
	margin-bottom: 30px;
	margin-top: 8px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h4 {
	color: white;
	margin: 0;
}
.foot_nav {
	width: 120px;
	float: left;
	text-align: left;
}
.foot_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot_nav li {
	padding: 1px 0 3px 10px;
	list-style-type: none;
	border-left: 1px solid white;
	margin: 0;
}
.foot_nav li a:hover {
	text-decoration: underline;
}
.foot_content {
	line-height: 7px;
}

.BreadCrumbs {
	color: #666666;
	font-size: .9em;
}
.BreadCrumbs a {
	color: #666666;
	text-decoration: underline;
}
.BreadCrumbs a:hover {
	text-decoration: none;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
	padding: 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0 15px 0;
	width: 100%;
}
ul#SearchResults h3 {
	margin-bottom: 0;
	margin-top: 20px;
}


/* HOME PAGE FORMATTING */
#home #right_column {
	width: 754px;
	margin-right: 24px;
	float: right;
}
#home #right_column .header_right {
	padding-right: 0;
}
#home #right_column .header_right ul {
	right: 0;
}
#homeInfoBar {
	clear: both;
	margin: 0 24px;
	border-top: 1px solid #333;
	/*background: white url(/themes/themixx/images/header_bot.gif) repeat-x top;
	padding: 10px 16px;
	margin: 10px auto 20px auto;
	border-bottom: 2px solid #CCC;*/
}
#homeInfoBarBot {
	display: block;
	clear: both;
	
	/*padding-bottom: 10px;*/
}
.homespiff {
	width: 301px;
	height: 164px;
	font-size: 12px;
	float: left;
	margin-right: 4px;
	margin-top: 15px;
	display: block;
}
.homespiff p {
	margin: 0 0 15px;
	line-height: 140%;
}
.homespiff p a {
	text-decoration: none;
}
.homespiff p a:hover {
	text-decoration: underline;
}

#homeInfoBar .news {
	background: url(/themes/themixx/images/homepage_spiff_03.jpg) no-repeat top left;
	
}
#homeInfoBar .news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 40px 14px 10px;
}
#homeInfoBar .news ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#homeInfoBar .gallery {
	background: url(/themes/themixx/images/homepage_spiff_06.jpg) no-repeat top left;
}
#homeInfoBar .gallery .gallerythumb {
	float: right;
	padding: 40px 20px 0 0;
}
#homeInfoBar .gallery p {
	padding: 40px 180px 10px 14px;
	display: block;
	height: 114px;
}
#homeInfoBar .facebook {
	
	background: url(/themes/themixx/images/homepage_spiff_07.jpg) no-repeat top left;
}
#homeInfoBar .facebook a {
	display: block;
	padding: 40px 140px 10px 14px;
	height: 114px;
}

#homeInfoBar .last {
	margin-right: 0;
}

#homeInfoBar h3 {
	font-size: 1.5em;
	color: #999999;
	font-weight: lighter;
	margin-bottom: 8px;
}
.NewsList {
	width: 45%;
	float: left;
}
.NewsList ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid white;
}
.NewsList ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.NewsList ul li span.date {
	display: block;
	float: left;
	color: black;
	width: 80px;
	margin-right: 10px;
}
.NewsList ul li a.title {
	display: #333333;
	float: left;
	color: #999999;
	width: 320px;
}
.GalleryList {
	width: 430px;;
	float: right;
}
.GalleryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.GalleryList ul li {
	list-style-type: none;
	float: left;
	width: 120px;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	border: 1px solid #DDDDDD;
}
.GalleryList ul li a {
	text-decoration: none;
}

/* positioning classes */
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	padding:0;
}
#PageComments li {
	margin: 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #EEEEEE;
		padding-left: 20px;
		padding-right: 10px;
		border-bottom: 1px solid #AAA;
	}
	#PageComments li.even {
		background: #fff;
		padding-left: 20px;
		padding-right: 10px;
		border-bottom: 1px solid #AAA;
	}

		#PageComments li.odd p.info {
			color: #888;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}
#CommentForm {
	display: none;
}

/* SideBar Widgets */
#Content .WidgetHolder h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#Content .WidgetHolder h4 {
	font-size: 1.1em;
}
.WidgetHolder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.WidgetHodler ul li a {
	text-decoration: none;
}
.WidgetHolder ul li a:hover {
	text-decoration: underline;
}
.WidgetHolder ul.RSS h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.WidgetHolder ul.RSS h4 a {
	text-decoration: none;
}
.WidgetHolder ul.RSS li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #999;
	font-size: 12px;
}
.WidgetHolder ul.RSS li a {
	text-decoration: underline;
}
.WidgetHolder ul.RSS li a:hover {
	text-decoration: none;
}
.WidgetHolder ul.RSS li .more {
	color: #AA0000;
}

/* page gallery */
.PageGallery {
	list-style: none;
	margin: 0;
	padding: 0;	
	clear: both;
}
.PageGallery li {
	list-style-type: none;
	margin: 0 10px 30px 0;
	padding: 0;
	width: 150;
	float: left;
	text-align: center;
}
.PageGallery li img {
	display: block;
}
.BigPageGallery {
	list-style: none;
	margin: 0;
	padding: 0;	
	clear: both;
}
.BigPageGallery li {
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 240;
	float: left;
	text-align: center;
}
.BigPageGallery li img {
	display: block;
}