/*
Theme Name: Powercube Site Theme
Theme URI: http://www.kallkwikstratford.co.uk/dev/demo
Description: The Powercube Site
Version: 1.0
Author: Ben Brooks
Author URI: http://www.kallkwikstratofrd.co.uk
*/



/* Colours */

/* orange = #f15a2a */


/* Reset >> adapted from Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote {
	margin:20px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
	}


/*global/universal image classes */
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*Ñ:[ image captioning ]:Ñ*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
.wp-caption.alignleft { float: left; }
.wp-caption.alignright { float: right; }
.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
.wp-caption.alignnone { clear: both; }

/*global/universal image classes */


/* fade */
/* SERVICES*/


.fadeLogo{
		float:left;
		position:relative;
		display:block;
		width: 83px;
		height: 101px;
		background:url(images/powercube-logo-off.png) 0 0 no-repeat;
		margin:20px 10px 10px 0;
	}
	
	.fadeLogo * {
	  display: none;
	}
	
	.fadeLogo span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 83px;
		height: 101px;
		background:url(images/powercube-logo-ON.png) 0 0 no-repeat;
	}


.fadeVirtualisation{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/virtualistionOFF.png) 0 0 no-repeat;
		margin: 0 10px 10px 0;
	}
	
	.fadeVirtualisation * {
	  display: none;
	}
	
	.fadeVirtualisation span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/virtualistionON.png) 0 0 no-repeat;
	}



.fadeProfessional{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/professional-servicesOFF.png) 0 0 no-repeat;
		margin: 0 10px 10px 0
	}
	
	.fadeProfessional * {
	  display: none;
	}
	
	.fadeProfessional span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/professional-servicesON.png) 0 0 no-repeat;
	}


.fadeServers{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/serversON.png) 0 0 no-repeat;
		margin: 0 10px 10px 0
	}
	
	.fadeServers * {
	  display: none;
	}
	
	.fadeServers span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/serversOFF.png) 0 0 no-repeat;
	}


.fadeBenchmarking{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/benchmarkingON.png) 0 0 no-repeat;
		margin: 0 10px 10px 0
	}
	
	.fadeBenchmarking * {
	  display: none;
	}
	
	.fadeBenchmarking span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/benchmarkingOFF.png) 0 0 no-repeat;
	}


.fadeFinance{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/financeOFF.png) 0 0 no-repeat;
		margin: 0 10px 10px 0
	}
	
	.fadeFinance * {
	  display: none;
	}
	
	.fadeFinance span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/financeON.png) 0 0 no-repeat;
	}
	
	
.fadeStorage{
		float:left;
		position:relative;
		display:block;
		height: 122px;
		width: 122px;
		background:url(images/storageOFF.png) 0 0 no-repeat;
		margin: 0 10px 10px 0
	}
	
	.fadeStorage * {
	  display: none;
	}
	
	.fadeStorage span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 122px;
		width: 122px;
		background:url(images/storageON.png) 0 0 no-repeat;
	}



/* ******************************** */

.fadeVirtualisation1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/virtualistion_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeVirtualisation1 * {
	  display: none;
	}
	
	.fadeVirtualisation1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/virtualistion_ON.png) 0 0 no-repeat;
	}



.fadeProfessional1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/professional-services_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeProfessional1 * {
	  display: none;
	}
	
	.fadeProfessional1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/professional-services_ON.png) 0 0 no-repeat;
	}


.fadeServers1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/servers_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeServers1 * {
	  display: none;
	}
	
	.fadeServers1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/servers_ON.png) 0 0 no-repeat;
	}
	
	
.fadeSoftware1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/software_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeSoftware1 * {
	  display: none;
	}
	
	.fadeSoftware1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/software_ON.png) 0 0 no-repeat;
	}


.fadeBenchmarking1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/benchmarking_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeBenchmarking1 * {
	  display: none;
	}
	
	.fadeBenchmarking1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/benchmarking_ON.png) 0 0 no-repeat;
	}


