body  {
	font: 12px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #666666;
	background: #818181 url(svse_bg.jpg) repeat-x; 
}
table {
	font: 12px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
        color: #666666;
background-color: #fff;
}
td {
padding: 3px;
}
a {
font-size: 12px;
font-weight: bold;
color:#006699;
}
a:hover {
color:#5E8DAA;
text-decoration:none;
}
.thrColFixHdr #container {
	width: 900px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; 
padding-top:0px;
margin-top: 0px;
        border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
vertical-align: top;

} 
.thrColFixHdr #header { 
	height: 130px;
	width:900px;
	margin:0px;
	float:left;
	padding: 0px;  /* this padding matches the left falignment 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: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 161px; /* 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 url(images/home_lefttopround_bg.gif) no-repeat top left; /* the background color will be displayed for the length of the content in the column, but no further */
	background:#000000 url("left_bg.jpg") repeat-x;
	
	padding-left: 5px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #mainContent { 
	width: 556px;
        margin:0px; /* 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-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
overflow: hidden;
	background-color:#fff;
} 
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 keeps the content of the div away from the edges */
        text-align:left;

}

 
.thrColFixHdr #footer { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #trailer { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* 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:0px;
    font-size: 1px;
    line-height: 0px;
}

#searchblock {
padding-top:15px;

text-align:left;
font-size: 12px;

}

#categoriesblock {
/*background: url('images/plugin_browsebycat_hd.gif') no-repeat 0px 20px;*/
padding-top: 10px;
margin-bottom:20px;
}
#categoriesblock ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#categoriesblock li a {
font: bold;
/*background: url('images/mainnav_bg.jpg') no-repeat;*/
padding-left: 3px;
padding-bottom: 3px;
padding-top:3px;
display:inline-block;
width:145px;
border-bottom:1px solid #004f5f;
text-decoration: none;
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
		}
#categoriesblock li a:hover {		
	background-color:#004f5f;

	color:#00b9e1;
        color:#ffffff;
	background:#005567 url("menu_button_bg.jpg") repeat-x;
}


.mainnav a{
font: bold;
background: url('images/mainnav_bg.jpg') no-repeat;
height: 28px;
width: 161px;
padding-left: 23px;
padding-bottom: 5px;
padding-top:5px;
}
.imagecat a {
font: 1px;
}
.nav_table{
width:312px;
margin-top: 67px;
margin-left: 45px;
}
.nav_table td {
background:url("images/top_nav_bg.jpg") -77px 0px no-repeat;
width: 78px;
height: 24px;
text-align:center;
padding: 0px;
}
.nav_table td:hover {
background:url("images/top_nav_bg.jpg") 0px 0px no-repeat;
color: #fff;
}
.nav_table td a{
width: 100%;
height: 100%;
padding:5px;
font-size:11px;
text-decoration: none;
font-weight:normal;
color: #000;
}
.nav_table td a:hover{
_background:url("images/top_nav_bg.jpg") 0px 0px no-repeat;
color: #fff;
}

#plugin_topten h2{
	text-indent: -100em;
	overflow: hidden;
	background: url("images/plugin_topsellers_hd.gif") no-repeat 0px 5px;
	height: 25px;
}
#plugin_topten ol{
margin-left: 0px;
padding-left: 24px;
}

#manufacturersddl {
background: url(images/plugin_browsebybrand_hd.gif) no-repeat top left;
padding-top: 37px;
padding-left:7px;
padding-bottom:7px;
}
#plugin_viewcart {
/*background: url("plugin_shoppingcart_bg.gif") repeat-y;*/
padding-left:25px;
width:164;
margin-top:25px;
}
#plugin_viewcart a {
	font-size:10px;
	text-decoration:none;
}
#plugin_viewcart a:hover {
	text-decoration:underline;
}
#plugin_viewcart li {
list-style-type:none;
margin:0px;
padding:0px;
}

#plugin_viewcart ul {
margin:0px;
padding:0px;
}
#plugin_viewcart_base {
width:164;
padding-left:22px;
padding-bottom:10px;
/*background: url("plugin_shoppingcart_ft.gif") no-repeat bottom left;*/
}
#plugin_myaccount {
padding: 25px 5px 0px 10px;
margin-top: 25px;
background: url(images/plugin_loginblock_hd.gif) no-repeat 10px 0px;
}
#member_features {
background: url(images/home_memebersquicknav_hd.gif) no-repeat 10px 0px;
padding:10px 5px 0px 10px;
margin-top:20px;
}

#member_features ul {
padding-left: 9px;
margin-left:9px;
}
.npbody {
boder: 0px #fff;
}
#ctl00_ctl00_mainslot_partprice_npppblock_PricePanel {
padding: 5px;
}
.npheader {
font-size: 18px;
color:#006699;
}
#logohome_image {
display:block;
margin-top: 36px;
height:52px;
width:102px;
float: left;
}
#logohome_image a{
display:block;
height:52px;
width:215px;
}
#logohome_image a i { visibility: hidden; }

#ctl00_ctl00_mainslot_partprice_npppblock_imgWishList {
display: none;
}
#ctl00_ctl00_mainslot_partmedia_nppmblock_sysMMImageLink {
cursor: pointer;
curcor: hand;
}
#trailer {
background: #FFFFFF;
}
#topNav {
	display:inline-block;
	text-align:left;
	width:100%;
	float:left;
background:#005567 url("menu_button_bg.jpg") repeat-x;
	height:30px;
	border-top:1px solid #002b34;
	border-bottom:3px solid #002b34;
}
#topNav a {
	display:inline-block;
	text-decoration:none;
	padding-right:8px;
	padding-left:8px;
	padding-top:6px;
	
	color:#fff;
	
	margin-right:2px;
}
#footerTag {
	padding-top:25px;
	background-color:#000000;
	padding-bottom:25px;
	width:100%;
	float:left;
}