/*----------------------------- Document --------------------*/
body { 
	font-family: Helvetica, Arial, sans-serif;
	background: #24adcb;
	font-size: .8em;
	color: #000;
	line-height: 1.6em;
	text-align: center;
}

#wrapper {
	width: 702px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/repeater.png') repeat-y top center;
}

#header {
	height: 197px;
	margin: 0;
	padding: 0;
	background: url('../images/header.png') no-repeat top center;
}

#header h1 {
	display:none;
}

#content {
	width:702px;
	padding: 0;
	margin:0;
	text-align: left;
}

#footer {
	margin: 0 0 30px 0;
	padding:0;
	background: url('../images/footer.png') no-repeat bottom center;
}

div.empty {
	clear:both;
}

a img {border: none;}

/* -------------------------------- Content -------------- */

div#nav {
	float: left;
	width: 266px;
	height: 350px;
	margin: 0 0 0 0;
	padding:0;
	background: url('../images/nav.png') no-repeat top left;
	
}

ul#links {
	margin: 95px 0 0 125px;
	padding: 0;
}

ul#links li {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}

ul#links li a {
	font-variant: small-caps;
	font-size: 1.7em;
}

div#rightindex {
	float: right;
	width: 325px;
	padding: 0;
	margin: -30px 85px 0 0;
}

strong.tagline {
	font-style: italic;
	
}

div#about {
	float: right;
	width: 325px;
	padding: 0;
	margin: -30px 85px 0 0;
}

div#pictures {
	margin: -50px 0 0 160px;
	padding: 0 0 30px 0;
	width: 389px;
}


div#services{
	float: right;
	width: 300px;
	padding: 0;
	margin: -30px 85px 30px 0;
}


div#partners{
	float: right;
	width: 330px;
	padding: 0;
	margin: -30px 85px 20px 0;
}

td.logos {
	padding: 0 10px 0 0;	
}

td.desc p {
	background-color: #defaff;
	padding: 5px;
}

ul#products {
	margin: 70px 0 0 50px;
}

ul#products li{
	list-style-type: none;
	margin: 2px 2px 10px 2px;
}

ul#products li img {
   border: 1px solid #000;
   width: 150px;
}

div#contact {
	float: right;
	width: 300px;
	padding: 0;
	margin: -40px 85px 20px 0;
}

p.contact {
	padding:0 0 10px 0;
}


table.contact {
	margin: 0 0 0 -20px;
}

table.contact tr td {
	padding: 0px 10px;	
}

table.contact tr td.bg {
	background-color: #defaff;
}

table.contact tr td.icons {
	background-color: #81daef;
}

div#error {
	float: right;
	width: 310px;
	padding: 0;
	margin: -40px 85px 300px 0;
}

p.error {
	padding:0 0 30px 0;
}

/*--------------------------- Fonts ------------------*/


h2 {
	font-size: 1.5em;
	letter-spacing: 2px;
	font-variant: small-caps;	
	text-align: right;
}


h3 {
	font-size: 1.1em;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 10px;
	
}

h4 {
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: small-caps;	
	color: #47b2d0;
	text-align: center;
	padding: 10px 0 0 0;
	
}

h5 {
	font-size: 1.3em;
	font-variant: small-caps;
	color: #57a8bd;
	background-color: #f2fbfe;
	padding: 0 5px;
	margin: 0;
	
}

h6 {
	
	font-size: 1.5em;
	font-variant: small-caps;
	color: #57a8bd;
	margin: 0;
	
}
	
span.underline {
	font-weight: bold;
	
}

a:link {
	color: #0099cf;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0099cf;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0099cf;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #0099cf;
	font-weight: bold;
	text-decoration: underline;
	
}


p.copyright a {
	color: #000;
	text-decoration: none;
}

p.copyright a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

