@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:url(/img/BGSlice.jpg) repeat-x top;
	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;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #topheader { 
	height: 20px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background:url(/img/TopStaticHeader_slice.jpg) repeat-x;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
} 
.topnav {
	float:right;
}
.topnavitem {
	float:left;
	width:93px;
	height:20px;
	text-align:center;
}
.topnavitem:hover {
	background-image:url(/img/NavAltBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.topnavitem_hover {
	float:left;
	width:93px;
	height:20px;
	text-align:center;
	background-image:url(/img/NavAltBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.topnavitem_hover a {
	color:#777777;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	padding-top:3px;
}
.topnavitem a {
	color:#777777;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	padding-top:3px;
}

.thrColFixHdr #subheader { 
	height: 22px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background:#ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-align:left;
} 
.thrColFixHdr #subheader p {
	margin:0;
	padding:0;
	padding-top:4px;
	padding-left:63px;
}
.thrColFixHdr #subheader a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-decoration:none;
}
.thrColFixHdr #subheader a:hover {	
	text-decoration:underline;
}
.thrColFixHdr #header { 
	height: 93px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background:url(/img/Header_slice.jpg) repeat-x; 
	padding: 0 0 0 82px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #headerTop {
	padding-top:10px;
}
.thrColFixHdr #headerTop img {
	border:none;
}
.thrColFixHdr #headerBottom {
	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* 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:url(/img/LeftSide.jpg) no-repeat top left #ffffff; */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 80px; /* 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: #ffffff; /* background:url(/img/RightSide.jpg) no-repeat top right #ffffff; */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColFixHdr #leftContent {
	float:left;
	width:360px;
} 
.thrColFixHdr #container #leftContent a {
	color:#990000;
	text-decoration:none;
}
.thrColFixHdr #container #leftContent a:hover {
	color:#990000;
	text-decoration:underline;
}
.thrColFixHdr #container #leftContent p {
	font-family: Arial, Helvetica, sans-serif;	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #555555;
	padding-left:6px;
	width:320px;
	line-height:14pt;
	margin-top:-5px;
}
.thrColFixHdr #mainContent {
	float:right;
	width:580px;
	font-family: Arial, Helvetica, sans-serif;	/*padding: 0 10px; remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b0b0b0;
	height:267px;
	width:100%;	
} 
.thrColFixHdr #footer p {
	/*margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
	padding: 16px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue 
	padding-top:16px;
	line-height:17px;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:left;	
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	text-decoration:underline;
}
.thrColFixHdr #subFooter p {
	/*margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs
	padding: 16px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue
	padding-top:16px;
	line-height:17px;*/
	font-family: Arial, Helvetica, sans-serif;	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #555555;
	line-height:14pt;
	text-align:center;
}
.thrColFixHdr #subFooter {
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#000;*/
	height:100%;
	margin:0 auto;
	padding:0;
	width:1100px;
	text-align: center;	
	
}
.thrColFixHdr #subFooter #subFooterCont {
	padding-left: 82px;
}
.thrColFixHdr #subFooter #subFooterContBox {
	float:left;
	margin-right:38px;
	margin-bottom: 5px;
	padding:0 6px;	
	background-color: #DDDDDD;
	width:275px;
	height: 111px;	
}
.thrColFixHdr #subFooter #subFooterContBox a {
	color:#990000;
	text-decoration:none;
}
.thrColFixHdr #subFooter #subFooterContBox a:hover {
	color:#990000;
	text-decoration:underline;
}
.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;
}
.navmenulink {
	float:left;
	padding:32px 25px 0px 0px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.navmenulink a {
	color:#003366;
	text-decoration:none;
}
.navmenulink a:hover {
	color:#990000;
	text-decoration:none;
}
.thrColFixHdr #search {
	float:right;
	padding-right:82px;
	padding-top:6px;
}
.thrColFixHdr #search p {
	padding:0;
	margin:0;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding-bottom:6px;
}
.thrColFixHdr #search a {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.thrColFixHdr #search a:hover{
	text-decoration:underline;
}
.thrColFixHdr #search #searchForm input[type=text] {
	float:left;
	border:solid 1px #bdbdbd;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	padding-left:4px;
	padding-bottom:1px;
	margin-top:1px;
	width: 190px;
}
.thrColFixHdr #search #searchForm input[type=submit] {
	float:left;
	background:url(/img/SearchButton.jpg) no-repeat center;
	height:20px;
	width:20px;
	border:none;
	margin-left:5px;
	cursor: pointer;
}
.thrColFixHdr #flags {
	float:right;
	padding-right:82px;
}
.thrColFixHdr #flags img {
	padding-right:15px;
}
.thrColFixHdr #container #leftContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	padding-left: 6px;
}
.thrColFixHdr #container #featuredProducts {
	float:left;
	width:320px;
}
.thrColFixHdr #container #mainContent #featuredProducts h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	padding-left: 6px;
}
.thrColFixHdr #container #mainContent #featuredProducts h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left:6px;
	margin-top:-4px;
}
.thrColFixHdr #container #mainContent #featuredProducts p {
	color: #555555;
	font-size: 12px;
	padding-left:6px;
	/*width:55%;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top:-5px;
	line-height:14pt;
}
.thrColFixHdr #container #mainContent #featuredProducts a {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.thrColFixHdr #container #mainContent #featuredProducts a:hover {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.thrColFixHdr #container #mainContent #news {
	margin-left:360px;
}
.thrColFixHdr #container #mainContent #news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
.thrColFixHdr #container #mainContent #news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	margin-top:-4px;
}
.thrColFixHdr #container #mainContent #news p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	width:65%;
	margin-top:-5px;
	line-height:15px;
}
.thrColFixHdr #container #mainContent #news a {
	color: #990000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.thrColFixHdr #container #mainContent #news a:hover {
	color: #990000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.thrColFixHdr #container #mainContent #news img {
	margin-top:-25px;
	padding: 5px;
	border:none;
}
.footerLink {
	float:left;
	padding-right:17px;
}
/*.footerLink:first-child {
	padding-left:240px;
}*/
.thrColFixHdr #footer #copyright {
	float:left;
}
.thrColFixHdr #footer #footerLinks {
	float:left;
	padding-left:82px;
	background:#b0b0b0;
	width: 1100px;
}
.thrColFixHdr #footer #footerCont {
	margin:0 auto;
	padding:0;
	width:1100px;
	background:#b0b0b0;
}
