@charset "utf-8";
/* CSS Document 03-31-10 */


/* 	GENERAL STYLING____________________________________________________	*/
table td {
line-height:18px;
padding: 3px;
}

body {
	background: #c1d3df url(../_images/bipm_bodyback.png) repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#header {
	background: #c1d3df url(../_images/bipm_topback.png) no-repeat;
	display: block;
	height: 131px;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#wrapper {
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	width: 960px;
}
a.logo {
	display:block;
	float:left;
	height:101px;
	margin:0;
	overflow:hidden;
	text-indent:-999em;
	width:290px;
}
#utilities {
	padding-right: 10px;
	float: right;
	display: block;
	height: 60px;
	width: 280px;
	margin-right: 2px;
}
#utilities #newsletter {
	display: block;
	float: left;
	height: 32px;
	width: 280px;
}
#header form #newsletter-signup {
	background: url(../_images/bipm_news_signup.png) no-repeat;
	float:left;
	height:24px;
	margin: 2px 4px 0px 0px;
	width:141px;
	overflow:hidden;
	text-indent:-999em;
}
#header form input#search {
	border:1px solid #A5ACB2;
	float:left;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:15px;
	margin: 6px 0;
	width:106px;
}
#header form input#submit {
	border:0 none;
	float:left;
	margin: 2px 0px;
}
a.order {
	background: url(../_images/bipm_order.png) no-repeat;
	display:block;
	float:left;
	height:28px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-indent:-999em;
	width:280px;
}

#main_content  ul {
margin:0 10px;
padding-left:20px;
}

#main_content li {
display:list-item;
list-style-position:outside;
list-style-type:disc;
padding-left:0;
font-size:12px;
line-height:16px;
margin-bottom:4px;
}

#main_content p {
line-height:16px;
margin-bottom:1.5em;
}

/*	INTERNAL___________________________________________________________	*/

#main_content {
	background: #ffffff url(../_images/bipm_mainback.png) repeat-y;
	clear: both;
	display: block;
	width: 900px;
	padding: 15px 30px;
	margin: 0px;
}
/*	FOOTER_____________________________________________________________	*/

#footer {
	background: url(../_images/bipm_btmback.png) no-repeat;
	clear: both;
	display: block;
	height: 30px;
	padding: 5px 20px;
	width: 920px;
	color:#005200;
	font-size:12px;
}
#footer #footer-right {
	float:right;
	display: block;
}
#footer #footer-left {
	float:left;
	display: block;
}
#footer a:link, #footer a:visited { 
	font-weight: normal;
	color:#005200; 
	text-decoration:none;
}
