@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	background-repeat:expand;
	font-size:10pt;
	font-family:Arial, Verdana, Helvetica, sans-serif
}
h1 {
	font-family: "Franklin Gothic Medium", "Myriad Pro", Tahoma;
	font-size: 22pt;
	color: #e3b706;
}
.border_right {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999966;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
}
.li_bullet {
	list-style-image: url(images/li.gif);
	line-height: 150%;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
	clip: rect(auto,auto,auto,0px);
}
a:link {

	color: #999966;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:visited {  
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #ff6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
 }
a:active {font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
  } 
a.nav:link {
	color: #996633;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}
a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #996633;
	font-size: 11pt;
	}
a.nav:hover {
	color: #ff6633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11pt;
	}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6633;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	}
a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
a.white:hover {
	color: #ff6633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
a.white:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: oblique;
	color: #339900;
}


/*  DEMO AD */
#fadeinbox{
position:absolute;
width: 300px; 
left: 0;
top: -400px;
border: 2px solid black;
background-color: white;
padding: 0px;
z-index: 100;
visibility:hidden;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFCC;
}
