body {
	margin: 0 auto;
	padding: 0;
	font: 90% Arial,Tahoma,sans-serif;
	background-color:#e5e0d6;
}

p {
	color: #000;
	margin: .7em 0;
	line-height:1.4em; }
em {
	font-style: italic;
	font-weight: normal; }
ul {
	margin: 0;
	padding: 0;
	list-style-position:inside; }
li {
	margin: 0;
	padding: 0; }
table {
	border: none; }
img {
	/* put "overflow:hidden;" in any div that contains an image so images dont mess up div %'s when divs get smaller than image */
	border: none; }
a {
	color:#000000; }
a:hover {
	text-decoration: none; }
	
form {
	margin: 0;
	padding: 0; }

.alignCenter { text-align:center; }
.alignRight { text-align:right; }
.littlePadding { padding:0.25em; }
.somePadding { padding:0.5em; }
.bigPadding { padding:1em; }


.left,.floatLeft{ float:left; }
.right,.floatRight{ float: right; }
.bold{ font-weight: bold; }
.italic{ font-style: italic; }
.clearBoth{ clear:both; }
.clearBothAssurance{ clear: both; height:0; zoom:1;}
.textAlignLeft{ text-align: left; }
.textAlignCenter{ text-align: center; }
.textAlignRight{ text-align: right; }
.zoom{ zoom:1; }

.marginBottom05{ margin-top: .5em; }
.marginTop05{ margin-top: .5em; }
.marginTop10{ margin-top: 1em; }
.marginTop15{ margin-top: 1.5em; }
.marginTop20{ margin-top: 2em; }
.marginTop40{ margin-top: 4em; }

.padding05{ padding:0.5em; }
.padding10{ padding:1.0em; }
.padding15{ padding:1.5em; }
.padding20{ padding:2.0em; }

.paddingTop05{ padding-top:0.5em; }
.paddingTop10{ padding-top:1.0em; }

.paddingLeft05{ padding-left:0.5em; }
.paddingLeft10{ padding-left:1.0em; }

.paddingBottom05{ padding-left:0.5em; }
.paddingBottom10{ padding-left:1.0em; }

.size70{ font-size: 70%; }
.size80{ font-size: 80%; }
.size85{ font-size: 85%; }
.size90{ font-size: 90%; }
.size95{ font-size: 95%; }
.size100{ font-size: 100%; }
.size110{ font-size: 110%; }
.size120{ font-size: 120%; }
.size130{ font-size: 130%; }
.size140{ font-size: 140%; }
.size150{ font-size: 150%; }
.size160{ font-size: 160%; }
.size170{ font-size: 170%; }
.size180{ font-size: 180%; }
.size190{ font-size: 190%; }
.size200{ font-size: 200%; }

.strikeout{ text-decoration: line-through; }

.siteWidth { width: 65em; }

h1 {
	font-size:120%;
	margin:0 0 0.5em 0;
	background-color:#6C8B34;
	display:block;
	padding:0.25em;
}
h2 {
	font-size:110%;
	margin:0 0 0.5em 0;
	display:block;
	padding:0.25em;
}

#headerWrapper {
	width:100%;
	background-color:#000;
	height:110px;
	border-bottom:5px solid #344517;
}
#header {
	margin:0 auto;
}
#header #imgLogo {
	float:left;
	padding:0 0 0 0.6em;
}
#header #imgLogo #headerMotto {
	font-size:120%;
	font-weight:bold;
	color:#FFF;
}

#header #headerRight {
	float:right;
	width:400px;
	padding:0.5em 0.5em 0 0;
}

#horizontalNavigation {
	margin:0 auto;
}
#horizontalNavigation ul {
	text-align:center;
	line-height:2.2em;
	list-style-position:outside;
	list-style-type:none;
	background-color:#84785E;
}
#horizontalNavigation li {
	padding:0;
	margin:0 -2px 0 0;
	list-style-type:none;
	display:inline;
}
#horizontalNavigation li a {
	color:#FFF;
	padding:0.5em 37px;
	background-color:#485d23;
	text-decoration:none;
	border:1px solid #5F7A30;
	display:inline;
}
* html #horizontalNavigation li a {
	height: 1px;
}

