  
body  {
	font: 12px Geneva, "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #e4e9d2 url(/_images/bg_body.jpg) 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;
}

img { border: 0 }

h1, h1 a { font: normal 24px "Trebuchet MS"; color: #003333; margin: 20px 0 10px 0}
h2 { font: normal 18px "Trebuchet MS"; color: #003333; margin: 0}
h3 { font: bold 14px Arial; margin: 0 }
h4 { font: bold 12px Arial; margin: 0 }
p { margin: 0 0 20px 0 }

a { color: #003333 }

.thrColFixHdr #container { 
	width: 960px;  /* using less than a full  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 #header { 
	background: #fff; 
	padding: 0 10px 0 0;  /* 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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	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: 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 190px 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	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: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


#navHolder {
        width: 960px;
	margin: 0 auto

}


ul#nav, ul#subnav {
	margin: 0; 
        padding: 0 0 0 4px;
        list-style-type: none;  
	}
	ul#nav li {  
		float: left;
		margin: 0 2px; 
		font: bold 14px "Trebuchet MS"; 
		} 
		ul#nav li a { 
			text-decoration: none; 
			color: #333;
			background: url(/_images/bg_nav.jpg) no-repeat bottom;  
			padding: 5px; 
			width: 105px;
			display: block;
			text-align: center;
			}
			ul#nav li a:hover { text-decoration: underline; }
			ul#nav li a.active { 
				background: url(/_images/bg_nav_active.jpg) no-repeat bottom;  
				color: white;
				clear: both;
				}
ul#subnav {
	margin: 0; 
padding: 0;
}
ul#subnav {
float: left;
background: #333; 
width: 100%
}
			 
ul#subnav li {
float: left;
margin: 0;
padding: 3px
}

ul#subnav li a { 
text-decoration: none; 
color: #999966;
font: 12px Arial;
padding: 0 5px;
}


ul#subnav li a.active { color:white}
ul#subnav li a:hover { text-decoration: underline; }

 
 #logo {
 
height: 125px;
width: 200px; 
 float: left;
 }

#headerRight { 
background: white;
height: 125px;
margin-left: 205px;
text-align: right;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#headerRight a { 
color: #666;
padding: 3px;
}

#banner { 
height: 250px;
background: #ccc;
width: 960px;
margin: 0 auto;
}

#home {
	width: 960px;
	margin: 0 auto;
}

 
 
/* #shopItems  td { padding: 0 20px 20px 0} */

#shopItems  td img { padding: 0 0 10px 0}

#ad {
padding-top: 5px;
}

.homeAd {
	padding: 0 10px 10px 0;
	float: left; 
	}
