/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-size: 10pt;
	color: #333;	
	background: url(/userfiles/image/imgbkg.jpg) repeat-x top;
}

img {
	border: 0px;
}

#holder {
	/*display:block; 	width:100%; 	overflow:hidden; 	padding:0; 	margin:0 0 10px 0;  */
	padding:0; 
	margin:0;
}


#wrapper {
	margin: 0px auto;
	width: 952px;
	padding: 0px;

}

#header {
	clear: both;
	border: 0px; /*height:350px;*/
	position: relative;
	padding:0; margin:0; 
}

#navbar {
	padding: 0 0px 40px 0px;
	height: 37px;
}

.floatlogo {
	background: url(/userfiles/image/imgtesto.jpg) no-repeat;
	width: 198px;
	height: 118px;
	position: absolute;
	top: 0px;
}


#lowerheader {
	clear: both;
}

#slide {
	width: 728px;
	height: 207px;
	float: right;
	padding: 70px 0px 0px 0px; /*background:url(/userfiles/image/imgslide.jpg) no-repeat; 	background-position:right bottom;*/
}

.leftinstru {
	float: left;
	padding: 70px 15px 30px 0px;
	width: 209px;
}

.leftinstru1 li {
	background: url(/userfiles/image/imgbullet.jpg) no-repeat;
	background-position: 0px 7px;
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 2px 15px;
	list-style-position: outside;
	border-bottom: #CCC 1px dotted;
	font-size: 9pt;
}

.leftinstru1 li a {
	color: #555;
	text-decoration: none;
}
.leftinstru1 li a:hover {
	color: #FF6600;
	text-decoration: none;
}
/*footer css*/
#footer {
	width: 100%;
}

#footer table {
	width: 952px;
}

.footer1 {
	background: url(/userfiles/image/imgfooter1.gif) no-repeat top left;
	width: 15px;
	height: 40px;
	color: #FFF;
	font-size: 7pt;
}

.footer2 {
	background: url(/userfiles/image/imgfooter2.gif) repeat-x top;
	color: #FFF;
	font-size: 8pt;
}
.footer3 {
	background: url(/userfiles/image/imgfooter3.gif) no-repeat top right;
	width: 8px;
	height: 40px;
}

#footer span {
	font-size: 7pt;
	color: #FFF;
}

a.span_link:active, a.span_link:visited, a.span_link:link {
	text-decoration: none;
	font-size: 6pt;
	color: #Fff;
}

a.span_link:hover {
	text-decoration: underline;
	color: #Fff;
	font-size: 6pt;
}


div.topcontact {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	font-size: 10pt;
}
div.topcontact span.contact {
	color: #f00;
	font-size: 9pt;
}
div.clearfix {
	clear: both;
	height: 0px;
	width: 100%;
}

