
body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}

a 
{
	color: Black;
}

a:hover 
{
 color: #D2AE7E;	
}

#container 
{
	background-color: #DAE2EB;	
}

#container2 
{	
	background-color: White;	
}

#header 
{
	padding: 0px;
	margin: 0px; width: 100%;
	height: 145px;	
	background-color: #DAE2EB;
}

#header2 
{
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 145px;
	background-image: url(/images/headerLogo.jpg);	
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#headermenu 
{
	position: relative;
	top: 110px;
	left: 215px;
	width: 600px;
	padding: 2px 2px 2px 2px;	
}

.headerhome 
{
	position: relative;
	top: -10px;
	left: 540px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;	
	color: White;
}

.headerhome a 
{
	color: #ffffff;	
}

.headerhome a:hover
{
	color: #D2AE7E;	
}

.headermenulink 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;	
	color: White;
}

.headermenulink a 
{
	color: #003875;	
}

.headermenulink a:hover
{
	color: #ffffff;	
}

#leftcol 
{
	position: absolute;
	top: 145px;
	left: 0px;
	width: 225px;
	height: 95%;
	background-color: #DAE2EB;
	background-image: url(/images/leftBG.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#leftcolbox
{
	position: absolute;
	left: 10px;
}

#leftcolboxcontent
{
	padding: 0px 5px 5px 20px;	
}

#leftcolcontent 
{
	text-align: center;
}

.leftcontent 
{
	font-family: Verdana;
	font-size: 12px;
}

#leftcolfooter
{
	padding: 5px 5px 5px 5px
}

#center
{
	position: relative;
	margin-left: 225px;
	padding: 0px;
	height: 75%;
	background-color: White;
	background-image: url(/images/bodyBG.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#centercol
{
	width: 650px;
}

#centercolcontent 
{
	padding: 35px 6px 15px 35px;	
}

.centercolcontenthead 
{
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.centercolcontentbody 
{
	padding: 0px 0px 0px 0px;	
}

.centercolcontentbody 
{
	font-family: Verdana;
	font-size: 12px;	
}

.medB 
{
	font-family: Verdana;
	font-size: 12px;	
	font-weight: bold;
}

#findpart 
{
	position: absolute;
	width: 380px;
	height: 190px;
	background-image: url(/images/findPartBox.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
.findpartcontent 
{	
	padding: 5px 5px 0px 25px;	
}
.findpartbutton 
{
	padding: 5px 5px 5px 135px;	
}


/*MadeByChad.com Mods*/
#resultslist,#requestform{width:600px; border:1px solid black;}
.resultsHeader{width:600px;}
#requestform{margin-top:10px;}

#resultslist td{border-bottom:1px solid black; padding:1px 3px 1px 3px;}
.goforit,.submitbutton{
	display:block;
	width:241px;
	height:20px;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	border:1px solid black;
	background:#3399FF url(/images/icons/pencil_add.png) 5px 50% no-repeat;
	padding-left:5px;
	text-align:center;
	text-decoration:none;
}
.submitbutton{background-image:url(/images/icons/table_go.png); padding-left:0;}
tr.header td{
	font-weight:bold; background:#DAE2EB;
}
#resultslist tr.even{background:#F7E1B5;}
.resultsHeader{border-top:3px solid #F7E1B5; margin-top:10px;}
.resultsHeader h3{margin:0; padding:0;}
.pagelinks a{padding-right:4px;}
.pagelinks a.active{color:red; font-size:150%;}

#searchresults p{padding:10px 0;}
#searchresults td{vertical-align:top;}

select.rfq{background:yellow; color:#black; width:100px; font-weight:bold;}
select.rfq option{background:yellow; text-transform:uppercase;}
#requestform legend{font-weight:bold; font-size:15px; margin-left:10px;}
#requestform{margin-bottom:10px;padding:10px 0;}
#requestform table,#requestform td,#requestform p{padding:2px; margin:0; vertical-align:top;}
#requestform tr.formHeading td{padding-top:10px;}

div.autowidth{width:auto;}
.searcherror{color:#000; display:block; background:#FFFF99 url(/images/icons/error.png) 0 50% no-repeat; padding:0 0 0 25px; border:1px solid #ECCAC3; width:auto; margin:10 auto;}

#resultslist td{width:37%;}
#resultslist td.quantity{width:24%;}
#resultslist td.checkbox{width:2%;}
#selectedTitle,#selectedIcon{display:none;}
#selectedText{width:100%;}


/*End madebychad.com mods*/