body {
	background-color: #000000;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Halvetica, Arial, Sans-Serif;
	line-height: 1.2;
}
textarea {
	font-size: 1em;
	font-family: Halvetica, Arial, Sans-Serif;
}

div.clear {
	width: 100%;
	overflow: hidden;
	height: 0;
	margin: 0;
	clear: both;
}

.clear-left {
	clear: left;
}

.wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.header {
	height: 75px;
}
	.header .logo {
		text-indent: -9000px;
		height: 39px;
		width: 158px;
		padding: 20px 0 0 45px;
		float: left;
	}
	.header .logo a {
		background: #000000 url(../images/logo.gif) no-repeat scroll 0 0;
		display: block;
		height: 100%;
		width: 100%;
	}

.error {
	color: red;
}

h1,
h2 {
	font-size: 16px;
	margin: 12px 0 18px;
	color: #999;
}

h1 span,
h2 span {
	color: #fff;
}

small {
	font-size: 10px;
}

.header ul.navigation {
	float: right;
	padding: 30px 35px 0 0;
	font-size: 9px;
	font-weight: bold;
	width: 500px;
}

.header ul.navigation li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #666;
	margin-bottom: 5px;
}

.header ul.navigation li.last {
	border: none;
}

.header ul.navigation li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.header ul.navigation li.selected a,
.header ul.navigation li a:hover {
	text-decoration: underline;
}

.header form {
	float: right;
	vertical-align: middle;
	padding-top: 10px;
	margin-right: 30px;
	display: inline;
	text-align: right;
	width: 520px;
}

.header form label {
	font-size: 12px;

	cursor: pointer;
}

.header form p {
	margin: 6px 0;
}

.header form .text {
	border: 1px solid #666;
	padding: 3px 4px;
	width: 175px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}

.header form .submit {
	vertical-align: middle;
	margin-left: 6px;
}

