body {
	/*font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	padding: 0;
}
#body_bg {
	background: #3c3c3e url(../img/background.jpg);
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 0px 0px;
	background-color:#0c113e;
	padding: 0px 32px;
}

#inner{

}

.clr {
	clear: both;
}
p {
	margin: 0;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 22px;
	color: #1661c3;
	font-weight: normal;
	margin: 5px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #e7eaef;*/
}
#random_quotes h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	/*letter-spacing: -0.05em;*/
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	margin: 0px 0px;
	color: #0c113e;
	font-size: 12px;
	border-bottom: 3px double #EEEEEE;
}
h6 {
	margin: 10px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
}

a:link, a:visited {
	color: #00469b;
	text-decoration: none;
	position: relative; 
}
a:hover{
	color: #9F0004;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited{
	color: #00469B;
	text-decoration: none;
}
ul a:hover{
	color: #9F0004;
	text-decoration: underline;
}
form {
	margin: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	
}
input, select, textarea {
background-color:#1A2363;
border:1px solid #416191;
color:#A3A3CE;
height:19px;
margin:0;
padding:0 0 0 1px;
}
select, .inputbox {
	padding: 2px;
}
.inputbox{
	margin: 1px 0;
}
.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}
hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}


/* ACCORDION EFFECT
--------------------------------------------------------- */
div#accordion {
	padding-left: 5px;
}
.toggler {
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	color: #00469b;
}


/* TOP MENU SELECTED BUTTONS
--------------------------------------------------------- */
.home div#nav li.home, .about div#nav li.about, .services div#nav li.services, .press div#nav li.press,
.contact div#nav li.contact, .client_area div#nav li.client_area, .faq div#nav li.faq {
    background: url(../img/menu_active.gif) top left repeat-x;
}
.home div#nav li li.home {
	background: #641919;
}


/* CUSTOM STYLING
--------------------------------------------------------- */

div#wrapper {
	width: 986px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
}

div#inner{
	min-height: 100%;
}
/* ---- list styling --- */
ul#style {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
li.ok {
	padding: 2px 20px 2px 25px;
	background: url(../images/ok_list.png) no-repeat left top;
}

/* ---- login style --- */
div#login_form {

}
div#nome_utente {
	float: left;
}
div#password, div#button_field {
	float: left;
	padding-left: 20px;
}
div.login_text {
	font-size: 11px;
}gin


/* TOP HEADER
--------------------------------------------------------- */
div#top_header_wrap_login {}
div.top_header_login {
	background: url(../img/top_header_flattened.png) top left no-repeat;
	height: 111px;
}

/* ---- logo --- */
div#logo_wrap {
	position: relative;
	width: 986px;
}
div#logo {
	width: 600px;
	height: 110px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

 
div#login_wrap {
	position: relative;
	width: 986px;
	z-index: 1000;
}
div#login {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #A3A3CE;
	width: 230px;
	height: 110px;
	position: absolute;
	right: 15px;
	top: -108px;
}


/* CONTENT LAYOUT
--------------------------------------------------------- */
div#content_layout_wrap {}
div.content_layout {
	background: url(../img/content_layout.png) top left repeat-y;
	height: 1%;
}
div.content_layout_sidebar {
	background: url(../img/content_layout_sidebar.png)  center repeat-y;
}

div.content_layout_sidebar_index {
	background: url(../img/content_layout_sidebar.png) top  left repeat-y;
}

/* TOP MENU
--------------------------------------------------------- */
div#top_menu_wrap {
	padding: 0px 34px 0px 32px;
}
div.top_menu {
	background: url(../img/topmenu.png) top left repeat-x;
	height: 33px;
	text-align: center;
}
div.top_menu_empty {
	background: url(../img/topmenu.png) top left repeat-x;
	height: 5px;
}


/* DROP DOWN MENU
--------------------------------------------------------- */
div#ddmenuwrap {
	background: url(../img/topmenu.png) repeat-x;
	width:  300px;
	height: 33px;
	position: relative;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}
div#ddmenu {}
div#nav {
	margin: 0;
	padding: 0;
	height: 33px;