.fadeFinance1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/finance_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeFinance1 * {
	  display: none;
	}
	
	.fadeFinance1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/finance_ON.png) 0 0 no-repeat;
	}
	
	
.fadeStorage1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/storage_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeStorage1 * {
	  display: none;
	}
	
	.fadeStorage1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/storage_ON.png) 0 0 no-repeat;
	}
	
	
.fadeGreen1{
		float:left;
		position:relative;
		display:block;
		height: 92px;
		width: 92px;
		background:url(images/green-it_OFF.png) 0 0 no-repeat;
		margin: 0 7px 7px 0;
	}
	
	.fadeGreen1 * {
	  display: none;
	}
	
	.fadeGreen1 span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 92px;
		width: 92px;
		background:url(images/green-it_ON.png) 0 0 no-repeat;
	}
	
	
.fadeThinkTank{
		float:left;
		position:relative;
		display:block;
		height: 172px;
		width: 382px;
		background:url(images/thinktank-OFF.jpg) 0 0 no-repeat;
			}
	
	.fadeThinkTank * {
	  display: none;
	}
	
	.fadeThinkTank span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 172px;
		width: 382px;
		background:url(images/thinktank-ON.jpg) 0 0 no-repeat;
	}



/* Formating */

html, body, h1, h2, h3, p, ul, li {
	font-family: Tahoma, san-serif;
	}

a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
a:hover {
	text-decoration: underline;
	}
	
body {
	background:#000;
	}
	

#container {
	width:980px;
	margin:0 auto;
	}
	
#header {
	float:left;
	width:980px;
	height:140px;
	background-image: url(images/powercube-strap.gif);
	}

#header img {
	float:left;
	margin:20px 10px 10px 0;
	}

#nav {

	}

#nav ul {
		float:left;
		margin-top: 105px;
		}	

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 8px 0 3px;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #fff;
	}
	
#nav li a:link {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
	
#nav li a:visited {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
	
#nav li a:hover {
	color:#f15a2a;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border:0;
	height:100%;
	}
/*

#search {
	float:right;
	padding:60px 0 0 0;
	}	

#search label {
	display: none;
	}


#tel {
	float:right;
	margin:23px 10px 0 0;
	width:200px;
	text-align: right;
	letter-spacing: 130%;
	}

#tel h2 {
	color:#fff;
	font-size: 18px;
	}
*/


#search {
	float:right;
	margin-top:30px;
	}	

#search label {
	display: none;
	}

#tel {
	float:right;
	margin-top:70px;
	text-align: right;
	letter-spacing: 130%;
	z-index: 500;
	margin-right:-220px;
	}

#tel h2 {
	color:#fff;
	font-size: 17px;
	}
	
#linkedin {
	float:right;
	margin-top:80px;
	text-align: right;
	letter-spacing: 130%;
	z-index: 500;
	margin-right:-230px;
	}

#rotate {
	float:left;
	width:980px;
	height:320px;
	margin: 10px 0;
	}
	
#services {
	float:left;
	width:396px;
	}

#services h2 {
	font-size: 18px;
	color:#f15a2a;
	margin-bottom:8px;
	text-transform: uppercase;
		}
		

#services p {
	font-size: 14px;
	color:#C04214;
	margin:12px 0;
	line-height: 110%;
		}
	
#services img {
	float:left;
	margin: 0 10px 10px 0;
	}
		
#content {
	float:left;
	width:250px;
	margin:0 0 0 10px;
		}
		
#content h1 {
	font-size: 20px;
	color:#f15a2a;
	margin: 0;
	margin-bottom:3px;
	text-transform: uppercase;
	}
	
#content p {
	margin:0;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}


#content a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

#content a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
#content a:hover {
	text-decoration: underline;
	}
	

#home-right {
	float:right;
	width:310px;
	}

#home-right h1 {
	font-size: 16px;
	text-transform: uppercase;
	color:#f15a2a;
	float:left;
	}


#home-right h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color:#f15a2a;
	text-decoration: none;
	float:right;
	}
	
#home-right h3 a:hover {
	text-decoration: underline;
	}

