/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font:normal 100%/11px Verdana, Arial, Helvetica, sans-serif;	
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;

}
table  tr th{
	background-color:#c0d6d3;
}
table  tr td, table  tr th{
	margin:0;
	padding:2px;
	
	border-collapse:collapse;
	font-size:13px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
img {
	outline:none;
}
/* typography.css */
body {
	font-size:100%;
	color:#333;
	font-family:Arial, Helvetica, sans-serif; 		
	background:url(images/bg-body.jpg) repeat-x 0 0;
}
body.home{
	background:url(images/bg-body-home.jpg) repeat-x 0 1px;
	
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:16px;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
	font-size:13px;
	line-height:17px;
}
td, ul, li{
	font-size:13px;
	line-height:17px;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a{
	color:#ff6803;
	outline:none;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
}
a:hover{
	color:#999;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em Arial, Helvetica, sans-serif;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ul li ol li{
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
	float:left;
}
dl dt {
	font-weight:bold;
	float:left;
	
}
dd {
	margin-left:1.5em;
	float:left;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
input, textarea {
	font-size:75%;
	color:#666;
}
button {
	margin:0;
	padding:0;
	border:0;
	background:0;
	cursor:pointer;
}
/* @Global Class */
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	color:#FF6803;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

.right {
	float:right;
}
.clear {
	clear:both;
}
.no-border {
	border:0 !important;
}
.no-bg {
	background:0 !important;
}
a.more {
	font:normal 13px Arial, Helvetica, sans-serif;;
	padding:0;
	color:#FF6803;
	text-decoration:underline;
}
a.more:hover {
	color:#bbb08f;
	text-decoration:none;
}
a.thumb {
	border:3px solid #c4bcb5;
	float:left;
}
a.thumb img {
	float:left;
}
a.thumb:hover {
	border:3px solid #999;
}
/* @Global Class End */
div#container{
	width:870px;
	margin:0 auto;
	padding:0;
}
div#header{
	width:870px;
	float:left;
	margin:10px 0 0;
	padding:0;
}
div#header-left{
	width:235px;
	float:left;
	margin:0;
	padding:40px 0 0 25px;
	background:url(../images/bg-header.gif) repeat-x 0 0;
}
div#header h1.logo{
	float:left;
	margin:10px 0 0 0;
}
div#header ul#nav-main{
	float:left;
	width:200px;
	margin:10px 0 0 0;
	padding:0;
}
div#header ul#nav-main li{
	float:left;
	margin:5px 0 0 0;
	_margin:2px 0 0 0;
	padding:0;
	list-style:none;
}
div#spotlight{
	float:left;
	width:609px;
}
#wrap{
	width:870px;
	margin:0;
	padding:0;
	float:left;
}
div#sidebar{
	width:260px;
	margin:0;
	padding:0;
}
div#sidebar.left{
	float:left;	
}
div.info{
	float:left;
	padding:5px;
	margin:35px 20px;
	_margin:35px 10px;
	width:200px;
	overflow:hidden;
}
div.info p{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:8px;
	padding-bottom:8px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
}
div.links{
	float:left;
	margin:0 0 0 20px;
	_margin:0 0 0 12px;
	width:200px;
	position:relative;
}
a.cgi-usa,
a.cgi-itally{
	position:absolute;
	left:10px;
	top:25px;
	width:100px;
	height:30px;
}
a.cgi-itally{
	top:55px;
}
div#col-right{
	float:left;
	width:609px;
	padding:0;
	margin:0;
	overflow:hidden;
}
div#col-right div#content-wrap{
	float:left;
	border-top:4px solid #ccc;
	width:609px;
	margin:3px 0 0 0;
	padding:0;
}
div#content{
	background:url(../images/bg-content.gif) repeat-y 0 0;
	min-height:230px;
	float:left;
	width:557px;
	padding:15px 25px;
}
div.bottom{
	float:left;
	width:557px;
	padding:0px 25px 0;
	background:url(../images/img-content-btm.jpg) no-repeat 0 0;
}
div.bottom p{
	margin-top:10px;
}
div#footer{
	width:870px;
	margin:0;
	padding:5px 0 0 0;
	float:left;
}
div#footer p{
	width:526px;
	float:right;
	padding:0 0 10px 65px;
	background:url(../images/logo_small.jpg) no-repeat 0 0px;
}
/* @Structure */
.txtfld{
	width:140px;
	height:16px;
}
.txtfldcountry{
	width:180px;
}
