/*
Theme Name: TD_CMS
Theme URI: http://www.trucks-und-details.de
Description: A magazine-style layout for Wordpress
Version: 0.9
Author: Eugen Zimmer
Author URI: http://www.z-dezign.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/* HTML ELEMENTS */

* {
	margin:0;
	padding:0;
}

body,html {
	min-height:101%;
}

body {
	background: #F2F2F2;
	color: #444;
	padding: 0 0 25px 0;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
}

p {
	margin: 15px 0;
}

p strong {
	padding-right:0;
}

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

a:hover, a:active {
	color:#333;
}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}

iframe {
	border: none;
}

small {
	font-size: 0.95em;
	background:#F2F2F2;
	padding:3px 5px 3px 5px;
	margin-left: 8px;
}

img, a:link img, a:visited img {
	border:0;
}

#header {
	width: 930px;
	height: 100px;
	background: url(images/hd_bg.jpg) #d20019 no-repeat;
	margin: 0 0 0 0;
}

* html #header {
	margin: 0 0 0 0;
}

#logo {
	width: 350px;
	height: 70px;
	margin: 15px 0 0 10px;
}



/* STRUCTURE */

#page {
	margin:0 auto;
	font-size:0.7em;
	background: none;
	padding:5px 25px 15px;
	width:930px;
	background-color: #e9e9e9;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#outline {
	left:50%;
	margin-left:-491px;
	position:absolute;
}

#branding {
	width:300px;
	padding-bottom:15px;
}

#banner_rechts {
	width: 500px;
	height: 100px;
	float: right;
	background: url(images/cd_hd_right_BFH.jpg) no-repeat;
}

.left {
	float:left;
}

.right {
	float:right;
}

#sidebar {
	width: 200px;
	float:left;
	margin: 0 -25px 15px 10px;
	background: none;
}

* html #sidebar {
	margin: 0 -5px 0 0;
}

#sidebar .banner{
	border: 1px solid #000;
	width: 196px !important;
	padding: 1px !important;
}

#sidebar a img{
	border: 1px solid #000;
}

#sidebar a:hover img{
	border: 1px solid #D20019;
}

#leftcol {
	width:320px;
	padding-right:18px;
}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
}

#rightcol {
	width:250px;
	padding: 0 10px 0 10px;
	margin-top: -2px;
	float: right;
}

#sidebar2 {
	width:120px;
	float: right;
	margin: 12px 0 10px 0;
	text-align: center;
	font-size: 10px;
	padding-bottom:10px;
}

#sidebar2 img{
	width:118px;
	border: 1px solid #000;
	margin:0 0 5px 0;
	padding: 1px;
}

#sidebar2 img:hover{
	border: 1px solid Red;
}

#sidebar2 h3{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0 !important;
}

#sidebar2 p{
	margin: 3px 0 3px 0;
}

#clear_both {
	border-bottom:1px dotted #ac0d37;
	clear:both;
	margin:0 0 3px;
	width:97%;
	height: 4px;
}

#kf_left, #kf_center{
	width:186px;
	float:left;
	margin: 0 10px 0 0;
}

#kf_right {
	width:186px;
	float:right;
	margin: 0 10px 0 0;
}

#kf_left img, #kf_center img, #kf_right img{
	margin: 2px 8px 5px 0;
	width: 70px !important;
	height: 50px !important;
	padding: 1px;
	border: 1px solid #222;
}

#kf_left img:hover, #kf_center img:hover, #kf_right img:hover{
	border: 1px solid #D20019;
}

#kf_left h3, #kf_center h3, #kf_right h3{
	margin: 0 !important;
	padding-top:0 !important;
}

#kf_left a, #kf_center a, #kf_right a{
	font-size: 0.85em;
}

#banner_120x600 {
	width: 120px;
	height: 600px;
	float: right;
	background: url(http://cars-and-details.de/wp/wp-content/uploads/HA_monatlich_120x600.gif) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}

#banner_120x600:hover, #banner_120x600_2:hover{
	border: 1px solid #FFCB00;
}