#home-right p {
	font-size: 12px;
	color:#fff;
	width:310px;
	float:left;
	margin-top:5px;
	}

#video {
	padding-bottom: 10px;
	border-bottom: 1px solid #f15a2a;
	}

#video p {	
	line-height: 130%;
	margin:-20px 0 0 0;
	padding:0;
	font-size:14px;
	color:#fff;
		}	

#staf {
	margin-top:20px;}

#staf ul {
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	width:300px;}
	
#staf li {
	background: url(images/staf-link-off.png) no-repeat;
	}
	
#staf li a {
	color: #fff;
	display: block;
	height: 35px;
	padding: 8px 0 4px 14px;
	margin:5px 0;	
	text-decoration: none;
	letter-spacing: 130%;
	background: url(images/staf-link-off.png) no-repeat;
	}
	
#staf li a:hover {
	background: url(images/staf-link-on.png) no-repeat;
	}

	
#news-front {
	margin-top:10px;
	}

#news-front p {
	line-height: 130%;
	}
	
#services-info {
	float:left;
	width:396px;
	}
	
	

.buttons ul {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	width:386px;}
	
.buttons li {
	background: url(images/services-link-off.png) no-repeat;
	}
	
.buttons li a {
	color: #fff;
	display: block;
	height: 35px;
	padding: 8px 0 4px 14px;
	margin:5px 0;	
	text-decoration: none;
	letter-spacing: 130%;
	background: url(images/services-link-off.png) no-repeat;
	}
	
.buttons li a:hover {
	background: url(images/services-link-on.png) no-repeat;
	}
	
	
#services-content {
	width:560px;
	float:left;
	margin:0 0 0 10px;
	}
	
#services-content h1 {	
	font-size: 20px;
	color:#f15a2a;
	margin: 0;
	margin-bottom:3px;
	text-transform: uppercase;
	}
	
#services-content h2 {	
	font-size: 18px;
	color:#fff;
	margin: 0;
	margin:20px 0 3px 0;
	}
	
#services-content p {
	margin:0 0 5px 0;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}
	
#services-content li {
	color:#fff;
	font-size: 12px;
	padding: 5px 0;
	margin-left:15px;
	list-style: disc;
	}
	
#services-content a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

#services-content a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
#services-content a:hover {
	text-decoration: underline;
	}
	
#services-content img {
	margin:6px 0 10px 0;
	}
	
#prof-services-left-1 {
	width:250px;
	float:left;
	height:150px;
	margin:15px 0 0 0;
	background: url(images/prof-services-bg-1.jpg);
	}
	
#prof-services-left-1 h2 {	
	font-size: 18px;
	color:#f15a2a;
	margin: 0;
	margin:10px 0 10px 20px;
	}
	
#prof-services-left-1 p {
	margin:0 0 5px 20px;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}
	
#prof-services-left-2 {
	width:250px;
	float:left;
	height:150px;
	background: url(images/prof-services-bg-2.jpg);
	}
	
#prof-services-left-2 h2 {	
	font-size: 18px;
	color:#f15a2a;
	margin: 0;
	margin:26px 0 10px 20px;
	}
	
#prof-services-left-2 p {
	margin:0 0 5px 20px;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}
	
#prof-services-right-1 {
	width:250px;
	float:left;
	height:150px;
	margin:15px 0 0 0;
	}
	
#prof-services-right-1 h2 {	
	font-size: 18px;
	color:#f15a2a;
	margin: 0;
	margin:10px 0 10px 30px;
	}
	
#prof-services-right-1 p {
	margin:0 0 5px 30px;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}
	
	
#prof-services-right-2 {
	width:250px;
	float:left;
	height:150px;
	margin:0;
	background: url(images/prof-services-bg-r2.jpg);
	}
	
#prof-services-right-2 h2 {	
	font-size: 18px;
	color:#f15a2a;
	margin: 0;
	margin:26px 0 10px 30px;
	}
	
#prof-services-right-2 p {
	margin:0 0 5px 30px;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}

	

#special-offers-box {
	display:none;
	width:250px;
	float:left;
	height:150px;
	margin:2px 30px 30px 0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	background:url(images/prof-services-bg.png) no-repeat;
	}

