/*************************************
 *
 *  Code By Attenzione
 *  08.11.2007
 *
 *************************************/

* { 
	font-size: 1em; 
}
html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}
html {
	height: 100%;
	/*overflow-x: hidden;*/
}
body {
	background: url(../images/i/bg/bg.gif) #FFF top left repeat-x;
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	height: 100%;
}
img { 
	border: none; 
}
li {
	list-style: none;
}
table { 
	border-collapse: collapse; 
}
table th { 
	vertical-align: top; 
	text-align: left; 
	font-weight: normal; 
}
table td { 
	vertical-align: top; 
}

a {
	color: #06788e;
}
a:hover {
	color: #08ACCC;
}

h1 {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.23em;
}

h2 {
	margin-bottom: 10px;
	color: #56825b;
	font-size: 1.23em;
}

p {
	margin-bottom: 16px;
}

br.clear {
	clear: both;
} 

div.hr {
	background: url(../images/i/bg/green.gif) top left repeat;
	margin-bottom: 10px;
	height: 4px;
	font-size: 1px;
}

#ajax-iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 300px;
}

/* WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}

#wrapper td.wrapper {
	padding-bottom: 154px;
}

#body {
	min-height: 500px;	
	/*position: relative;*/
	padding-top: 1px;
	padding: 1px 25px 0 50px;
}
/*#header {
	height: 110px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}*/
div.wrapper-fix {
	width: 1000px;
	font-size: 1px;
}

/*#worldwide {
	background: url(../images/i/bg/worldwide.gif) 7px 5px no-repeat;
	border: 1px solid #e0e0e0;
	position: absolute;
	top: 22px; right: 4.3%;
	width: 122px; height: 27px;
	cursor: pointer;
}

#logo {
	background: url(../images/i/logo.png) top left no-repeat;
	width: 241px; height: 47px;
	position: absolute;
	top: 68px; left: 10px;
	z-index: 100;
}

#menu {
	position: absolute;
	top: 72px; left: 31%;
}
#menu ul li {
	margin-right: 20px;
	float: left;
	padding: 3px 0px 6px;
	font-size: 1.23em;
	font-weight: bold;
}
#menu ul li li {
	font-size: 0.875em;
}
#menu ul li.active {
	border: 1px solid #e2e2e2;
	padding-right: 17px;
	padding-left: 17px;
}
#menu ul li.active li.active {
	padding: 2px 17px 4px;
}

#menu ul li.active span {
	color: #4db9bf;
}

#menu ul li a {
	color: #4B939F;
}
#menu ul li a:hover {
	color: #7DB8C2;
}
#submenu {
	position: absolute;
	width: 400px;
	margin-top: 35px; margin-left: 64px;
}*/

#left-sidebar {
	/*padding-left: 42px;*/
	float: left;
	width: 29%;
}

#right-sidebar {
	/*margin-left: 31%;*/
	margin-top: 10px;
	/*border: 1px solid black;*/
	float: right;
	width: 69%;
}

#logo-sticker {
	background: url(../images/i/bg/logo-sticker.gif) top left no-repeat;
	padding-top: 28px;
	margin-bottom: 18px;
}
#logo-sticker p {
	background: #b5d3b8;
	padding: 17px 19px 15px;
	margin: 0;
	color: #000;
}

#toolbar {
	margin-left: -5px;
	margin-bottom: 5px;
}
#toolbar table th {
	padding-right: 8px;
	padding-bottom: 10px;
	text-align: center;
}
#toolbar table td {
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer {
	background: #56825b;
	margin-top: -124px;
	height: 124px;
	width: 100%;
	color: #FFF;
}
#footer a { color: #FFF; }
#footer-body {
	margin: 0 auto;
	position: relative;
	min-width: 1000px;
	width: 80%;
}
#footer div.copyright {
	position: absolute;
	top: 20px; left: 3.2%;
}
#footer div.contacts {
	position: absolute;
	top: 20px; left: 33.4%;
}
#tv {
	position: absolute;
	top: 26px; right: 3%;
}