#banner_120x600_2 {
	width: 120px;
	height: 238px;
	float: right;
	background: url(http://rc-heli-action.de/wp/wp-content/uploads/ThunderTiger_120x238.jpg) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}

#banner_mat {
	width: 120px;
	height: 60px;
	float: right;
	background: url(images/mat_120.jpg) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}

#banner_mat:hover {
	border: 1px solid #FFCB00;
}



/* KASTEN */

#kasten_artikel img{
	padding: 1px;
	border: 1px #000 solid;
	display: block;
	float: left;
	margin:0 10px 0 0;
}

#kasten_artikel {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	height: 133px;
	margin: 0;
}

#kasten_artikel:hover {
	background:#e9e9e9;
}

#kasten_artikel_left {
	float:left;
	margin:-15px 0 0 0;
	width:260px;
}

#kasten_artikel_right {
	float:right;
	margin:-15px 50px 0 0;
	width:260px;
}

* html #kasten_artikel_right {
	margin:-15px 0 0 0;
}

#kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	padding:10px;
	margin: 10px 0 0 0;
	width:284px;
	height:90px;
}

* html #kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border:0;
	padding:0;
	margin: 20px 0 0 0;
	width:255px;
	height:88px;
}

#kasten_artikel_zwei_spalten:hover {
	background:#e9e9e9;
}

#kasten_artikel_zwei_spalten img{
	margin:0;
	border: 1px solid #000;
}

#kasten_text {
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	width: 60%;
	margin-top: -10px;
}

#rc-movie-gesammt {
	margin: 10px 0 0 0;
}

#rc-movie-einzeln {
	margin: 10px 0 0 0;
}

#schweigh_banner {
	position:absolute;
	top: 15px;
	left: 580px;
}

#schweigh_banner img{
	border:0;
	padding:0;
}



/* TOOLTIP * EZ */

#tooltip {
	border : 1px solid #000;
	border-width : 0px 1px 1px 0px;
	background: #D20019;
	width : 140px;
	padding : 0;
}

#tooltip p {
	margin : 1px 8px 3px 23px;
	color : #FFF;
	font-size : 10px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
	font-weight: bold;
}

#google_ads {
	display: block;
	margin: 0 0 0 0;
	text-align:left;
	line-height: 15px;
	min-height: 15px;
	width: 930px;
	background: #000;
	text-decoration: none;
}

#google_ads iframe{
	display: block;
	margin: 0;
	padding: 0;
}

#google_ads_2 {
	padding: 5px 10px 10px 10px;
	margin: 0 0 5px 0;
	background: #e0e0e0;
	width: 560px;
}

#switch_content {
	clear:both;
	margin:0 0 20px 0;
}

#switch_content img{
	width: 150px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

#switch_content img:hover{
	border: 1px solid #E6FF00;
}

#switch_content.pl {
	padding: 5px 0 40px 0;
	margin: 0;
	width: 528px;
}

#switch_content.pl img{
	width: 90px;
	height: 68px;
	margin: 0 10px 0 10px;
	padding: 1px;
}

#switch_content.pl:hover {
	background: #CCC;
}

#switch_content.pl:hover img{
	border: 1px solid #D20019;
}



/* TABELLE EINFÄRBEN */

.row1 {
	background:#e1e9fa;
	padding-left: 10px;
}

.row2 {
	background:none;
}



/* SUBNAV */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
}



/* HEADERS */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
}

h2 {
	font: 2em "Arial Black", Arial, sans-serif;
	padding:0 10px 8px 3px;
	margin: 3px 0 3px 0;
	color: #444444;
	line-height: 80%;
}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #d20019;
}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #d20019;
	border-bottom:1px solid #d20019;
	padding:4px 0 4px 2px;
	margin:12px 0 10px 0;
	font-size:1em;
	color: #d20019;
}

