@charset "utf-8";
body  {
	background: #FFFFFF;
	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: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #header a:link, a:active, a:visited, a:hover,{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #headergallery {
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*this is original sidebar file*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 10px;
	color: #66C;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 h3{
	color: #FF0033;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
}
.style1 {	
    font-size: 9px;
	color: #FF00FF;
}
.twoColFixLtHdr #shop {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;

	background-image: ;
	background-repeat: no-repeat;
	padding: 0px;
	border: 15px solid #000;
	height: 420px;
}
.twoColFixLtHdr #shop h3{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
    margin-top: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #shop h4{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E6CDB5;
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #shop h5{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
}
INPUT { 
    background-color: #E6CDB5; 
    border-color: #666; 
    color: #000; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	background-image: ;
	background-repeat: no-repeat;
	padding: 20px;
	border: 15px solid #000;
}
.twoColFixLtHdr #mainContent h1{
	color: #C6B299;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
}
.twoColFixLtHdr #mainContent a:link, a:active{
	color: #FF0033;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:hover{
	color: #FF0033;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:visited{
	color: #C6B299;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent h2{
	color: #000;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent p{
	color: #000;
}
.twoColFixLtHdr #extra {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding: 20px;
	border: 15px solid #000;
	left: 200px;
	padding: 20px;
}
.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 */
	left: 220px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
}
.footernav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color:#000;
	text-decoration: none;
	text-align: center;
}
.footernav a:link, a:active, a:visited{
	color: #000;
	text-decoration:none;
}
.footernav a:hover{
	color: #FF0033;
	text-decoration:underline;
}
.shoptext {
	width: 200px;
	float: right;
}
/* this is for the Carousel shop picture viewer*/
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 550px; /*Width of Carousel Viewer itself*/
height: 420px; /*Height should enough to fit largest content's height*/
margin: 0px 0 0px 0;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 550px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin: 0px 0 0px 0;
}
