body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 1em;
	color: #fff;
	background: #000 url(../images/bg.jpg) repeat-x;
	text-align: center;
}
a {
  color: #cdba94;
  font-style: italic;
  text-decoration: underline;
  padding: 0 2px;
}
a:hover {
  color: #222;
  background: #fff;
}
#bg {
	width: 100%;
	background: url(../images/bgshine.png) no-repeat center -250px;
	padding-bottom: 50px;
}
#bg2 {
	width: 100%;
	background: url(../images/bg-screenshot.png) no-repeat center top;
}
#page {
	padding: 30px 0 0;
	width:955px;
	margin: 0 auto;
	text-align: left;
}

#contentimage {
  margin: 15px 0 0 0;
  width: 947px;
  padding: 4px;
  background: #cdba94;
}

#header {
  position: relative;
  height: 112px;
}
#header h1 a {
  width: 210px;
  height: 100px;
  float: left;
  text-indent: -9999em;
  margin: 8px 10px;
  background: url(../images/logo-web.png) no-repeat top left;
}
#nav {
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 10px;
}
#nav li {
  display: block;
  float: left;
  padding: 13px 5px;
}
#nav li a {
  color: #fff;
  background: none;
  text-decoration: none;
  padding: 2px 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#nav li a.active {
  background: #127dd0;
}
#nav li a:hover, #nav li a.hover {
  background: #fff;
  color: #222;
}

#content {
  padding: 30px 25px;
}
#home h2.intro {
  width: 280px;
  height: 173px;
  background: url(../images/mainsprite.gif) no-repeat left top;
  text-indent: -9999em;
}
#home p.introp {
  line-height: 21px;
}
#subcontent {
  background: #000;
  padding: 25px 12px;
}
#features li {
  display: block;
  float: left;
  width: 24.9%;
}
#features li strong, #features li img, #features li a {
  display: block;
}
#features li a {
  width: 183px;
  padding: 4px;
  margin: 13px 0 18px;
  background: #cdba94;
}
#features li a:hover {
  background: #fff;
}
#features li p {
  font-size: 11px;
  line-height: 18px;
  padding: 0 18px;
  color: #c8c8c8;
}
#features li strong {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 1em;
}
#footer {
  font-size: 11px;
  color: #fff;
  padding: 18px 25px;
}
.copyright, .legal, .legal li {
  display: block;
  float: left;
  padding-right: 10px;
}
.legal li a {
  background: none;
}
.legal li a:hover {
  background: #fff;
}
a.mt_venture_link {
  display: block;
  float: right;
  width: 109px;
  height: 24px;
  background: url(../images/mainsprite.gif) no-repeat left -322px;
  text-indent: -9999em;
}
a.mt_venture_link:hover {
  background: url(../images/mainsprite.gif) no-repeat left -322px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

#regform {
  position: absolute;
  top: 0;
  right:0;
}

.formdrop span.dropbg {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  height: 80px;
  background: #000;
  -moz-border-radius-bottomright: 8px; 	-webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px; 	-webkit-border-bottom-left-radius: 8px;
  opacity: 0.75;
  filter: alpha(opacity = 75);
}
.formdrop form {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  padding: 13px 0;
  opacity: 1;
  filter: none;
}
.formdrop fieldset, .formdrop p {
  display: block;
  float: left;
}
.formdrop p {
  font-size: 10px;
  line-height: normal;
  width: 250px;
  color: #bfbfbf;
  word-spacing: -1px;
}
#nav .formdrop p a {
  padding: 0;
  background: none;
  color: #127dd0;
  white-space: nowrap;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#nav .formdrop p a:hover {
  color: #222;
  background: #fff;
}
.formdrop fieldset {
  text-align: right;
  width: 170px;
  padding: 0 20px 0 0;
  margin-left: 3px;
}
.formdrop label, .formdrop input {
  display:block;
  float: right;
}
.formdrop input#email {
  background: #fff;
  border: 0;
  padding: 6px 3px; 
  margin: 0;
  text-indent: 3px;
}
.formdrop input.formsubmit {
  border: 0;
  padding: 1px 5px 2px 5px;
  margin: 5px 0 0;
  color: #fff;
  background: #00b754;
  font-size: 11px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px;
}

.formdrop input.formsubmit:hover {
  color: #222;
  background: #fff;
}
.formdrop .error {
  float: left;
  color: red;
  font-size: 10px;
  margin: 5px 0 0 15px;
}
.formdrop div.loading {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  height: 80px;
  background: #000 url(../images/ajax-loader.gif) no-repeat 30% 50%;
  -moz-border-radius-bottomright: 8px; 	-webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px; 	-webkit-border-bottom-left-radius: 8px;
  opacity: 0.60;
  filter: alpha(opacity = 75);
}
.formdrop div.loading span {
  position: absolute;
  top: 30px;
  left: 175px;
}
.formdrop #formcomplete {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  height: 80px;
  background: none;
  opacity: 1;
  filter: none;
}

.formdrop #formcomplete p em {
	color: #fff;
	font-weight: bold;
	font-style: normal;
}

.formdrop #formcomplete p {
  width: 420px;
  padding: 10px 20px;
}
.formdrop #formcomplete p strong {
  color: #fff;
  font-size: 16px;
  padding-bottom: .4em;
}
.formdrop #formcomplete p strong, .formdrop #formcomplete p span {
  display: block;
}


.clearfix {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.reglink
{
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	*/
	
	padding: 0px 3px 0px 3px;
}

#formcomplete p a
{
	background-color: #127dd0 !important;
	color: #fff !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 1px 5px 1px 4px !important;
}

#formcomplete p a:hover
{
	background-color: #fff !important;
	color: #000 !important;
}

