﻿/*main background color- #c0c0c0
content background color- #eeeeee
mainContent text- arial
mainContent text color- #2c2828
a visited color- #ffffff
a hover, active color-#bd041f */

body {
	background: #ffffff;
    background-image: url( "/images/background.jpg" );
    background-repeat: repeat-x;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
img {
	border-style: none;
}

#DivShadow
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 1005px;
    height: auto;
	background: url(../images/container_shadow.png) no-repeat;
	
	
}

#DivContainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 977px;
	height: auto;
	background: #eeeeee url(../images/containerBg.jpg) repeat-x;
	border: 1px solid #ffffff;
}
#DivHeaderTop {
	background: #eeeeee url('../images/headerTop.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 977px;
	height: 62px;
	
}
#DivHeaderLower #DivHeaderLogo 
{
	float:left;
	position:relative;
	width:152px;
	left: 35px;
	top: 15px;
	 height: 131px;
    margin-top:-100px;
	
	
}

#DivHeaderTop #DivHeaderMenu
{
    float: Right;
    font-size: 12px;
    color: #2c2828;
    padding-top:10px;
    padding-right:50px;
}


#DivHeaderTop #DivHeaderMenu a, #DivHeaderTop #DivHeaderMenu a:visited
{
    color:#2c2828;
    text-decoration:none;
}

#DivHeaderTop #DivHeaderMenu a:hover,  #DivHeaderTop #DivHeaderMenu a:active
{
    color:#bd041f;
    text-decoration:none;
}

#DivHeaderLower {
	
	background: #eeeeee url('../images/headerLower.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 977px;
	height:64px;
}
/*Begin top navigation styles*/

#DivTopNavMenu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #eeeeee;
	height: 31px;
	list-style: none;
}
#DivTopNavMenu a {
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
}
#DivTopNavMenu li {
	float: left;
}
#DivTopNavMenu #home {
	background-image: url('../images/home.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #home:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #homeOver {
	background-image: url('../images/home.jpg');
	background-repeat: no-repeat;
	background-position: 0 -31px;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #homeOver:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #aboutEri {
	background-image: url('../images/aboutEri.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #aboutEri:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #aboutEriOver {
	background-image: url('../images/aboutEri.jpg');
	background-repeat: no-repeat;
	background-position: 0 -31px;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #aboutEriOver:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #products {
	background-image: url('../images/products.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #products:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #productsOver {
	background-image: url('../images/products.jpg');
	background-repeat: no-repeat;
	background-position: 0 -31px;
	width: 144px;
	height: 31px;
}
#DivTopNavMenu #productsOver:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #marketing {
	background-image: url('../images/marketing.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 143px;
	height: 31px;
}
#DivTopNavMenu #marketing:hover {
	background-position: 0 -31px;
}
#DivTopNavMenu #marketingOver {
	background-image: url('../images/marketing.jpg');
	background-repeat: no-repeat;
	background-position: 0 -31px;
	width: 143px;
	height: 31px;
}
#DivTopNavMenu #marketingOver:hover {
	background-position: 0 -31px;
}
/*End top navigation styles*/


#DivIntroFlash {
	clear:both;
	background: #fdf6ed url('../images/homePageImage.jpg');
	padding: 0px 0px 0px 0px;
	width: 977px;
	height: 523px;
	min-height:523px;
	position:relative;
}

#DivIntroFlash #DivHomeMenu
{
    font-size: 18px;
    color: #ffffff;
    padding: 280px 0px 0px 0px;
    
    text-align:justify;
    text-transform:uppercase;
}


#DivIntroFlash #DivHomeMenu a, #DivIntroFlash #DivHomeMenu a:visited
{
	padding: 0px 38px 0px 107px;
    color:#ffffff;
    text-decoration:none;
}

#DivIntroFlash #DivHomeMenu a:hover,  #DivIntroFlash #DivHomeMenu a:active
{
	padding: 0px 38px 0px 107px;
    color:#bd041f;
    text-decoration:none;
}