.buttons {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

.landing {
	margin: 0 auto;
	width: 704px;
}

.button,
.button div,
.button input,
.button button,
.button a {
	background: url(../images/button.png) 0 0 no-repeat;
	height: 26px;
	overflow: hidden;
}
	.button {
		background-position: 0 -26px;
		background-repeat: repeat-x;
	}
	.button input,
	.button button,
	.button a {
		border: 0;
		background-position: right -52px;
		color: #fff;
		line-height: 2.2em;
		font-size: 1em;
		padding: 0 20px;
		cursor: pointer;
	}
	
	*:first-child+html .button input,
	*:first-child+html .button button,
	*:first-child+html .button a {
		padding: 0 10px;
	}
	* html .button input,
	* html .button button,
	* html .button a {
		padding: 0 10px;
	}
	
	.button input,
	.button button {
		padding-bottom: 4px;
	}
	.button a {
		display: block;
	}

.buttons div {
	float: left;
	margin-right: 10px;
}

.buttons div.double a {
	display: block;
	margin-bottom: 5px;
}

img {
	vertical-align: bottom;
}

.buttons .last {
	margin: 0;
}

.container {
	padding: 0;
	width: 705px;
	margin: 0 auto;
	position: relative;
}

/* POPUP */
.popup {
	position: absolute;
	border: 1px solid #B86E00;
	background: #000;
	top: 0;
	left: 308px;
	display: none;
	width: 260px;
	z-index: 1;
}
	.popup .inner {
		padding: 20px;
	}
	.popup .arrow {
		position: absolute;
		right: -20px;
		top: 15px;
		background: url(../images/popup_arrow.gif) 0 0 no-repeat;
		width: 20px;
		height: 37px;
	}
	
	.popup div.input {
		padding: 0 0 16px;
		margin: 0;
	}
	
	.popup input.txt,
	.popup textarea.txt {
		background: #000;
		border: 1px solid #666;
		color: #fff;
		font-size: 1em;
		width: 216px;
		padding: 1px 1px 2px;
	}
	
	.popup textarea.txt {
		height: 80px;
		max-width: 216px;
	}
	
	.popup input.error,
	.popup textarea.error {
		color: #f00;
	}
	
	.popup .captcha {
		margin: 0 0 22px;
		overflow: hidden;
		min-height: 0;
	}
		.popup .captcha .preview {
			float: left;
			border: 1px solid #666;
			padding: 1px;
			margin: 0;
		}
		.popup .captcha .preview img {
			display: block;
			margin: 0;
		}
		
		.popup .captcha input.txt {
			float: right;
			width: 116px;
		}
		
		.popup .captcha .button {
			clear: both;
			float: left;
			margin: 10px 0 0;
		}
		.popup .captcha .button div {
			margin: 0;
		}
		.popup .captcha .button button {
			width: 220px;
		}
		
	.popup .submit {
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		.popup .submit .button {
			margin: 0;
			float: left;
		}
		.popup .submit .button:first-child {
			margin: 0 6px 0 37px;
		}
			.popup .submit .button div {
				margin: 0;
			}
			.popup .submit .button input,
			.popup .submit .button button {
				width: 69px;
			}
	
	* html .popup .captcha .button,
	* html .popup .captcha .button div {
		width: 100%;
	}

	* html .popup .submit .button,
	* html .popup .submit .button div {
		width: 69px;
	}
	
	* html .popup .submit .button {
		margin: expression(!previousSibling ? '0 3px 0 19px' : '0');
	}

/* Air Kit */

.air-kit {
	font-size: 11px;
}

.air-kit  h1 {
	font-size: 18px;
	color: #fff;
  margin-bottom: 0;
}
.air-kit  p {
Padding-top: 10px;
}

.air-kit-preview {
	list-style: none;
	padding: 6px 0 6px 0;
  float: left;

}

.air-kit-preview img {
  padding-bottom: 2px;
}

.air-kit-preview li {
  padding: 4px 0 4px 7px;
  background: url(../images/list-bullet.gif) 0 9px no-repeat;
}

.air-kit-list {
  float: left;
  width: 500px;
  height: 420px;
  font-weight: normal;
  text-align: center;
}

.air-kit-list a {
  opacity: 1;
}

.air-kit-list li {
  display: inline;
  float:left;
  padding-left: 15px;
}

.videos {
	padding-top: 40px;
}

.videos div {
	float: left;
	margin: 0 15px 25px 0;
	position: relative;
}

.videos div a {
	color: #fff;
	text-decoration: none;
}

.videos div p {
	position: absolute;
	top: 114px;
	left: 54px;
	font-size: 14px;
}

.videos .last {
	margin:0;
}

/* Technical data */

.technical-data {
	padding: 10px 0 0 0;
}

.technical-data h1 {
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding:0;
}

.technical-data h2 {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding:0;
}

.technical-data h3 {
    text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.technical-data table {
	line-height: 1.3;
}

.technical-data table td {
	font-size: 11px;
}

.technical-data table thead th{
  padding-bottom: 20px;
}

.technical-data table thead th {
  vertical-align: top;
      text-align: left;
}

.technical-data table tbody th {
  text-align: left;
}

.technical-data table thead th p {
  font-size: 11px;
  
}

.technical-data table thead th p.notice {
  width: 110px;
  color: #999;
}

.technical-data .data {
	position: relative;
}

.use-guide .guide,
.technical-data .data .guide {
	position: absolute;
	right: 0;
	bottom: 0;
	
}
.use-guide h2,
.guide h1 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 2px;
	text-decoration: none;
}

.use-guide .guide a,
.technical-data .data .guide a {
	text-decoration: none;
	color: #fff;
}

.use-guide .guide a:hover span,
.technical-data .data .guide a:hover span {
	text-decoration: underline;
}

.technical-data .data .guide {
  top: 0;
}
.use-guide .guide img {
	margin-top: 4px;
}

.use-guide .guide h2 img,
.technical-data .data .guide h1 img {
	margin-bottom: 2px;
}

/* Cable guide */

.cable-guide {
	overflow: hidden;
}
.cable-guide h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 7px;
}
.cable-guide p {
	font-weight: normal;
}
.cable-preview {
  float: left;
  width: 205px;
  font-size: 11px;
}

.cable-preview img {
  padding-bottom: 10px;
}

.cable-list {
  float: left;
  width: 500px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.cable-list li {
  float: left;
  display: inline;
  width: 124px;
  margin: 0 0 15px;
}

.cable-list li img {
  padding-bottom: 6px;
}

/* Use guide */

.use-guide {
	padding: 12px 0 0;
	overflow: hidden;
	min-height: 465px;
}

* html .use-guide {
	height: 465px;
}

.use-guide .guide {
	right: auto;
	left: 0;
}

.use-guide ul {
	list-style: none;
	float: left;
	width: 175px;
}
	.use-guide li {
		padding: 6px 0 6px 10px;
		line-height: 1.2em;
		background: url(../images/list-bullet-2.gif) 2px 10px no-repeat;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.use-guide li.selected {
		background: url(../images/list-bullet-3.gif) 2px 10px no-repeat;
	}
	.use-guide li a {
		color: #fff;
		text-decoration: none;
	}

.use-guide .content {
	float: right;
	width: 523px;
}

.use-guide .image {
	background: #B5B4AF;
	min-height: 247px;
	text-align: center;
}
.use-guide-3 .image {
	background: #000;
}
* html .use-guide .image {
	height: 247px;
	text-align: center;
}

.use-guide h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 18px;
}

.use-guide p {
  margin: 10px 0;
  font-size: 11px;
}

.use-guide p a {
  color: #3399FF;
  text-decoration: none;
}

.use-guide p a:hover {
  color: #3399FF;
  text-decoration: none;
}

/* Demo */
.demo h1 {
	margin: 8px 0 27px;
	font-size: 18px;
	color: #fff;
}

.demo div.inp {
	width: 400px;
}

.demo .col-1 {
	float: left;
	width: 330px;
	margin: 0;
}
.demo .col-2 {
	float: right;
	width: 370px;
	margin: 15px 0 0;
}

.demo div.select,
.demo div.select a,
.demo div.select span {
	background: url(../images/dropdown.gif) left top no-repeat;
	display: block;
	height: 24px;
}
	.demo div.select {
		float: left;
		margin: 0;
		background-position: 0 -24px;
		background-repeat: repeat-x;
		width: 240px;
		position: relative;
	}
	.demo div.select a {
		text-decoration: none;
		color: #666;
		font-size: 12px;
		background-position: right -48px;
	}
	.demo div.select a span {
		padding: 0 24px 0 8px;
		line-height: 2.1em;
	}
	* html .demo div.select a,
	* html .demo div.select span {
		overflow: hidden;
	}

	.demo div.select .select-dropdown {
		display: none;
		background: #fff;
		z-index: 10;
		margin: 0;
		top: 23px;
		background: #EFEFEF;
		position: absolute;
		overflow: hidden;
	}
	.demo div.select .select-dropdown a {
		background: none;
		padding: 3px 0 4px 8px;
		height: auto;
	}
	.demo div.select .select-dropdown a:hover {
		background: #E6E6E6;
	}
	.demo div.select .select-dropdown ul {
		height: 250px;
		overflow: auto;
		overflow-x: hidden;
	}
	.demo div.select .select-dropdown .l,
	.demo div.select .select-dropdown .r {
		display: block;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		background: #000;
		position: absolute;
		bottom: 0;
	}
	.demo div.select .select-dropdown .l {
		left: 0;
	}
	.demo div.select .select-dropdown .r {
		right: 0;
	}

.demo form div.secondary {
	margin: 7px 0 6px;
}
.demo form div.secondary.submit input {
	margin: 15px 0 12px;
}
.demo form div.secondary p small {
	color: #666;
	display: block;
}

.demo form {
	display: block;
	margin-top: 14px;
}


/* Playlist */

.playlist {
	float: left;
	padding-right: 32px;
}
.playlist div {
	float: left;
	margin-right: 28px;
	width: 118px;
}

.playlist div a {
	display: block;
}

.playlist div p {
	margin: 6px 0;
	font-size: 10px;
}

.playlist .last {
	margin:0;
}

form div {
	margin: 15px 0;
}

form div label {
	float: left;
	width: 80px;
	cursor: pointer;
	margin-top: 5px;
}

form div.secondary label {
	float: none;
	width: auto;
}

form div .text {
	border: 1px solid #666;
	padding: 3px 4px;
	width: 200px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}

form div .checkbox {
	vertical-align: middle;
}

form div .off-screen {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

.link {
	float: left;
	width: 380px;
	background: transparent url(../images/logo_youtube.gif) no-repeat scroll 0 3px;
	padding: 27px 0 0;
}

.link p {
	font-size: 10px;
	margin-bottom: 10px;
}
.link a{
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}

#flash_content {
	margin-right: 15px;
	height: 309px;
	margin-bottom: 34px;
}

.preview-1,
.preview-2,
.preview-3,
.preview-4,
.preview-5,
.preview-6 {
	position: absolute;
	top: 40;
	left: 0;
	height: 240px;
	margin-bottom: 15px;
	width: 320px;
	z-index: 1;
}

.preview-1 { background: transparent url(../swf/mov/preview1.jpg) no-repeat scroll 0 0; }
.preview-2 { background: transparent url(../swf/mov/preview2.jpg) no-repeat scroll 0 0; }
.preview-3 { background: transparent url(../swf/mov/preview3.jpg) no-repeat scroll 0 0; }
.preview-4 { background: transparent url(../swf/mov/preview4.jpg) no-repeat scroll 0 0; }
.preview-5 { background: transparent url(../swf/mov/preview5.jpg) no-repeat scroll 0 0; }
.preview-6 { background: transparent url(../swf/mov/preview6.jpg) no-repeat scroll 0 0; }

.where-to-but {
	list-style-type: none;
}

.where-to-but li {
	border-top:1px solid #666666;
	overflow: hidden;
	height: 1%;
	padding: 10px 0 12px;
}
.where-to-but li:first-child {
	border-top: 0;
}
* html .where-to-but li {
	border-top-width: expression(!previousSibling ? '0px' : '1px');
}

.where-to-but li h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

.where-to-but li a{
	text-decoration: none;
	color: #fff;
}
.where-to-but li a:hover {
	text-decoration: underline;
}
.where-to-but li span {
	display: -moz-inline-block;
	display: inline-block;
	width: 38px;
}

.where-to-but li .column {
	float: left;
	margin-right: 20px;
	width: 171px; /*215px;*/
}
.where-to-but li .column.last {
	margin-right: 0;
	width: 131px;
}
.where-to-but .column .button {
	float: right;
	margin-top: -20px;
	position: relative;
}
* html .where-to-but .column .button input {
	width: 100%;
}

.footer {
  border-top: 1px solid #666666;
  margin: 30px auto 0;
  overflow: hidden;
  min-height: 0;
  padding: 7px 0 15px 0;
  line-height: 1.5em;
  width:705px;
}
	* html .footer {
		height: 1%;
	}
	
	.footer .download {
		float: left;
	}
	.footer .download a {
		font-size: 18px;
		color: #999;
		text-decoration: none;
	}
	.footer .download a:hover {
		text-decoration: underline;
	}

	.footer .profoto-link {
		font-size: 16px;
		color: #999;
		text-decoration: none;
		float: right;
	}
	.footer .profoto-link:hover {
		text-decoration: underline;
	}