/*spinsight.css v1.0 28/02/10*/
/*author:david@68eleven.co.uk*/

body {
	background:#68c url(/images/assets/floodlight.png) bottom left no-repeat fixed;
}

#body_overlay {
	position:fixed;
	bottom:0;
	left:0;
	height:400px;
	width:100%;
	background:url(/images/assets/body_overlay.png) bottom left repeat-x;
}

body#solutions, body#news, body#page, body#contact {
	background:#691 url(/images/assets/grass.jpg);
}

#solutions #body_overlay, #news #body_overlay, #page #body_overlay, #contact #body_overlay {
	background:url(/images/assets/grass_overlay.png) bottom left repeat-x;
}

a {
	text-decoration:underline;
}

a:hover {
	color:#000;
}


/*heading, link colours*/
h1,h2,h3,h4,h5,h6,a {
	color:#17b;
}

/*overall wrapper*/
#wrapper {
	width:960px;
	margin:0 auto 20px auto;
	position:relative;
}

/*banner, logo, contact box*/
#banner {
	background:#fff url(/images/assets/banner_bg.jpg) bottom left repeat-x;
/*	border-bottom:2px solid #fff; */
	color:#000;
	height:115px;
	position:relative;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
}

#contactbox {
	background:url(/images/assets/contactbox_l.png) top left no-repeat;
	color:#fff;
	bottom:0;
	right:20px;
	width:200px;
	position:absolute;
	text-align:right;
}

#contactbox div {
	background:url(/images/assets/contactbox_r.png) top right no-repeat;
	padding:0 10px;
	height:35px;
	line-height:35px;
}

#contactbox a {
		color:#fff;
}

#contactbox a:hover {
	color: #000;
}

#banner_shadow {
	background:url(/images/assets/banner_shadow.png) top right repeat-x;
	width:960px;
	height:15px;
	position:absolute;
	top:115px;
	left:0;
	z-index:9999;
}

/*nav*/
#nav {
	background:url(/images/assets/nav_bg.png);
	height:35px;
}

#nav ul {
	margin:0 0 0 20px;
	padding: 8px 0;
	list-style:none;
}

#nav li ul {
	position: absolute;
	z-index: 99999;
	background:url(/images/assets/nav_bg.png);
	margin-left: -15px;
	margin-top: 7px;
	display:none;
}

#nav li ul li {
	float:none;
}

#nav li {
	padding:0;
	float: left;
	margin-right: 70px;
}

#nav a {
	color:#7bd;
	text-decoration:none;
	padding: 10px 0;
}

#nav a:hover, #nav a.active {
	color:#fff;
}

#nav a.active {
	font-weight:bold;
}

/*content*/
#home #content {
	background:#fff;
	color:#000;
	width:960px;
	float:left;
	padding-bottom:20px;
}

#content {
	background:#fff;
	color:#000;
	width:730px;
	float:left;
	padding-bottom:20px;
}

/*inner padding class for content area*/
/*section page*/
.inner {
	padding:10px 30px 70px 30px;
}
/*home page*/
#home .inner {
	padding:0 35px;
}

/*primary images*/
#primary_img {
	height:345px;
	margin-bottom:35px;
}

/*secondary images*/
#secondary_img {
}

/*home page panels*/
#home .panel-3 {
	width:270px;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #9cd;
}

#home .panel-3 img {
	display:block;
	margin-bottom:15px;
}

#home .panel-3 .inner {
	padding:0 15px;
}

#home .last {
	border:0;
	padding:0;
	margin:0;
}

/*panels*/
.panel-2 {
	width:50%;
	float:left;
}

.panel-3 {
	width:33%;
	float:left;
}

.panel-2 .inner, .panel-3 .inner {
	padding:0 15px 0 0;
}

/*section page product box*/
#productbox {
	background:#fff url(/images/assets/productbox_bgr_mid.png) top left repeat-y;
	padding:0;
	width: 522px;
}

#productbox div {
	padding: 0 20px 0 15px;
}

#productbox img {
	display:block;
	margin:15px 0;
}

#productbox .screens {
	padding: 0;
}

#productbox .screens img {
	display: inline;
	float: left;
	margin:0;
	padding: 0 5px 10px 0;
}

/*related*/
#related {
	float:left;
	width:230px;
	height:600px;
	color:#fff;
	background:url(/images/assets/related_bg.png);
}

#related .inner {
	padding:15px;
}

/*video*/
.video {
	margin:10px;
	background: #000;
	border: 1px dotted #fff;
	text-align: center;
	padding: 5px 0 15px 0;
}

/*testimonial*/
.testimonial {
	color: #fff;
	margin: 10px;
}

/*footer*/
#footer {
	clear:both;
	margin-left:160px;
	padding-top:20px;
	color:#fff;
	font-size: 0.9em;
}

#footer .copyright {
	float:right;
	margin-right:250px;
}

/* change position of copyright on home page */
#footer .copyright {
	float:right;
	margin-right:50px;
}

/*clearing*/
br.clear {
	clear:both;
	height:0;
}

/*form elements*/

#contact label {
	color:#17b;
	display:block;
	margin-top:10px;
	text-transform:uppercase;
}

#contact form .inner {
	padding-right:5px;
}

#contact .panel-2 input, #contact textarea {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	background:#eef;
	border:0;
}

#contact input.submit {
	margin: 15px 0 0 0;
}



