/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #6f6e38;
	margin: 0px;
	padding: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0 0 0 0;
}
#wrapper {
	width: 840px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/example_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	height: 30px;
}
#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 170px;
	float: left;
}
#right {
	width: 670px;
	float: left;
}

#left .content {
	padding: 24px 8px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 0px 4px 18px 14px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
.grid {
display: table;
border-spacing: 4px;
}
.row {
display: table-row;
}
.boxleft {
	display: table-cell;
	width: 45%;
	background-color: #eccb60;
	border: 3px solid #6f6e38;
	vertical-align: top;
	text-align: center;
	float: left;
	margin: 6px;
}
.boxleft img {
	float: left;
	clear: none;
}
.inset {
	float: right;
	width: 82px;
	margin: 4px;
}
.boxright {
	display: table-cell;
	width: 45%;
	background-color: #eccb60;
	border: 3px solid #6f6e38;
	vertical-align: top;
	text-align: center;
	float: right;
	margin: 6px;
}
.boxleft p {
	color: #000;
	font-size: 100%;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.boxright p {
	color: #000;
	font-size: 100%;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.boxright img {
	float: left;
	clear: none;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	font-size: 0.8em;
	clear: both;
	background-color: #730809;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #FFFFFF;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#currentpage a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #54531e;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {color: #666666;}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color: #730809;
}
h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-image: url(../shop_images/shop_h2_bkgrd.jpg);
	background-repeat: repeat-x;
	margin-right: 4;
	margin-left: 4;
	padding: 2px;
	margin-top: 2px;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

#p7bod #wrapper #column_wrapper #right .content img {
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	text-align: left;
}
#flashcontent {
	border: solid 1px #000;
	width: 640px;
	height: 320px;
	float: left;
	margin: 15px 4px 30px;
	}
