/*************************************
 *
 *  Code By Attenzione & Gena
 *  Started at 22.09.2008
 *
 *************************************/

* {
    /*font-size: 1em;*/
}
html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend, input, textarea {
    margin: 0; /* Clear margin for most usefull elements */
    padding: 0; /* Clear padding for most usefull elements */
}
html {
    height: 100%; /* Full Height */
}
body {
   background: url(../images/i/bg/bg.gif) #333333 repeat; /* Set Body Background Color, because users have different backgrounds */
   font-size: 12px; /* Set Relative font size*/
   font-family: Tahoma, Arial, Helvetica; /* Set Font Family */
   height: 100%; /* Full Height */
	color: #000000;
}
img {
   border: none; /* No border for Images */
}
li {
	background: url(../images/i/mrk/default.gif) 5px 5px no-repeat;
	padding-left: 18px;
	margin-bottom: 8px;
	list-style: none; /* No list with Bullets */
}
table {
    border-collapse: collapse; /* Table without Cell Spacing */
}
table th {
    vertical-align: top; /* Default Vertical Position */
    text-align: left; /* Default Horizontal Position */
    font-weight: normal; /* Set normal Font Weight */
}
table td {
    vertical-align: top; /* Default Vertical Position */
}
a {
	color: #0099cc;
}
a:hover {
	color: #00c2ff;
}
a:focus {
	border: none;
}
a.js,
span.js {
	/*background: url(../images/i/bg/a-blue-11.gif) top left repeat;*/
	border-bottom: 1px dotted #0099cc;
	padding-right: 1px;
	text-decoration: none !important;
	/*line-height: 140%;*/
}
a.clean {
	text-decoration: none;
	border: none;
}
a.disabled {
	color: #000;
	border: none;
	cursor: default;
}
/*a.disabled:hover { color: #B9C6CE; }*/
a.js:hover {
	border-bottom-color: #0099cc;
}
a.checked {
	border: none;
	cursor: default;
	color: #000;
}

h1 {
	margin-bottom: 4px;
	font-weight: normal;
   font-size: 2em;
	color: #000;
}
h2 {
   margin-bottom: 10px;
   font-size: 1.5em;
	color: #ff8400;
	font-weight: normal;
}
h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.17em;
}
object {
	outline:none;
}
p {
    margin-bottom: 12px;
}
p.after-space {
	margin-bottom: 20px;
}
iframe {
}

label {
	cursor: pointer;
	white-space: nowrap;
	margin: 5px 0;
}
form {
	/*width: 1em;*/
}
input.txt,
textarea,
select {
	border: 1px solid #bababa;
	background-color: #f8f8f8;
	padding: 2px;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica;
}
textarea {
	line-height: 1.6em;
}
select {
	padding: 1px;
}
input.error,
textarea.error {
	border-color: #A00;
	background-color: #FFBFBF;
}
input.checkbox {
	margin-right: 5px;
	vertical-align: middle;
}
input.radio {
	margin-right: 5px;
	vertical-align: middle;
}
input.hidden-submit {
	position: absolute;
	left: -10000px;
	width: 1px;
}
em {
	color: #ff8400;
	font-style: normal;
}
small {
	font-size: 0.77em;
}
span {
	/*color: #66CC00;*/
}
span.asc {
	/*background: url(../images/i/mrk/sort-asc.gif) 0 3px no-repeat;*/
	padding-left: 7px;
}
span.desc {
	/*background: url(../images/i/mrk/sort-desc.gif) 0 3px no-repeat;*/
	padding-left: 7px;
}
.inline-block {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
}
.grey {
	color: #6e6e6e;
}
.red {
	color: #F00 !important;
}
.white {
	color: #FFF;
}

.clear {
    clear: both; /* Clear Element Floating */
	font-size: 0;
	line-height: 0;
	height:0;
}
/*.clear-after { //min-height: 1%; } /* ie7+ fix */
.clear-after:after { content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }
.clear-left {
	clear: left;
}

.no-wrap {
	white-space: nowrap;
}

