﻿body {width:100%; margin:0; padding:0; background:url(images/backgrounds/main-bg.jpg) repeat-y top center; text-align:left;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#686c70}

/*GENERAL STYLES*/

.l {float:left;}
.r {float:right;}
.clear { clear:both; width:100%; height:1px; font-size:1px; }
.cb {border: 0px;}
img { border: none;}
.toDo {background: yellow}

a {text-decoration:none; color:#327fb7}
a:hover {text-decoration:underline}

acronym { border-bottom:1px solid #AAD4FE;  cursor: help;  }

ul {margin:0}
ul li {margin:0; padding:0; list-style:none}

/*GENERAL CONTENT*/

#wrapper {
	top:0;
	width:100%;
	height:38px;
	position: relative;
	background:url(images/backgrounds/header.png) repeat-x center top;
	z-index:50}
	
#wrapall {
	width:880px;
	margin: 0 auto;
	position:relative}

#content {
	float:left;
	width:880px;
	position:relative;
	background-color:#fff}
	
/*PRIMARY NAVIGATION*/

#nav {
	float:left;
	width: 860px;
	margin-bottom:20px}

#nav ul {
	float: left;
	margin:20px 0 0 10px;
	padding:0;}
	
#nav ul li {
	float:left;
	margin-right:65px;
	padding:0}

#nav ul li a {
	float:left;
	height:49px;
	display:block}
	
#nav ul li a.home {
	background: url(images/nav/home.jpg) no-repeat;
	width:84px}

#nav ul li a:hover.home, #nav ul li.selected a.home {
	background-position: 0 -49px}

#nav ul li a.about {
	background:url(images/nav/about.jpg) no-repeat;
	width:84px}

#nav ul li a:hover.about, #nav ul li.selected a.about {
	background-position: 0 -49px}

#nav ul li a.casestudies {
	background:url(images/nav/case-studies.jpg) no-repeat;
	width:123px}

#nav ul li a:hover.casestudies, #nav ul li.selected a.casestudies {
	background-position: 0 -49px}

#nav ul li a.contact {
	background:url(images/nav/contact.jpg) no-repeat;
	width:111px}

#nav ul li a:hover.contact, #nav ul li.selected a.contact {
	background-position: 0 -49px}
	
#nav ul li a.news {
	background:url(images/nav/news.jpg) no-repeat;
	width:121px}

#nav ul li a:hover.news, #nav ul li.selected a.news {
	background-position: 0 -49px}
	
#slider {
	float:left;
	width: 860px;
	margin-left:10px}

#main {
	float:left;
	width:860px;
	margin:10px 0 0 10px;}

#testimonials { 
	float:left;
	width:410px;
	margin-right:20px}

#testimonials p {
	padding-bottom:10px}
	
#latestnews {
	float:left;
	width:410px;
	background:url(images/content/homepage/latest-news-panel.jpg) no-repeat left;
	height:350px;
	padding-left:20px}

#latestnews h1 {
	padding-left:30px;
	background:url(images/icons/news-bubble.png) no-repeat;
	font-size:16px;
	color:#327fb7}
	
.rewards {
	float:left;
	width:860px;
	margin-bottom:20px}

.aboutrewards {
	float:left;
	width:860px;
	margin-bottom:20px}
	
.findmore {
	float:left;
	width: 410px}

.logos {
	float:left;
	width:860px;
	height:97px;
	margin-bottom:10px;
	background:url(images/content/homepage/logo-panel.jpg) no-repeat}

.logos p {
	float:left;
	width:150px;
	padding-top:25px;
	font-style:italic}
	
.logos a.hp {
	float:left;
	width:97px;
	height:60px;
	margin-top:20px;
	background:url(images/logos/hp-logo.png) no-repeat;}

.logos a:hover.hp {
	background-position: 0 -60px}

.logos a.siemens {
	float:left;
	width:260px;
	height:41px;
	margin:30px 0 0 50px;
	background: url(images/logos/siemens-logo.png) no-repeat}

.logos a:hover.siemens {
	background-position: 0 -41px}

.logos a.fiat {
	float:left;
	width:60px;
	height:60px;
	margin:20px 0 0 60px;
	background: url(images/logos/fiat-logo.png) no-repeat}

.logos a:hover.fiat {
	background-position: 0 -60px}

.logos a.seat {
	float:left;
	width:79px;
	height:60px;
	margin:20px 0 0 60px;
	background: url(images/logos/seat-logo.png) no-repeat}

.logos a:hover.seat {
	background-position: 0 -60px}

#ourrewards {
	float:left;
	width:860px;
	margin-top:20px}

.casestudy {
	float:left;
	width:860px;
	border-bottom: 1px dotted #ccc}

.casestudy h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#327fb7;}

.casestudy p {
	padding-top:10px}

#EmailForm {
	float:left;
	width:860px}
	
#EmailForm ul {
	float:left;
	width:430px;
	padding: 0;
	margin:10px 0}

#EmailForm ul li {
	float:left;
	width:430px;
	padding:0;
	margin:0}

#EmailForm ul li input {
	float:left;
	width:330px;
	padding:6px;
	margin:10px 0;
	border: 1px dotted #999;
	background-color:#e3e0e0;
	font-size:14x;
	font-weight:lighter;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif}

#EmailForm ul li textarea {
	float:left;
	width:380px;
	height:125px;
	padding:6px;
	margin:10px 0;
	border: 1px dotted #666;
	background-color:#e3e0e0;
	font-size:14px;
	font-weight:lighter;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif}

#EmailForm .submit {
	float:left;
	width:115px;
	height:37px;
	background:url(images/content/contact-us/submit.jpg) no-repeat;
	border:none;
	cursor:pointer}

#news {
	float:left;
	width: 860px;
	margin: 10px 0}
	
#footer {
	width:800px;
	padding-top:15px}

#footer .left {
	float:left;
	width:260px;
	margin-top:8px;
	font-size:10px;
	color:#fff}

#footer .right {
	float:right;
	width:150px;
	text-align:right}
	
.scrollable {
	position:relative;
	overflow:hidden;
	width: 780px;
	height:140px}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;}

.scrollable img {
	float:left;
	margin:20px 7px 20px 7px;
	background-color:#fff;
	padding:5px;
	border:1px dotted #ccc;
	cursor:pointer;
	width:170px;
	height:100px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;}

.scrollable {
	float:left;
	margin-bottom:20px}

a.browse {
	background: url(images/icons/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }