/* CSS Document */


<! —[ if IE]>
<style type="text/css"> 
#mainContent { zoom:1;}
</style>
<! [ endif] 



body {
	font-family: Arial, Helvetica, sans-serif;
	background: #1D2917;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#container {
	text-align: left;
	height: 1000px;
	width: 800px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	background: #1D2917;
}
#header {
	height: 60px;
	width: 550px;
	left: 250px;
	top: 0px;
	position: absolute;
	background-color: #FEEDD4;
}

#headerBar {
	position: absolute;
	height: 30px;
	width: 575px;
	left: 225px;
	top: 60px;
	background-color: #8F915D;
	margin: 0;
	text-indent: 50px;
	padding-top: 10px;
}
#mainContent {
	height: 830px;
	width: 528px;
	left: 250px;
	top: 100px;
	position: absolute;
	background-color: #FEEDD4;
	font: lighter 12px Arial, Helvetica, sans-serif;
	color: #213A24;
	padding: 10px;
}
#mainContent1 {
	height: 830px;
	width: 550px;
	left: 249px;
	top: 100px;
	position: absolute;
	background-color: #FEEDD4;
	font: lighter 12px Arial, Helvetica, sans-serif;
	color: #213A24;
}


#scrollingContent {
	margin: 10px auto;
	padding: 10px 10px 0 10px;
	height: 790px;
	width: 529px;
	overflow: auto;
	background-color: #FEEDD4;
}
#homePageContent {
	height: 298px;
	width: 549px;
	left: 250px;
	top: 602px;
	position: absolute;
	background-color: #FEEDD4;
}

#sidebar1 {
	background: url(images/LeftColumnArtwork.jpg) no-repeat 0px 0px;
	height: 950px;
	width: 250px;
	top: 0px;
	left: 0px;
	position: absolute;
}
#sidebar2 {
	background: url(images/Retailfrillies-high2.jpg) no-repeat 0px 0px;
	height: 950px;
	width: 250px;
	top: 0px;
	left: 0px;
	position: absolute;
}
#homePageQuote {
	font: italic normal 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	position: absolute;
	height: 100px;
	width: 220px;
	text-align: right;
	top: 65px;
	left: 11px;
}
#navMenu {
	position: relative;
	height: 300px;
	width: 220px;
	left: 0px;
	top: 250px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	height: 60px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 925px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-indent: 0px;
	background: #1D2917;
}
#copyrightFooter {
	position: absolute;
	height: 15px;
	width: 800px;
	top: 1000px;
	left: -1px;
	background: #1D2917;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	margin: 0;
}
#container  .overhang {
	position: relative;
	left: 225px;
	top: 60px;
	visibility: visible;
}


#bagInfo {
	clear: both;
	float: left;
	height: 200px;
	width: 529px;
	position: relative;
}
#bagInfo2 {
	clear: both;
	float: left;
	height: 200px;
	width: 530px;
	position: relative;
	padding: 0;
	left: 10px;
}

#mainContent a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:14px;
	text-decoration: none;
}
#navMenu a {
	font-weight: lighter;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px
	text-decoration: none;
}
#headerBar a {
	font-weight: lighter;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px;
}
#bagInfo2 a {
	color:#705725;
}
a:link {
	color:#FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover a:active a:focus {
	color: #FBE966;
	text-decoration: underline;
}
.pod {
	padding: 10px;
	border: 0px none #628958;
	height: auto;
	width: auto;
}
.pod1 {
	padding: 0 10px 0 12px;
	height: inherit;
	width: inherit;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

.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 the  page */
	float: left;
	margin-right: 5px;
}
.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;
}
#homePageLogo {
	background: url(images/HomePageLogo.jpg) no-repeat;
	position: absolute;
	height: 925px;
	width: 548px;
	left: 251px;
	top: 0px;
}

body {
	background: #131C0E;
}
