/* Default css styles */
body {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #b2ffff;
	background-image: url("/templates/neukhardv2/img/background.png");
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 14px;
}

div#header {
	width: 960px;
	height: 110px;
	background-image: url("/templates/neukhardv2/img/header.png");
	background-repeat: no-repeat;
	margin-top: 10px;
}

div#footer {
	width: 960px;
	height: 100%;
	background-image: url("/templates/neukhardv2/img/footer_bg.png");
	background-repeat: no-repeat;
	background-color: #32c9d0;
	clear: both;
	-moz-background-inline-policy: continuous;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 4px 0 2px 0;
}

h1 {
	font-family: Tahoma;
	font-size: 22px;
	color: #25beca;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #e9154f;
	margin: 0 0 6px 0;
}

p {
	font-family: Tahoma;
	font-size: 14px;
}

/*End -  Default css styles */ /* Style of the menu */
div#menuContainer {
	float: right;
	width: 418px;
	height: 43px;
}

ul#menu {
	width: 418;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	float: left;
}

/* Normal State */
ul#menu li a {
	background: url("/templates/neukhardv2/img/menu.png") no-repeat scroll
		top left;
	display: block;
	height: 43px;
	position: relative;
}

ul#menu li a.home {
	width: 78px;
}

ul#menu li a.videos {
	width: 72px;
	background-position: -78px 0px;
}

ul#menu li a.webcams {
	width: 90px;
	background-position: -150px 0px;
}

ul#menu li a.partners {
	width: 88px;
	background-position: -240px 0px;
}

ul#menu li a.contact {
	width: 90px;
	background-position: -328px 0px;
}

/* Hover state */
ul#menu li a span {
	background: url("/templates/neukhardv2/img/menu.png") no-repeat scroll
		bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

ul#menu li a.home span {
	background-position: -0px -43px;
}

ul#menu li a.videos span {
	background-position: -78px -43px;
}

ul#menu li a.webcams span {
	background-position: -150px -43px;
}

ul#menu li a.partners span {
	background-position: -240px -43px;
}

ul#menu li a.contact span {
	background-position: -328px -43px;
}

ul#menu li a span:hover {
	cursor: pointer;
}

/* End of menu styling */ /* Style of the searchbox */
div#search {
	width: 944px;
	height: 84px;
	background-image: url("/templates/neukhardv2/img/search_background.png")
		;
	font-family: Tahoma;
	color: #ffffff;
	padding: 8px;
}

div#search h2 {
	font-family: Tahoma;
	font-size: 15px;
	color: #ffffff;
	margin: 0 0 4px 3px;
	width: 230px;
	font-weight: normal;
}

div#search th h2 {
	font-family: Tahoma;
	font-size: 15px;
	color: #ffffff;
	margin: 0;
	font-weight: normal;
	width: 150px;
	float: left;
}

div#searchQuery {
	width: 230px;
	height: 30px;
	float: left;
}

div#searchButton {
	width: 140px;
	height: 24px;
	margin: 6px 0 0 0px;
	float: left;
}

input.searchbox {
	width: 161px;
	height: 15px;
	background: transparent url("/templates/neukhardv2/img/searchbox.png")
		no-repeat scroll 0 0;
	border: 0 none;
	padding: 7px;
}

select.searchbox {
	width: 175px;
	height: 29px;
	background: transparent url("/templates/neukhardv2/img/searchbox.png")
		no-repeat scroll 0 0;
	border: 0 none;
}

div#searchCategories {
	width: 700px;
	height: 84px;
	float: right;
	margin-top: -24px;
}

div#search td {
	font-family: Tahoma;
	font-size: 14px;
}

div.cat {
	font-family: Tahoma;
	font-size: 13px;
	float: left;
	height: 20px;
	width: 110px;
	margin-right: 6px;
}

div.catTxt a {
	width: 90px;
	height: 20px;
	float: left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

div.catTxt hover {
	
}

input.catCheckBox {
	margin: 0 0 0 0;
	float: left;
	vertical-align: middle;
}

/* End - Style of the searchbox */
	/* Start - Style of the container and the trailerItems */
div#container {
	width: 940px;
	padding: 10px;
	float: left;
	background-color: #fff;
	position: relative;
	height: auto;
	padding-bottom: 20px;
}

div#trailers {
	width: 920px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

div.trailer {
	width: 450px;
	height: 210px;
	float: left;
	margin-bottom: 10px;
}

div.trailerContent {
	width: 450px;
	height: 180px;
	float: left;
}

div.trailerImg {
	width: 200px;
	height: 150px;
	float: right;
	text-align: center;
	border: 1px solid #e9154f;
	margin: 2px;
}

div.trailer h2 {
	height: 20px;
	width: 450px;
	font-size: 16px;
	font-family: Tahoma;
	color: #e9154f;
	margin: 0 0 0 0;
}

