/* http://netventures.tv */
/* v1.0 | 20100128 */

/* navigation */
#page-index #logo {
	display: none;
}

/* screen */
#video {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	position: relative;
	width: 980px;
	height: 297px;
	overflow: hidden;
}
#fader1, #fader2, #fader3, #fader4, #fader5, #fader6 {
	position: absolute;
	display: none;
	width: 980px;
	height: 297px;
	z-index: 10;
}
#fader1 {
	display: block;
	cursor: pointer;
}
.callbtn {
	position: absolute;
	top: 123px;
	left: 271px;
	width: 105px;
	height: 95px;
	background: transparent url('/img/intro/button-bellmedia.png') no-repeat scroll;
	cursor: pointer;
}

#arrow {
	display: none;
}

/* thumbnails */
#screen {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	text-align: center;
}
#screen #arrow {
	cursor: pointer;
}
#screen #arrow img {
	margin-left: 4px;
	width: 151px;
}
#screen ol {
	width: 980px;
}
#screen ol li {
	display: inline;
	float: left;
	width: 233px;
	margin: 0 1px;
	padding: 5px 5px 15px;
	//background: #111111 url('/img/screen/bg.png') repeat-x scroll left top;
	background-color: #111111;
	color: #C7C7C7;
	font: 9pt 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: left;
}
#screen ol li.highlight {
	background: #111111 url('/img/tmp/bg-kopie.png') repeat-x scroll left top;
}
#screen h2 {
	color: #F4F4F4;
	font: 12pt 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#screen ol li a {
	display: block;
	text-align: left;
	text-decoration: none;
}
#screen ol li a.read {
	float: left;
	margin-top: 10px;
	text-indent: 17px;
	background: transparent url('/img/screen/arrow-read-more.png') no-repeat scroll left 2px;
	color: #5CAEFF;
}
#screen ol li a.request {
	float: right;
	margin-top: 10px;
	text-indent: 16px;
	background: transparent url('/img/screen/arrow-request-a-demo.png') no-repeat scroll left 2px;
	color: #C80000;
}
#screen ol li a.request:hover {
	color: #FF4545 !important;
}

/* logo strip */
#logo-strip {
	margin: 0 auto 0;
	width: 100%;
	height: 94px;
	text-align: center;
	background: transparent url('/img/bg/logo-strip.png') repeat-x scroll center top;
}
#logo-strip div
{
	margin: 0 auto 0;
	width: 100%;
	height: 94px;
	text-align: center;
	background: transparent url('/img/logo-strip.png') no-repeat scroll center top;
}

/* content */
#content {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
	color: #F4F4F4;
	font: 10pt 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
#left {
	float: left;
	padding-top: 20px;
	width: 650px;
}
#content p {
	margin-top: 15px;
}
#left h1+p, #right p:first-child {
	font-weight: bold;
}
#right {
	position: relative;
	float: right;
	padding-bottom: 31px;
	width: 310px;
	height: 300px;
	background-color: #1B1B1B;
}
#right * {
	padding-right: 30px;
	padding-left: 30px;
}
#right .bellme_interBut, #right .bellme_interBut * {
	padding-right: 0px;
	padding-left: 0px;
}
#right input[type="text"] {
	padding: 0;
	font: 10pt Arial;
}
#shadow-top {
	margin-bottom: 45px;
	width: 250px;
	height: 14px;
	background: transparent url('/img/right-bg-shadow-top.png') no-repeat scroll left -7px;
}
#shadow-bottom {
	position: absolute;
	bottom: 0;
	width: 250px;
	height: 14px;
	background: transparent url('/img/right-bg-shadow-bottom.png') no-repeat scroll left 8px;
}
.mynumber {
	margin: 10px 0;
	width: 200px;
	border: none;
}
.ringring {
	display: block;
	width: 139px;
	height: 37px;
	border: none;
	background: transparent url('/img/button-call-now.png') no-repeat scroll left top;
	text-indent: -1000em;
	cursor: pointer;
}

/* subscribe / login */
.subscribe, .login {
	margin-top: 15px;
	display: block;
	width: 100px;
	height: 27px;
	border: none;
	text-indent: -1000em;
	cursor: pointer;
}
.subscribe {
	background: transparent url('/img/button-subscribe.png') no-repeat left top;
}
.login {
	background: transparent url('/img/button-login.png') no-repeat left top;
}
#right form p.coupon-error, #right form p.subscribe-error {
	margin: 0 !important;
	padding: 0 !important;
	display: none;
	color: red !important;
	font-size: 9pt !important;
	font-weight: normal !important;
}
#coupon-name, #coupon-company, #coupon-email, #subscribe-name, #subscribe-company, #subscribe-email {
	margin-bottom: 0;
}

/* confirmation */
#thanks {
	margin-top: 20px;
}
#thanks li a {
	color: #5CAEFF;
}
