@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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 14px;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* 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 */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColAbsHdr #header {
	height: 155px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 136px;
	height: 670px;
	margin-top: 110px;
	background-image: url(../images_gen/bgndsidebr.gif);
	background-repeat: repeat-x;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 60px;
	right: 5px;
	width: 175px;
	padding-right: 8px;
	margin-top: 85px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 4px;
}
#sidebar2 p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4E2700;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -8px;
}
#sidebar2 h1 {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -6px;
}
#sidebar2 h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #663300;
	margin-right: 4px;
	margin-bottom: -6px;
}
#sidebar2 a {
	text-decoration: underline;
}
#sidbrTop {
}
#sidebr_botm {
}
.thrColAbsHdr #mainContent {
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent h1 {
	color: #999;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -12px;
	margin-left: 0;
	}
#mainContent h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #666600;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -12px;
}
.mainContentDescrptn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #515100;
}
.mainContentprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D10000;
}
.mainContentdotted {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFCC99;
}
#mainContent a {
	text-decoration: underline;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
#footer a {
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
}
.thrColAbsHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.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;
}
/******************************************************************* link list */

#linkList {
	position: absolute;
	left: 2px;
	width: 133px;
	text-align: left;
	background-image: url(../Images/menutop.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
		
	#linkList ul {
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 0px;
	padding: 0px;
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #663300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #BB5D00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
		#linkList li {
	list-style-type: none;
	display: block;
	padding-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	background-color: transparent;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C39C75;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 3px;
		}
.menutxt {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
	color: #5C3D00;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.05em;
	font-style: normal;
#glassmenu {
	width: 800px;
}
#glassmenu a {
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #AB0000;
}

.boxadcart {
	width: 144px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