/*	background-color: #1a1a1a; */
}
div#nav a {
	font-size: 11px;
	color: #fff;
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 33px;
	padding: 0 15px;
}
div#nav ul ul a.daddy {
	background: url(../img/sublink.png) 100% 50% no-repeat;
}
div#nav ul ul a.daddy:hover {
	background: url(../img/sublink_hover.png) 100% 50% no-repeat;
}
div#nav li a {
	background: url(../img/menu_div.gif) 100% 0 no-repeat;
}
div#nav li a:hover{}
div#nav li li a{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
	color: #fff;
	line-height: 25px;
}
div#nav ul li ul li a:hover{
	background: none;
}
div#nav ul li a:hover,
div#nav ul li ul li ul li a:hover {
	color: #fefefe;
}
div#nav, div#nav ul {
	float: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav li li {
	padding: 0;
	background: none;
	border-bottom: 1px solid #808181; 
/*	border-bottom: 1px solid #003482; blue
    border-bottom: 1px solid #641919; LT.Blue
	border-top: 1px solid #8e2323; D.red*/
}
div#nav a {}
div#nav ul ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 167px;
	font-size: 11px;
	text-align: left;

}
div#nav li {
	float: left;
	padding: 0;
 	background: none;
	height: 33px;
}
div#nav ul li {
	position: relative;
}
div#nav li ul {
	top: 33px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid #808181;
	border-left: 1px solid #808181;
	border-top: 1px solid #808181;
	/*border-right: 1px solid #003482;
	border-left: 1px solid #003482;
	border-top: 1px solid #003482; */
}	
div#nav ul {
	padding: 0;
	margin: 0;
}
div#nav li li {
	float: left;
	padding: 0;
   	width: 170px;
	height: 25px;
}
div#nav li ul ul {
	margin: -30px 0 0 170px;
}
div#nav li:hover ul ul, 
div#nav li:hover ul ul ul,
div#nav li:hover ul ul ul ul,  
div#nav li.sfhover ul ul, 
div#nav li.sfhover ul ul ul, 
div#nav li.sfhover ul ul ul ul {
	left: -999em;
}
div#nav li:hover ul, 
div#nav li li:hover ul, 
div#nav li li li:hover ul, 
div#nav li li li li:hover ul,
div#nav li.sfhover ul, 
div#nav li li.sfhover ul, 
div#nav li li li.sfhover ul,
div#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}
div#nav li:hover, div#nav li.sfhover {
    left: 0;
    background: url(../img/menu_active.gif) top left repeat-x;
	height: 33px;
}
div#nav li li:hover, div#nav li li.sfhover {
    left: 0;
    /*background: #e00b0f;
	background: #046aff;*/
	background: #3e3e3e;
	height: 25px;
}
div#nav li:hover a, div#nav li.sfhover a {
    color: #fff;
}
div#nav li li:hover a, div#nav li li.sfhover a {
    color: #fff;
}
div#nav li li:hover a:hover, div#nav li li.sfhover a:hover {
    color: #fff;
}
div#nav a {}
div#nav ul ul a {
	background: none;
}
div#nav li:hover ul, 
div#nav li li:hover ul, 
div#nav li li li:hover ul, 
div#nav li li li li:hover ul,
div#nav li.sfhover ul, 
div#nav li li.sfhover ul, 
div#nav li li li.sfhover ul,
div#nav li li li li.sfhover ul{
	/*background: #8e2323; */
	background: url(../img/menu_transparent.png) top left ;
}


/* HEADER
--------------------------------------------------------- */
div#header_wrap {
	padding: 0px 25px;
}
div#header {
	height: 385px;
	background: #0c113e;
	border-bottom: 5px solid #c1c1c1;
}

/* ---- header content --- */
div#header_content_wrap {}
div#header_content {
	height: 305px;
}

.scrolling-content {
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
} 
.scrolling-content h1 { 
	color: #fff;
	padding: 0;
	font-size: 11px;
} 
#content1 {
	left: 0px;
	top: 0px;
	width: 920px;
	height: 365px;
	background: url(../images/slider_image1a.jpg) top left no-repeat;
}
div#user1, div#user2, div#user3, div#user4, div#user5 {
	font-size: 14px;
	color: #9a9a9a;
	width: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	left: 590px;
}
div#content1 a:link, div#content1 a:visited,
div#content2 a:link, div#content2 a:visited,
div#content3 a:link, div#content3 a:visited,
div#content4 a:link, div#content4 a:visited,
div#content5 a:link, div#content5 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
}
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover {
	color: #fff;
}
#content2 {
	left: 0px;
	top: 0px;
	width: 920px;
	height: 365px;
	background: url(../../images/slider_images_dataproviders.jpg) top left no-repeat;
}

/* ---- header buttons --- */
div#header_buttons_wrap {}
div#header_buttons {
	height: 80px;
	background: url(../images/header_buttons_bg.png) top left repeat-x;
}

ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 184px;
	height: 80px;
	display: block;
}

