/* 

ToC
	1. DEFAULTS
	2. SITE LAYOUT DIVS
	3. CLASSES
	3. NAVIGATION STYLING

	
Notes

*/

/********************************************************
* DEFAULTS
********************************************************/

* {
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCC;
	padding:0;
	margin:0;
}

/********************************************************
* SITE LAYOUT DIVS
********************************************************/

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding:0;
	width: 1000px;
}

#header {
	margin:0;
	height:84px;
	padding:0;
	margin:0;
	background-color:#FFF;
}

#navigation {
	width:1000px;
	height:30px;
	background-image:url(../images/navigationBackground.gif);
	background-repeat:repeat-x;
}

* html #navigation {
	height:10px;
	margin-bottom:-11px;
}

* html #headerImage {
	width:1000px;
	height:145px;
	padding-bottom:1px;
}

#headerImage {
	clear:both;
	width:1000px;
	height:166px;
	padding-bottom:4px;
}

#container {
	background-image:url(../images/containerImage.jpg);
	background-repeat:repeat-y;
	margin-top:-4px;
}

#left_content {
	float: left;
	width: 237px;
	min-height:370px;
}

* html #left_content {
	margin-right:-33px;
}

/* for Internet Explorer */
/*\*/

* html #left_content, #right_content {
	height: 370px;
}

#right_content { 
	margin: 0;
	float: right;
	width: 763px;
	height:auto;
	background-color:#FFF;
}

#footer {
	background-image:url(../images/footerImage.jpg);
	background-repeat:repeat-y;
	clear:both;
	height:20px;
}

#rotating_questions {
	position:relative;
	top:-8px;
	left:-12px;
	border: none;
}
/********************************************************
* CLASSES 
********************************************************/

.ourTeam {
	width:740px;
	height:170px;
	background-color:#FFF;
	padding:0;
}


.ourTeam p {
	width:auto;
	height:auto;
	padding:0;
}

.partnerText {
	width:740px;
	/*height:170px;*/
	background-color:#FFF;
	padding:0;
	margin-top:20px;
}

.partnerText p {}

.mugShot {
	float:left;
	border: 1px solid #BA1C23;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}


.partnerLogo {
	clear:both;
	float:left;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}

.partnerIBM {
	float:left;
	margin-left:15px;
/*	margin-top:15px;*/
	margin-right:15px;
	margin-bottom:50px;
}


.clear {
	clear:both;
}

.backtoTop a {
	text-decoration:none;
	color:#666666;
	font-size:9px;
	font-weight:bold;
}

.backtoTopImg {
	padding-left:0px;
	background-color:#FFF;
	margin:0;
}
* html.right {
	float:right;
	margin-right:8px;
	margin-bottom:8px;
}
.right {
	float:right;
	/*margin-left:20px;*/
	margin-right:8px;
	margin-bottom:8px;
}

.intro {margin-top:-10px;}

#customer_logo_images img {border:none; padding:0; margin:0;}
a img {border:none;}

/********************************************************
* NAVIGATION STYLES
********************************************************/

#navigation ul {
	text-align:left;
    list-style: none;
	font-family: Helvetica, Verdana, sans-serif;
	height:30px;
}

#navigation ul a {
	text-transform:uppercase;
    color: #FFF;
    text-decoration: none;
	font-weight:bold;
	text-align:center;
    display: block;
    padding-left:0px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:3px;
	height:12px;
    background:inherit;
	font-size:11px;
}

#navigation ul a:hover {
    color:#99CC33;
    text-decoration: none;
}

#navigation ul li {
    float: left;
	height:30px;	
}

#navigation li.home a {background:url(../images/nav/home.gif) no-repeat top center; height:30px; width:209px;}
#navigation li.aboutus a {background:url(../images/nav/about.gif) no-repeat top center; height:30px; width:182px;}
#navigation li.whatwedo a {background:url(../images/nav/what.gif) no-repeat top center; height:30px; width:219px;}
#navigation li.customersandpartners a {background:url(../images/nav/customers.gif) no-repeat top left; height:30px; width:198px;}
#navigation li.contactusanddownloads a {background:url(../images/nav/contactus.gif) no-repeat top left; height:30px; width:192px;}

