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

body
{
	background-image: url(../img/nightBKGD.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;

}

form
{
	padding: 10px;
}

label
{
	color: #fff;
}

#main
{
	position: absolute;
	top: 50px; left: 50px;
}

#contact
{
	position: absolute;
	left: 600px;
	top: 50px;
	background: #000;
	height: 230px;
	width: 250px;
	opacity: .8;
	z-index: 20;
}

#contact_cheat
{
	position: absolute;
	left: 615px;
	top: 60px;
	z-index: 60;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 310px;
	background: #222;
	font-size: 1.2em;
	background: url(../img/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../img/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #000;
	margin: 0; padding: 0;
	display: none;
	width: 650px;
	height: 400px;
	border: 1px solid #111;
		z-index: 70;


  }

ul.topnav li ul.subnav li{
	color: #fff;
	margin: 0; padding: 10px;
	clear: both;
	width: 600px;
	height: auto;
	text-align: justify;
}

ul.topnav li ul.subnav table
{
	position: relative;
	top: 10px; left: 10px;
}

ul.topnav li ul.subnav td
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
}

/* Thank You */
#thankyou
{
	position: absolute;
	top: 150px;
	left: 100px;
}

/* Footer */

#exceptional
{
	position: absolute;
	top: 450px;
	left: 50px;
}

#exceptional a
{
	font-size: 16px;
	color: #9CF;
}

#about
{
	position: absolute;
	top: 520px;
	left: 50px;
	width: 570px;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#brochures
{
	position: absolute;
	top: 520px;
	left: 670px;
	color: #fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#brochures ul li
{
	list-style: none;
	line-height: 1.2em;
}

#brochures ul li a
{
	color: #9CF;
	text-decoration: none;
}

#brochures ul li a:hover
{
	text-decoration: underline;
	color: #fff;
}
	
/* Specifications */

#specLeft
{
	position: relative;
	top: 0px; left: 20px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

#specLeft ul li
{	
	list-style: none;
	line-height: 1.2em;
	color: #F60;
}

#specRight
{
	position: relative;
	top: -390px; left: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

#specRight ul li
{
	list-style: none;
	line-height: 1.2em;
	color: #FFF;
}

/* Text Styles */

p
{
	font-size: 12px;
	color: #FFF;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}



/** 
 * Slideshow style rules.
 */
#slideshow {
	margin: 0 auto;
	width:640px;
	height:400px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  height: 236px;
  width: 40px;
  background:transparent url(../img/control_left.png) no-repeat 0 0;
  margin-top: 80px;
}
#rightControl {
  top:0;
  right:0;
  height: 236px;
  width: 40px;
  background:transparent url(../img/control_right.png) no-repeat 0 0;
  margin-top: 80px;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color: #333;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font: 24px arial, "Times New Roman", Times, serif;
  color: #FFF;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}