#horizontalNavigation li a:hover {
	border:1px solid #75973C;
	color:#ECE9E4;
}
#horizontalNavigation li.special a {
	color:#FFFF00;
}
/* drop down menu */
#navigation li {  position: relative; }
/*#navigation ul { display: none; position: absolute; top: 100%; top: -1px; width:100%; }*/
#navigation ul {
        position: absolute;
		z-index:999;
        top:17px;
		*top:23px;       
        width:12em;
        background: #485d23;
        border-top:none;
		border-right:2px solid #5F7A30;
		border-bottom:1px solid #5F7A30;
		border-left:1px solid #5F7A30;
        left:0;
        text-align:left;
        list-style-position:outside;
        
		margin:0;
		padding:0.25em 0;
}
#navigation li ul {
        /*filter: alpha(opacity=92);
        -moz-opacity: .92;
        opacity: .92;*/
}
#navigation ul li {
        display:block;
        border-right:none;
        margin-left:1px;
        padding:0;
		float:none;
		height:auto;
		width:auto;
		
		position:relative;
		z-index:999;
}
#navigation ul li a {
        display:block;
        padding:0.05em 0.25em 0.05em 2em;
        margin:0;
        height:auto;
		zoom:1;
		border:none;

		text-decoration:none;
		text-transform:none;
		font-weight:normal;
		background-color:#485d23;
}
#navigation ul li a:hover {
	border:none;
	background-color:#3D4E1D;
	text-decoration:none;
}
* html #navigation ul { top:5px; }
.containsSubMenu{
        /*background-image: url(/cirkuitincludes/js/jquery/plugins/verticalNav/1.0/images/grey_arrow.gif);
        background-position: right center;
        background-repeat: no-repeat;*/
}
#navigation ul,
#navigation li:hover ul
{display: none;}
#navigation ul li:hover ul,
#navigation ul li:hover ul
{display: block; }


#contentWrapper {
	width:100%;
	background-image:url(../images/contentWrapperBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e5e0d6;	
}
#contentBackground {
	background-color:#FFF;
	background-image:url(../images/contentBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0.6em;
	
	min-height:700px;
	height:auto !important;
	height:700px;
	margin:0 auto;
	clear:both;
}

#contentLeftBackground {
	float:left;
	width:171px;
}
#contentLeft {
	
}
#contentLeft .contentLeftBox {
	margin-bottom:1em;
}
#contentLeft .contentLeftBox em {
	font-size:80%;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
	display:block;
	text-transform:uppercase;
	
	background-image:url(../images/contentLeftBoxHeader.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	padding:4px 8px;
}

#contentLeft .contentLeftBoxNavContent {
	background-color:#ddd7c8;
	border:1px solid #c4bdac;
}
#contentLeft .contentLeftBoxNavContentPadding {
	padding:0.25em;
}
#contentLeft .contentLeftBoxNavContent form, #contentLeft .contentLeftBoxNavContent form input {
	font-size:90%;
}
#contentLeft .contentLeftBoxContact p {
	margin:0;
	font-size:75%;
	color:#FFFFFF;
}
#contentLeft .contentLeftBoxContact p a {
	color:#FFFFFF;
	font-size:90%;
}

#contentLeft ul {
	list-style-type:none;
	list-style-position:outside;
	
	background-color:#ddd7c8;
	border:1px solid #c4bdac;
}
#contentLeft ul li {
	
}
#contentLeft ul li a {
	color:#000;
	text-decoration:none;
	padding:0.35em 0 0.35em 0.4em;
	display:block;
	border-top: 1px solid #c6c0b2;
	border-bottom: 1px solid #d1cbbd;
	font-size:85%;
	_width:95%;
}
#contentLeft ul li a:hover {
	color:#333300;
	background-color:#c4bdac;
	/*
	color:#DDDDDD;
	background-color:#444444;
	*/
}
#contentLeft .contentLeftBanners {
	text-align:center;
	margin-top:1em;
}
#contentLeft .contentLeftBanners img {
	margin:1em 0 0 0;
}
#contentLeft .contentLeftBanners p {
	font-size:70%;
	padding:0.25em 1em 0.5em 1em;
}

