	
	body {
		background:#171819;
		margin:0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	#container {
		width:900px;
		background:#ffffff;
		overflow:hidden;
		border-bottom:12px solid #101010;
		border-right:1px solid #242424;
	}
	
	.region {
		width:900px;
		clear:both;
	}
	
	.column-a {
		width:130px;
		padding-left:25px;
		padding-right:25px;
		float:left;
	}
	
	.column-padding {
		padding-left:25px;
		padding-right:10px;
	}
	
	.column-b {
		width:720px;
		float:left;
	}
	
	.floater {
		float:left;
		padding-right:64px;
	}

/*----------------------------- header  ------------------------------*/
	
	#headerimage {
		height:10px;
		background:url('../images/headbar.jpg');
	}
	
	#header {
		height:240px;
	}
	
	#header-logo {
		height:240px;
		width:180px;
		float:left;
		overflow:hidden;
		padding:0;
	}
	
	#header-container {
		height:180px;
		background:url('../images/header.png') no-repeat;
	}
	
	#header-title {
		width:690px;
		padding-left:30px;
		height:65px;
		line-height:65px;
		overflow:hidden;
		font-size:22px;
		font-weight:bold;
		color:#ffffff;
		letter-spacing:-1px;
	}

	#navigation {
		background:url('../images/navigation.png') no-repeat;
		width:690px;
		padding-left:30px;
		height:32px;
		line-height:32px;
		color:#ffffff;
		overflow:hidden;
	}
	
	#header-login {
		width:240px;
		height:143px;
		padding-left:480px;
	}
	
	.header-home { background:url('../images/graphic-home.jpg');}
	.header-contact { background:url('../images/graphic-contact.jpg');}
	.header-about { background:url('../images/graphic-about.jpg');}
	.header-services { background:url('../images/graphic-services.jpg');}
	.header-releases { background:url('../images/graphic-releases.jpg');}
	.header-whitepapers { background:url('../images/graphic-whitepapers.jpg');}
	.header-scuta { background:url('../images/graphic-scuta.jpg');}
	
	#clientlogin {
		width:200px;
		height:108px;
		padding:20px;
		padding-top:15px;
		background:url('../images/login.png');
		font-size:9px;
		font-weight:bold;
		position:relative;
		overflow:hidden;
		color:#666666;
	}
	
	#clientlogin strong {
		font-size:12px;
		line-height:20px;
		color:#000000;
	}
	
	#clientlogin input {
		background:url('../images/inputbox.png');
		width:130px;
		height:23px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		border:1px solid #ced8e1;
		font-size:12px;
		padding-left:2px;
	}
	
	#clientlogin input.go-btn {
		width: 28px;
		height: 28px;
		background:url('../images/go.png');
		border:0;
		position:absolute;
		left:195px;
		top:108px;
	}
	
	#navigation ul {
		  display:table;         /* ignored by IE */
		  padding:0; 
		  list-style-type:none;
		  white-space:nowrap;    /* keep text on one line */
		  margin:0;
	}
	
	#navigation ul {
		  display:inline-block;  /* for IE only */
		  width:1px;             /* IE will expand to fit menu width */
		  padding:0 2px;         /* fix bug in IE for border spacing */
	}  
	 
	#navigation ul li {
		display:table-cell;    /* ignored by IE */
		height:32px;
		background-repeat:no-repeat;
	}
	
	#navigation ul li {
		display:inline;        /* for IE only */
	}
	
	#navigation a:link,
	#navigation a:active,
	#navigation a:hover,
	#navigation a:visited {
		font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#b1b1b4;
		text-decoration:none;
		padding-right:36px;
	}
	
	#navigation a:hover {
		color:#ffffff;
	}

