/*** BEGIN RESET ***/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,img,em,i,strong,b,pre,code,blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:1em;vertical-align:baseline;font-weight:normal;font-style:normal;background:transparent;}
body{line-height:1;}
ul,ol{list-style:none;}
em{font-style:italic;}
strong{font-weight:bold;}
/*** END RESET ***/

html {
  background-color: #000000;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: url(../images/bg-content.png) 0px 65px repeat-x;
}

#header, #content, #footer {
  width: 900px;
  margin: 0 auto;
}

#header {
  margin-top: 10px;
  height: 65px;
}

#content {
  height: 517px;
  padding: 10px 0;
}

#footer {
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

h1 a {
  display: block;
  width: 291px;
  height: 55px;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat;
}

h2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}
  
#navigation {
  position: relative;
  width: 470px;
  height: 16px;
  overflow: visible;
  left: 425px;
  top: -15px;
  color: #ffffff;
}

#navigation a {
  color: #ffffff;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation li {
  float: left;
  width: 120px;
  height: 16px;
  text-indent: 15px;
  padding: 0px 10px 0px 25px;
  overflow: visible;
  border-left: 2px solid #ffffff;
}

#navigation li:first-child {
  border: 0;
}

#navigation li ul {
  position: relative;
  padding-top: 12px;
  background-color: rgba(0,0,0,0.8);
  left: -9999px;
}

#navigation li:hover ul {
  left: auto;
}

#navigation li:hover ul li {
  padding: 4px 0px 9px 0px;
  padding-left: 0;
  border: 0;
  background-color: rgba(0,0,0,0.8);
}

#front-page {
  width: 575px;
  height: 405px;
  margin: 10px 25px;
  padding: 75px 0px 0px 250px;
  font-size: 24px;
  line-height: 2em;
  background: url(../images/bg-front-page.png) no-repeat;
}

#inner-page {
  float: right;
  width: 400px;
  margin: 20px 25px;
   line-height: 2em;
}

#image {
	margin-top: 35px;
	width: 350;
	float: left;
}
  

#footer-left {
  float: left;
}

#footer-right {
  float: right;
  text-align: right;
}

#footer-right span {
  font-size: 18px;
  font-weight: bold;
}

#coming-soon {
  width: 100%;
  margin-top: 200px;
  text-align: center;
  font-size: 36px;
}
