@charset "utf-8";
/* 

	Sardinia Research and Development sitewide cascading style sheet
	
	Copyright (c) Marco Scano 2008 - 2009
	
	Artwork Design by Jeff Coombs - www.vimflip.ca


 */

* {margin:0; padding: 0;}

body {
	background: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	}
h2 {
	font-size: 16px;
	color: #9088b7;
	padding: 16px 0 6px 0;
	}
h3 {padding: 14px 0 4px 0;}
h4 {padding: 12px 0 2px 0;}
p {line-height: 1.5em;}
a {color: #190773;}

/********************  L A Y O U T  **************************/

#wrapper {}
#logo {
	width: 210px;
	background-color: #fff;
	}
#leftbar {
	float: left;
	padding: 0 0 0 20px;
	background: #fff;
	width: 190px; 
	overflow: hidden;
	}
#leftbar p {
	max-width:172px;
	padding-bottom:8px;
	}
#widecol {
	position: absolute;
	left:210px;
	top: 120px;
	width: 575px;
	padding-top: 260px;
	background-color: #fff;
	}
#widecol02 {
	position: absolute;
	left:210px;
	top: 120px;
	width: 575px;
	padding-top: 50px;
	background-color: #fff;
	}
#col01 {
	position: absolute;
	left: 210px;
	top: 0px;
	width:365px;
	}
#col02 {
	position: absolute;
	left: 575px;
	top: 120px;
	width:405px;
	}
#top {
	width: 365px;
	height: 140px;
	}
#topper {
	position: absolute;
	top: 0px;
	left: 210px;
	width: 365px;
	height: 140px;
	}
.bluebox {
	font-size: 12px;
	color: #fff;
	width: 325px;
	background: url(../img/bluedeco.jpg) bottom right no-repeat;
	background-color: #190773;
	padding: 10px 20px 100px 20px;
	}
.bluebox a {color: #fff;}	
.bluesmall {
	position: absolute;
	top: 140px;
	left: 210px;
	font-size: 12px;
	color: #fff;
	width: 325px;
	background-color: #190773;
	padding: 10px 20px 40px 20px;
	}
.bluesmall li {
	list-style-type: none;
	padding-bottom: 12px;
	}
.whitebox {
	font-size: 12px;
	background-color: #FFF;
	padding: 26px;
	color: #636363;
	}
.tagline {
	margin-top:60px;
	max-width:340px;
	background: url(../img/greybg.png) top left no-repeat;
	color: white;
	padding: 4px 40px;
	font-size: 18px;
	text-transform: uppercase;
	}
.morebox, .secondbox {
	margin-top: 2em;
	margin-bottom: 80px;
	width: 200px;
	padding: 8px;
	border: 1px solid #9088b7;
	vertical-align: middle;
	text-transform: uppercase;
	}
.secondbox {margin-top: -60px;}
.morebox a, .secondbox a {
	padding-left: 16px;
	background: url(../img/arrow-btn.jpg) left no-repeat;
	color: #fff;
	text-decoration: none;
	}
.morebox a:hover, .secondbox a:hover {text-decoration: underline;}
		
/********************  N A V I G A T I O N  **************************/
ul.navi {
	margin-top: 20px;
	width: 172px;
	border-top: 1px solid #c7c3da;
	}
ul.navi li {
	list-style: none;
	}
ul.navi li a {
	display: block;
	padding: 6px 0px;
	color: #1a0874;
	border-bottom: 1px solid #c7c3db;
	text-decoration: none;
	font-weight: bold;
	}
ul.navi li a:hover, ul.navi li.current a {
	color: #9088b7;
	background: url('../img/arrow.jpg');
	background-position: right;
	background-repeat: no-repeat;
	}
	

/********************  T A B L E S  **************************/
td {padding: 12px;}
td h2 {padding-top: 0;}
td img {border: 1px solid #9088b7;}
/********************  E L E M E N T S  **************************/

.pplbox {
	display: block;
	padding: 20px 0px;
	margin: 4px 0px;
	color: #9088b7;
	}	
.pplbox img {float: left; padding: 0 20px 0 0;}
.pplbox h4 {color: #190773; padding-top: 16px;}	
.whatlist {
	margin-left: 20px;
	padding: 20px 8px;
	list-style: url(../img/arrow-blue.jpg);
	border-bottom: 1px solid #9088b7;
	}
.grey {
	margin: 40px 0 0 0;
	font-size: 12px;
	color: #9088b7;
	border-bottom: 1px solid #c7c3db;
	}
.grey a {
	color:#9088b7;
	text-decoration: none;
	}
.grey a:hover {
	text-decoration: underline;
	}
.bluetext {
	color: #9088b7;
	font-style:italic;
	}
.blueindent {
	padding-left: 20px;
	color: #9088b7;
	font-style:italic;
}
.bluelink a {
	background: url(../img/arrow-btn.jpg) left no-repeat;
	padding-left: 14px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	}
.bluelink a:hover {text-decoration: underline;}
.sidetag {
	margin: 160px 0 0 0;
	font-size: 11px;
	color: #9088b7;
}
.copy {
	margin: 20px 0 0 0;
	color: #9088b7;
	}
.bigger {
	font-size: 16px;
	padding-bottom: 40px;
	}
.sectitle {
	text-transform: uppercase;
	padding: 28px 0px;
}	
.arrumbaddi {
	margin: 10px 10px 0px 355px;
	border: none;
	}
.goleft {margin: 10px 10px 10px 355px;}
.sep {}	
.clr {clear: both;}

