	
/*  
.page            { 
	background-color: #ffff00;
	position        : absolute;
	width           : 1100px;
	height			: 400px;  
	top				: 50%;
	left			: 50%;
	margin-top      : -200px;
	margin-left     : -550px
	}
*/
/*
.page            { 
	background-color: #transparent; 
	position        : relative;
	width           : 1100px;
	height			: 100%;
	margin-left     : auto;
	margin-right    : auto;
	}
*/	
.page            { 
	background-color: transparent; /* #ffff00;  */
	position        : absolute;
	width           : 1100px;
	height			: 100%;  
	top				: 0;
	left			: 50%;
	margin-left     : -550px
	}	
body                { /* Page Body */
	background-color: transparent; /* #00ffff; */
	height			: 100%;
	width			: 100%;
	}
.menu       { 
	background-color: transparent;
	position        : absolute;
	text-align      : left;
	left     		: 80px;
	top      		: 100px;
	z-index			: 15;
	font-family     : "Open Sans", Arial, sans-serif;
	font-size		: 14px;
	font-stretch	: condensed;
    font-weight		: 400;
	color           : #808080;
	border			: none;
	}	
	
.text       { 
	position        : absolute;
	text-align      : left;
	z-index			: 10;
	font-family     : "Open Sans", Arial, sans-serif;
	font-size		: 16px;
	font-stretch	: condensed;
    font-weight		: 400;
    color           : #444444;
	/* color           : #808080;*/
	}
		
#order_text              { 
	clear			: both;
	position        : absolute;
	text-align      : left;
	left     		: 0px;
	top      		: 600px;
	z-index			: 10;
	font-family     : "Open Sans", Arial, sans-serif;
	font-size		: 14px;
	font-stretch	: condensed;
    font-weight		: 400;
	color           : #808080;
	}
			
.text_em              { 
	z-index			: 10;
	font-family     : "Open Sans", Arial, sans-serif;
	font-size		: 16px;
	font-stretch	: condensed;
    font-weight		: 800;
	color           : #404040;
	}
		
.logo_1              { 
	position        : absolute;
	top      		: 150px;
	left    		: 400px;
	}	

.logo_2              { 
	position        : absolute;
	right			: 0px;
	top      		: 450px;
	}
.logo_menu              { 
	position        : absolute;
	top      		: -80px;
	left    		: 0px;
	}	
		
.footer {
	position		: absolute;
	bottom			: 12px;
	text-align      : center;
	font            : 10pt 'Arial', Helvetica, sans-serif;
	color           : #404040;
}

.next {
	position        : relative;
	clear			: both;
	margin-left     : 50%; 
	z-index			: 12;
	border			: none;
}



