@charset "UTF-8";
/* CSS Document */

body  {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background: #FCF7D4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoCol #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C5C923;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.twoCol #rightHeader {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
}
.twoCol #leftHeader { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
} 

.twoCol #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c5c923;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;	
}
.twoCol #sidebar .photos {
	/*border: 1px solid #fff;
	margin: 5px;*/
	margin-left: -40px;
}

.twoCol #sidebar img {
	border: 1px solid #fff;
	margin: 10px 0;
	
}
.twoCol #sidebar p {
	color: #000;
	line-height: 125%;	
	font-weight: normal;	
	font-size: .85em;
}
.twoCol #mainContent { 
	margin: 0px 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	padding-bottom: 20px;
	padding-top: 25px;
	margin-bottom: -20px;
} 
.twoCol #mainContent p {
	font-size: .85em;
	color: #333;
	margin: 0;
	padding: 0;
}

/* ------ Home page only ----- */
.twoCol #mainContentHome { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	padding-bottom: 20px;
	padding-top: 25px;
	margin-bottom: -20px;
} 

.twoCol .center {
/*border: 1px solid green;*/
text-align: center;
}
/* ----- NAVIGATION BAR ----- */
 
.twoCol #navbar {
width: 900px;
height: 22px;
background-color: #FECF38;
text-align: center;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0;
padding: 0;
}

ul.mainNav {
	margin: 0px;
	padding:  0 40px;
	float: left;
	width: 830px;
	text-align: center;
}

.mainNav li {
	list-style: none;
	float: left;
	padding-right:  6px;
	padding-left: 6px;
	text-align: center;
}

.mainNav a, mainnav a:link, .mainnav a:visited {
	display: block;
	padding: 4px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	color: #933026;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

.mainNav a:hover {
	color:#fff;
	text-decoration: underline;
	background-color: #C5C923;
	padding: 4px 15px 4px 15px;	
	}
	
#navbar a#down {
	color: #fff;
	background-color: #933026;
	padding-bottom: 4px;
	text-decoration: underline;
}
/* ----- Shopping cart ----- */
.shop {
	width: 100%;
	height: 180px;
	/*border: 1px solid orange;*/
	background-color: #fff;
	border-top: 1px solid #C5C923;
	padding-top: 4%;
}
.shopImage {
	float: right;
	width: 220px;
	/*border: 1px solid red;*/
	text-align: center;
}
.shopText{
	float: left;
	width: 260px;
	height: 100%;
	/*border: 1px solid green;*/
	background-color: #fff;
	color: #000;
	line-height: 125%;	
	font-weight: normal;	
	font-size: .85em;
}
.shopText img {
padding: 4px 0;
}
.shopText p strong {
font-size: 1.25em;
}
/* ----- Footer -----*/
.twoCol #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FECF38; 
	height: 20px;
	text-align: center;
	border-top: 1px solid #fff;
/*	padding-right: 300px; */
} 
.twoCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #933026;
	font-size: .8em;
}
.twoCol #footer a {
	text-decoration: none;
	color: #933026;
}
.twoCol #footer a:hover {
	text-decoration: underline;
	color: #fff;
}

/* ----- Misc ----- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.madeof {
	position: relative;
	bottom: 0px;
	margin:0;
	padding: 0;
}
/* ----- BASICS -----*/
h1 {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #933026;
}

h2 {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight:bold;
	font-style: italic;
	font-size: 1.2em;
	color: #4F6508;
}

h3 {
	margin: 0;
	padding: 0 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	font-size: 1.5em;
	color: #933026;
}

h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	color: #333;
}
h5 {
	margin: 0;
	padding: 3px 0 6px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #933026;
	font-size: 1.2em;
	line-height: 150%;

}
h6 {
	font-weight: normal;
	font-size: .7em;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 125%;

}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin:0;
	padding-left: 10px;
	margin-left: 15px;
	text-align:left;
	padding: 0 0 3px 0;
}

li {
	padding: 0;
	margin:0;
	list-style-position: outside;
	list-style-type: square;
	font-weight: normal;
	line-height: 125%;
	text-align: left;
}

p {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #222;
}

strong {
color: #933026;
}

a, a:visited, a:link {
	text-decoration: none;
	color: #933026;
}
a:hover {
	text-decoration: underline;
}