body {
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(/graphics/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
}
img {
	border: none;	
}
a img {
	border: none;	
}
#container {
	width: 1000px;	
}
#mainWrapper {
	width: 100%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
}
/*---------------------------------------+
|             Header                     |
+---------------------------------------*/
#header {
	width: 100%;
	height: 134px;
}
#headerLogo {
	width: 170px;
	height: 134px;
	background-image: url(/graphics/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
#headerBG {
	width: 830px;
	height: 105px;
	background-image: url(/graphics/bg_header_large.jpg);
	background-repeat: no-repeat;
	float: right;
}
#headerNav {
	width: 830px;
	height: 29px;
	background-image: url(/graphics/nav/ds_NavBG.jpg);
	background-repeat: repeat-x;
	float: right;
}
/*---------------------------------------+
|             Header  NAV                |
+---------------------------------------*/
#headerNav ul {
	padding: 0px 0px 0px 20px;
	margin: 3px;
}
#headerNav li {
	float: left;
	list-style-type: none;
	margin: 0px 30px;
	cursor: pointer;
}
#headerNav li a {
	color: #6b6b6b;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
#headerNav li div a {
	height: 24px;
	background-image: url(http://www.trustedcomponents.com/graphics/nav/ddBG_1.jpg);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #2C4863;
	text-decoration: none;
	padding: 10px 10px 0px 25px;
	/*border-bottom: 1px solid #ccc;*/
}
#headerNav li div {
	text-align: left;
}
#headerNav li div a:hover {
	background-image: url(http://www.trustedcomponents.com/graphics/nav/ddBG_2.jpg);
}
.navDrop {
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 5px solid #2C4863;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-top: 7px;
}
/*---------------------------------------+
|             Content                    |
+---------------------------------------*/
#contentWrapper {
	width: 100%;
	background-color: #EEF3F8;
	float: left;
}
#contentLeft {
	width: 170px;
	background-color: #EEF3F8;
	height: 100%;
	float: left;
}
#contentRight {
	width: 830px;
	background-color: #fff;
	float: right;
}
/*---------------------------------------+
|           Content Left                 |
+---------------------------------------*/
#clSearch {
	width: 100%;
	padding-bottom: 50px;
	background-image: url(/graphics/nav/ds_bg_sidebar.jpg);
	background-repeat: repeat-x;
}
/*---------------------------------------+
|           Content Right                |
+---------------------------------------*/
#crTitle {
	width: 830px;
	height: 75px;
}
#crContent {
	width: 790px;
	padding: 20px;
	clear: both;
}
#crContent_header {
	width: 100%;
	background-image: url(/graphics/ds_crContent_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2D4964;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
#crContent_text {
	width: 100%;
	padding-top: 20px;
	clear: both;
	font-size: 12px;
	color: #2D4964;
	text-align: left;
}
#crContent_text li {
	padding-bottom: 5px;
	list-style-image: url(/graphics/bullet.gif);
}
#crContent_text a:link {
	color: #000;
}
#crContent_text a:visited {
	color: #000;
}
#crContent_text a:hover {
	color: #000;
}
#crContent_text a:active {
	color: #000;
}
/*---------------------------------------+
|     Content Right Home Only            |
+---------------------------------------*/
#crContent_home {
	width: 7900px;
	padding: 0px;
	clear: both;
}
#crContent_home_text {
	width: 100%;
	padding-top: 20px;
	clear: both;
	font-size: 12px;
	color: #2D4964;
	text-align: left;
}
#crContent_home_text ul {
	padding-left: 20px;
}
#crContent_home_text li {
	padding-bottom: 5px;
	list-style-image: url(/graphics/bullet.gif);
	font-size: 11px;
	padding-left: 5px;
}
#crContent_home_text a:link {
	color: #000;
}
#crContent_home_text a:visited {
	color: #000;
}
#crContent_home_text a:hover {
	color: #000;
}
#crContent_home_text a:active {
	color: #000;
}
#homeMiddle {
	width: 100%;
	float: left;
	background-color: #fff;
	background-image: url(/graphics/chip.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#homeAdvantages {
	width: 100%;
}
/*---------------------------------------+
|               Footer                   |
+---------------------------------------*/
#footer {
	width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
}
#footerBlock {
	width: 170px;
	height: 100px;
	background-color: #8598AB;
	float: left;
}
#footerContent {
	width: 790px;
	height: 100px;
	background-color: #2C4864;
	background-image: url(/graphics/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color: #84909C;
	text-align: left;
	padding-left: 20px;
	border-right: 20px solid #2C4864;
	float: right;
}
#footerContent a {
	color: #84909C;
	font-weight: normal;
}
/*---------------------------------------+
|          Product Search                |
+---------------------------------------*/
#productSearch_title {
	width: 100%;
	height: 18px;
	padding-top: 15px;
	background-image: url(/graphics/product_search.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#productSearch_content {
	width: 100%;
	clear: both;
	padding-top: 5px;
}
#inputSearch {
	width: 80%;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
#inputMFG {
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
#productSearch_inputSubmit {
	padding-right: 10%;
	float: right;	
}
/*---------------------------------------+
|          Featured News                 |
+---------------------------------------*/
#fnHeader {
	color: #2D4964;
	font-weight: bold;
	font-size: 18px;
}
#fnHeader_grey {
	color: #999999;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}
#fnWrapper {
	width: 140px;
	border: 1px solid #2C4863;
	background-color: #EEF3F8;
	padding: 5px;
	margin-bottom: 10px;
}
#fnWrapper a {
	color: #551A8B;
}
.fnTitle {
	text-align: left;
	color: #2D4964;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}
.fnText {
	color: #2D4964;
	font-size: 10px;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}
/*---------------------------------------+
|                Quote                   |
+---------------------------------------*/
#rfqForm input {	
	background-color: #E4EDF5; 
	border: 1px solid #92A1B0;
	font-size: 11px;
}

input.med{
	width: 90%;
}

.name{
	width:100px;
}
input.phone{
	width: 30px;
}
input.large{
	width:360px;
}

input.quantity{
	width: 30px;
}
.notes{
	background-color:#FAFAFA; 
	border: 1px solid #92A1B0;
	font-size: 11px;
	width: 90%;
	height: 100px;
}
/*---------------------------------------+
|          Product Search                |
+---------------------------------------*/
.evenTR {
	background-color: #fff;	
}
.oddTR {
	background-color: #eef3f8;
}