h3#respond {
	margin:10px 0 0 10px;
	padding:0;
	background: url(images/weiter.png) no-repeat;
	width: 526px;
	height: 30px;
	display:block;
	clear:both;
	border-bottom: 1px solid #FFF;
}

h3#respond:hover {
	border-bottom: 1px solid #D20019;
}

h3#comments {
	margin-top:32px
}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	padding: 0 0 0 13px;
}

* html .pagetitle {
	padding: 0 0 0 25px;
}

.rseventpost p {
	line-height:1.3em;
	margin-bottom:30px;
}



/* CONTENT */

.entry {
	padding:0 13px 10px 13px;
	margin-bottom:5px;
	display:inline-block;
	width: 560px;
	clear: both;
}

* html .entry {
	width: 550px;
	padding:0;
}

.entry img {
	float:left;
	margin:4px 10px 2px 0;
}

.entry a img, a:link img{
	border :1px solid #333;
	padding:1px;
}

.entry a:hover img{
	border: 1px solid Red;
}

#content {
	width:590px;
	margin: 12px 0 0 0;
	float:left;
	background: #FFF;
	font-size: 103%;
}

* html #content {
	margin: 12px 0 0 -12px;
	padding-right: 0;
}

#content #bild img{
	width:260px;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
}

#content #bild{
	width:260px;
	float:left;
	margin: 0 25px 0 0;
	display: inline-block;
	clear:both;
	padding: 0;
}

#text {
	padding: 0 20px 0 0;
}

#ausgabe {
	float: right;
	margin: -13px 15px 0 0;
	padding-bottom: 3px;
}

#bezug_headline {
	padding:0;
	margin: 0;
	font-size:16px;
	color:#800000;
}

* html #content #bild{
	width: 255px;
	padding:0;
	margin:0;
}

* html #content #bild img{
	width: 255px;
}

* html #content #bild strong{
	width: 255px;
}

#content #bild strong{
	width:260px;
	float:left;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
}

#TechDaten {
	border: 1px solid #CCC;
	padding: 5px;
	background: #fdf7c5;
}

#bilder_rechts {
	width: 260px;
	float:left;
}

#bilder_rechts img{
	width: 100%;
	border:0;
	margin-top: 15px;
}

#titel_alle {
	margin: 15px 0 0 0;
}

#titel_alle img {
	width: 120px;
	height:170px;
	margin:0 15px 20px 0;
	display:block;
}

#movies {
	float:right;
	margin: -40px 90px 0 0;
}

#av_movie {
	float:left;
	margin: -30px 0 0 0;
}

#av_movie img{
	width: 210px;
}

.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#545454;
	margin-top:-4px;
}

.feature {
	width: 240px;
}

.feature p, #rightcol p {
	margin:0;
}

#features_klein {
	width:100%;
	height:40px;
	background:url(../../uploads/lehr_klein.jpg) repeat #FFF;
	margin-bottom: 4px;
	border: 1px solid #333;
}

#features_klein:hover {
	border: 1px solid #FFCB00;
}

#leftcol .feature img, #rightcol img {
	padding:1px;
	border:1px solid #333;
}

#leftcol .feature img:hover, #rightcol img:hover, #leftcol img:hover {
	border:1px solid Red;
}

#leadpic {
	float:left;
	margin: 0 18px 8px -14px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 2px 2px 0;
}

#leadpic:hover {
	border-right: 1px solid Red;
	border-bottom: 1px solid Red;
}

#lead {
	margin-top:10px;
	width: 300px;
	float:left;
	padding: 0 0 5px 14px;
	color: #333;
}

#lead img{
	height:180px;
}

.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
}

.feature#lead .title {
	font:1.7em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #d20019;
}

#rightcol img, #leftcol img {
	float:left;
	margin:3px 10px 4px 0;
	padding: 1px;
	border: 1px solid #333;
	background: #FFF;
}

#leftcol p {
	margin-top: 4px;
}