#contentRightBackground {
	width:737px;
	*width:737px;
	_width:737px;
	margin-left:13em;	
}
#contentRight {
	background-color:#FFFFFF;
	padding:0.35em;
	float:right;
	width: 100%;
	min-height: 1000px;
}
#contentRight ul {
	list-style-position: outside;
	padding-left: 1em;
	margin-left: 1em;
}
#contentRight li{
	padding: .15em 0;
}

#contentBottomWrapper {
	width:100%;
	background-color:#b9b09c;
	clear:both;
}
#contentBottom {
	background-color:#cbc4b5;
	padding:0.6em;
	min-height:120px;
	height:auto !important;
	height:120px;
	margin:0 auto;
}
#contentBottom table {}
#contentBottom table td {
	vertical-align:top;
	padding-right:2.5em;
	border-right:1px dotted #FFF;
}
#contentBottom table td strong {
	padding-left:1.25em;
	font-size:75%;
}
#contentBottom table td ul {
	padding-left:1em;
	list-style-position:outside;
	margin:0;
}
#contentBottom table td ul li {
	list-style-type:none;
}
#contentBottom table td a {
	font-size:75%;
	line-height:1.4em;
}
#contentBottom table td.last {
	padding-right:0;
	border-right:none;
}
#footerWrapper {
	width:100%;
	background-color:#000;
	border-top:5px solid #344517;
}
#footer {
	padding:0.6em;
	height:45px;
	margin:0 auto;
	color:#FFF;
}
#footer a {
	color:#FFFFFF;
}
#footer .floatLeft {
	font-size:85%;
}
#footer .floatRight {
	font-size:85%;
	text-align:right;
	float:right;
}

/* homepage */
table.product-list {
	text-align:center;
}

table.product-list td {
padding: 0 0 7px 0;
text-align:center;
}
table.product-list td a{
	font-size:90%;
}
table.product-list td img {
border:0;
}
table.product-list td.heading {
text-align:center;
}
table.product-list td p {
font-size: 0.95em;
margin: 0 5px 3px 5px;
}

table.product-list td p.price {
color: #000000;
font-size: 1.2em;
font-weight: 700;
margin: 2px 5px 2px 5px;
}

table.product-list td p.more {
font-size: 0.8em;
margin: 3px 5px 5px 5px;
}

/* previews */
.ContentType_SubPageList_list {
	line-height:1.5em;
}

/* product reviews */
#product-reviews {
font-size: 1em;
margin:0 .5em;
}

#product-reviews h1 {
font-size: 1.2em;
margin: 15px 0 15px 0;
padding: 0;
background-color:#FFF;
}

#product-reviews h1 a {
float: right;
font-weight: normal;
font-size: 0.85em;
margin: -15px 0 0 0;
display:block;
}

#product-reviews h1 a.write-review {
margin: 0 0 0 14px;
*margin: -15px 0 0 0;
padding: 0 0 2px 20px;
background: url(/cirkuit/includes/images/icons/icon_write-review.gif) no-repeat 0px 1px;
}

div.review {
border-bottom: 1px dotted #808080;
padding: 0 0 5px 0;
}

#last.review {
border-bottom: none;
}

div.review h2 {
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 5px 0 5px 5px;
}

div.review p {
margin: 0;
padding: 0 0 0 15px;
}

#product-price-bottom {
font-size: 0.95em;
margin: 0 185px 0px 230px;
padding: 20px 0 0px 0;
}

div.paging {
background: #f0f0f0;
border:1px solid #ddd;
padding: .5em .25em;
}

div.paging span {
float: right;
}

div.sorting {
float: right;
}

div.paging-results {
padding: 7px 0px 7px 0px;
}

div.paging-results div {
float: right;
font-weight: 700;
}

div.paging-results span {
font-weight: 700;
margin: 0 10px 0 0;
}

div.paging-results a {
font-weight: normal;
}

.facebookContainer {
	margin:1.25em 0;
}
.facebookContainer img {
	margin:0 !important;	
}

.AuthorizeNetSeal {
	display:block;
	margin:0 auto !important;
}
#SiteSealSSL {
	display:block;
	margin:1em;
	text-align:center;
}

