@charset "utf-8";
/* CSS Document for main header styling */

#peLogo {
         padding:2.6em 0.81em 2em 1.5em; /* original 14px */
}
#headerTop {
         width:755px !important;
         padding-top:9px;
}
div#headerTop ul {
         float: right;
         padding-right: 9px;
}
div#headerTop ul li {
         list-style: none;
}
ul#topNav li {
         font-size: 1em;
         float: left;
         position: relative;
         z-index: 9;
}
div#headerTop ul li a {
         display: block;
         font-family: arial;
         padding: 25px 5px 6px 5px;
         font-size: 11px; 
         color: #529bce;
         text-decoration: none;              
}
div#headerTop ul li a:hover {
         text-decoration: underline;
}
div#headerTop ul li.contactUs a {
         background: center 8px no-repeat url(http://las.perkinelmer.com/img/localInfo-Icon.gif);
}
#headerMiddle
{
	height:77px;
	width:750px;
	padding-bottom:1px;
	overflow:hidden;
}
div.headerGraphic {
	background-repeat:no-repeat;
	width:749px;
	height:77px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding-top:.7em;
	padding-left:426px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:18px;
}
#headerBottom {
height:30px;
width:780px;
float: right;
}
div#headerBottom div.searchBody {
         background-image:url(/images/header/searchBg.jpg);
         height:31px;
         width:356px;
         background-repeat:repeat-x;
         overflow:hidden;
         color:#666666;
         padding-top:0.2em;
         padding-left: 5px;
}
#searchArea {
         /* margin: 0 0 0 5px; */
         padding: 0 !important; /* marcel */
         width: 379px !important; /* marcel */  
}
div.searchPadLeft
{ 
	width:7px;
	height:31px;
	overflow:hidden;
	/* new image - Marcel */
	background-image:url(/images/header/searchPaddingLeft.jpg);
	background-repeat:no-repeat;
}

div.searchPadRight
{
	width:6px;
	height:31px;
	overflow:visible;
	/* new image - Marcel */
	background-image:url(/images/header/searchPaddingRight.jpg);
	background-repeat:no-repeat;
	float:left;
}
div.searchContact {
	margin: 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.searchContact a {
	text-decoration: none; color: #59a1d1;
}
div.searchContact a:hover {
	text-decoration: underline;
}
input, select, div.searchBody
{
	font-size:11px;
}
div.searchBody {
/* new image - Marcel */
	background-image:url(/images/header/searchBg.jpg);
	height:31px;
	width:353px;
	padding-left:10px;
	padding-top:.2em;
}

input.searchInput{
/* new border color - marcel */
	border:1px solid #dddddd;
	height:15px;
	padding: 1px 0 1px 5px;
	width:175px;
	float:left;
	color:#b2b2b2;
	margin-left:2px;
}

div.searchBody input, div.searchBody select{
	margin-top: 4px !important;
}

div.searchBody select.SearchDropdown
{
	
	color:#666666;
	float:left;
	font-size:11px;
	margin:6px 0 0 1px;
	padding:1px;
	width:110px;	
}

.SearchDropdown 
{
	
}

.searchSubmit
{
	height:19px;
	border:none;
	background-image:url(/images/header/searchSubmitRightNew.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#599dcc;
	margin: 2px 4px 0;
	width:45px;
	color:#FFFFFF;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	line-height:17px;
	float:left;
	margin-top:6px;
	text-decoration:none;
}