#rightcol .clearfloat {
	border-bottom:1px dotted #FFCB00;
	padding-top: 9px;
}

#sidelist li {
	list-style:none
}

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
}

#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
}

#sidelist .children {
	background:#e4efd5;
}

#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#465d23
}

.postmetadata {
	margin: 30px 0;
}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
}

#writer p {
	margin:0;
	width:482px;
}

h3 a:link, h3 a:visited {
	color:#444;
}

h3 a:hover, h3 a:active {
	color: #000;
}

#h3_bestellen a:link, #h3_bestellen a:visited {
	float:right;
	padding:0;
	margin: -16px 16px -10px 0;
	color: #000;
}

#h3_bestellen a:hover, #h3_bestellen a:active {
	color: #D20019;
}

table {
	border:0;
	margin: 15px 0 0 0;
	color: #000;
}

#tabelle300 {
	 width:300px;
	 display:block;
	 float:left;
	 clear:both;
}

#tabelle600 {
	 width:600px;
	 display:block;
	 float:left;
	 clear:both;
}

td a, td a:link, td a:hover, td a:visited{
	font-weight: bold;
}

tr, td {
	padding: 3px;
}

#tabelle_aktuell td{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}



/* POST FORMATING */

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
}

* html .post{
	padding: 0 0 0 15px;
}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
}



/* FORM ELEMENTS */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
}

#select_1 {
	width:55px;
}

#select_2 {
	width:75px;
}

#suche {
	float:left;
	width: 250px;
}

#kontakt_ico {
	height: 16px;
	width: 72px;
	float:right;
}

#suchleiste {
	width: 330px;
	float: right;
}

* html #suchleiste {
	width: 330px;
}

#suchleiste a, #suchleiste a:visited {
	padding:2px 0 0 2px !important;
}

#suchleiste a:hover, #suchleiste a:active {
	border:0 !important;
	background:none !important;
}

#searchform {
	padding:0;
}

#searchform input{
	border: 0;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	background: #222;
	color: #FFF;
}

input#s {
	width: 199px;
	height: 18px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

* html input#s {
	width: 180px;
	height: 18px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

input#s:hover{
	background: #333;
}

#searchsubmit.button {
	padding: 0 2px 0 2px;
	background:none;
	color:#FFF;
	font-weight: bold;
	border:0;
}

#commentform {
	padding-left: 10px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	margin-top:5px;
}

#commentform_versteckt {
	display: block;
	width: 100%;
	height: 20px;
}



/* COMMENTS */

.commentlist {
	padding-left:30px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}

.commentmetadata {
	display: block;
}

.commentlist small {
	background:#e9e9e9
}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
}



/* FLOAT PROPERTIES */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfloat {
	display:inline-block
}

.clearfloat {
	display:block
}



/* FOOTER */

#footer {
	margin: 0 auto;
	width: 980px;
	font-size:0.7em;
	padding-top:15px;
	color: #D20019;
	background: none;
	font-weight: bold;
	background-color: #e9e9e9;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

#footer a, #footer a:visited  {
	color: #D20019;
}

#footer a:hover, #footer a:active {
	color: #000;
}



/* WORDTUBE */

.playlist1{
	margin: -60px 0 0 -13px;
}

* html .playlist1{
	margin: 0 0 0 -13px;
}

.alignleft, .alignright {
	width: 270px;
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 1.2em;
}

.alignleft{
	float: left;
	text-align: right;
}

.alignright {
	float:right;
	text-align: left;
}

#sidebar .wordtube {
	width: 198px;
	height: 140px;
	padding: 1px;
	border: 1px solid #000;
	margin-top: -8px;
}

#sidebar .wordtube object {
	margin: 0 auto;
}

#content .wordtube object {
	width: 100%;
	height: 570px;
}



/* SHOP */

.shop {
	width: 560px;
	height: 130px;
	background: url(images/shop_header.gif) no-repeat #E0E0E0;
	padding: 8px 15px 15px 10px;
}

