@charset "utf-8";

/*==========Main==========*/

* {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;}

html, body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #D7D8C2;
}

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
}

#header {
}

#sidebar {
	float: left;
	width: 300px;
	text-align: center;
}

#mainBody {
	background-image: url(img/bodyBG.jpg);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	background-repeat: no-repeat;
	height: auto;
}
#textStage {
	background-image: url(img/boxBG.png);
	float: right;
	width: 530px;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 150%;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#imageBar {
	text-align: center;
}




.clear {
	clear: both;
}
.green {
	background-color: #908D4B;
}

/*==========Link States==========*/

a:link {
	text-decoration: none;
	color: #FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #341106;
}

a:active {
	text-decoration: none;
}

/*==========Navigation==========*/

#nav {
	background-image: url(img/navBG.png);
	height: 63px;
	width: 860px;
	color: #FFFFFF;
	line-height: 63px;
	padding-right: 50px;
	padding-left: 50px;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #C2C298;
	text-decoration: none;
}
.navBtn {
	width: 172px;
	text-align: center;
	float: left;
}


/*==========H Tags==========*/


h1 {
	font-size: 24px;
	font-style: italic;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A240B;
	margin-bottom: 10px;
	line-height: 150%;
}

h2 {
	padding-bottom: 10px;
	font-weight: normal;
}

h3 {
}

/*==========Footer==========*/

#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	width: 960px;
	color: #000000;
	font-size: 12px;
	margin-top: 7px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #5D270F;
}

blockquote {
	padding-left: 40px;
}

#textStage ul {
	line-height: 125%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	list-style-position: inside;
}

#textStage li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#homeImg {
	display: inline;
	float: right;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	margin: 10px;
}

.page_Img {
	display: inline;
	float: right;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	margin: 10px;
}
#mainBodyProducts {
	background-image: url(img/bodyBG.jpg);
	background-repeat: no-repeat;
	height: 700px;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 50px;
}
#textStageProducts {
	background-image: url(img/boxBG.png);
	float: right;
	width: 530px;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 150%;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
