@charset "utf-8";
/* CSS Document */
body {
	font: 105% Rockwell, Trebuchet MS, Arial, Helvetica, sans-serif;
	background: url(../images/gradient.gif) 0 0 repeat-x #a21e23;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
#swirls2 {
	background:url(../images/swirls.png) center top no-repeat;
	width:900px;	
	height:498px;
	z-index:1;
	position:absolute;
	left:43%;
	margin-left:-50%;
	top:280px;	
}
#swirls {
	float:left;
	background:url(../images/swirls.png) center 280px no-repeat;
	width:100%;
	z-index:1;	
	}
#container {
	width: 936px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header {
	padding: 0;
	background:url(../images/swirls.gif) right top no-repeat #fff;
}
#header h1 {
	text-indent:-4000px;
	background:url(../images/Vox.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	height:160px;

}
.navigation {
	float:left;	
	margin-bottom:20px;
	margin-top: 13px;
	width: 600px;	
}
.tabs {
	list-style-type:none;
	padding:0;
	margin:0;
}
.tabs li {
	font-size:80%;
	float:left;
}
.tabs li a {
	color:#fff;
	text-decoration:none;
	background:transparent url(../images/tab.gif) top left no-repeat;
	margin:0;
	height:25px;
	padding:3px 8px 4px 5px;
	width:88px;
	float:left;
	}
.tabs li a:hover {
	background:url(../images/tab_hover.gif) top left no-repeat;
	}
#contentContainer {

width: 900px;
position: relative;
z-index: 5;




}
/* Right Content *******************************************************/

#rightArea {	
	
	width: 295px;	
	padding-bottom:10px;
	position: absolute;
	left: 645px;
}
#rightContent {
	padding-left:25px;
	
}
#rightContent h3 {
	font-size:100%;
	font-weight:normal;
	margin-bottom:0;
}
#rightContent p {
	font-size:90%;
	margin:0;
}
#rightContent a {
	color:#000000;
	text-decoration:none;
}
#rightContent a:hover {
	text-decoration:underline;
}
dl {
	margin:0;
	padding-bottom:36px;
}
dt {
	margin-top:1em;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	margin-bottom:0;
}
dd {
	font-size:80%;
	margin:0;
}
dd a {
	font-size:80%;
}

img.yourVox {
	margin-left:-10px;
	}
/* Right Content END *******************************************************/


#mainContent {
	float: left;	
	margin: 0;
	padding: 0 15px 0 5px;
	z-index: 10;	
	width: 620px;	
	min-height: 500px;	
}

#dots
{	
	width: 6px;	
	height: 500px;
	float: left;
	margin-top: 50px;
	background:url(../images/dots-new.gif);	
}

#footerdots
{	
	width: 100%;	
	height: 15px;	
	background:url(../images/footerdots.gif);
	background-repeat: repeat-x;	
}

#mainContent p {
	margin-top: 0;
	font-size: 85%;
	
}

#mainContent a
{
	color: #ffffff;
	text-decoration: none;
}

#mainContent a:hover
{
	text-decoration: underline;
}

.columns {
	float:left;
	width:142px;
	margin-right:20px;
	}

.columns.wider {
	width:150px;
	}
.columns.last {
	margin-right:0;
	}

.portfolio {
	float:left;
	width:137px;
	margin-right:21px;
	background:#660a12;
	margin-bottom:34px;
	}

.portfolio p {
	margin:0;
	}
.portfolio p.text {
	padding:3px 0 3px 10px;
	font-size:70%;
	}

#footer {
	padding: 0;
	position: relative;
	z-index: 1;
	top: 5px;	
}
#footerContainer {
	width: 936px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px 0 10px;
	
}
#footerlinks {
	float:left;
	margin-left:100px;
	width: 50px;	
	margin-top: 15px;	
}
#footerLinks img {
	margin-right:12px;
}
#copyright {
	margin-left:378px;
	width:200px;
	margin-right:250px;
	padding-top:16px;
}
#copyright p {
	margin:0;
	font-size:70%;
}

#footerlinks {
	margin-left:10px;
	float: left;
	width:300px;
}
#footerlinks p {
	margin:0;
	font-size:70%;
}
#footerlinks a {
	margin:0;
	font-size:90%;
	color:#FFFFFF;
}
#companyDetails {
	float:right;
	width:235px;
}
#companyDetails p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:50%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/*Generic font styles************************************************************/
h2 {
	color:#000000;
	font-size:90%;
	margin: 0 0 10px 0;	
}

h2.home {
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0;
	}

.standard p, .standard li {
	font-size:80%;
	}

.standard ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.standard li {
	padding-left:10px;
	background:url(../images/bullet.png) 0 5px no-repeat;
	}
.standard h3 {
	color:#000;
	font-size:80%;
	margin-bottom:0;
	}
img {
	border:0;
}

#contactno
{	
	width: 200px;
	position: absolute;
	top: 210px;
	right: 85px;	
}

.contactno
{	
	color: #000000;
	padding: 27px 0 0 0;
	font-size: 90%;
	font-weight: bold;	
}

#cipr
{
	float: left;
	margin-bottom: 5px;
	width: 100px;
}

.small
{
	font-size: 80%;
}

.testheader
{
	color: #000000;
	font-weight: bold;
}

.casestudy-left
{
	float: left;
	width: 150px;
}

.casestudy-right
{
	float: left;
	width: 460px;	
	margin: 0 0 0 10px;
}

.casestudy-left-news
{
	float: left;
	width: 150px;
}

.casestudy-right-news
{
	float: left;
	width: 460px;	
	margin: 0 0 0 10px;
	height: 140px;
}

.casestudy-left-small
{
	float: left;
	width: 100px;	
}

.casestudy-right-small
{
	float: left;
	width: 510px;	
	margin: 0 0 20px 10px;
}

.casestudy-right-small p
{
	margin: 0;
	padding: 0;	
	line-height: 1.2;
}

.small-black
{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}

.black
{
	color: #000000!important;	
}

#cloud p
{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	position: absolute;
	left: 12px;
	top: 170px;	
}

#casestudylink
{
	float: right;
	text-align: right;
	width: 200px;	
}

.casestudies
{
	color: #000000!important;
	font-size: 100%;
	font-weight: bold!important;
}

#servicestable
{
	font-size: 90%;
	float: left;
}

#servicestable tr td
{
	width: 33%;
}

#staffimages img
{
	margin: 0;
	padding: 0;
	float: left;
}
