@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	background-image: url(080304_WebDevelopment/background-01.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: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 41px 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 #news_container { 
	width: 400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px 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 #Menu03 {
	float: left;
	width: 30px; /* 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: 0px;
	padding: 15px 0px 0px 0;
	
}
.twoColFixRt #Menu02 {
	float: left;
	width: 50px; /* 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: 0px;
	padding: 15px 0px 0px 0;
	
}
.twoColFixRt #Menu01 {
	float: left;
	width: 50px; /* 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: 0px;
	padding: 15px 0px 0px 0;
}



.twoColFixRt #sideblock {
	float: right;
	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: 500px;
	margin-top: 32px;
	padding: 50px 0px 0px 0;
}

.twoColFixRt #indexsideblock {
	float: right;
	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: 500px;
	margin-top: 32px;
	padding: 65px 0px 0px 0;
}


.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: 800px;
	height: 533px;
	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 #news_content { 
	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 15px 0 15px; /* 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;
}

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

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

.headtxt {
	color: #FF0000;
	font-size: 8pt;
	margin-top: 2em;
}

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

a:hover {
	color: #FF0000;
}

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

.newslink a:link {
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	text-align: left;
	display: inline;
	text-align: left;
}


	
ul#mainnav {
	margin: 0;
	list-style: none;
	width: 10px;
	padding-left: 5px;
}

ul#subnav {
	margin: 0;
	list-style: none;
	width: 10px;
	padding-left: 5px;
	display: block;
}

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

#mainnav a {
	width: 10px;
}

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

#subnav a {
	color:#333333;
	width: 10px;
}

#subnav 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);
}

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

.copyright a { 
	position: absolute;
	top: 0px;
	right: 0px;	
	display:block; 
	width: 130px;
	height:25px;
	padding: 0px;
	margin: 0px;
	background-image: url(webimages/CopyrightAC.gif); 
}



span {
	display:none;
}

* html #mainnav {
	height: 1px;
}


