/* 130124 EDERRA, VIROBUILD */
/* ****************************** */
/* !TWO-BLOCKS, MED/LARGE */
div#mainhead {
	width: 760px;
	margin: 16px auto;
	color: #666666;
	text-align: center;
	//outline: 1px dotted red;
}
div#mainhead span {
	text-transform: uppercase;
	color: #000000;
}
div#mainhead > p {
	width: 760px;
	margin: 16px auto 24px;
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	//outline: 1px dotted red;
}
div#mainhead h3 {
	text-align: left;
}

div.frame {
	width: 1000px;
	margin: 4px auto;
	text-align: center;
	//border: 1px solid #CCCCCC;
	
	//outline: 1px dashed red;
}
div.frame > div.large {
	width: 492px;
	min-height: 342px;
	
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 342px;
	
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 20px;
	
	//outline: 1px dotted blue;
}
div.frame > div.small {
	width: 342;
	min-height: 342px;
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 342px;
	
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 20px;
	
	//outline: 1px dotted red;
}


div > div.large > p {
	text-align: left;
	//padding-left: 20px;
	//padding-right: 20px;
		
	//outline: 1px dotted aqua;
}
div > div.small > p {
	text-align: left;
	//padding-left: 20px;
	//padding-right: 20px;
		
	//outline: 1px dotted aqua;
}
/* END 2-BLOCKS, MED/LARGE */


/* EDERRA MENU */
div#ederra_menu {
	position: relative;
	width: 1030px;
	height: 60px;
	margin: 20px auto 4px; /* CENTER IN WINDOW */
	background-color: #3d6d73;
	
	//outline: 1px dotted black;
}
div#ederra_menu h2 {
	display: block;
	position: absolute;
	width: 250px;
	left: 50px;
	top: -4px;
	
	text-transform: uppercase;
	color: #EEEEEE;
	
	//outline: 1px dotted red;
}
div#floor {
	display: block;
	position: absolute;
	width: 300px;
	left: 200px;
	top: 8px;
	
	//outline: 1px dotted red;
	
}
div#deck {
	display: block;
	position: absolute;
	width: 300px;
	left: 200px;
	bottom: 8px;
	
	//outline: 1px dotted red;
}
div#download {
	display: block;
	position: absolute;
	width: 350px;
	right: 50px;
	top: 20px;
	
	//outline: 1px dotted white;
}
div#ederra_menu a {
	display: block;
	width: 300px;
	height: 20px;
	text-align: center; 
	
	color: #EEEEEE;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	
	//outline: 1px dotted blue;
}
div#ederra_menu a:hover {
	color: #E37E29;
	
	//outline: 1px dotted blue;
}

div#floor_banner {
	width: 870px;
	padding: 16px;
	margin: 0 auto;
	//border-bottom: 1px solid #DDDDDD;
}
/* END EDERRA MENU */
/******************** FRAME 2 IN-LINE BLOCK APPLICATION ****/
div#frame_2 {
	width: 742px;
	margin: 10px auto;
	
	text-align: center;
	color: #666666;
	//outline: 1px dotted blue;
}
/*WIDTH= 24.5*/
#frame_2 .main {
	width: 288px;
	
	//min-height: 380px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        //margin: 0;
        zoom: 1;
        *display: inline;
        _height: 380px;
        
	//outline: 1px dotted #FF0000;
	
}
/*WIDTH= 35.5*/
#frame_2 .side {
	width: 410px;
	
	//min-height: 380px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        //margin: 0;
        zoom: 1;
        *display: inline;
       // _height: 380px;
        
        padding: 16px;
	//outline: 1px dotted #FF0000;
	
}
/*
div#frame_2 > div.side > div {
	padding: 5em;
	padding-left: 3em;
	padding-right: 1em;
}
*/
#frame_2 .side {
	border-left: 1px solid #CCCCCC;
}
#frame_2 .side p {
	text-align: left;
	text-transform: uppercase;
	color: #333333;
	
	border-top: 1px solid #CCCCCC;
	padding-top: 6px;
}
#frame_2 .side ul {
	text-indent: 0;
	list-style: square;
	line-height: 2em;
	text-align: left;
	
}
/******************** END FRAME 2 IN-LINE BLOCK APPLICATION ****/

/**********************************************
***********************************************
***********************************************
*********************************************** COMING SOON SECTION ONLY, DELETE WHEN UPDATE TO CONTENT */
div#coming_soon {
	width: 360px;
	height: 240px;
	
	margin: 20px auto;
	
	/* outline: 1px dotted red; */
}
/**********************************************
***********************************************
***********************************************
*********************************************** END COMING SOON SECTION ONLY, DELETE WHEN UPDATE TO CONTENT */

















/* THE END */