﻿/* website structure */

html,body {
    height:100%
}

body { 
    text-align: center; 

	font-family: tahoma, verdana, arial;
    font-size:12px;
	color:#000000;
	background-color:#f4f4f4;
	background-image:url('../../images/v2/pagebg.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

#rootContainer{
    position:relative;
    text-align: left; 
    margin-left: auto ;
    margin-right: auto ;
    width:980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px;   
} 

#rootHeader {
    height: 102px;
    position:relative;
}

#affContainer{
    position:relative;
    text-align: left; 
    margin-left: auto ;
    margin-right: auto ;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px; 
    margin: 0 12px 0 12px;
} 

#affHeader {
    
    position:relative;
}

#merContainer{
    position:relative;
    text-align: left; 
    margin-left: auto ;
    margin-right: auto ;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px; 
    margin: 0 5px 0 5px;
} 

#merHeader {
    
    position:relative;
}

#ContentPlaceHolder1Container {
    margin-top: 3px;
    clear:both;
    position:relative;
    text-align: left; 

   
}
#ContentPlaceHolder1Affiliate {
    clear:both;
    position:relative;
    text-align: left;  
    background-color:#FFFFFF; 
    height:100%;
    height:auto;
    min-height:100%;
    
}

#ContentPlaceHolder1Merchant {
    clear:both;
    position:relative;
    text-align: left;  
    background-color:#FFFFFF; 
    height:100%;
    height:auto;
    min-height:100%;
    
}

#bContainer{
    position:relative;
    text-align: left; 
    margin-left: auto ;
    margin-right: auto ;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px; 
} 
#bHeader {
    position:relative;
}

#bContentPlaceHolder {
    clear:both;
    position:relative;
    text-align: left;  
    background-color:#FFFFFF; 
    height:100%;
    height:auto;
    min-height:100%;
    
}

#pushFooter {
    height:82px;
    position:relative;
} 


#rootFooterContainer{
    position:relative;
    height:82px;
    margin-left: auto ;
    margin-right: auto ;
	border-top:solid 1px lightgray;
	text-align:center;
	margin-left: auto ;
    margin-right: auto ;
    width:980px;
	
	/*style="background-image:url('images/footer.jpg'); background-repeat: repeat-x;" align="center"*/
}

#mainMenu{
    position:relative;
    background-image:url('../../images/v2/menubg.jpg');
    background-repeat:repeat-x;
    clear:both;
    height: 42px;
    width:100%;
    min-width:100%
}