
/* Global */

* {margin: 0px;}
html, body { height: 100%; }
a img {border: 0px;}
object.mov {display: none;}
embed { background: #000000; border: 1px solid #000000; }

body { 
	font-family: tahoma,helvetica,arial,sans;
	font-size: 0.7em; color: #384C1C; 
	background-color: #343630; 
	overflow: clip;
}

div#container { 
	position: relative; 
	margin:0 auto;
	text-align: left;
	height: 710px;
	width: 1210px;
	clear: left;
}

div#duro_content { position: absolute; top: 0px; left: 0px; }

div#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -370px;
	float: left; }
	
/* Splash */
body.splash { margin: 0 auto; width: 150px; background: #F1F3C8; }
body.splash div { position: relative; top: 45%; }
	

/* Pop-Ups */


body.popup_wide { background: #C7CA7F url('../gui_page/bg_popup_wide.jpg') fixed no-repeat; margin: 0px; }
body.popup_standard { background: #C7CA7F url('../gui_page/bg_popup_standard.jpg') fixed no-repeat; margin: 0px; }
body.popup_long { background: #C7CA7F url('../gui_page/bg_popup_long.jpg') fixed no-repeat; margin: 0px; }
body.popup_reel { background: #F1F3C8 url('../gui_page/bg_popup_reel.jpg') fixed no-repeat; margin: 0px; border: 3px solid #343630; }

body.popup_wide div#background,
body.popup_standard div#background,
body.popup_long div#background { position: absolute; top: 0px; left: 0px; }

body.popup_wide div#video,
body.popup_standard div#video { position: absolute; top: 20px; left: 20px; }
body.popup_long div#video { position: absolute; top: 10px; left: 15px; }

body.popup_wide div#content_container { position: relative; top: 20px; left: 445px; }
body.popup_standard div#content_container { position: relative; top: 20px; left: 340px; }
body.popup_long div#content_container { position: relative; top: 190px; left: 15px; }

body.popup_wide div#content_header,
body.popup_standard div#content_header { position: absolute; top: 18px; left: 15px; font-weight: bold; }
body.popup_wide div#content_footer,
body.popup_standard div#content_footer { position: absolute; top: 213px; left: 15px; }

body.popup_long div#content_footer { position: absolute; top: 80px; left: 0px; }
body.popup_long div#content_header { position: absolute; top: 10px; left: 0px; font-weight: bold; }

body.popup_wide div#content,
body.popup_standard div#content { 
	position: absolute; top: 55px; left: 15px; 
	width: 330px; height: 160px;}

body.popup_long div#content {
	position: absolute; top: 10px; left: 260px; 
	width: 430px; height: 60px;
	overflow: hidden; }

body.popup_wide div#top_line,
body.popup_standard div#top_line { position: absolute; top: 0px; left: 15px; }
body.popup_wide div#bottom_line,
body.popup_standard div#bottom_line { position: absolute; top: 200px; left: 15px; }
body.popup_wide div#logo,
body.popup_standard div#logo { position: absolute; top: 234px; left: 275px; }

body.popup_long div#top_line { position: absolute; top: 0px; left: 0px; }
body.popup_long div#bottom_line { position: absolute; top: 68px; left: 0px; }
body.popup_long div#logo { position: absolute; top: 72px; left: 700px; }

/* Demo Reel Popup Window */
body.popup_reel div#video { position: absolute; top: 15px; left: 15px; }
body.popup_reel div#label { position: absolute; top: 285px; left: 15px; color: #E75219; line-height: 19px;}
body.popup_reel div#logo { position: absolute; top: 290px; left: 324px; }




