/* Integrate Media CSS Document */

/*		Defaults		*/
* {
	padding: 0;
	margin: 0;
}

/*		Structure		*/
body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fefefe url(/images/bodyBg.gif) top repeat-x;
}

#contentWrapper{
	width: 900px;
	min-height: 570px;
	margin: 0 auto;
	background: #282425;
}

#masthead{
	width: 100%;
	height: 113px;
	position: relative;
	background: #fff url(/images/integrateHeader.jpg) no-repeat top left;
}

#logoLink {
	margin: 17px 0 0 52px;
	width: 160px;
	height: 80px;
}

#logoLink img {
	border: none;
	margin: 17px 0 0 0;
}

#loginSelect{
	width: 217px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: left;
	border-bottom: 1px solid #c6c5c5;
}

#loginSelect a{
	margin-right: 25px;
}

#mainNav{
	width: 100%;
	height: 52px;
	position: relative;
	background: url(/images/navBg.gif) repeat-x top left;
}

#mainNav ul{
	position: absolute;
	bottom: 0px;
	right: 25px;
}

#mainNav ul li{
	width: auto;
	height: 52px;
	list-style: none;
	display: block;
	float: left;
	padding-top: 0px;
	background: url(/images/navBorder.gif) no-repeat bottom right;
}

#mainNav ul li a {
	width: auto;
	height: 22px;
	margin: 0 0 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	display: block;
}

#mainNav ul li a.active, #mainNav ul li a:hover {
	background: url(/images/navRollover.gif) repeat-x top left;
}

#mainNav ul li.last {
	background: none;
}

#mainContent {
	float: left;
	height: auto;
}

#footer{
	width: 900px;
	margin: 0 auto; /*This centres the div*/
	position: relative;
}

#footer ul {
	position: absolute;
	right: 0;
	margin-top: 5px;
	margin-right: 45px;
}

#footer ul li{
	display: inline;
	margin-left: 20px;
}

/*	Homepage Specific	*/
#mainImage{
	width: 100%;
	height: 284px;
}

body.home #bodyContent{
	width: 380px;
	height: 130px;
	background: url(/images/radialGradient.jpg) bottom left no-repeat;
}

#homeIntro {
	padding-top: 37px;
	margin: 0 0 0 65px;
}

/*	Content Pages	410px;height: auto;*/
body.services #bodyContent, body.clients #bodyContent, body.aboutus #bodyContent, body.contact #bodyContent{
	width: 642px;
	margin: 55px 0px 30px 55px;	
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #5d5a5b;
}

/*
body.services #bodyContent h1, body.clients #bodyContent h1, body.aboutus #bodyContent h1, body.contact #bodyContent h1 {
	/*margin: 55px 0 30px 55px;
}

body.services #bodyContent p, body.clients #bodyContent p, body.aboutus #bodyContent p, body.contact #bodyContent p {
	width: 645px;
	height: auto;
	margin: 0 34px 0 55px;
}*/

#secondaryContent {
	width: 150px;
	height: auto;/*270px*/
	margin: 65px 0px 0 0px;
	float: left;
	padding-left: 10px;
	/*border-left: 1px solid #5d5a5b;*/
	position: relative;
	left: 5px;
}

#secondaryContent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 8px;
	text-indent: -8px;
}

#secondaryContent ul li{
	list-style: none;
	margin-bottom: 10px;
	line-height: 14px;
}

#secondaryContent ul li a{
	text-decoration: none;
	font-size: 12px;
}

#secondaryContent .active{
	color: #e2e2e2;
	text-decoration: none;
	font-size: 12px;
}

#secondaryContent ul li:before {
	content: "\00BB \0020";
}

div.seperator{
	clear: both;
}

/*		Typography		*/
body.services #bodyContent, body.clients #bodyContent, body.aboutus #bodyContent, body.contact #bodyContent {
	font-size: 12px;
	color: #e2e2e2;
}

body.services #bodyContent strong, body.clients #bodyContent strong, body.aboutus #bodyContent strong, body.contact #bodyContent strong {
	font-weight: bold; 
}

