@charset "utf-8";
body {
	background: url(../layout/bg_body.gif);
	padding:0;
	margin:0;
	border:0;
}
a {
	outline: none;
}
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0; 
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif;
}
h1 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 1.3em;
	color: #60a2bb;
}
#container {
	display:block;
	width: 100%;
	height: auto;
}
a:link, a:visited{
	color: #356378;
	outline: none;
}
a:hover, a:active{
	color: #5992ac;
}

/********************************************************************************* TOP NAV */
#topBox {
	background: url(../layout/bg_topnav.gif);
	width: 100%;
	height:136px;
	margin:0 auto;
}
#logo {
	position: absolute;
	width: 215px;
	height: 100px;
	top:16px;
	left: 13px;
}
#nav {
	position: relative;
	width: 650px;
	height: 44px;
	top: 61px;
	left: 235px;
}
#contactBtn {
	position: relative;
	width: 172px;
	height: 24px;
	top: 9px;
	left: 702px;
}
#promoIcons {
	position: relative;
	background: url(../layout/bg_promoicons.gif);
	width: 100%;
	height: 128px;
	left: 0px;
	text-align: center;
	padding-bottom: 5px;
}
.iPromoProducts{
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
/********************************************************************* BODY CONTENT IFRAME */
#content {
	background: #FFF;
	margin:0 auto;
	text-align: left;
	padding: 10px 50px 0 50px;
	min-height: 360px;
	clear: both;
}
* html #content {
	height: 360px;
}
#footer {
	background: #FFF url(../layout/bg_footer.gif) repeat-x top;
	height:113px;
	margin:0 auto;
	text-align: center;
}
#footerLinks {
	padding: 10px 0 0 0;
	font-size: 13px;
	height:20px;
	margin:0 auto;
	text-align: center;
}
a.footerLinks:link, a.footerLinks:visited{
    color: #669cb7;
	font-weight: bold;
    text-decoration: none;
}
a.footerLinks:hover, a.footerLinks:active{
    text-decoration: underline;
	color: #55879f;
}
a.matmonLink:link, a.matmonLink:visited{
    color: #ffc365;
	font-weight: bold;
    text-decoration: none;
}
a.matmonLink:hover, a.matmonLink:active{
    text-decoration: underline;
	color: #fdb34a;
}
.copyrightTxt{
	font-size: 11px;
	line-height: 25px;
	color: #999999;
	text-align: center;
}
.contactInfo{
	font-size: 12px;
	color:#666666;
}