/*-----------------------page ----------------------*/
	
	#content {
		background-color:#ffffff;
	}
	
	#sidebar {
		padding:0px;
		width:180px;
	}
	
	#sidebar a:link, #sidebar a:active, #sidebar a:hover, #sidebar a:visited {
		display:block;
		padding-left:25px;
		width:155px;
		height:25px;
		line-height:25px;
		background:url('../images/sidebar-link.png') no-repeat;
		border-bottom:1px solid #cacaca;
		cursor:pointer;
		font-size:11px;
		color:#000000;
		text-decoration:none;
	}
	
	#sidebar a:hover {
		color:#ffffff;
		background:url('../images/sidebar-hover.png') no-repeat;
	}
	
	#sidebar-title {
		background:url('../images/sidebar-title.png');
		width:145px;
		height:32px;
		line-height:32px;
		color:#242424;
		font-size:11px;
		font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
	}
	
	#sidebar-panel {
		padding:25px;
		background:url('../images/sidebar-panel.png') no-repeat #f7f9f9;
		font-size:10px;
		color:#464749;
		line-height:14px;
	}
	
	#sidebar a.selected {
		background:url('../images/sidebar-selected.png') no-repeat;
		border-bottom:1px solid #cacaca;
		color:#ffffff;
	}
	
	#sidebar em {
		display:block;
		padding-left:25px;
		width:155px;
		height:25px;
		line-height:25px;
		background:url('../images/sidebar-star.png') no-repeat #f7f9f9;
		font-style:normal;
		font-size:10px;
		color:#ffffff;
		
	}
	
	#sidebar-footer {
		background:url('../images/sidebar-footer.png') no-repeat;
		width:180px;
		height:190px;
	}
		
	#content-page {
		font-family: "Lucida Grande", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#6d6d6d;
		line-height:16px;
	}
	
	#content-page hr { border:0; border-bottom:1px solid #dddddd; margin-top:24px; margin-bottom:24px;}
	
	#content-page h1 {
		font-family: "Lucida Grande", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:normal;
		color:#000000;
		line-height:24px;
	}
	
	#content-page div.inset {
		border-left:1px dotted #cacaca;
		padding-left:32px;
		margin-left:8px;
	}
	
	#content-page a:link, #content-page a:active, #content-page a:visited { color:#5b73db;	}
	#content-page a:hover { color:#000000; }
	
	
	#content-page h2 			{	font-size:11px; font-weight:normal; color:#000000;}
	#content-page strong 		{	font-size:11px; font-weight:bold; color:#000000; }
	#content-page em			{	font-size:12px; font-weight:normal; color:#000000; font-style:normal; line-height:22px;}
	#content-page span.lite		{	color:#5b73db; text-decoration:underline;}
	
	#content-page .column-a {
		width:430px;
		padding:25px;
		padding-top:20px;
		padding-bottom:48px;
		float:left;
	}
		
	#content-page .column-b {
		width:240px;
		padding-top:20px;
		padding-bottom:48px;
		float:left;
	}
	
	#content-page ul {
		padding-left:12px;
		list-style:disc;
	}
	
	#content-page .fullpage-a {
		width:640px;
		padding:25px;
		padding-right:55px;
		padding-top:20px;
		padding-bottom:48px;
		float:left;
	}
	
	#content-page .fullpage-inset {
		width:180px;
		padding-left:25px;
		padding-bottom:120px;
		float:right;
	}
	
	#content-page .column-b hr {	margin-right:25px;	}
	
	
/*-----------------------footer ----------------------*/
	
	#footer {
		background:url('../images/footer.png') no-repeat;
		height:65px;
		width:840px;
		padding-top:35px;
		padding-left:30px;
		padding-right:30px;
		color:#ababab;
		font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		clear:both;
		border-top:1px solid #101010;
	}
	
	#footer-links { float:left; }
	
	#footer-email {
		float:right;
		text-align:right;
		font-size:10px;	
	}
	
	#footer a:link,
	#footer a:active,
	#footer a:hover,
	#footer a:visited {
		font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", 
			Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#cacaca;
		text-decoration:none;
	}
	#footer a:hover {
		color:#ffffff;
		text-decoration:underline;
	}