@charset "UTF-8";
#container{
	/*Margin left and right set to auto center's our layout*/
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
/*Code for head block*/
#header {
	height: 50px;
	width: 749px;
	float: left;
	margin-right: 22px;
	margin-left: 9px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline;
}
#logo {
	width: 260px;
	float: left;
	height: 50px;
	margin-right: 19px;
}
#interactive {
	float: right;
}
#search {
	width: 277px;
	float: left;
	height: 50px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#find {
	width: 193px;
	float: right;
	height: 50px;
	padding-top: 12px;
}

/*Code for main block*/
#box  {
	background-image: url(images/middle780.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}
#middle{
	float: left;
	width: 780px;
	background-image: url(images/homeRoHS.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#middleHeader {
	clear: both;
	float: left;
	height: 225px;
	width: 780px;
}
#nav {
	float: left;
	width: 196px;
	display: inline;
	overflow: hidden;
}
#navContainer {
	float: left;
	width: 196px;
	text-align: left;
	background-image: url(images/navTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	display: inline;
	margin-left: 9px;
}
#navPane {
	text-align: left;
	padding-top: 10px;
}
#navBot {
	background-position: left top;
	background-image: url(images/PaneBottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 196px;
	z-index: 1;
	background-color: #000000;
}
#spacer {
	height: 20px;
	width: 196px;
	float: left;
}
#mailingContainer {
	float: left;
	width: 196px;
	text-align: left;
	background-image: url(images/navTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	display: inline;
	margin-left: 9px;
	margin-bottom: 20px;
}
#mailingPane {
	text-align: left;
	padding-top: 10px;
}
#mailingBot {
	background-position: left top;
	background-image: url(images/PaneBottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 196px;
	z-index: 1;
	background-color: #000000;
}
#content {
	float: left;
	width: 351px;
	margin-bottom: 30px;
	display: inline;
}
#containerContent {
	float: right;
	width: 553px;
	margin-right: 22px;
	display: inline;
	overflow: hidden;
}
#centerCollumn {
	float: left;
	width: 351px;
}
#containerAccordian {
	width: 322px;
	float: left;
	overflow: hidden;
	margin-left: 11px;
	display: inline;
}
#accordianTop {
	background-image: url(images/accordianTop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	width: 322px;
	clear: both;
}
#accordianBot {
	background-image: url(images/accordianBot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 12px;
	width: 322px;
}
#feature {
	background-color: #000000;
	float: right;
	width: 202px;
	margin-bottom: 20px;
	display: inline;
	overflow: hidden;
}
#feature1 {
	background-image: url(images/fBlueTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	float: left;
}
#f1Top {
	width: 192px;
	padding-top: 10px;
}
#f1Bot {
	background-image: url(images/fbBot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	height: 17px;
	background-color: #000000;
	overflow: hidden;
	z-index: 1;
}
#feature2 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/fGreenTop.gif);
	width: 192px;
	float: left;
}
#f2Top {
	width: 192px;
	padding-top: 10px;
}
#f2Bot {
	background-image: url(images/fgBot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	height: 17px;
	background-color: #000000;
	z-index: 1;
}
#feature3 {
	background-image: url(images/fRedTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	float: left;
}
#f3Top {
	width: 192px;
	padding-top: 10px;
}
#f3Bot {
	background-image: url(images/frBot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	height: 17px;
	background-color: #000000;
	z-index: 1;
}


/*Code for bottom block*/
#bottom {
	background-image: url(images/bottomMarble780.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 780px;
	float: left;
}
#utility {
	background-color: #CCCC99;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999966;
	line-height: 15px;
	float: left;
	width: 780px;
}
#chinese {
	vertical-align: top;
	padding-right: 35px;
	padding-bottom: 5px;
}