.clickable {
	cursor: pointer;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.overflow {
	overflow: hidden;
}
.error {
	color: #ff6b29;
	display: none;
}
.x-relative {
	height: 0px !important;
	width: auto;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
}

.relative {
	position: relative;
}

* html .relative {
	height: 1px;
}

.highlight { background-color: yellow; }

.text {
	line-height: 1.6em;
}
.text h1,
.text h2,
.text h3 {
	line-height: normal;
	color: #000;
}

/*.swfupload {
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha('opacity=0');
}*/

/*###########################################*/

a.btn {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3px;
	margin-right: 15px;
	text-decoration: none;
	height: 28px;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
}
a.btn:hover {
	/*top: 1px;*/
}
a.btn img {
	vertical-align: middle;
}
a.btn span {
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 11px 0 14px;
	/*height: 19px;*/
	color: #109fcf;
	height: 28px;
	font-size: 1.167em;
	line-height: 1.9em;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
}
a.btn-submit { background-image: url(../images/i/buttons/submit-r.gif); }
a.btn-submit span { background-image: url(../images/i/buttons/submit-l.gif); }
a.btn-green {
	background-image: url(../images/i/buttons/green-r.gif);
	padding-right: 6px;
	height: 34px;
}
a.btn-green span {
	background-image: url(../images/i/buttons/green-l.gif);
	height: 34px;
	line-height: 2.3em;
	white-space: nowrap;
}

/*###########################################*/

div.preloader {
	height: 0px !important;
	width: auto;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	display: none;
}
div.preloader div {
	padding: 0;
	position: absolute;
	background-color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 300px;
	text-align: center;
	z-index: 100;
}
div.preloader span {
	background: url(../images/i/icons/ajax.gif) left no-repeat;
	padding: 17px 0 20px 40px;
	font-size: 1.167em;
	line-height: 2.5em;
}

/*###########################################*/

.float-layer-bg {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100;
}

.float-layer {
	/*position: fixed;*/
	position: absolute;
	z-index: 101;
	width: 100%;
	height: 100%;
}
.float-layer-inner {
	vertical-align: middle;
}

/*###########################################*/

#wrapper {
	background: url(../images/i/bg/bg-wrapper.jpg) top center no-repeat;
    margin: 0 auto;
	height: 100%;
	width: 1000px;
}

#content {
}

/*###########################################*/

#menu {
	height: 110px;
	position: relative;
}
#menu ul.menu li {
	background: none;
	background-color: #f44d19;
	padding: 0;
	position: absolute;
	font-size: 1.167em;
	/*color: #fff !important;*/
}
#menu ul.static-color li {
	/*background-color: #f44d19 !important; */
}
#menu ul.menu li.active {
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: Alpha(opacity=40);
}
#menu ul.menu li a {
	padding: 1px 5px;
	line-height: 1.4em;
	text-decoration: none;
	color: inherit;
	color: expression(this.parentNode.currentStyle.color);
	white-space: nowrap;
}
#menu ul.menu li.active span {
	padding: 1px 5px;
	line-height: 1.4em;
}
#menu ul.menu li a:hover {
	color: inherit;
}
#menu ul.menu li.menu-0 {
	background: #ffcc33;
	color: #000;
	top: 68px;
	left: 4%;
}
#menu ul.menu li.menu-1 {
	background: #f499b8;
	top: 25px;
	left: 4.5%;
}
#menu ul.menu li.menu-2 {
	background: #685f12;
	top: 78px;
	left: 44%;
}
#menu ul.menu li.menu-3 {
	background: #00a99d;
	top: 30px;
	left: 19%;
}
#menu ul.menu li.menu-4 {
	background: #124b68;
	top: 75px;
	left: 57%;
}
#menu ul.menu li.menu-5 {
	background: #0054a6;
	top: 18px;
	left: 48.3%;
	color: #ffff99;
}
#menu ul.menu li.menu-6 {
	background: #461268;
	top: 17px;
	left: 35%;
}
#menu ul.menu li.menu-7 {
	background: #161f29;
	top: 81px;
	left: 66.4%;
}
#menu ul.menu li.menu-8 {
	background: #161f29;
	top: 75px;
	left: 29.2%;
}
#menu ul.menu li.menu-9 {
	background: #161f29;
	top: 73px;
	left: 13.6%;
}
#menu ul.menu li.menu-10 {
	background: #161f29;
	top: 50px;
	left: 52%;
}
#menu ul.menu li.menu-11 {
	background: #161f29;
	top: 43px;
	left: 60.5%;
}
#menu ul.menu li.menu-12 {
	background: #161f29;
	top: 46px;
	left: 38%;
}


