@charset "utf-8";
body {
	background: url(../img/bg-main.gif) #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}
a {
	color: #339900;
}
a:hover {
	color: #444444;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
}
h1 {
	font-size: 30px;
	font-weight:bold;
	color: #338800;
	letter-spacing:2px;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:#339900 solid 1px;
	font-family: Arial, Helvetica, sans-serif; 
}
h1 strong{
	color: #666!important;
	text-transform: uppercase;
	font-size: 27px;
}
h2 {
	font-size: 24px;
	font-weight:bold;
	color: #669900;
	padding: 10px 0px 10px 0px;
}
h2 strong{
	color: #666!important;
	text-transform: uppercase;
	font-size: 21px;
}
h3 {
	font-size: 19px;
	color: #669900;
	padding-bottom: 10px;
}
h3 strong{
	color: #555!important;
	text-transform: uppercase;
	font-size: 17px;
}
h4 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 20px;
}
h5 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
h6 {
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: bold;
}
p {
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 10px;
}
ul {
	line-height: 20px;
	list-style-image: url(../img/bullet2.png);
	padding-left: 40px;
	font-size: 14px;
}
ol {
	line-height: 20px;
	list-style-type: decimal;
	padding-left: 40px;
}
strong { 
	font-weight: bold; 
}
abbr, acronym { 
	border-bottom: dashed 1px;
	color: #009900;
}
em { 
	font-style: italic; 
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
	background: url(../img/sfondo.gif) no-repeat top center;
}
#container {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#header {
	width: 944px;
	margin: 50px 8px 0 8px;
	height: 65px;
}
#logo {
	width: auto;
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-top: -35px;
}
#nav {
	float: right;
	width: auto;
}
#nav ul { list-style: none; }
#nav ul li {
	float: left;
	height: 31px;
	width: 113px;
	padding-left: 6px;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	height: 31px;
	width: 113px;
	line-height: 31px;
	background: transparent url(../img/nav_btn.png) top left no-repeat;
	color: #EEEEEE;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing:1px;
}
#nav ul li a:hover, 
#nav ul li a#current { 
	background: transparent url(../img/nav_btn.png) bottom left no-repeat;
	color: #99FF00;
}
#featured {
	width: 944px;
	height: 480px;
	overflow: hidden;
	margin: 0 8px 0 8px;
}
#slides {
	width: 100%;
	height: 342px;
	overflow: hidden;
	background:none;
}
.split, .full {
	width: 944px;
	height: 342px;
	background: transparent url(../img/slide-bg-sx.png) no-repeat;
}
.split .left {
	float: left;
	width: 550px;
	height: 262px;
	padding: 40px;
	position: relative;
	color: #FFF;
}
.split .left img {
	position: absolute;
	bottom: 0;
	left: 40px;
}
.split .right {
	float: right;
	width: 234px;
	height: 262px;
	padding: 40px;
	background: transparent url(../img/slide-bg-dx.png) no-repeat;
	color: #FFF;
}
.split .right ul { 
	padding-left: 20px; 
	list-style-image: url(../img/bullet.png);
}
.split .right ul a:hover,
.left a,
.right a {
	color: #99FF00!important;
}
.split .right ul a,
.left a:hover, 
.right a:hover { 
	color: #fff!important;
	text-decoration:none;
}
.full .left {
	float: left;
	width: 248px;
	height: 262px;
	padding: 40px;
}
.full .right {
	width: 578px;
	height: 262px;
	float: right;
	padding: 47px 38px 0 0;
}
#featured-nav {
	width: 944px;
	height: 131px;
	background: url(../img/ombra.png) bottom center no-repeat;
}
#featured h2,
#featured h3,
#featured p {
	color: #FFF;
}
#featured h2 strong,
#featured h3 strong,
#featured p strong {
	color: #99FF00!important;
	text-transform: uppercase;
}

#featured-nav a {
	height: 35px;
	float: left;
	cursor: pointer;
	display: block;
	padding: 47px 20px 20px 120px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