.shop h3{
	color: #FFF;
	margin: 0 0 14px 0 !important;
}

.shop h3 a {
	color: #FFF;
}

.boxbody .align_center{
	margin-left: 8px;
}

.boxbody .align_center .align_center{
	margin-left: 0px !important;
}

.align_center, .center {
	width: 115px;
	float: left;
	text-align: center; 
}

.center img{
	margin: 0 auto;
	margin-bottom: 7px;
}

.align_center {
	text-align: center;
}

#shop_banner {
	clear: both;
	height: 150px;
	border-top: 1px dotted #d7d7d7;
	border-bottom: 1px dotted #d7d7d7;
	margin: 15px 0 0 0;
	padding: 7px 20px 20px 20px;
}

#shop_banner h3{
	margin: 0 0 10px 0;
}

.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #E0E0E0;
	margin: 0 0 10px 10px;
	border: 1px solid #E0E0E0;
	color: #333;
}

.sidebar_video object {
	width:200px !important;
	height:180px !important;
}

.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}

.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}

.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}

.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}

.wp-paginate .title {
	color:#FFF !important;  
}



/* MAGAZINE */

#magazine{
	display: block;
	width: 860px;
	height: 200px;
	margin: 20px 0 0 0;
	padding: 20px 30px 0px 40px;
	clear:both;
	text-align: center;
	background-color: #cfcfcf;
	border: 1px solid #bcbcbc;
}

#magazine img{
	border: 1px solid #F2F2F2;
}

#magazine img:hover{
	border: 1px solid #d20019;
}

#magazine .mag{
	width: 100px;
	float: left;
	padding: 0 18px 0 18px;
	height: 190px;
	margin: 0 auto;
}

#magazine .mag .mag_title{
	display: block;
	margin-top: 5px;
	margin-left: 7px;
}

#magazine .mag .mag_title a{
	color: #d20019 !important;
}

#magazine .mag .mag_title a:hover{
	color: #333333 !important;
}

#magazine .mag .mag_order{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#magazine .mag .mag_order a{
	color: #333333 !important;
}

#magazine .mag .mag_order a:hover{
	color: #d20019 !important;
}

#magazine .mag .mag_order h3 a:hover{
	color: #d20019 !important;
}

#magazine h3{
	margin: 0 !important;
	padding: 0 !important;
	color: #333333 !important;
}

#magazine p{
	padding: 0;
	margin: 0;
}

#magazine img{
	width: 100px;
}



/* OPEN X */

#ad_content h3{
	border-bottom:1px solid #D20019;
	border-top:5px solid #D20019;
	color:#D20019;
	font-size:1em;
	margin:12px 0 10px;
	padding:4px 0 4px 2px;
	font:bold 1em Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	margin-bottom:4px;
	text-transform:uppercase;
}

#ad_content img{
	background-color: #F2F2F2;
	border: 1px solid #000;
	width: 200px !important;
	height: 104px !important;
}

#ad_fullsize_wrapper{
	padding: 5px 10px 05px 0px;
	display: block;
	margin: 0 0 0 0;
	width: 570px;
	float: left;
}

#ad_fullsize{
	float: left;
}

#ad_fullsize_wrapper iframe{
	margin-top: 0px;
}

#ad_fullsize iframe{
	margin-top: 0px;
}

#ad_fullsize img{
	border: 1px solid #000;
}

#ad_bigsize {
	display: block;
	margin: 0 0 0 0;
	padding: 0px 37px 5px 37px;
	text-align:left;
	width: 856px;
	height: 85px;
	text-decoration: none;
}

#ad_skyscraper {
	margin-top: 10px;
	width:120px;
	float: right;
}



/* NEWSLETTER */

#newsletter_frame{
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 30px;
	font-size: 11px !important;
}

#newsletter_frame hr{
	border: none;
	background: none;
}

#newsletter_table{
	font-size: 11px !important;
}

#newsletter_form{
	float: left;
	padding: 20px;
}