#home #navigation li.home a {background:url(../images/nav/home_selected.gif) no-repeat top center; height:30px;}
#aboutus #navigation li.aboutus a {background:url(../images/nav/about_selected.gif) no-repeat top center; height:30px;}
#whatwedo #navigation li.whatwedo a {background:url(../images/nav/what_selected.gif) no-repeat top center; height:30px;}
#customersandpartners #navigation li.customersandpartners a {background:url(../images/nav/customers_selected.gif) no-repeat top center; height:30px;}
#contactusanddownloads #navigation li.contactusanddownloads a {background:url(../images/nav/contactus_selected.gif) no-repeat top center; height:30px;}



.cleartext {display:none;}
.claimtext {width:490px;}
li.claimtext {width:460px; list-style-image:url(../images/jobrolebullet.gif);}

.backIcon {
	border:none;
}


/********************************************************
* SUB MENU NAVIGATION STYLES
********************************************************/

#left_content ul {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
    list-style: none;
	padding-left:18px;
}

#left_content li {
	font-family: Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	width:190px;
}

#left_content a {
	text-decoration:none;
	color:#FFF;
}

#left_content a:hover {
	text-decoration:none;
	color:#BA1C23;
}

.subMenu {
	width:auto;
	padding-left:8px;
	padding-right:8px;
	border-bottom: 1px solid #FFF;
}

.subMenuBack {
	width:auto;
	padding-left:8px;
	padding-right:8px;
	margin-top:25px;
	border-bottom: 1px solid #FFF;
}

/* ABOUT US - Sub Nav */
#container.aboutusnav li#sub_who a {color:#BA1C23;}
#container.teamnav li#sub_team a {color:#BA1C23;}
#container.contactusnav li#sub_contact a {color:#BA1C23;}
/* WHAT WE DO - Sub Nav */
#container.whatwedo li#sub_what a {color:#BA1C23;}
#container.householdnav li#sub_household a {color:#BA1C23;}
#container.generalnav li#sub_general a {color:#BA1C23;}
#container.managementnav li#sub_management a {color:#BA1C23;}
#container.consultancynav li#sub_consultancy a {color:#BA1C23;}
/* HOSTING - Sub Nav */
#container.whatwedo li#sub_what a {color:#BA1C23;}
#container.householdnav li#sub_household a {color:#BA1C23;}

/* CUSTOMERS & PARTNERS */
#container.customersnav li#sub_customers a {color:#BA1C23;}
#container.partnersnav li#sub_partners a {color:#BA1C23;}
/* PRESS & EVENTS */
#container.pressreleasenav li#sub_pr a {color:#BA1C23;}
#container.pressreleasenav1 li#sub_pr a {color:#BA1C23;}
#container.pressreleasenav2 li#sub_pr a {color:#BA1C23;}
#container.pressreleasenav3 li#sub_pr a {color:#BA1C23;}
#container.pressreleasenav4 li#sub_pr a {color:#BA1C23;}
#container.pressreleasenav5 li#sub_pr a {color:#BA1C23;}
#container.newsnav li#sub_news a {color:#BA1C23;}
#container.eventsnav li#sub_events a {color:#BA1C23;}
/* CONTACT US & DOWNLOADS */
#container.contactusnav li#sub_contactus a {color:#BA1C23;}
#container.downloadsnav li#sub_download a {color:#BA1C23;}
#container.formnav li#sub_download a {color:#BA1C23;}


#testimonials {width:600px; margin:auto; margin-bottom:30px; padding-top:20px;}
.centerimages {text-align:center;}
p.centerimages a {margin:0 5px;}

.tel {margin-right:8px;}
.fax {margin-right:5px;}
