body {
		margin-bottom: 0px;
		background:#ffffff url(../images/bg_body.gif) repeat-x left top;}
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;

td, textarea, input, select {
	font: 12px Verdana, sans-serif;
	color: 3A3A3A;
	font-weight: normal;
	line-height: 14px;
}
li {

	margin: 0 0 1em 0;
	line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;

}
.b {
	background: #ffffff;
	border: 1px solid #ffffff;
	width: 150px;
	padding-right: 3px;
	margin: 4px 10px 6px 10px;
	height: 150px;
	text-align: center;
	}

	margin: 0 0 1em 0;
	line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;

}
ul {
	margin: 0 0 1em 0;
	line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%; TEXT-DECORATION: none; LIST-STYLE-IMAGE: url(../images/arrow.gif); 
TEXT-ALIGN: left; 
	}
}
/* =typography defaults */
a:link, a:visited{
	color: #004182;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
h1{
	margin: 0 0 .7em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #284D8E;
	font-size: 1.4em;
	font-weight: normal;
}
h2{
	margin: 0 0 .5em 0;
	font-size: 1.4em;
	color: #284D8E;
}
h3{
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	color: #284D8E;
font-family: Arial, Helvetica, sans-serif;
}
h4{
	font-size: 1.2em;
	margin: 0;
}
p{
	margin: 0 0 1em 0;
	line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}
.small{
	margin: 0 0 1em 0;
	line-height: 1.4;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
color: #646464;
}
/* =nav
----------- */

#nav { 
	height: 42px;		
	background: url(../images/bg_nav.gif) 3px 0 no-repeat;
	margin: 0 0 0 3px;
}
#nav ul {
	width: 608px;
	height: 42px;
	margin: 0; 
	padding: 0;	
	float: left;
}
#nav li { 
	float: left;
	margin-left: -5px;
}

#nav li#home{	
	margin-left: 0px;	
}

#nav li a {
	height: 42px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;	
	cursor: pointer;
}

#nav li#home a{
	width: 78px; 
	background-image: url(../images/home_top.gif);	
}
#nav li#home a:hover, #nav li#home a.current{ 
	background-image: url(../images/home_over.gif);	
}

#nav li#profile a{
	width: 89px; 
	background-image: url(../images/about_under.gif);	
}
#nav li#profile a:hover, #nav li#profile a.current { 
	background-image: url(../images/about_over.gif);
}

#nav li#products a{
	width: 101px; 
	background-image: url(../images/services_top.gif);	
}
#nav li#products a:hover, #nav li#products a.current { 
	background-image: url(../images/services_over.gif);
}

#nav li#supplies a{
	width: 93px; 
	background-image: url(../images/design_top.gif);	
}
#nav li#supplies a:hover, #nav li#supplies a.current { 
	background-image: url(../images/design_over.gif);
}

#nav li#customer-support a{
	width: 163px; 
	background-image: url(../images/appointment_top.gif);	
}
#nav li#customer-support a:hover, #nav li#customer-support a.current { 
	background-image: url(../images/appointment_over.gif);
}

#nav li#contact a{
	width: 84px; 
	background-image: url(../images/contact_under.gif);	
}
#nav li#contact a:hover, #nav li#contact a.current { 
	background-image: url(../images/contact_over.gif);
}
