@charset "UTF-8";
body  {
	font: 100% Arial sans-serif;
	background: #A79277;
	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:1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #A79277;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	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: 380px; /* 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-color: #A79277; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/sidebarBF2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 10px 1px 1px;
	margin: 1px 1px 1px 1px;
	
}

.twoColFixRt #sidebar1 h3 {
	margin-left:2px;
	font-size: 14px;
	}
	
.twoColFixRt #sidebar1 h4 {
	margin-left: 35px;
	}
	
.twoColFixRt #salesnshowcontainer {
	display:block;
	width: 90%;
	margin-top: 40px;
	margin-left: 20px;

}
.twoColFixRt #salesnshowcontainerother {
	text-align: center;
	width: 100%;
	margin-top: 40px;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	
}
.twoColFixRt #salesnshowcontainerother li{
	text-align: left;
	list-style:none;
	font-size:12px;
	width: 380px;

}


.twoColFixRt #sales {
	float:left;
	width: 170px;
	padding: 0;
	margin: 0;
}
.twoColFixRt #show {
	float:left;
	width: 170px;
	border-left:#FFFFFF 1px solid;
	padding: 0;
	margin: 0;
	font-size:12px;
			

	
}
.twoColFixRt #mainContent {
	width: 590px;
	height: 690px; 
	margin: 0 5px 0 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: 0px 2px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.twoColFixRt #mainContent h1{
	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-size-adjust:none;
} 

.twoColFixRt #footer {
	margin-top: 5px;
	padding: 0px;
	border-top: #FFF 1px solid;
} 
.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;
}

#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0px 7px;
height: 30px;
}

#navlist
{
margin: 0;
padding: 0;
text-indent: 0;
list-style-type: none;
}
#navlist li
{
	display:inline;
}



.clear { /* generic container (i.e. div) for floating buttons */
    width: 96%;
}

a.button {
    background: transparent url(../images/buttonlf.gif) no-repeat scroll top right;
    color:#A79277;
    display:inline;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 2px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/buttonlf.gif) no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 6px 12px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 15px; /* push text down 1px */
} 
.pict{ 
	border: #333 1px solid;
	text-align:center;
	
}
.pictlft{ 
	border: #333 1px solid;
	float:left;
	margin-right: 5px;
	
}
.pictrt{ 
	border: #333 1px solid;
	float:right;
	margin-left: 5px;
	margin-top: 10px;
	
}
#rsrequirements{
	margin-top: 40px;	
	
	
}
#navcontainerlnk
{
font-family: Arial,Sans-Serif;
margin: 0px;
width: 100%;
float: right;

}

#navlistlnk
{
width: 100%;
text-align: left;
margin-top: -10px;
padding: 0px;
text-indent: 0px;
list-style-type: none;
}

#navlistlnk li
{
padding: 0px;
margin: 0px;
text-indent: 0px;
display: inline;
}

#navlistft
{
width: 100%;
text-align: center;
margin-left: -25px;
padding-top: 10px;
text-indent: 0;
list-style-type: none;
}

#navlistft li
{
padding: 0px;
margin: 0px;
text-indent: 0;
display: inline;
}

#navlistft li a
{
text-decoration: none;
color: #FFF;
font-size: 10px;
padding: 0px;
letter-spacing: 1px;
}

#navlistft li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 10px;
}

#navlistft a#current { color: #cc0000; }

.cprt{
	text-align:center;
	font-size: 12px;
	color:#FFF;
	}
	
.coupon{
	width: 400px;
	font: Arial, Helvetica, sans-serif 14px;
	margin-left: 100px;
	}

.ft{
	padding-left: 5px;
	padding-right: 5px;
}