a
{
    color: #496666;
}

a:visited
{
    color: #496666;
}

#applicationPageHeader
{
	background-image: url('../Images/ProSizeLogoSmall.jpg');
	height: 33px;
	margin-left: 20px;
	width: 150px;
}

#bodyContainer 
{	
	margin: 0px auto; 
	width: 800px;  
	background: url(../images/solidSideBar.jpg) left top repeat-y #ffffff; 
	overflow: hidden; 
	border-left: #333339 1px solid; 
	border-right: #333339 1px solid; 
	padding: 0px;
	position: relative;
	min-height: 100%;
}

.headerContainer
{
    color: White;
    background-color: Black;
    height: 100px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.headerContainer *
{
    float: left;
}

.headerContainer ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.headerContainer a:link
{
    color: white;
}

.headerContainer a:visited
{
    color: White;    
}


#applicationHeader
{
    margin: 10px 0px 0px 10px;
    background: url('../images/ProSizeLogo.jpg') no-repeat center;
    width: 201px;
    height: 49px; 
    z-index: 10; 
    position:relative;  
}

#applicationHeader span
{
    display: none;   
}

.brandHeader
{
    margin-top: 0px;
    margin-right: 10px;
    float: right;
    clear: right;
    background: url('../images/BrandLogoLarge.jpg') no-repeat center;
    width: 188px;
    height: 60px;
    margin-top: 5px;
}

.brandHeader span
{
    display: none;
}

#headerLinks
{
    float: right;
    margin: 5px;
    display: none;
}

#headerLinks *
{
    float: left;
    padding: 2px 5px;
}

#headerLinks .companyLink
{
    background: url('../images/BrandHomeLink.jpg') center no-repeat;
    width: 90px;
    height: 12px;
}

.companyLink span
{
    display: none;
}

#headerLinks .corporateLink
{
    background: url('../images/BrandCorpLink.jpg') center no-repeat;
    width: 90px;
    height: 14px;
}

.corporateLink span
{
    display: none;
}


#ribbonImage
{
    width: 800px;
    height: 118px;
    background: url('../images/ribbon.gif') no-repeat;
    position: absolute;
    z-index: 5px;
    top: 65px;
    left: 0px;
    
}

#mainContent
{
    margin-bottom: 63px;
    overflow: visible;
}

.sidebarHeader
{
    font-family: Arial;
    font-weight: bold;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
}

#sideBarContainer
{
    width: 130px;    
    position: absolute;
    top: 175px;
}

#sidebarContainer a
{
    text-decoration: none;
    line-height: 20px;
    padding: 1px 0px; 
}

#sideBarContainer a:link
{
    color: Black;
    text-decoration: none;
    display: block;
}

#sideBarContainer a:visited
{
    color: Black;
    text-decoration: none;
}

#sideBarContainer ul
{
    padding: 0px;   
    border-bottom: black 1px solid;
    padding-bottom: 15px;
    list-style-position: outside;
    margin: 5px 0px 0px 17px;
}

#sideBarContainer #otherToolsLinkList
{
	list-style-type: none;
}

#stepsLinkList a
{
    padding-left: 10px;    
}

#otherToolsLinkList li
{
	list-style-position: outside;
    margin-top: 10px;
}

#contentArea
{
    padding: 0px 10px 0px 10px;
    margin-left: 140px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    
}

.footerContainer
{
    color: White;
    background-color: Black;
    padding: 5px 0px 5px 0px;
    font-size: .8em;
    line-height: 2em;
    
    position: absolute;
    width: 100%;
    min-width: 800px;
    bottom: 0px;
    
    height: 53px;
}

#footerLinkList
{
    list-style-type: none;
    padding: 0px;
}

#footerLinkList
{
    text-align: center;  
    margin: 0px;
}

#footerLinkList li
{
    display: inline;
    padding: 0px 10px;
}

.footerContainer a:link
{
    color: White;
}

.footerContainer a:visited
{
    color: white;
}

.copyrightInformation
{
    text-align: center;
    margin: 0px;
}

#applicationTypeListHeader
{
	background-image: url('../images/AppMenuHeader.jpg');
	width: 270px;
	height: 55px;
}

#applicationTypeListBody
{
	background-color: Black;
	padding: 10px;
	width: 250px;
}

#applicationTypeListFooter
{
	color: Black;
	padding: 8px 13px 30px 11px;
	width: 250px;
	background-image: url('../images/AppMenuFooter.jpg');
	background-repeat: no-repeat;	
}

.selectedStep
{
	list-style: none;
	background: url('../images/linkArrow.png') no-repeat 1px -3px;
}

#extraContainer1
{
	display: none;
}

#extraContainer2
{
	display: none;
}

#applicationProductImage
{
    width: 325px;
    height: 339px;    
    background: url('../images/waterheaters2.png') no-repeat center;
    position: relative;
    margin-top: 70px;
    margin-left: 17px;
    z-index: 10;
}