#mainContainer {
        margin: 0;
        width: 100%;
        padding-top: 15px;
        margin-bottom: 15px;
        font-family: Verdana, freeSans, Sans-serif;
}


#bodyContainer
{
        position: relative;
	width: 844px;
	border: 1px solid #ccc;
	min-height: 590px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, freeSans, Sans-serif;
}

#splashLogo
{
        position: absolute;
        width: 654px;
	height: 89px;
	line-height: 89px;
	background-image: url(../images/retailers.png);
	background-repeat: no-repeat;
	background-position: right;
	right: 30px;
	left: 160px;
	bottom: 10px;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
}

#splashLogo a {
        text-decoration: none;
        color: white;
        margin: 5px;
}

a#splashLink {
        position: absolute;
        width: 150px;
        height: 89px;
        right: 0px;
}

#bodyLogo {
	width: 754px;
	height: 89px;
	line-height: 89px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/retailers-europe.png);
	background-repeat: no-repeat;
	background-position: right;
	color: black;
	font-size: 14px;
	letter-spacing: 1px;
}

#bodyLogo a {
        text-decoration: none;
        color: black;
        margin: 5px;
}

#bodyHead {
        position: relative;
}

#bodyMain {

        font-size: 11px;
}


div#topNav {
        position: absolute;
        left: 0px;
        top: 60px;
        min-height: 50px;
        width: 100%;
        text-align: left;
        background-color: white;
        padding-top: 15px;
}

ul#topNav {
        display: block;
        margin-left: 40px;
        list-style: none;
        font-size: 15px;
        display: inline;
        line-height: 25px;
}

ul#topNav li {
        display: inline;
        letter-spacing: 1px;
}

ul#topNav li.navItem {
        margin-right: 30px;
}

ul#topNav li.navItemOn {
        margin-right: 20px;
        font-weight: bold;
}

div#subNav {
        display: block;
        margin-left: 80px;
        min-height: 20px;
        font-size: 12px;
}

div#subNav a {

}

div#subNav a.navItemOn {
        color: #000;
        font-weight: bold;
}


#topNav {        
        font-family: Arial, Verdana, freesans, sans-serif;
}

#topNav a {
        color: black;
        text-decoration: none;
}


a.rightMenuon {
        font-weight: bold;
}

a.rightMenuoff {
        font-weight: normal;
}


