/*	= default
-------------------------------------------------------------------- */
html {
	overflow: -moz-scrollbars-vertical;
}

html, body, form, fieldset {
	color: #fff;
	font: 10px/1.6em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../img/bg.body.jpg) scroll no-repeat center top;
}

a {
	color: #ff0054;
	text-decoration: none;
	outline: none;
	-moz-outline: none;
}
a:hover {
	color: #fff;
}

object, embed {
	outline: none;
}

a:hover {
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0 0 1.0em;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

hr {
	display: none;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

input, select, textarea {
	font-size: 100%;
}

h1, h2, h3, .din {
	text-transform: uppercase;
	zoom: 1;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
	margin: 5px 0;
}
.frucade,
.frucade a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8px !important;
	zoom: 1;
}

.clear_bottom {
	clear: both;
	height: 20px;
}


/*	= branding (top-menu)
-------------------------------------------------------------------- */

#branding {
	border-top: 1px solid #000;
	background-color: #fff;
	color: #000;
}

#branding div {
	width: 925px;
	margin: 0 auto;
	height: 35px;
	position: relative;
}

#branding div h1 {
	float: left;
}

#branding ul {
	margin: 0 0 0 185px;
}

#branding li {
	font-size: 18px;
	list-style: none;
	margin: 11px 0 0 19px;
	display: block;
	float: left;
}

#branding li a {
	color: #000;
}

#branding div h1 a {
	background: #fff url(../img/bg.logo.gif) scroll no-repeat left top;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 170px;
}

#branding div form {
	bottom: 5px;
	position: absolute;
	right: 0;
}

#branding div form input {
	background-color: #cbcbcb;
	border: 0;
	padding: 3px;
	width: 150px;
}

#branding div form input#query {
	background: #cbcbcb url(../img/multilingual/bg.search.gif) scroll no-repeat right center;
	padding: 3px 42px 3px 3px;
	width: 110px;
}

#branding div form input#search {
	background: none;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 18px;
	left: 112px;
	line-height: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 1px;
	width: 40px;
}

/*	= footer
-------------------------------------------------------------------- */

#main_footer {
	background: transparent url(../img/footer-main.png) scroll no-repeat center top;
	clear: both;
	margin: 0 auto;
	padding: 70px 0 0 0;
	width: 925px;
	height:0;
	font-size:16px;
	position:absolute;
	overflow:hidden;
	z-index:101;
	bottom:0;
}

#idt_footer {
	background: transparent url(../img/footer.png) scroll no-repeat center top;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 925px;
	height:0;
	font-size:16px;
	position:absolute;
	overflow:hidden;
	z-index:100;
}

#idt_footer div.column-address {
	width:150px;
	left:205px;
	top:28px;
	position:absolute;
}

#idt_footer div.column-social {
	width:150px;
	left:375px;
	top:28px;
	position:absolute;
	color:#fe0154;
}

#idt_footer ul.column-links {
	width:150px;
	left:555px;
	top:28px;
	position:absolute;
	list-style:none;
}

#idt_footer div.column-partners {
	width:150px;
	left:710px;
	top:28px;
	position:absolute;
	color:#fe0154;
}

#idt_footer div.column-partners img {
	margin:0 0 5px;
}

#idt_footer ul.column-links  li{
	padding:0 0 3px;
}

#idt_footer ul.column-links  a {
	color:white;
}

#idt_footer div.column-social img {
	margin:8px 8px 0 0; 
}

#idt_footer  div form input {
	background-color: #cbcbcb;
	border: 0;
	padding: 3px;
	width: 150px;
}

#idt_footer div form input#query {
	background: #fff url(../img/multilingual/bg.search.gif) scroll no-repeat right center;
	padding: 3px 42px 3px 3px;
	margin:12px 0;
	width: 110px;
}

#idt_footer  div form input#search {
	background: none;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 18px;
	left: 112px;
	line-height: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 1px;
	width: 40px;
}

#idt_footer div.links {
	margin: 0 auto;
	text-align: center;
}
#idt_footer div.links table {
	margin: 0 auto;
}

#newsletter {
	padding: 5px; margin-bottom: 5px; height: 80px; background: #000;
}

#newsletter input.email {
	color: #fff;
	border: 1px solid transparent;
}

#newsletter .gray {
	color: #858585;
	text-transform: uppercase;
}

.validation-failed {
	border: 1px solid #700 !important;
}

.rss {
	position: relative;
	top: -6px;
}

.highlight {
	background: #f0a !important;
	color: #fff !important;
	text-transform: uppercase;
	padding: 2px;
}