@charset "utf-8";
body  {
	font: 70% "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #666666;
	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;
	background-color: #050302;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.twoColFixLt #container { 
	width: 872px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px dotted #604235;
	border-bottom: 1px dotted #604235;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_hor.gif);
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	position:relative; /* bigelow added */
	float: left; /* since this element is floated, a width must be given */
	width: 430px; /* 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 */
	padding: 0 0 0 8px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 430px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #navigation { 
	margin-top: 40px;
}
.twoColFixLt #productDisplayFrame {
	background: url(images/window_frames_new.jpg) no-repeat scroll 50% top;
	height: 162px;
	width: 340px;
	padding: 17px 43px 17px 44px;
}
.twoColFixLt #description { 
	margin: 40px 30px 30px 30px;
	font-weight:bold;
	color:#FFFFFF;
}
.twoColFixLt #onlineStore { 
	margin: 40px 30px 30px 30px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
}
.twoColFixLt  #topNavigation {
	position:absolute; /* bigelow changed from relative */
	width:300px;
	height:35px;
	z-index:2;
	color:#FFFFFF;
	left: 110px;
	top: 10px;
}
.twoColFixLt  #bottomNavigation {
	width:772px;
	height:35px;
	color:#FFFFFF;
	margin-left: 32px;
}
.twoColFixLt  #model {
	position:relative;
	z-index:1;
	color:#FFFFFF;
	left: 0px;
	/* bigelow removed top: -35px; */
	margin-bottom: 15px;
}
.twoColFixLt #sealContainer { 
	width: 872px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #seal { 
	position:relative;
	width:156px;
	height:108px;
	z-index:3;
	left: 780px;
	top: -150px;
}
.twoColFixLt a:link, a:active, a:visited {
	text-decoration: none;
	color: #ffffff;
}
.twoColFixLt a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.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;
}

img
{
	border: 0px;
}

#logo_bg{
	position:absolute;
	left:8px;
	top:0px;
	width: 435px;
	height:118px;
	background:url(images/luster_logo_bg.jpg) no-repeat 0 0;
}