li#but_intro {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro.jpg) 0% 0% no-repeat;
}
li#but_intro a:hover {
	background: url(../images/header_but_intro.jpg) 0% 50% no-repeat;
}
li#but_intro a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro.jpg) 0% 100% no-repeat;
}
li#but_intro a:active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro.jpg) 0% 100% no-repeat;
}
li#but_flexible {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_flex.jpg) 0% 0% no-repeat;
}
li#but_flexible a:hover {
	background: url(../images/header_but_flex.jpg) 0% 50% no-repeat;
}
li#but_flexible a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_flex.jpg) 0% 100% no-repeat;
}
li#but_support {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_support.jpg) 0% 0% no-repeat;
}
li#but_support a:hover {
	background: url(../images/header_but_support.jpg) 0% 50% no-repeat;
}
li#but_support a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_support.jpg) 0% 100% no-repeat;
}
li#but_pro {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_pro.jpg) 0% 0% no-repeat;
}
li#but_pro a:hover {
	background: url(../images/header_but_pro.jpg) 0% 50% no-repeat;
}
li#but_pro a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_pro.jpg) 0% 100% no-repeat;
}
li#but_w3c {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_w3c.jpg) 0% 0% no-repeat;
}
li#but_w3c a:hover {
	background: url(../images/header_but_w3c.jpg) 0% 50% no-repeat;
}
li#but_w3c a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../images/header_but_w3c.jpg) 0% 100% no-repeat;
}

/* ---- user6 --- */
div#user6_wrap {
	padding: 0 25px;
}
div#user6 {
	background: #0C110D;
	border-bottom: 5px solid #c1c1c1;
	color: #9a9a9a;
	text-align: left;
	padding: 10px 25px;
	font-size: 11px;
}
div#user6 a:link, div#user6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 11px;
}
div#user6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* CONTENT
--------------------------------------------------------- */
div#content_wrap { /* 1 column layout */
	padding: 0px 25px;
} 
div#content_wrap_sidebar { /* 2 columns layout */
	width: 296px;
	padding: 0px 10px 0px 0px;
	float: left;
}

div#content_wrap_sidebar2 { /* 2 columns layout */
	width: 325px;
	padding: 0px 20px 0px 0px;
	float: left;
}


div#content {}



/* ---- newsflash --- */
div#newsflash_wrap {
	padding: 0 20px;
	padding-top: 20px;
}
div#newsflash {}
div#newsflash .module {
	text-align: left;
	color: #808080;
}
div#newsflash .module h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px;
}

/* ---- mainbody --- */
div#mainbody_wrap {}
div#mainbody {
	padding: 20px 0px 0px 25px;
	text-align: left;
}

/* ---- content body --- */
div.entry {
	line-height: inherit;
}


/* Image Icons
--------------------------------------------------------- */

div#icon_wrap {
	position:relative;
	width:200px;
	z-index:1050;
}
div#icon {
	position:absolute;
	left:839px;
	top:742px;
	width:77px;
	height:89px;
	z-index:1001;
}

div#login_wrap {
	position: relative;
	width: 986px;
	z-index: 1000;
}
div#login {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #A3A3CE;
	width: 230px;
	height: 110px;
	position: absolute;
	right: 15px;
	top: -108px;
}


/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout {}
div.bottom_layout {
	background: url(../img/bottom_layout.png) top left repeat-y;
	height: 41px;
}
div.bottom_layout_sidebar {
	background: url(../img/bottom_layout_sidebar.png) top left repeat-y;
	height: 41px;
}


/* FOOTER
--------------------------------------------------------- */
div#footer_wrap {
	padding-top: 10px;
}
div#footer {
	font-size: 11px;
	height: 50px;
}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
div#footer_bar {
	color: #000000;
	background-image: url(../img/footer_bar.gif);
	height: 19px;
	text-align: center;
	
}
div#footer_bar_wrap {
	padding: 0px 34px 0px 32px;
	background-image: url(../img/content_layout_sidebar.png) top left repeat-y;

}


#index_content_wrap {
	width: 920px;
	padding: 0px 32px;
	height: 350px;

}


/* ADDITIONAL
--------------------------------------------------------- */


img.icon_sm{
	margin-right: 7px;
	padding: 0px 0px 0px 0 px;
	vertical-align: middle;
	margin-left: 7px;


}

.icon_wrap{
	text-align: right;

}

.quotes{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0c113e;
	font-size: 14px;
	
}

.pr_thumb{
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	

}

.pr_index {
	font-size: 10px;
	min-height: 55px;
	line-height: 1.1;
	
}

.date {
	font-size: 11px;
	color: #0c113e;
	font-weight:bold;
	
	
}

.readmore {
	font-size: 10px;
		
}

.partnerlink {
	font-size: 12px;
		
}


.index_pic {
	padding: 0px 0px 10px 0px;
		
}
.case_pic_sm {
	padding: 0px 10px 2px 0px;
	float: left;
}