/*###########################################*/

#menu ul.super-menu {
	position: absolute;
	top: 25px;
	left: 4%;
}
#menu ul.super-menu li {
	margin-right: 10px;
	position: static;
	float: left;
}
#menu ul.super-menu li a {
	color: inherit;
}


/*###########################################*/

#menu div.journal {
	position: absolute;
	top: 20px;
	right: 100px;
}
#menu div.subscribe {
	background: url(../images/i/bg/navi-prev.gif) left no-repeat;
	padding: 0 3px 0 10px;
	margin: 48px 0 0 105px;
	position: absolute;
	height: 16px;
}
#menu div.subscribe a {
	color: #fff;
	text-decoration: none;
}
#menu div.expander {
	position: absolute;
	right: 30px;
	top: 90px;
}
#menu div.expander a {
	background-position: right 3px;
	font-size: 0.8em;
	color: #fff;
}
#menu div.expander div.frame-tags {
	margin: 10px 0 0 0;
	position: absolute;
	right: 0;
	display: none;
	z-index: 101;
}
#menu div.expander div.frame-tags td.ft-inner {
	padding: 2px 10px;
}
#menu div.expander div.frame-tags td.ft-t div.triangle {
	margin-left: auto;
	right: 33px;
}
#menu div.expander div.frame-tags ul li {
	background: none;
	padding: 0;
	margin: 4px 0;
}
#menu div.expander div.frame-tags ul li a {
	background: none;
	color: #000
}
#menu div.expander div.frame-tags ul.menu-1 {
	margin-bottom: 10px;
}
#menu div.expander div.frame-tags ul.menu-1 li a {
	background-color: #0099cc;
	padding: 0 1px;
	color: #fff;
	font-size: 0.86em;
	white-space: nowrap;
	display: inline-block;
}
#menu div.expander div.frame-tags ul.menu-2 li a {
	background-color: #fff;
	padding: 1px 2px;
	color: #0099cc;
	white-space: nowrap;
}
/*###########################################*/

#footer { padding-top:15px; vertical-align: bottom; }
#footer div.footer {
	margin:0 auto; padding-bottom:20px;
	/* width:expression( documentElement.clientWidth < 1400 ? "980px" : "70%" ); */
	color:#fff;
}
#footer div.index {
	width:980px; /* width:70%; */
}

#logo { padding:0 20px 0 38px; }

#copyright { margin-bottom:20px; }
#copyright p { margin:0 0 10px 0; padding:0; }


#tv { padding:0 40px 0 20px; text-align:right; }


#search-form { padding-left:15px; }
#search-form  a {
	position:absolute; z-index:1;
	background:url(../images/i/bg/transparent.gif) 0 0 repeat;
	margin:-20px 0 0 111px;
	display:block;
	width:25px; height:20px;
}
#search-form input.txt {
	background:url(../images/i/icons/find.gif) #fff 100% 50% no-repeat;
	border:1px solid #ddb1c2;
	padding:2px 25px 2px 3px;
	display:block;
	width:108px;
	color:#8d8d8d;
}
#search-form input.txt:focus { color:#000; }

/*###########################################*/

div.share { margin:15px 0; font-size:11px; }
div.share ul { margin-left:5px; display:inline; }
div.share ul li { background:none; margin-right:2px; padding:0; display:inline; }
div.share ul li img { vertical-align:middle; }
