body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FF0000; /*Red background color for entire page*/
/*	background-image:url(../include/images/usa-flag.gif);  Here's the background image for the entire page.*/
	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: #FFFFFF;
	}
.twoColFixLt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 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. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #0000A0; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 15px 10px;
	color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #mainContent { 
	float: right;
	width: 688px;
	margin: 0 10px 0 0; 
/*	background: #0000A0;*/
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #mainContent2 { 
	float: right;
	width: 684px;
	border: 2px;
	border:solid;
	border-color:#0000A0;
	margin: 0 10px 0 0; 
	background:#CCC;
	padding: 0 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #outLinks { 
/*	float: left;*/
/*	width: 814px;*/
	border: 2px;
	border:solid;
	border-color:#0000A0;
	margin-top: 10px;
	margin-right:auto; 
	margin-left:auto;
/*	margin: 0 10px 0 10px; */
	background:#CCC;
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #ProductGrid { 
	width: 814px;
	margin-right:auto; 
	margin-left:auto;
/*	text-align:center;
/*	background: #0000A0;*/
/*	padding: 0 0 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

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

a.mylink
{ 	font-size: .80em;
}

a.mylink:link
{ 	color:white;
	text-decoration: none;
}
a.mylink:visited
{ 	color:white;
	text-decoration: none;
}
a.mylink:active
{ 	color:white;
	text-decoration: none;
}
a.mylink:hover
{ 	color: white;
	text-decoration: underline;
}

h2.PRcenterul
{
	color:#000;
	text-align:center;
	text-decoration:underline;
	display:inline;
	font-size:1em;
}

p.PRcontent
{
	color:#000;
	text-align:left;
	text-indent:3em;
	font-size:.70em;
}
ul.PRcontent
{
	color:#000;
	text-align:left;
	text-indent:3em;
	font-size:.70em;
}
p.PRoutlinks
{
	color:#000;
	text-align:left;
	font-size:.70em;
}
/* .box is style for rounded corners */
.box { 
  background: #0000A0; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 5px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 5px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}
/* .box is style for rounded corners */

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
.twoColFixLt #mainContent2 { zoom: 1; }
.twoColFixLt #ProductGrid { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

