/* CSS Document */

/* Menu */
#menu a {
	float:left;
	background: url(../images/bgMenu.gif) no-repeat;
	width: 127px;
	height: 28px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	color: #a01a16;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#menu a:hover, #menu a.active {
	background-position: -133px 0;
	width: 127px;
	height: 28px;
	color: #333333;
	margin: 0 5px 0 0;
	padding: 8px 0 0 0;
}

/* Footer */
#footer p { padding: 0; margin: 0; }
#footerContent {
	width: 1004px;
	height: 168px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	color: #333333;
	font-size: 10px;
}
#footerLogo {
	background: url(../images/bgLogo.gif) no-repeat;
	width: 100px;
	height: 100px;
	margin: 15px 20px 0 0;
	padding: 0;
	position: relative;
	float: left;
}
#footerCopyright {
	width: 140px;
	height: auto;
	margin: 13px 20px 0 0;
	float: left;
	position: relative;
}
#footerProducts {
	width: 180px;
	height: 100px;
	margin: 0 20px 0 10px;
	float: left;
	position: relative;
	line-height: 1.5;
}
#footerServices {
	width: 160px;
	height: 100px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	line-height: 1.5;
}
#footerSupports {
	width: 170px;
	height: 100px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	line-height: 1.5;
}
#footerQuickLinks {
	width: 80px;
	height: 100px;
	margin: 0;
	float: left;
	position: relative;
	line-height: 1.5;
}
#footer h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	color: #961120;
}
#footer h2 {
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: -15px 0 0 0;
	z-index: 100;
	position: relative;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #ccc;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #bc2b1a;
}