div.description {
	height: 140px;
	font-family: Tahoma;
	font-size: 14px;
}

div.viewTrailer a img {
	text-decoration: none;
	border: 0;
	margin-left: 20px;
}

div#trailers div.spacer {
	width: 20px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url("/templates/neukhardv2/img/spacer.png");
	background-repeat: repeat-y;
	background-position: center;
}

div.tags{
	width: 300px;
	height: 14px;
	margin-bottom: 4px;
}

div.tagText{
	float: left;
	width: 50px;
	height: 14px;
	font-size: 14px;
}

div.tags h3{
	margin: 0;
	float: left;
	/*margin-top: -2px;*/
	font-size: 13px;
	font-weight: 100;
}

div.tags h3 a{
	text-decoration: none;
	font-size: 13px;
}

/* End - Style of the container and the trailerItems*/
	/* Start - Style of the navigation items*/
div#navigation {
	width: 380px;
	height: 20px;
	float: right;
}

div#pages {
	width: 120px;
	height: 20px;
	float: left;
	color: #999999;
	font-family: Tahoma;
	font-size: 12px;
}

ul#page_numbers {
	width: 360px;
	height: 20px;
	margin: 0;
	padding: 0;
}

div#navigation li {
	width: 26px;
	height: 16px;
	list-style: none;
	float: left;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

div#navigation li a {
	text-decoration: none;
	color: #000000;
}

div#navigation li a:visited {
	color: #e9154f;
	text-decoration: none;
}

div#navigation li#current_page {
	background-color: #e9154f;
	color: #ffffff;
}

div#navigation li#current_page a:visited {
	background-color: #e9154f;
	color: #ffffff;
}

/* End - Style of the navigation items*/
	/* Start - Style of the webcams */
div.cam {
	width: 178px;
	height: 190px;
	float: left;
	background-color: #e7f8f9;
	margin-bottom: 10px;
	border: 1px solid #d9f2f3;
}

div.cam .camTxt {
	font-family: Tahoma;
	font-size: 13px;
	height: 140px;
	display: none;
}

div.cam .camImg {
	width: 160px;
	height: 120px;
	margin-left: 7px;
	border: 2px solid #d9f2f3;
}

div.cam h2 {
	height: 18px;
	width: 150px;
	font-size: 16px;
	font-family: Tahoma;
	color: #e9154f;
	margin: 0 0 4px 10px;
}

div.cam div.viewDiv {
	width: 80px;
	height: 26px;
	margin-left: 44px;
	margin-top: 10px;
}

div.cam div.viewDiv a img {
	text-decoration: none;
	border: 0;
}

div#webcams div.spacer {
	width: 10px;
	height: 160px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

/** End - Style of the webcams */ /* Index featured list*/
div#featuredTrailers {
	width: 950px;
	height: 170px;
	background-image: url("templates/neukhardv2/img/top_bg.png");
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
}

div#featuredItems {
	width: 700px;
	height: 150px;
	float: left;
}

ul#featured {
	width: 600px;
	height: 150px;
	margin: 0;
	padding: 0;
}

ul#featured li {
	display: block;
	width: 600px;
	height: 150px;
	font-family: Tahoma;
}

ul#featured li h3 {
	width: 400px;
	height: 20px;
	font-size: 16px;
	margin: 0 0 0 0;
	float: left;
}

ul#featured li p {
	width: 400px;
	height: 130px;
	font-size: 14px;
	margin: 10px 0 0 0;
	float: left;
}

ul#featured li img {
	width: 200px;
	height: 150px;
	float: left;
	margin-top: -20px;
}

/* index page */
ul#featured li div.viewTrailer{
	width: 156px;
	height: 31px;
	margin-top: 140px;
	z-index: 100;
	position: absolute;
}

ul#featured li div.viewTrailer a img {
	text-decoration: none;
	border: 0;
	margin-left: 220px;
	width: 156px;
	height: 31px;
}

div#featured-menu a {
	color: #ffffff;
	text-decoration: none;
}

div#featured-menu a.wactive {
	color: #e9154f;
	text-decoration: none;
}

/* End - style of index featured list*/ /* Partner page*/
div#partners {
	font-family: Tahoma;
	font-size: 14px;
}

div#partnerForm {
	width: 400px;
	height: 240px;
	float: left;
}

div#partnerlist {
	width: 300px;
	height: 100%;
	float: left;
}

div#partnerlist ul {
	margin: 0;
	padding: 0;
}

div#partnerlist ul li {
	list-style: none;
}

/* End - Partner page*/ /* Form Erors*/
span.error {
	border: 1px solid #ff6666;
	background-color: #ffcccc;
	font-family: Tahoma;
	font-size: 12px;
	width: 200px;
	height: 14px;
}

/* End - Form errors*/ /* Ads */
div#top_ad {
	float: left;
	width: 240px;
	height: 120px;
}
/* End - Ads*/
