@charset "utf-8";
body  {
	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;
	font: 13px Century Gothic, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	border:0;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font: 12px Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;

}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; margin:0; border:0;
	height: 1%;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
} 
.esso {
	text-indent: 0px;
	list-style-type: none;
	padding: 0px 16px;
	text-align: left;
	letter-spacing: 2px;
	padding: 0px 16px;
}

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	width: 948px;
	border:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 

.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;
}
#color1 {
	float: left; /* since this element is floated, a width must be given */
	width:555px;
	height:398px;
	background-color: #d9c6a7;
	padding-top: 4;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline;
}

#color1wide {
	float: left; /* since this element is floated, a width must be given */
	width:770px;
	height:398px;
	background-color: #d9c6a7;
	padding-top: 4;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline;

}


#color1a {
	float: left; /* since this element is floated, a width must be given */
	width:555px;
	height:398px;
	background-color: #d9c6a7;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline;

}

#color2 {
	float: left; /* since this element is floated, a width must be given */
	width:555px;
	height:398px;
	background-color: #cccccc;
	padding-top: 4;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline;

}
.title1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#photo {
	float: left; /* since this element is floated, a width must be given */
	width:215px;
	height:398px;
	display: inline;
	padding-bottom: 2px;
    padding-right: 4px;

}


.leftlink {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	letter-spacing: 2.5px;
}


.leftlink19 {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	letter-spacing: 6px;
}




.leftlink19 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 6px;
}

.leftlink19 a:visited{
	text-decoration: none; !important;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 6px;
}


.leftlink21 {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	letter-spacing: 11px;
	padding-left: 5px;
}




.leftlink21 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 11px;
		padding-left: 53px;
}

.leftlink21 a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 11px;
		padding-left: 5px;
}




.leftlink20 {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	letter-spacing: 7.5px;
}




.leftlink20 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 7.5px;
}


.leftlink20 a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 7.5px;
}

.leftlink15 {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	letter-spacing: 2.5px;
}



.leftlink15 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 2.5px;
}


.leftlink15 a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 2.5px;
}







.leftlink16 {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	letter-spacing: 4px;
}



.leftlink16 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 4px;
}


.leftlink16 a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;  !important;
	font-size: 15px;
	letter-spacing: 4px;
}













.leftlink13{
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	letter-spacing: 2px;
}

.leftlink13a{
	text-decoration: none;
	color: #ff5100;
	font-size: 11px;
	letter-spacing: 2px;
}

.cartlink{
	text-decoration: none;
	color: #ff5100;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
}





.noscroll {
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 33px;
	font-size: 13px;
	color: #000000;
}
.noscroll2 {
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 33px;
	font-size: 13px;
	color: #000000;
}


a:hover {
	color: #f48222;
}
h3 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: lowercase;
}
a:link {
	color: #ff5100;
}

/*The Current Marker (You are here) links*/
.leftlink13 .current_mark {
	color: #f48222 !important;

}
h3 {
	letter-spacing: 3px;
}