#newsletter_form label{
	width: 100px;
	display: block;
	float: left;
}

#newsletter_form .input-text, #newsletter_form select{
	width: 180px;
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #bababa;
	background-color: #fff;
	font-family: Arial;
	font-size: 11px;
}

#newsletter_form select{
	width: 190px;
}

#newsletter_form .input-text:focus, #newsletter_form select:focus{
	border-color: #737373;
}

#newsletter_form fieldset{
	border: 0 none;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	padding: 5px;
	background-color: #fff;
	clear: both;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 100px;
	float: left;
}

#newsletter_form fieldset input{
	float: left;
	display: block;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}

#newsletter_form fieldset label{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	border: none;
	outline: none;
	float: left;
	margin-left: 10px;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

#newsletter_form fieldset label:focus, #newsletter_form fieldset .custom-radio:focus, #newsletter_form fieldset input:focus, #newsletter_form fieldset label.checked{
	overflow: hidden;
	border: none;
	outline: none;
}

#newsletter_form fieldset .custom-radio{
	float: left; 
	overflow: hidden;
	clear: both;
	border: none;
	outline: none;
}

#newsletter_form p{
	clear: both;
	float: left;
	margin-bottom: 5px;
}

#newsletter_form  #submit_newsletter{
	clear:both;
	cursor:pointer;
	display:block;
	overflow:hidden;
	margin-left: 100px;
	float: left;
	background-color: #f8f8f8;
	border: 1px dotted #b8b8b8;
	outline: 1px solid #fff;
	color: #232323;
	font-weight: bold;
	padding: 5px 20px;
}

#newsletter_form p{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

#newsletter_form  #submit_newsletter:hover{
	background-color: #e4e4e4;
	border: 1px dotted #a4a4a4;
}

#newsletter_status{
	display: block;
	float: left;
	clear: both;
	padding: 30px;
}

#newsletter_status .error{
	float: left;
	display: block;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	background: url('images/error.png') no-repeat 0 0 transparent;
}

#newsletter_status .success{
	float: left;
	display: block;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	background: url('images/success_icon.png') no-repeat 0 0 transparent;
}

#newsletter_status .status{
	width: 320px;
	padding-top: 5px;
	float: left;
	display: block;
}

#newsletter_intro{
	padding: 20px 20px 0px 20px;
	float: left;
	width: 400px;
}

#newsletter_intro p{
	display: block;
	padding-bottom: 5px;
}

.wallpaper {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height:100%;
	min-width:1280px;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:auto;
}

#footer_social{
	padding: 3px;
	width: 100%;
	height: 42px;
	border-bottom: 1px dotted #999999;
}

#footer_social h6{
	padding-bottom: 6px;
}

#footer_social span{	
	position:relative;
	display: block;
	left: -7px;
}

#footer_social .rss{
	background: url('images/social.png') no-repeat transparent;
	background-position: 0 0;
	width: 35px;
	height: 36px;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}

#footer_social .rss:hover{
	background-position: 0 -36px;
}

#footer_social .facebook{
	background: url('images/social.png') no-repeat transparent;
	background-position: -70px 0;
	width: 35px;
	height: 36px;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}

#footer_social .facebook:hover{
	background-position: -70px -36px;
}

#footer_social .twitter{
	background: url('images/social.png') no-repeat transparent;
	background-position: -35px 0;
	width: 35px;
	height: 36px;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}

#footer_social .twitter:hover{
	background-position: -35px -36px;
}

#footer_social .youtube{
	background: url('images/social.png') no-repeat transparent;
	background-position: -105px 0;
	width: 35px;
	height: 36px;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 6px;	
}

#footer_social .youtube:hover{
	background-position: -105px -36px;
}

#footer_social .gplus{
	background: url('images/social.png') no-repeat transparent;
	background-position: -140px 0;
	width: 35px;
	height: 36px;
	display: block;
	cursor: pointer;
	float: left;
}

#footer_social .gplus:hover{
	background-position: -140px -36px;
}
