@charset "UTF-8";
/* RZ HTML CSS */

/* OLD ORANGE #FF9900 */


html {		
	margin: 0px;
	padding: 0px;
	min-width:1000px;
	background-color:#FFF;
	} 
	

body {margin: 0; padding: 0; font: 11px 'Arial', Helvetica, Lucida Grande, Geneva, Verdana, sans-serif; color: #E1E1E1;}

	
	/* PROJECTBODY2 */
	#projectbody2 { width: 800px; height: 400px; margin: 5px auto; position: fixed; 
	}
	

	.title2 {font-weight: bold; font: 16px 'Arial', Geneva, Verdana, sans-serif;  color: #FFF;
}

	/*PRICE*/
	.title2 {font-weight: bold; font: 16px 'Arial', Geneva, Verdana, sans-serif;  color: #797979;
}
	/*PRICE*/
	#white {font-weight: bold; font: 10px 'Arial', Geneva, Verdana, sans-serif;  color: white;position: relative; margin:40px; 
}


	/*TITLES*/
	.title_p {font-weight: bold; font: 40px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: #333;
}


	/*TEXT*/
	.title_p_txt {font-weight: bold; font: 14px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: #666; line-height:1.4em;
}

	/*TEXT*/
	#title_p_txt_h {font-weight: bold; font: 18px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: #797979;
}
	/*TEXT*/
	.title_p_price {font-weight: bold; font: 20px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: #797979;
}
	/*TEXT*/
	.title_p_txt_red {font-weight: bold; font: 14px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: blue;
}
	/*TEXT*/
	.title_p_txt_blue {font-weight: bold; font: 14px 'Gill Sans', Geneva, Arial, Verdana, sans-serif;  color: #39597d;
}



div.locatetopright {
  margin: 0;
  font-size: 100% /*smaller*/;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  position: fixed;
  top: 4em;
  right: auto;
  width: 15em;
  left: 4em;
}
div.locatetopright p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: white;
  /*border: thin outset #900;*/
  color: white;
}

div.locatetopright a, div.locatetopright em { display: block; margin: 0 0.5em }
div.locatetopright a, div.locatetopright em { border-top: 0px groove #900 }
div.locatetopright a:first-child { border-top: none }
/*div.locatetopright em { color: #CFC } */

div.locatetopright a:link { text-decoration: none; color: black }
div.locatetopright a:visited { text-decoration: none; color: #666 }
div.locatetopright a:hover { background: black; color: white }



/* SPACER TOP */ LESS
#spacertop {margin-top:40px;}


