@charset "utf-8";
/* CSS Document */

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; background-color:#000; color: #FFF;}
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
img { behavior: url('iepngfix.htc') }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap { width: 900px; margin: 0 auto; background:#000 url('images/bg.jpg') no-repeat; background-position: 0% 10%; }
#page-wrap2 { width: 900px; margin: 0 auto; background:#000 url('images/bg2.jpg') no-repeat; background-position: 0% 10%; }
#nav { background-color: #252525; width: 646px; height: 22px; margin: 5px auto 40px auto; padding-top: 8px; }
#flash { width: 900px; height: 200px; margin: 0 auto; }
#footer{ width: 900px; margin: 40px 0 100px 0; }
/* END STRUCTURE */

/* ------------------------------------------ */
/* CLASSES/FANCY LOOKS */
/* ------------------------------------------ */
h1{ font: 20px Helvetica, sans-serif; text-transform: uppercase; font-weight:bold;};
h2{ font: 14px Helvetica, sans-serif; font-weight:bold; color: #999;};

.nav ul{ list-style:none; height: 32px; margin: 0 auto; }
.nav li{ display: inline; margin: 0 12px; }
.nav a{ color: #ffa800; text-decoration: underline; text-transform:uppercase; font: 1.5em;}
.nav a:hover{ color: #ffd583; }

.footer{ text-align: center; }
.footer ul{ list-style:none; margin: 10px 0; }
.footer li{ display: inline; margin: 0 10px; }
.footer a{ color: #555555; text-decoration: none; text-transform: uppercase; }
.footer a:hover{ color: #666666; text-decoration: underline; }

.homeContent{ width: 900px;  margin: 0 auto 10px 0; }
.homeContent a{ color: #ffa800; text-decoration: underline; text-transform:none; font: 1.5em;}
.homeContent a:hover{ color: #ffd583; }

.promoContent{ width: 900px; height: 500px; margin : -35px auto 20px auto; }
.promoflash{ z-index: 5; /*margin-left: -120px; margin-top: -70px;*/ position: relative; left: 43px; outline:none;}
.promo{ width: 575px; height: 290px; margin : 0 auto; border-right: dashed thin #ffa800; border-left: dashed thin #ffa800; position: relative; top: -300px;}
.promo2{ width: 565px; margin : 0 auto 60px auto; border-right: dashed thin #ffa800; border-left: dashed thin #ffa800; position: relative; top: 65px; padding: 0 10px;}
	.promo2 .headimg{ margin-bottom: 10px;}
	.promo2 p{ margin: 10px 0; font-size: 1.6em;}
	.promo2 ul{list-style: inside disc;}
	.promo2 li{ font-size: 1.6em;}

.properties{ width: 520px; margin: 0 auto;}

.extras{ width: 520px; margin: 10px auto;}