#DivContent {
	clear:both;
	background: #eeeeee url(../images/mainContentBg.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
	width: 977px;
	/* START: MIN-HEIGHT HACK */
    min-height:200px;
	height:auto !important;
	height:auto;
    /* END: MIN-HEIGHT HACK */ 

}

#DivBreadCrumb
{
    color: #2c2828;
    text-align:right;
    font-size:10px;
}

#DivBreadCrumb a, #DivBreadCrumb a:visited
{
    text-decoration:underline;
    color: #2c2828;
}

#DivBreadCrumb a:hover,  #DivBreadCrumb a:active
{
    text-decoration:underline;
    color: #bd041f;
}

#DivLeftNav {
	float: left;
	background:  url('../images/leftNavBkg.jpg');
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	width: 252px;
	/* START: MIN-HEIGHT HACK */
     min-height:430px;
	height:auto !important;
	height:auto;/* END: MIN-HEIGHT HACK */	
}
#DivLeftNav #DivSectionTitle {
	font-size: 23px;
	font-family: "Arial" Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 30px 5px 25px 5px;
	height:45px;
}
#DivLeftNav #DivSectionTitle a, #DivLeftNav #DivSectionTitle a:visited {
	font-size: 23px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
#DivLeftNav #DivSectionTitle a:hover, #DivLeftNav #DivSectionTitle a:active {
	font-size: 23px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
#DivLeftNav .MenuItem {
	color:#fff;
	font-family:"Arial" Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-align:center;
	background-image: url( "/images/leftNavItem.png" );
	width: 252px;
	height: 35px;
}
#DivLeftNav .MenuItemActive {
	color:#fff;
	font-family:"Arial" Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-align:center;
	background-image: url( "/images/leftNavItemOver.png" );
	width: 252px;
	height: 35px;
}
#DivLeftNav .MenuItem a {
	color:#fff;
	font-family:"Arial" Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration:none;
	padding: 9px 0px 5px 0px;
	display:block;
}
#DivLeftNav .MenuItemActive a, #DivLeftNav .MenuItem a:hover, #DivLeftNav .MenuItemActive a:active, #DivLeftNav .MenuItemActive a:hover {
	color:#ffffff;
	font-family:"Arial" Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	background-image: url( "/images/leftNavItemOver.png" );
	width: 252px;
	height: 20px;
	text-decoration:none;
	padding: 9px 0px 5px 0px;
	display:block;
}

#DivMainContent {
	float: Right;
	background:#eeeeee;
	background-position: 0 0;
	padding: 0px 0px 0px 0px;
	width: 725px;
	/* START: MIN-HEIGHT HACK */
    min-height:200px;
	height:auto !important;
	height:auto;/* END: MIN-HEIGHT HACK */
}
#DivMainContent #DivMainContentText {
	background:#eeeeee;
	padding: 0px 15px 5px 20px;
	width: 690px;
	min-height: 100px;
	height:auto;
}
#DivMainContentHome {
	float: Right;
	background:#504f4f;
	background-position: 0 0;
	padding: 0px 0px 0px 0px;
	width: 977px;
	/* START: MIN-HEIGHT HACK */
    min-height:200px;
	height:auto !important;
	height:auto;/* END: MIN-HEIGHT HACK */
}
#DivMainContentHome #DivHomeText {
	background:#eeeeee;
	color: #fff;
	font-size: 13px;
	padding: 15px 15px 5px 20px;
	width: 942px;
	min-height: 100px;
	height:auto;
}
#divFooter {
	background: #fff url('../images/footerBkg.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 977px;
	height: 53px;
	color: #ffffff;
	text-align: center;
	font-size:14px;
	clear:both;
	visibility:visible;
}
#divFooter a, #divFooter a:visited {
	color: #ffffff;
	text-decoration:none;
}
#divFooter a:hover {
	color: #bd041f;
	text-decoration:none;
}
#divFooter a:active {
	color: #bd041f;
	text-decoration:none;
}
#divFooter #divFooterMenu {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#divFooter #divCopyright {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footerSpan {
	font-size: 9px;
}
.footerSpan a {
	font-size: 9px;
}