#special-offers-box a {
	text-decoration: none;
	background:url(images/prof-services-bg.png) no-repeat;
	font-size: 14px;
	font-weight: normal;
	width:250px;
	height:150px;
	display: block;
	padding:0;
	font-weight: normal;
		}
		
#special-offers-box a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	}
	
#special-offers-box a:hover {	
	text-decoration: none;
	background:url(images/prof-services-bg-ON.png) no-repeat;
	}
	
#special-offers-box h2 {
	font-size: 20px;
	margin:0;
	padding:10px;
	}

#special-offers-box p {
	padding: 0 10px;
	}	
	
	
	
#special-offers-box2 {
	display:none;
	width:250px;
	float:left;
	height:150px;
	margin:2px 30px 30px 0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	background:url(images/prof-services-bg.png) no-repeat;
	}

#special-offers-box2 a {
	text-decoration: none;
	background:url(images/prof-services-bg.png) no-repeat;
	font-size: 14px;
	font-weight: normal;
	width:250px;
	height:150px;
	display: block;
	padding:0;
	font-weight: normal;
		}
		
#special-offers-box2 a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	}
	
#special-offers-box2 a:hover {	
	text-decoration: none;
	background:url(images/prof-services-bg-ON.png) no-repeat;
	}
	
#special-offers-box2 h2 {
	font-size: 20px;
	margin:0;
	padding:10px;
	}

#special-offers-box2 p {
	padding: 0 10px;
	}	


#button-links a:link,#button-links a:visited {
	background: #000;
	color: #f15a2a;
	border:1px solid  #f15a2a;
	text-decoration: none;
	float: left;
	padding:10px;
	font-size: 14px;
	margin:10px 10px 0 0;
			}

	
#button-links a:hover {
	background:  #f15a2a;;
	color:#fff;
	text-decoration: none;
	}

#button-links h2 {
	float:left;
	margin:5px 0;
	}

#button-links p {
	float:left;
	width:560px;
	}

#noborder img{
	border: none;
	}

	
#signup {	
z-index:12000;
position:fixed;
right:0;
top:150px
	}
	
/* news letter sign up modal window */

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  z-index:9000;  
  background-color:#000;  
  display:none;  
}  
    
#boxes .window {  
  position:absolute;  
  width:440px;  
  height:200px;  
  display:none;  
  z-index:9999;  
  padding:20px;  
}  
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #newsletter {  
  width:375px;   
  height:203px;  
  background: url(images/newsletter-signup-bg.png) top no-repeat;
	}

span.label {margin-left:30px;}
span.label,span.spacer,span.multiple span {width:120px;float:left; color:#fff;} 
span.multiple {float:left;} 
span.button {margin:0 0 0 265px;} 
div.clear {clear:both;padding-top:5px;}   

#newsletter h1 {
	font-size: 24px;
	color:#fff;
	margin: 10px 0 0 30px;
	}
	
#newsletter a {
	margin:0 0 0 300px;
	color: #fff;
	text-decoration: none;
	}
	
#newsletter a:hover {
	text-decoration: underline;
	}

#nl-form {
	margin: 20px 0 0 0;
	}
	
#blog-content {
	float:left;
	width:580px;
	}
	
#blog-content h1 {
	font-size: 18px;
	color:#f15a2a;
	margin: 0;
	margin-bottom:3px;
	text-transform: uppercase;
	}
	
#blog-content p {
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}
	
#blog-content h2 a:link {
	font-size: 18px;
	color:#fff;
	margin: 10px 0 5px 0;
	text-decoration: none;
	}
	

#blog-content h2 a:visited {
	font-size: 18px;
	color:#fff;
	margin: 10px 0 5px 0;
	text-decoration: none;
	}

#blog-content h2 a:hover {
	text-decoration: underline;
	}
	

#blog-content h5 {
	color:#999;
	font-size: 10px;
	margin:5px 0 10px 0;
	}

#blog-content a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

#blog-content a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
#blog-content a:hover {
	text-decoration: underline;
	color:#f15a2a;
	}

