body {
	background: #000 url(../images/bg.jpg) no-repeat center top;
  color: #818181;
  font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.9em;
}

h1, h2, h3, h4, h5, h6 {
	color: #efefef;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #ff7f00;
	text-decoration: none;
}

a:hover, a:active {
	color: #fb892f;
	text-decoration: underline;
}

strong {
	color: #bcbcbc;
}

form {
  overflow: hidden;
	margin-bottom: 40px;
}

label {
  clear: both;
	float: left;
  width: 100px;
}

input.text, select, textarea {
  background-color: #333;
  border: none;
  color: #fff;
	float: left;
	margin-bottom: 8px;
	padding: 2px;
}

input.text {
  width: 300px;
}

input.submit {
  clear: left;
  float: left;
  margin-left: 100px;
	width: 100px;
}

textarea {
  height: 100px;
	width: 500px;
}

#header {
	margin: 20px 0;
	position: relative;
}

#header h1 {
  background-position: left top;
  background-repeat: no-repeat;
  height: 275px;
  margin: 0 auto;
  text-indent: -999em;
	width: 960px;
}

.en #header h1 { background-image: url(../images/drivecast_en.png); }
.it #header h1 { background-image: url(../images/drivecast_it.png); }

#languages {
  font-size: 9px;
  list-style-type: none;
  margin: 0;
  padding: 0;
	position: absolute;
	right: 20px;
	top: 0;
}

#languages li {
  float: left;
  height: 11px;
  line-height: 11px;
  margin: 0 0 0 20px;
}

#languages li a, #languages li span {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 100%;
  padding-left: 20px;
  width: 100%;
}

#languages #us a, #languages #us span { background-image: url(../images/us.png); }
#languages #it a, #languages #it span { background-image: url(../images/it.png); }

#tabs { 
	list-style: none;
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 0;
	width: 210px;
}

#tabs li {
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 100px;
}

#tabs li.last {
  margin-right: 0;
}

#tabs li a {
	display: block;
	height: 100%;
	line-height: 30px;
	width: 100%;
}

#tabs li a.current {
  background: transparent url(../images/tab.png) no-repeat left top;
	color: #fff;
	cursor: default;
}

#tabs li a:hover, #tabs li a:active, #tabs li a:visited { text-decoration: none; }

.pane {	display:none; }

#appstore {
	margin: 0 0 30px;
}

#appstore a {
  background: transparent url(../images/app_store_badge.png) no-repeat left top;
	display: block;
	height: 56px;
	margin: 0 auto;
	text-indent: -999em;
  width: 171px;
}

#tools {
	margin: 0;
}

#screenshots {
	background: transparent url(../images/bg_phone.png) no-repeat left top;
	height: 650px;
	position: relative;
	width: 276px;
}

#screenshots .scrollable {
  height: 340px;
  left: 25px;
  overflow: hidden;
  position: absolute;
  top: 85px;
 	width: 227px;
}

#screenshots .scrollable .items {
    width: 20000em; 
    position: absolute;
} 
 
#screenshots .scrollable .items img { 
  display: block;
  float: left;
  height: 340px;
  width: 227px;
}

#screenshots .navi {
  top: -25px;
  left: 118px;
  position: absolute;
}

#screenshots .navi a {
  background:transparent url(../images/navigator.png) no-repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 8px;
  margin: 3px;
  width: 8px;
}

#screenshots .navi a:hover {
  background-position: 0 -8x;
}

#screenshots .navi a.active {
  background-position: 0 -16px;
}