@charset "utf-8";
/* CSS Document for Generic Content By Paul M. ECI 
v.0 25/03/2009*/
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	color: #333;
	font-size: 14px;
}
.hide {
	display:none;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../imgs/backgrounds/backgroundheader.png) repeat-x scroll center top;
	text-align: center;
}
#page {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#page #header {
	height: 76px;
	color: #FFF;
}
#page #header #header_menu {
	font-size: 0.9em;
	font-weight: bold;
}
#page #header ul[id='header_menu'] {
	line-height: 1.2em;
	padding-top: 0.12em;
}
#page #header #header_menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 3px;
	cursor:pointer;
}
#page #header #header_menu li:hover, #page #header #header_menu li.selected {
	color:#FD0;
}
#page #content {
	padding: 10px 10px 15px;
	background: #FDFDFD;
}
#page #content h2 {
	font-size: 1.3em;
	color: #0E7F01;
	margin: 0px;
	padding-bottom: 5px;
}
#page #content h3 {
	font-size: 0.9em;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	border-left: 1px solid #063;
	margin-bottom: 20px;
}
#page #content .table {
	width: 560px;
	margin-left: 10px;
	background: #FFF url(../imgs/table/table_top.jpg) no-repeat scroll center top;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#page #content .table .endtable {
	background: url(../imgs/table/table_bottom.jpg) no-repeat scroll center bottom;
	display: block;
	height: 9px;
}
#page #content .table table {
	border-style: none;
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 5px;
}
#page #content .table table tr th {
	font-weight: 400;
	text-align: left;
}
#page #content .table table tr th span {
	font-size: 0.8em;
	color: #063;
	padding-right: 10px;
}
#page #content .table table tr td {
	font-style: italic;
	font-size: 0.85em;
}
#page #bottom {
	background: url(../imgs/backgrounds/hr.jpg) no-repeat scroll center top;
	padding-top: 40px;
}
#page #bottom p {
	font-size: 0.8em;
	padding-left: 25px;
	text-align: right;
	padding-right: 25px;
}
#page #content .table #sommary {
	font-weight: 700;
	color: #2E2E2E;
	font-size: 0.9em;
	padding-top: 5px;
}
#page #content .table #sommary li {
	margin-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
}
#page #content .table #sommary li:hover {
	color: #063;
	text-decoration: underline;
}
#page #content .table #sommary li span {
	font-weight: 400;
	font-style: italic;
	font-size: 0.85em
}
#page #header #header_menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: 700;
}
#page #content p, #page #content div {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 5px;
}

#page #content .top {
	font-weight: 700;
	background-color: #F2F2F2;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow:#E5E5E5 0px 0px 5px 1px inset;
	-webkit-box-shadow:#E5E5E5 0px 0px 5px 1px inset;
	-moz-box-shadow:#E5E5E5 0px 0px 5px inset;
}
#page #content .summary {
	background-color: #F2F2F2;
	padding: 3px;
	line-height: 8px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow:#E5E5E5 0px 0px 5px 1px inset;
	-webkit-box-shadow:#E5E5E5 0px 0px 5px 1px inset;
	-moz-box-shadow:#E5E5E5 0px 0px 5px inset;
}
#page #content .summary a {
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
}
#page #content h3.h3 {
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FDFDFD)) no-repeat;
    background: -moz-linear-gradient(top, #FFF, #FDFDFD); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FDFDFD'); 
}
#page #content h4 {
	font-weight: 700;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
}
#page #content p div {
	font-size: 12px;
}
#page #content .tothetop {
	text-align: right;
	display: block;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	border-top-style: none;
	padding-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FFF)) no-repeat;
    background: -moz-linear-gradient(top, #FDFDFD, #FFF); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#FFFFFF'); 
}
#page #content h3 {
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #F2F2F2;
	border-bottom-style: none;
	padding-right: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#page #content .top li a {
	text-transform: capitalize;
	color: #666;
	font-size: 11px;
	font-weight: 700;
}
#page #content .summary .activ a {
	color: #037B00;
}
#page #content #terms_country_select {
	background-color: #F2F2F2;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
#page #content #terms_country_select label, #page #content #terms_country_select select {
	display: block;
	font-size: 12px;
}
#page #header #header_menu {
}
#page #header #header_menu li a:hover {
	color: #FFEA00;
}
#page #content p a {
	font-size: 12px;
}
#page #content p a:hover {
	color: #037B00;
}
#page #content .top li a:hover {
	color: #037B00;
}
#page #content p ul li, #page #content div ul li {
	font-size: 12px;
	margin-left: 20px;
}
#page #content .home li {
	list-style-type: circle;
	list-style-position:inside;
	padding-left: 15px;
}
#page #content .home li.li1{
	border: solid 1px #F2F2F2;
	border-bottom: none;
	padding-top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#page #content .home li.li2{
	border: solid 1px #F2F2F2;
	border-bottom: none;
	border-top: none;
}
#page #content .home li.li3{
	border: solid 1px #E5E5E5;
	border-bottom: none;
	border-top: none;
}
#page #content .home li.li4{
	border: solid 1px #E5E5E5;
	border-top: none;
	padding-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#page #content .home li a {
	text-decoration: none;
	font-weight: 700;
}
#page #content .home li a:hover {
	color: #037B00;
}
#page #content h1 {
	text-align: right;
}
#page #content h1:hover {
	text-shadow: #EAEAEA 0px -1px 1px;
}  

#page #content .home li {
	-webkit-transition: padding 0.1s linear, opacity 0.1s linear;
	-moz-transition: padding 0.1s linear, opacity 0.1s linear;
	transition: padding 0.1s linear, opacity 0.1s linear;
	opacity: 1;
}
#page #content .home:hover li {
	padding-left: 20px;
	opacity: 0.8;
	-webkit-transition-delay: 0.1s; 
}
#page #content .home:hover li:hover {
	padding-left: 15px;
	color: #037B00;
	opacity: 1;
}