@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image: url(webimages/newbacking2.gif);
	background-repeat: repeat-x;
	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;
}
.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 85px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	height: 2400px;
	margin-top: 30px;
	padding: 15px 0px 0px 0;
}

.twoColFixRt #sideblock {
	width: 160px; /* 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 */
	height: 100px;
	margin-top: 320px;
	margin-bottom: 0px;
}

.twoColFixRt #navblock {
	width: 160px; /* 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 */
	height: 100px;
}

.twoColFixRt #mainContent { 
	width: 600px;
	margin: 0; /* the right margin on this div element creates the column down the right 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 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.twoColFixRt #lowerbox {
	position: relative;
	height: 25px;
	width: 100%;
	margin-top: -10px;
}

.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;
}

.backgroundtext {
	color: #999999;
	font-size: 8pt;
}


.stdtxt {
	color: #999999;
	font-size: 8pt;
}

.backuptxt {
	color: #999999;
	font-size: 7pt;
	text-align: center;

}

a:link {
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	line-height: 180%;
	text-align: left;
	display: block;
	text-align: center;
}

a:hover {
	color: #FF0000;
}

a:visited {
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	line-height: 180%;
	text-align: left;
	display: block;
}
	
ul#mainnav {
	margin: 0;
	list-style: none;
	width: 10px;
	padding-left: 5px;
}

#mainnav li {
	display: inline;
	list-style: none;
}

#mainnav a {
	width: 10px;
}

#mainnav a:hover {
	color: #FF0000;
}

ul#secondnav {
	list-style: none;
	text-align: left;
	display: inline;
}


#secondnav li {
	float: left;
	width: 25px;
	display: inline;
}

ul#denimstyle {
margin: 0;
	list-style: none;
	width: 100%;
	padding-left: 5px;
}

#denimstyle li {
	width: 100%;
	color: #999999;
	font-size: 8pt;	
	display: block;
	list-style: none;
}

.rollover1 a { 
	position: absolute;
	top: 0px;
	left: 0px;
	display:block; 
	width:25px;
	height:25px;
	padding: 0px;
	margin: 0px;
	background-image: url(webimages/retail.gif); 
}
.rollover1 a:hover {
	background-image:url(webimages/retail_over.gif);
}

.rollover2 a { 
	position: absolute;
	top: 0px;
	left: 25px;	
	display:block; 
	width:25px;
	height:25px;
	padding: 0px;
	margin: 0px;
	background-image: url(webimages/contact.gif); 
}
.rollover2 a:hover {
	background-image:url(webimages/contact_over.gif);
}

.rollover3 a { 
	position: absolute;
	top: 0px;
	left: 50px;	
	display:block; 
	width:25px;
	height:25px;
	padding: 0px;
	margin: 0px;
	background-image: url(webimages/news.gif); 
}
.rollover3 a:hover {
	background-image:url(webimages/news_over.gif);
}

span {
	display:none;
}

* html #mainnav {
	height: 1px;
}


