#header {
	/*background:transparent url(http://www.lcms.org/includes/css/images/lent_lcms_more.jpg) no-repeat top scroll;
	height:147px;*/
	background:transparent url(http://www.lcms.org/includes/css/images/header_new.jpg) no-repeat top scroll;
	height:92px;
}
#header input {
	color: #237664;
	font-size: 10px; 
	/*margin: 0px;*/
	padding: 0px;
}

#headermain {
	/*background:transparent url(http://www.lcms.org/includes/css/images/lent_lcms.jpg) no-repeat top scroll;
	height:147px;*/
	background:transparent url(http://www.lcms.org/includes/css/images/header_home.jpg) no-repeat top scroll;
	height:92px;
}

#headerconv {
	background:transparent url(http://www.lcms.org/includes/css/images/conv_header.png) no-repeat top center;
	height:172px;
	padding:0;
	position:relative;

}

#headersearch {
	/*background:transparent url(http://www.lcms.org/includes/css/images/lent_lcms_search.jpg) no-repeat top scroll;
	height:147px;*/
	background:transparent url(http://www.lcms.org/includes/css/images/header_search.jpg) no-repeat top scroll;
	height:92px;
}

#headermain input {
	color: #237664;
	font-size: 10px;
	/*margin: 0px;*/
	padding: 0px;
}

#headerpulld {
	background:transparent url(http://www.lcms.org/includes/css/images/header_pulld_white.jpg) no-repeat top scroll;
	height:92px;
}
#headerpulld input {
	color: #237664;
	font-size: 10px;
	/*margin: 0px;*/
	padding: 0px;
}



#headercat {
	background:transparent url(http://www.lcms.org/includes/css/images/header_catalog.jpg) no-repeat top scroll;
	height:92px;
}
#headercat input {
	color: #237664;
	font-size: 10px;
	/*margin: 0px;*/
	padding: 0px;
}

.searchInput {
	width: 120px;
}
#formBtn {
  border:0; 
  vertical-align: bottom;
  width: 64px;
  height: 17px;
  border: 0;
  background: transparent url(/images/buttons/searchbutton.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#submitBtn {
  border:0; 
  vertical-align: bottom;
  width: 64px;
  height: 17px;
  border: 0;
  background: transparent url(/images/buttons/submitbutton.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#loginBtn {
  border:0; 
  vertical-align: bottom;
  width: 64px;
  height: 17px;
  border: 0;
  background: transparent url(/images/buttons/loginbutton.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#registerBtn {
  border:0; 
  vertical-align: bottom;
  width: 64px;
  height: 17px;
  border: 0;
  background: transparent url(/images/buttons/registerbutton.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#logo {
	margin-left: 5px;
	height:92px;
	overflow:hidden;
	float: left;
}
#conv_logo {
	margin:30px 0 0 5px;
	height:100px;
	width:440px;
	overflow:hidden;
	float: left;
}

#home_logo {
	clear:both;
	display:inline;
	position:absolute;
	top:27px;
	right:0;
	width:211px;
	height:66px;
	overflow:hidden;
}


#headermain #logo, #header #logo, #headersearch #logo {
	margin-left: 5px;
	height:92px;
	overflow:hidden;
	float: left;
}


#utility {
	height: 25px;
	text-align: right;
	float:right;
	padding-left: 2px;
}
#utility li {
	display: block;
	height: 25px;
	background: url(/images/common/header-bottomline2.gif) repeat-x;
	border-left: 1px solid white;
	float: left;
	text-align: center;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#utility a {
	line-height: 20px;
}
#utility a:hover {
	/*text-decoration: none;*/
}
#searchForm {
	padding-top: 3px;
	/*margin:0px;*/
}
#searchForm input {
}


#footer {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 85px;
}
#leftFooter {
	width:25%;
	font-size: 10px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top:12px;
	padding-left:10px;	/* changed to padding to kill IE float margin bug */
	float: left;
}
#rightFooter {
	text-align: right;
	float: right;
	margin-top:12px;
	margin-left: 10px;
	padding-right:30px;	/* changed to padding to kill IE float margin bug */
	font-size:11px;
	float:right;
	line-height: 21px;
}
#rightFooter li {
	float: left;
	padding-left: 20px;
}
#rightFooter a {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	color: #333333;
	font-size: 10px;
	display: block;
	text-align: left;
	padding-left: 15px;
	/*background-position: left 6px;*/
}

.noBorder{
border:0px none !important;
}