@charset "utf-8";
/* Reset CSS */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	font-size: 12px;
	font-family: 'tahoma';
}
*/
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	}


a:link, a:visited {
	color: #496E24;
	}
	
a:hover, a:active {
	color: #000000;
	}	

.border_top {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 11px;
	background: #99CC33;
	z-index: 999;
	}
	
.border_bottom {
	position: relative;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 11px;
	background: #99CC33;
	z-index: 999;
	margin: 0;
	}	
	
	
/* HEADER */	

.header {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 120px;
	}
	
	.logo {
		position: absolute;
		top: 11px;
		left: 0;
		width: 300px;
		height: 90px;
		}
		
		.logo img {
			width: 300px;
			height: 90px;
			border: 0;
			}
	.logo_text
	     {
		font-size: 14px;
		color: #000000;
		font-variant: normal;
		font-weight: bold;
	     }	
			
	.top_promo {
		position: absolute;
		top: 20px;
		left: 340px;
		width: 500px;
		height: 100px;
		}
		
		.top_promo img {
			width: 500px;
			height: 100px;
			background: #ffffff;
			padding: 1px;
			border: 3px solid #F1F1F1;
			}
	
	.top_links {
		position: absolute;
		top: 20px;
		right: 0;
		width: 90px;
		height: 108px;
		}
			
	a.top_search:link, a.top_search:visited {
		display: block;
		width: 70px;
		padding: 12px 10px;
		background: #99CC33 url('/templates/default_theme/images/english/lupa_animata.gif') 55px 10px no-repeat;
		text-align: left;
		color: #ffffff;
		text-decoration: none;
		border-bottom: 4px solid #ffffff;
		}
		
	a.top_search:hover, a.top_search:active {
		background: #FDE016 url('/templates/default_theme/images/english/lupa_animata.gif') 55px 10px no-repeat;
		color: #000000;
		}
		
	
	a.top_cont:link, a.top_cont:visited {
		display: block;
		width: 70px;
		padding: 12px 10px;
		background: #99CC33 url('/templates/default_theme/images/english/ico_cont.gif') 55px 10px no-repeat;
		text-align: left;
		color: #ffffff;
		text-decoration: none;		
		}
		
	a.top_cont:hover, a.top_cont:active {
		background: #FDE016 url('/templates/default_theme/images/english/ico_cont.gif') 55px 10px no-repeat;
		color: #000000;
		}
		
		
		
	


/* MAIN MENU */	

.main_menu {
	position: relative;
	margin: 0 auto;
	margin-top: 18px;
	width: 990px;
	height: 30px;
	text-align: center;
	}
	
	.main_menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline;
		}
		
	.main_menu ul li {
		float: left;
		border-right: 15px solid #ffffff;
		}
		
		.main_menu ul li a:link, .main_menu ul li a:visited {
			display: block;
			background: #FDE016;
			color: #333333;
			text-decoration: none;
			padding: 5px 16px;
			font-weight: bold;
			}
			
		.main_menu ul li a:hover, .main_menu ul li a:active {
			background: #99CC33;
			color: #000000;
			}

			

/* CONTAINER */	

.container {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 18px;
	width: 990px;
	min-height: 400px;
	_height: 400px;
	border-top: 3px solid #f1f1f1;
	border-bottom: 3px solid #f1f1f1;
	padding: 10px 0;
	}


/* LEFT */	

.leftdv {
	float: left;
	width: 196px;
	min-height: 400px;
	_height: 400px;		
	}
	
	.left_box {
		display: block;
		padding: 10px;
		border-bottom: 10px solid #ffffff;
		background: #f1f1f1;
		text-align: left;
		}
		
	.left_promo {
		display: block;
		padding: 0;
		border-bottom: 10px solid #ffffff;
		background: #ffffff;
		text-align: left;
		}
		
		.left_promo img {
			display: block;
			width: 196px;
			height: 200px;
			border: none;
			}
		
		
/* RIGHT */	

.right {
	float: right;
	width: 794px;
	min-height: 400px;
	_height: 400px;
	text-align: left;

	}
		
.right2 {
	float: right;
	width: 850px;
	min-height: 400px;
	_height: 400px;
	text-align: left;

	}			

	
.clear {
	clear: both;
	}	
	
	
	
/* FOOTER */	

.footer {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 100px;
	text-align: center;
	font-size: 11px;
	}
	
	.footer a {
		font-size: 11px;
		}
		
		a.tilink:link, a.tilink:active, a.tilink:visited { color: #000066; font-size: 12px;  text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; }
	
					