@charset "utf-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	background-color:#968363;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*-------------background containers----------------------------------------------*/
#container-left {	background-image:url(images/images/bg-left.jpg); 
	background-repeat:no-repeat; 
	background-position:right top;
	width:492px; 
	height:815px;
	padding:0;
}

h1.logoheader {
	font-size:14px;
	padding:0 0 0 12px;
	color:#902929;
	margin:0 0 5px 0;
	}

#container-right {
	position:absolute; top:0px; right:0;
	background-image:url(images/images/bg-right.jpg); background-position:left top; background-repeat:no-repeat;
	width:536px;
	height:815px;
	z-index:1;
}	

#container-center {
		position:absolute; 
		width:972px;
		left:50%;
		margin-left:-486px;
		z-index:10;
		top:0;
		background-image:url(images/images/container-repeat.png); background-repeat:repeat-y;
}

#header {
	width:972px;
	height:73px;
	background-image:url(images/images/header.png); background-repeat:no-repeat;
	}
#banner {
	width:972px;
	height:261px;
	background-image:url(images/images/banner.png); background-repeat:no-repeat;
	}
#left-nav {
	width:267px;
	margin-top:-200px;
	float:left;
	}
table.infoBox {
	margin-left:15px;
	}
	
td.infoBoxHeading {
	font-weight:600;
	}
	
	
#left-nav td a {
	color:#000;
	font-size:13px;
	
	}

#logo img a {
	background-image:url(images/images/logo-USA-equipment-direct.jpg); background-repeat:no-repeat; background-position:0 0;
	}
#logo img a:hover {
	background-position:0 -356px;
	}
#innercontainer {
	width:640px;
	margin-left:275px;
	padding:10px;
	min-height:400px;
	}
#innercontainer a {
	color:#000;
	}	
	
	
	
#right-nav {
	float:right;
	width:125px;
	border-left:1px solid #CCC;
	}
#search {
	width:267px;
	float:left;
	margin-top:-7px;
	}

	
#search input {

	}

.pageHeading {
	text-align:center;
	margin-bottom:20px;
	}
	
.productListing {
	width:475px;
	padding:20px 0;
	}
a.headerNavigation {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	}
a:Hover.headerNavigation {
	color:#000;
	text-decoration:underline;
	}
#footer {
	background-image:url(images/images/footer.png); background-repeat:no-repeat; 
	width:972px;
	height:122px;
	}
.infoBoxContents td a {
	text-decoration:none;
	}
.infoBoxContents td a:hover {
	
	}
.smallText {
	margin-bottom:20px;
	}
.padding {
	padding-bottom:20px;
	}
a img {
	border:none;
	}
#urls {
	background-color:#902929;
	padding:20px;
	text-align:center;
	}
#urls ul li {
	display:inline;
	list-style-type:none;
	padding:0 8px;
	}
#urls a	{
	color:#df988e;
	}
#urls a:hover {
	color:#fff;
	}
 
 
.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#mcafee {
	border:0px solid black;
	width:94px;
	height:54px;
	position:absolute;
	top:0;
	left:400px;
	}

