body, html { 			background-color: #211265;
					margin: 0;
					padding: 0;
					height: 100%;	/*IE*/			
					min-height:100%; /*Other Browsers*/
}

p {					text-align: justify; }

div.container {			min-height: 100%;
					height: auto !important; /* for normal browsers */
					height: 100%; /* For IE */
					text-align: left; /* counter the body center */
					width: 100px;
					border: 1px #999999 solid;					
}

div.leftbar {			position: absolute;
					top: 0;
					bottom: 0; 
					left: 0;
					width: 200px; /*Width of frame div*/
					height: 100%;
					overflow: hidden;
					width: 100px;			
					border: 0px solid #3cabf8;
					background: #ff5200;
					
}

div.container_top {		position: fixed;
					top: 0; 
					left: 100px; /*Set left value to WidthOfFrameDiv*/
					right: 0;
					bottom: 0;
					overflow: auto; 				
					border: 0px #999999 solid;
					background-color: #211265;					
}


div.main {				float:left;	
					margin-left: 2px;	
					width: 697px;
					border: 1px #ff5200 solid;	
}


div.mainflash {			float:left;	
					margin-left: 2px;	
					top: 125px;
					height: 149px;	
					width: 697px;
					z-index: -10;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #211265; 
}



div.rightbar {			float:right;		
					top: 0px;
					width: 795px;
					margin-left:auto;
					border: 0px #8EA2B1 solid;
}

div.tagline {			float:left;	
					width: 795px;
}


div.nav1 {				float:left;		
					/*height: 25px;*/
					width: 795px;
}

div.spacer {			float:left;	
					height: 20px;
					width: 795px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
}



div.footer {			float:left;	
					margin-left: 2px;	
					width: 697px;
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #110839;
}





.retail {
    background: url(images/latestretail.gif) no-repeat;
    height: 22px;
    width: 206px;
    border: none;
}	 


.retail:hover {
    background: url(images/latestretail_ov.gif) 0 0px no-repeat;
}

.office {
    background: url(images/latestoffice.gif) no-repeat;
    height: 22px;
    width: 206px;
    border: none;
}	 


.office:hover {
    background: url(images/latestoffice_ov.gif) 0 0px no-repeat;
}





