html, body, #wrapper {
	height: 100%;
}
html, body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 15px Arial, Helvetica, sans-serif;
	background: #FFF url(images/modbkgnd.gif);
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#wrapper {
	text-align: center;
}
a:link, a:visited {
	font-weight: bold;
	color: #CC001E;
}
a:hover, a:active {
	font-weight: bold;
	color: #6666CC;
}
#header {
	margin: auto;
	background: url(images/header.jpg) no-repeat center top;
	width: 100%;
	height: 180px;
	text-align: center;
}
#headerCover {
	background: url(images/modbkgnd.gif);
	height: 180px;
	width: 100%;
}
#title {
	background: url(images/title.gif) no-repeat left bottom;
	margin: auto;
	height: 180px;
	width: 750px;
	position: relative;
}
#content {
	margin: 0px 10px;
	padding-bottom: 240px;
	height: auto;
	clear: both;
	text-align: left;
}
.containerWrapper-Centered {
	text-align: center;
	position: relative;
}
#productBox {
	position: relative;
	width: 750px;
	text-align: left;
	margin: auto;
	height: 156px;
}
#productBoxLeft {
	position: relative;
	width: 362px;
	text-align: left;
	left: 0px;
	top: 0px;
}
#productBoxRight {
	left: 388px;
	position: absolute;
	width: 362px;
	text-align: right;
	top: 0px;
}
.abstractMenu {
	position: relative;
	width: 370px;
	text-align: left;
	margin: auto;
}
.abstractMenuLeft {
	position: relative;
	width: 176px;
	text-align: left;
	left: 0px;
	top: 0px;
}
.abstractMenuRight {
	left: 176px;
	position: absolute;
	width: 194px;
	text-align: left;
	top: 0px;
}
.abstractMenu a, .abstractMenu a:visited {
	font-weight: bold;
	color: #6666CC;
	background: url(images/amodbul1b.gif) no-repeat left center;
	display: block;
	text-decoration: none;
	line-height: 24px;
	font-size: 16px;
}
.abstractMenu a:hover, .abstractMenu a:active {
	color: #CC001E;
	background: url(images/amodbul1c.gif) no-repeat left center;
}
#bulletPointsContainer {
	height: 73px;
	width: 500px;
	background: #B8B4E7;
	margin: auto;
	position: relative;
	padding: 0px 5px;
	clear: both;
}
#bulletPointsLeft {
	width: 217px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
}
#bulletPointsRight {
	width: 283px;
	position: absolute;
	left: 217px;
	top: 0px;
}
.bulletPoints {
	line-height: 24px;
	font-weight: bold;
	background: url(images/amodbul1b.gif) no-repeat left center;
	display: block;
}
#announcement {
	font-weight: bold;
	width: 740px;
	border: 2px solid #CC001E;
	text-align: center;
	margin: auto;
	position: relative;
	padding: 5px;
}
#testimonialsContainer {
	width: 90%;
	padding: 5px;
	border: 2px solid #CC001E;
	position: relative;
	margin: auto;
}
#footerContainer {
	position: relative;
	height: 210px;
	clear:both;
	width: 760px;
	margin: -210px auto 0px;
	text-align: center;
}

/* Main Menu */
#menu {
	width: 760px;
	margin: 20px auto 30px;
	text-align: center;
	position: relative;
	height: 68px;
	white-space: nowrap;
}
.menuButton {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menuButton1 a, .menuButton1 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn.gif) no-repeat;
	height:24px;
	width:182px;
	display: inline-block;
	padding: 2px 0px 0px;
	margin: 4px;
	float: left;
}
.menuButton1 a:hover, .menuButton1 a:active { 
    background-position:0 -26px;
    color:#000000;
}
.menuButton2 {
	color:#000000;
	background:url(images/menu_btn-static.gif) no-repeat;
	height:24px;
	width:182px;
	display: inline;
	padding: 2px 0px 0px;
	float: left;
	margin: 4px;
	font-weight: bold;
}

/* Fonts */
.title {
	font-size: 22px;
	font-weight: bold;
	color: #6666CC;
	background: url(images/title_bkgnd.gif) repeat-x left bottom;
	display: block;
	line-height: 34px;
	margin-bottom: 6px;
}
.pageTitle {
	font-size: 22px;
	font-weight: bold;
	color: #CC001E;
	text-align: center;
	display: block;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #CC001E;
	text-align: center;
	display: block;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #6666CC;
}
.arial14px-bold {
	font-size: 14px;
	font-weight: bold;
}
.arial20px-red-bold {
	color: #CC001E;
	font-weight: bold;
	font-size: 20px;
}
.arial16px-red-bold {
	font-size: 16px;
	font-weight: bold;
	color: #CC001E;
}

.arial13px {
	font-size: 13px;
}

.footerMenu {
	font-size: 12px;
	line-height: 35px;
}
.footer {
	font-size: 11px;
}

/* misc */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
