html 
{ 
	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
a img
{
	border: none;
}
a
{
	color: #333399;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	color: #333399;
}
h2{
	font-size: 14px;
	color: #6a6a7b;
	font-weight: bold;
}
h3{
	font-size: 18px;
	color: #2a3887;
}

h4{
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h5{
	font-size: 12px;
	font-weight: bold;
	color: #ed8601;
	margin-bottom: -12px;
}
#header{
	width: 736px;
	height: 61px;
	margin: auto;
	text-align: center;
}
#container{
	width: 760px;
	margin: auto;
}
#content-home{
	width: 760px;;
}
#content{
	float: left;
	padding-left: 12px;
	width: 736px;;
}
#content-left{
	padding: 30px 0 30px 0px;
	float: left;
	width: 162px;
}
#content-right{
	padding: 30px 0 30px 0px;
	float: right;
	width: 574px;
}
#banners{
	clear: left;
	width: 760px;
	height:	112px;
	padding-top: 11px;
	padding-bottom: 13px;
}
#footer{
clear: left;
	padding-top: 10px;
	width: 736px;
	height: 50px;
	margin: auto;
	text-align: center;
	border-top: solid 1px #eeeded;
	background:url(../images/automated-imaging.gif) no-repeat right;
}
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li.about
{
	display: block;
	float: left;
}

#footer ul li.sitemap
{
	display: block;
	float: right;
}
.bottomLinks{
	margin-top: -5px;
	font-size: 11px;
	color: #737273;
}
.copyright{
	margin-top: -7px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #737273;
}
.mathieuLeclerc{
	margin-top: 5px;
}
.logo{
	float: left;
	padding-top: 15px;
}
.feature{
	margin-right: 50px;
}
.image-left{
	float: left;
	padding: 0px 10px 0px 10px;
}
.image-right{
	float: right;
	padding: 0px 0px 10px 10px;
}
.quote{
	padding-left: 0px;
}

/*primarynav*/
#primaryNav{
	margin: auto;
	padding-top: 4px;
	padding-bottom:11px;
	border-top: solid 1px #cccccc;
	width: 736px;
}
#nav{
	list-style: none;
	height: 25px;
	display: inline;
	overflow: hidden;
}

#nav li 
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a 
{
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	outline: none;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
}
	
#nav a:hover 
{
	background-position: 0 -34px;
}

#nav a:active, #nav a.selected 
{
	background-position: 0 -68px;	
}

/* Items */

#home a  
{
	width: 30px;
	background: url(../images/nav-home.gif) top left no-repeat;
	margin-right: 25px;
}

#about-us a  
{
	width: 49px;
	background: url(../images/nav-about-us.gif) top left no-repeat;
	margin-right: 25px;
}

#products a  
{
	width: 53px;
	background: url(../images/nav-products.gif) top left no-repeat;
	margin-right: 25px;
}

#applications a  
{
	width: 69px;
	background: url(../images/nav-applications.gif) top left no-repeat;
	margin-right: 25px;
}


#quality a  
{
	width: 41px;
	background: url(../images/nav-quality.gif) top left no-repeat;
	margin-right: 333px;
}

#contact-us a  
{
	width: 61px;
	background: url(../images/nav-contact-us.gif) top left no-repeat;
}

#footer ul li.text
{
	display: block;
	float: left;
	width: 431px;
	text-align: center;
}