#featured-nav a span {
	margin-top: 10px;
	height: 30px;
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;
	color: #006600;
	font-weight: bold;
	position: absolute;
	top: 12px;
	left: 120px;
}
#featured-nav a img {
	position: absolute;
	left: 40px;
	top: 23px;
}
#featured-nav a.left {
	background: url(../img/leftbutton.png) top left no-repeat;
	width: 178px;
	overflow: hidden;
	position: relative;
}
#featured-nav a.left:hover, 
#featured-nav a.left.activeSlide { 
	background: url(../img/leftbutton.png) bottom left no-repeat; 
}
#featured-nav a.middle {
	background: url(../img/middlebutton.png) top left no-repeat;
	width: 174px;
	overflow: hidden;
	position: relative;
}
#featured-nav a.middle:hover, 
#featured-nav a.middle.activeSlide { 
	background: url(../img/middlebutton.png) bottom left no-repeat; 
}
#featured-nav a.right {
	background: url(../img/rightbutton.png) top left no-repeat;
	width: 172px;
	overflow: hidden;
	position: relative;
}
#featured-nav a.right:hover, 
#featured-nav a.right.activeSlide { 
	background: url(../img/rightbutton.png) bottom left no-repeat; 
}
.content-wrapper {
	width: 944px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 8px;
}
.content-top, 
.content-bottom,
.page-header {
	width: 944px;
	font-size: 1px;
}
.content-top { 
	height: 40px;
	background: url(../img/content-top.gif) no-repeat; 
}
.content-works{
	width: 944px;
	padding: 0px;
}
.content {
	width: 862px;
	padding: 0px 40px 0px 40px;
	background: #EEEEEE;
	border: solid #999 1px;
	border-top: 0;
	border-bottom: 0;
}
.content-bottom { 
	height: 70px;
	background: url(../img/content-bottom.png) no-repeat;
}
.content strong {
	color: #669900;
}
.content .bubble {
	float:left;
	width:30%;
	padding: 10px;
	margin-right: 10px;
}
.content ul {
	line-height: 20px;
	list-style-image: url(../img/bullet2.png);
	padding-left: 0px;
	font-size: 14px;
}
.content ul a {
	color:#333;
	text-decoration:none;
}
.content ul a:hover {
	color:#006600;
	text-decoration: underline;
}
.content ul.box {
	width: 120px;
	float:right;
	padding:10px 20px 50px 20px;
	margin: 0px 0px 0px 20px;
	list-style-image: none;
	background: url(../img/sf-box-nav.gif) top right no-repeat;
}
.content ul.box li {
	border-bottom: solid #ccc 1px;
	line-height:23px;
}
.content ul.box li a {
	color: #fff;
	text-decoration:none;
}
.content ul.box li a:hover {
	color: #99FF00;
}
.content ul.box li strong {
	color: #fff;
}
#footer {
	padding: 40px 40px 20px 40px;
	background: url(../img/footer.gif) top no-repeat;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
}
#footer-nav { 
	float: right;
	margin-left: 20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer p {
	color: #fff;
	font-size:90%;
	line-height:14px;
}
#footer strong {
	color: #99FF00;
}
.title h2 {
	float: left;
	margin-right: 20px;
	height: 22px;
	font-size: 24px; 
	color: #99FF00;
	text-transform: uppercase;
	letter-spacing:2px;
	font-weight:normal;
}
#page-header {
	background: url(../img/header.png) no-repeat;
	height: 80px;
	padding: 20px 40px 0px 40px;
	margin-bottom:10px;
	color: #FFF;
	overflow: hidden;
}
#page-sub-header {
	height: 21px;
	padding: 14px 40px 0px 0px;
	font-size: 14px;
}
#page-sub-header a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding-right: 22px;
	background: url(../img/whitegraydiv.gif) repeat-y right;
	margin-right: 20px;
}
#page-sub-header a:hover {
	color: #99FF00;
}
.clear { 
	clear: both; 
	line-height: 1px;
	font-size: 1px;
	height: 0;
}
hr {
	width: 100%;
	margin: 20px 0px 20px 0px;
	color: white;
	border: 0;
	border-bottom: 1px dotted #666;
	clear: both;
}
h1 a { 
	text-decoration: none; 
}