body.services #bodyContent p, body.clients #bodyContent p, body.aboutus #bodyContent p, body.contact #bodyContent p {
	/*margin-top: 5px;*/
	padding-bottom: 8px;
}

body.services #bodyContent h1, body.clients #bodyContent h1, body.aboutus #bodyContent h1, body.contact #bodyContent h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

body.services #bodyContent h1, body.services #bodyContent a, body.services #bodyContent p a, body.services #secondaryContent ul li a{
	color: #bcd730;
}

body.clients #bodyContent h1, body.clients #bodyContent a, body.clients #secondaryContent ul li a{
	color: #bdbdf2;
}

body.aboutus #bodyContent h1, body.aboutus #bodyContent a, body.aboutus #secondaryContent ul li a{
	color: #ffbe10;
}

body.contact #bodyContent h1, body.contact #bodyContent a, body.contact #secondaryContent ul li a{
	color: #c9265d; /*fefefe*/
}

body.services #bodyContent a, body.clients #bodyContent a, body.aboutus #bodyContent a, body.contact #bodyContent a  {
	text-decoration: none;
}

body.services #bodyContent #image, body.clients #bodyContent #image, body.aboutus #bodyContent #image, body.contact #bodyContent #image  {
	border: 1px solid #5d5a5b;
	padding: 5px 5px 5px 5px;
}

body.services #secondaryContent ul li a.active, body.clients #secondaryContent ul li a.active, body.aboutus #secondaryContent ul li a.active, body.contact #secondaryContent ul li a.active{
	color: #e2e2e2;
}

#homeIntro {
	font-size: 12px;
	color: #e2e2e2;
}

#tagline {
	position: absolute;
	right: 45px;
	bottom: 22px;
	font-size: 11px;
	color: #636466;
	font-weight: bold; 
}

/*	navigation styling	*/
#servicesLink a, #clientsLink a, #aboutusLink a, #contactLink a{
	font-size: 13px;
	text-decoration: none;
}

#servicesLink a, body.services #secondaryContent ul{
	color: #bcd730;
}

#clientsLink a, body.clients #secondaryContent ul{
	color: #bdbdf2;
}

#aboutusLink a, body.aboutus #secondaryContent ul{
	color: #ffbe10;
}

#contactLink a, body.contact #secondaryContent ul{
	color: #c9265d;
}


#mainNav ul li a.active, #mainNav ul li a:hover{
	color: #282425 !important;
}

#loginSelect a, #loginSelect a:visited {
	color: #9b9d9f;
	text-decoration: none;
	background: url(/images/loggedOutIcon.gif) no-repeat top left;
	padding-left: 14px;
	position: relative;
	top: 20px;
}

#loginSelect a.loggedIn {
	color: #282425 !important;
	background: url(/images/loggedInIcon.gif) no-repeat top left;
	padding-left: 14px; 
}

#loginSelect a:hover {
	text-decoration: underline;
}

/* html elements */
.input {
	border: 1px solid #e2e2e2;
	margin: 20px 4px 6px 4px;
	height: 20px;
	width: 120px;
	background: #f7f3f7;
}

.enquiryinput {
	border: 1px solid #e2e2e2;
	margin: 20px 4px 6px 4px;
	height: 20px;
	width: 250px;
	background: #f7f3f7;
}

.enquirytextarea {
	border: 1px solid #e2e2e2;
	margin: 20px 4px 6px 4px;
	height: 250px;
	width: 250px;
	background: #f7f3f7;
}

.button {
	border: 1px solid #e2e2e2;
	margin: 20px 4px 6px 4px;
	height: 20px;
	width: 122px;
	background: #bdbdbd;
}

.button:hover {
	border: 1px solid #636363;
	background: #636363;
}

label {
	display: block;
	width: 200px;
	float: left;
	margin: 20px 4px 6px 4px;
	text-align: right;
}

br { 
	clear: left; 
}


/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles 
*/

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}