hr {
	margin:20px 0;
	}
	
	
#sub-contact-form h2 {
	color:#f15a2a;
	font-size:18px;
		}	

#sub-contact-form p{
	color:#fff;
	font-size: 12px;
	padding-bottom: 5px;
	}
	
	
.wpcf7-response-output {
	color:#fff;
	background:#f15a2a;
	width:250px;
	}
	

/* other pages */

#partners {
	width: 560px;
	float:left;
	border-bottom: 1px solid #999;
	}

#partners img {
	float: left;
	border:0;
	margin-top:20px;
	}

#partners h2 {
	float:left;
	width:400px;
	margin:0;
	padding:0;
	}

#partners p {
	float:left;
	width:400px;
	margin-bottom: 10px;
	}
	
#partnerlinks p {	
	color:#fff;
	font-size: 12px;
	}	
	
#partnerlinks a:link,#partnerlinks a:visited {
	background: #000;
	color: #f15a2a;
	border:1px solid  #f15a2a;
	text-decoration: none;
	float: left;
	padding:10px;
	font-size: 14px;
	margin:10px 10px 0 0;
			}

	
#partnerlinks a:hover {
	background:  #f15a2a;;
	color:#fff;
	text-decoration: none;
	}


.entry a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

.entry a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
.entry a:hover {
	text-decoration: underline;
	}


	
#software-img img {
	margin-top:30px;
	}
	

#company-img {
	margin-top:45px;
	}


#contact-pics {
	float:left;
	width:980px;
	}

#contact-pics img {
	float:left;
	margin: 0 12px 0 0;
	padding:0;
	}


#contact-content {
	float:left;
	width:980px;
	margin-top:10px;
	}	
	
#contact-content  h1 {
	font-size: 20px;
	color:#f15a2a;
	margin: 0;
	margin-bottom:3px;
	text-transform: uppercase;
	}

#contact-content h2 {	
	font-size: 18px;
	color:#fff;
	margin: 0;
	margin:20px 0 3px 0;
	}	

#contact-content  p {
	margin:0;
	padding:0;
	color:#fff;
	font-size: 12px;
	line-height: 130%;
	}


#contact-content  a:link {
	color:#f15a2a;
	text-decoration: none;	
		}

#contact-content  a:visited {
	color:#f15a2a;
	text-decoration: none;	
		}
		
#contact-content  a:hover {
	text-decoration: underline;
	}


#contact-width {
	float:right;	
	width:280px;
	margin-right:30px;
	}
	
#map	{
	float:left:
	width:560px;
	}
	
#map p{
	color:#fff;
	font-size: 14px;
	margin:5px 0 10px 0;
	line-height: 130%;
 	}


#contact-text {
	float: left;
	width: 960px;
	}

#contact-text p {
	color:#fff;
	font-size: 14px;
	margin:5px 0 10px 0;
	line-height: 130%;
	display: block;
 }


#side-images {
	float:left;
	}

#side-images img {
	float:left;
	}


/* footer */

#footer {
	float:left;	
	width:980px;
	margin-top:10px;
	}

#footer-text {
	float:left;
	width:200px;
	margin-top:7px;
	border:0;	}

#footer-text p {
	color:#fff;
	font-size:11px;
	padding-bottom:3px;
		}

#mavin {
	float:left;
	width:100px;
	}
	
#footer-suppliers {
	float:right;
	}
	
#footer-suppliers img {
	border:0;
	margin-left:3px;
	}
	
	
/* contact forms */

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #000; border: 1px solid #f15a2a; padding:10px; color:#fff; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%;color:#fff; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
	color:#fff
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	border: 1px solid #f15a2a;
	background: #000;
	color: #f15a2a;
	cursor: pointer;
	overflow: hidden;
	width: auto;
	text-decoration: none;
	float: left;
	padding:10px;
	font-size: 14px;
	margin:10px 10px 0 0;
}
ol.forms li.buttons button:hover { 	background:  #f15a2a;
	color:#fff;
	text-decoration: none; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }


	


