/*General Styles*/
				
html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:1em;
	font-family: century gothic, helvetica, arial, verdana, sans-serif;
	background: #000;
	color: #fff;
	behavior: url("csshover3.htc");
}

#wrapper {
	width: auto;
	height: 100%;
	margin: 0;
	text-align:left;
	background: #000;
}

#logo {
	text-align:right;
	width: 1160px;
	background:#000;
	height: 120px;
	position:fixed;
	top: 0;
}

#innerwrapper{
	width:4000px;
	background-color: #555;
	height: 370px;
	margin: 0;
	position:absolute;
	top: 120px;
	left: 0px;
}

#content {
	width: 4000px;
	height: 370px;
	background: #555;
	overflow: hidden;
}

#innercontent {
	text-align:left;
	width: 1202px;
	height: 370px;
	background: #555;
	position: absolute;
	left: 0;
	overflow: hidden;
}

#innercontent.home {
	width: 3960px;
}

#movie {
	height: 284px;
	width: 380px;
	float: left;
}

#mainnav {
	background: #000;
	width: 1160px;
	height:15px;
	text-align: left;
	display: inline;
	position: fixed;
	left: 37px;
	top:500px;	
}

/*  ------------------------------  */
/*  navigation                   */
/*  ------------------------------  */
a.firstLevel:link {
	text-decoration: none;  
	color: #a9a9a9;
	display: inline;
	font: 0.8em/2.0em century gothic, helvetica, arial, verdana, sans-serif;
	border-right: 1px solid #a9a9a9;
	padding-right: 7px;      
}

a.firstLevel:visited {
	color: #666;
	text-decoration: none;
	font: 0.8em/2.0em century gothic, helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	display: inline;
	border-right: 1px solid #666;
	padding-right: 7px;
}

a.firstLevel:hover {
	color: #fff;
	font-weight: bold;
	font: 0.8em/2.0em century gothic, helvetica, arial, verdana, sans-serif;
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 7px;
}

a.firstLevelActive {  
	color: #fff;
	display: inline;  
	font-size: 0.8em;
	font-weight: normal;
	font: 0.8em/2.0em century gothic, helvetica, arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-right: 7px;
	text-align: left;
	text-decoration: none;
}

/*typography*/

h1	{
	color:#fff;
	font-family: century gothic, helvetica, arial, verdana, sans-serif;
	font-size: 1.0em;
	line-height: 2.0em;
	letter-spacing: 0.3em;
	font-weight: normal;
}

h2	{
	color:#fff;
	font-size: 0.8em;
	line-height: 3.0em;
	letter-spacing: 0.3em;
}


p	{
	margin: 1.5em 0 0.75em 0;
	color:#fff;
	font-size: 0.75em;
	font-family: century gothic, helvetica, arial, verdana, sans-serif;
	line-height: 2.0em;
	letter-spacing: 0.10em;
	text-align: justify;	
}

h1.displaynone, p.displaynone, li.displaynone {
	display: none;
}

ul.ref_01, ul.ref_02, ul.ref_03, ul.ref_04 {
	display: none;
}

li.ref_01, li.ref_02, li.ref_03, li.ref_04 {
	display: none;
}

/*images*/

img.left {
	float: left;
	margin-right: 40px;
}

img.right {
	float: right;
	margin-left: 40px;
}

/*--------------------------------------------------
the contact form
---------------------------------------------------*/

/* the form layout */

/* the form layout */

#contentForm {
  display: inline-block;
  width: 450px;
  position: absolute;
  top: 12px;
  left: 320px;
  padding: 0;
  background-color: #transparent;
}

#error {
  height: 60px;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin: 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  visibility: hidden;
}

input, textarea, select {
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  color: #333;
  background: #999;
  border: 1px solid #f3f3f3;
  margin: 5px 0;
  margin-left: 60px;
  width: 200px;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #F9F9F9;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-size: 10px;
  vertical-align: center;
  color: #fff;
  background: #000 /*url(images/submit.jpg) no-repeat left top*/;
  width: 90px;
  height: 26px;
  margin-left: 210px;
  margin-top: 15px;
}

span.required{
  font-size: 13px !important;
  color: #fff !important;
}

.errormsg {
  display: block;
  width: 320px;
  height: auto;
  line-height: 22px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  background: #d61414 url(../images/stop.gif) no-repeat 5px center;
  padding: 3px 10px 3px 40px;
  margin-left: 53px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.msgSent {
  font-size: 20px;
  text-align: left;
}

#success {
   width: 320px;
   height:300px;
   background: #555;
   position: absolute;
   top: 45px;
   left: 41px;
   line-height: 30px;
}









					