body
{
	margin: 0;
    padding: 0;
    background-color: #ababab;
    background-image: url('../Images/bg.jpg');
    background-repeat: repeat-x;
    
    font-family: Arial, Sans-Serif;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
}
input
{
	display: none;	
}
a, a:link, a:hover, a:visited
{
	color: #0066cc;
}
.searchBox
{
	float: right;
	padding: 5px 5px 0 34px;
	/*width: 758px; /*790px total width inc. padding, borders*/
}

.searchBox input
{
	display: inline;
}

#siteCenter
{
	width: 798px;
	margin: 0 auto;
}
#microLogo
{
	width: 792px;
	height: 29px;
	float: left;
	margin-top: 15px;	
}
#microLogo a
{
	width: 327px;
	height: 29px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 400px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../images/logo_micromeritics.jpg');
	background-repeat: no-repeat;
}
#siteContainer
{
	width: 792px;
	float: left;
	border: solid 2px #8b8a8a;
	background-color: #fff;
}

#content
{
	width: 599px;
	float: left;
	padding: 0;
}
#content h2
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #14488f;
}
#content h3
{
	margin: 0;
	margin-top: 8px;
	padding: 0;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
#content p
{
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
#content a.productsLink
{
	width: 208px;
	height: 44px;
	float: right;
	display: block;
	margin-top: 29px;
	margin-left: 80px;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../images/btn_products.jpg');
	background-repeat: no-repeat;
}
#content a.productsLink:hover
{
	background-image: url('../images/btn_products_hover.jpg');
}
#footer
{
	width: 792px;
	height: 58px;
	float: left;
	background-color: #14488f;
	text-align: center;
	padding-top: 15px;
}
#footer a
{
	color: #FFFFFF;
}

.home
{
    border: none;
}

#banner
{
	width: 792px;
	height: 159px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 800px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}

#breadcrumb
{
    margin: 10px 0px 10px 0px;
    float: left;
}