/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Tetra Gas Services
	Created: 2008-05-29
	Created by: Gianni Casagrande gianni@rkd.ca
	
	Colours:
	
------------------------------------------------------------------- */

@import url(reset.css);

* {
	padding: 0;
	margin: 0;
}
/* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
/*html {
	overflow-y: scroll;
	height: 100%;
}*/

/* font size from default 16px, down to workable 10px, this is mostly for IE6 and below */
html>body {
	font-size: 10px;
}
/* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
body {
	background: #9b7153;
	font-size: 62.5%; /* from 16px browser default to useable 10px */
	font-family: 'Trebuchet MS', 'Trebuchet', Arial, sans-serif;
	color: #000;
}
/* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
.bodystyle {
	color: #fff;
	background-color: #9b7153;
	background:url(../../images/site_bg.jpg) top left repeat-x #9b7153;
}
/* clears all floats; apply to empty divs if needed. */
.clear {
	clear: both;
}

:focus { outline: none; }
/* ====================
GLOBAL STYLES - style as necessary
======================= */

p {
	font-size: 14px;
	line-height: 20px;
	color: #89604f;
	margin: 0 0 15px 0;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
	color: #333;
}
em, i {
	font-style: italic;
}
h1 {
	font-size: 28px;
	color: #0072bc;
	margin-top: -5px;
	margin-bottom: 5px;
	padding: 0;
}
h2 {
	font-size: 15px;
	color: #2c66a7;
	font-weight:bold;
	margin-bottom: 7px;
	margin-left: 15px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
ul, ol {
}

li {list-style:none;}
hr {
}
/* styles used by WYSIWYG - style as necessary */
pre {
}
address {
}
	.floatright {float:right;}
	.floatright img {padding:0; margin: 0;}
	
	.floatleft {float:left;}
	.floatleft img {padding:0px 10px 10px 5px; margin: 0;}
	
.green {color: #556d0f;}

.greenstrong { color: #556d0f; font-weight:bold;}
.bluestrong {font-size:14px;  color: #0072bc; line-height:16px; }

/* ====================
CONTAINER
======================= */

#container {
	margin: 0 auto;
	background:url(../../images/container_bg.jpg) top center no-repeat;
	width: 960px;
	height: 799px;
}
#head {
	height: 133px;
}
#head ul, #head li {
	position: relative;
	float: left;
	top: 15px;
	left: 10px;
}
#head li a {
	display: block;
	/*width: 120px;*/
	height: 57px;
	text-indent: -9000px;
	cursor: pointer;
	margin-left: 10px;
}
#head li.home a {
/*	background: url(../../images/btn_home.jpg) top right no-repeat;*/
	margin-top:10px;
	width:255px;
	height: 67px;
}
#head li.home a:hover, #head li.home .jFlowSelected a {
/*	background: url(../../images/btn_home_over.jpg) top right no-repeat;*/
}
#head li.services a {
	background: url(../../images/btn_consultingservices.png) top left no-repeat;
	margin-top: 14px;
	width: 120px;
}
#head li.services a:hover, #head li.services .jFlowSelected a {
	background: url(../../images/btn_consultingservices_over.png) top left no-repeat;
}
#head li.communication-services a {
	background: url(../../images/btn_communicationservices.png) top left no-repeat;
	margin-top: 5px;
	width: 120px;
}
#head li.communication-services a:hover, #head li.communication-services .jFlowSelected a {
	background: url(../../images/btn_communicationservices_over.png) top left no-repeat;
}
#head li.consultants a {
	background: url(../../images/btn_people.png) top left no-repeat;
	margin-top:12px;
	width: 120px;
}
#head li.consultants a:hover, #head li.consultants .jFlowSelected a {
	background: url(../../images/btn_people_over.png) top left no-repeat;
}
#head li.insights a {
	background: url(../../images/btn_insights.png) top left no-repeat;
	margin-top:20px;
	width: 120px;
}
#head li.insights a:hover, #head li.insights .jFlowSelected a {
	background: url(../../images/btn_insights_over.png) top left no-repeat;
}
#head li.contact a {
	background: url(../../images/btn_getintouch.png) top left no-repeat;
	margin-top: 12px;
	width: 120px;
}
#head li.contact a:hover, #head li.contact .jFlowSelected a {
	background: url(../../images/btn_getintouch_over.png) top left no-repeat;
}

#head li.newsletter a {
	background: url(../../images/btn_getintouch.jpg) top left no-repeat;
	margin-top: 5px;
	width: 120px;
	visibility:hidden;
}
#head li.newsletter a:hover, #head li.newsletter .jFlowSelected a {
	background: url(../../images/btn_getintouch_over.jpg) top left no-repeat;
	visibility:hidden;
}

.logoclick {
	position: relative;
	float: left;
	width: 220px;
	height: 55px;
	top: 53px;
	left: 30px;
}

.logoclick a {
	width: 220px;
	height: 55px;
	display:block;
	text-indent: -9999px;
	
}

	
/* ====================
JFlow Controls
======================= */

#myController span {
	color:#b0810f;
	/*margin-right:10px;*/
cursor:pointer;
}
#jFlowSlide {
	/*border:10px solid #F00;*/
clear: both;
	width: 920px;
	height: 625px;
	color: black;
	margin: 0 auto;
	overflow:hidden;
}
/*#myController span.jFlowSelected {
background:#F00;
}
*/

jFlowControl a:link {
	color: #660000;
	text-decoration: underline;	
}

.jFlowPrev, .jFlowNext {
	cursor:pointer;
}
#mySlides {
	overflow:hidden;
	width: 920px;
	height: 625px;
	margin: 0 auto;
}
/* ====================
HOME SLIDE
======================= */

#homeslide {
	background:url(../../images/slide1_bg.jpg) top left no-repeat;
	display:block;
	width: 920px;
	height:625px;
}
#homeslide .text {
	float: left;
	width: 460px;
	padding: 20px 0px 0px 430px;
}
#homeslide .buttons {
	position: relative;
	float: left;
	width: 920px;
	height: 51px;
	top: 100px;
}

.homepagesignup {
margin: 180px 0 0 185px;
color: #b0810f;
font-size: 28px;
}


/* ====================
SERVICES SLIDE
======================= */

#serviceslide {
	width:900px;
	padding: 0;
	color: #d5a00f;
}
#serviceslide p {
	margin: 0px 0 30px 15px;
}
#serviceslide ul {
	color: #556d0f;
	margin:10px 0 25px 10px;
}
#serviceslide li {
	font-size: 16px;
	line-height: 38px;
	color: #556d0f;
	margin-left: 45px;
	list-style-image:url(../../images/slide2_bullets.jpg);
}

#serviceslide .cont {width: 900px;}

#serviceslide .wrap {
	float: left;
	width: 900px;
	_width: 897px;
	
}
#serviceslide .content1 {
	margin: 0 685px 0 0;
}

#serviceslide .content2 {
	float: left;
	margin-left: -675px;
	*margin-left: -675px;
	_margin-left: -675px;
	width: 220px;
	*width: 220px;
	_width: 220px;
}


#serviceslide .content3 {
	float: left;
	margin-left: -220px;
	_margin-left: -220px;
	width: 220px;
	*width: 220px;
	_width: 220px;
}

#serviceslide .content4 {
	float: left;
	margin-left: -445px;
	_margin-left: -445px;
	width: 220px;
	*width: 220px;
	_width: 220px;
}


#serviceslide .commcontent1 {
	margin: 0 610px 0 0;
}

#serviceslide .commcontent2 {
	float: left;
	margin-left: -595px;
	*margin-left: -595px;
	_margin-left: -595px;
	width: 295px;
	*width: 295px;
	_width: 295px;
}


#serviceslide .commcontent3 {
	float: left;
	margin-left: -295px;
	_margin-left: -295px;
	width: 295px;
	*width: 295px;
	_width: 295px;
}

#serviceslide .buttons {
	position: relative;
	float: left;
	width: 900px;
	height: 51px;
	top: 0;
}

#serviceslide .commbuttons {
	top: 20px;
}

#serviceslide .buttons img {padding:0; margin:0;}
.right {
	float:right;
}

.grow {margin-top: 0px; height: 175px;}
/* ====================
CONSULTANTS SLIDE
======================= */

#s4 {background-color:#fff;}

#consultantslide {
	width:900px;
	padding: 10px;
	color: #d5a00f;	
}

#consultantslide p {}

#consultantslide .buttons {
	position: relative;
	float: left;
	width: 900px;
	height: 51px;
/*	top: 400px;*/
}

/*#consultantslide .wrap {float: left; width:100%;}

#consultantslide .context {margin: 0 200px 0 0; background:red;}

#consultantslide .right {float: left; margin-left: -185px; width:185px; background:blue;}*/

#conmenu {
	position: absolute;
	float:left; 
	background-color:#fff; 
	width: 535px;
	left: 340px;
	height: 60px;
	font-size: 12px;
	padding: 7px;
	border-top: 3px dashed #f1e7c3;
	border-left: 3px dashed #f1e7c3;
	border-right: 3px dashed #f1e7c3;
	}
	
.TeamMenu {width: 360px; margin-left:5px; overflow:hidden; float:left}

.TeamMenu li {
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #89604f;
	list-style-image:none;
	list-style: none;
	/*width: 30%;*/
	margin-right: 15px;
}

#consultantslide .text {
	width:900px;
	height:460px;
}



/*#rob ul {margin:0; padding:0;}
#rob li{
	width: 100%;
	margin: 10px 0 5px 0;
	}
	*/
.small {font-size: 10px;}

.quote {color: #556d0f; font-weight:bold;}


.partnerlist {
	font-size: 12px;
	line-height: 22px;
	float: left;
	border-left: 1px solid #f1e7c3;
	padding-left:20px;
	left: 400px;
	font-weight: bold;
	text-transform:uppercase;
	width: 100px; 
	margin:23px 0 0 0;
}

.partnerlist a {color:#566c11; text-decoration:none;}
.partnerlist a:hover {color:#566c11; text-decoration:underline;}
.partnerlist a:active {color:#566c11; text-decoration:none;}


#float { position:relative; float: right;}


.consultlink {
	position:absolute;
	float: left;
	left: 375px;
	font-size: 14px;
}

	
.NetworkCol {width:250px; float:left; margin-right:20px; }

.NetworkCol p {margin-bottom:30px;}

.NetworkQuote {padding:15px 0 }


.PartnerLogos td{
	padding:0 30px 0 0;
	vertical-align:bottom;
}
	
/* ====================
CONTACT SLIDE
======================= */

#contactslide {
	width:900px;
	padding: 10px;
	color: #d5a00f;	
}

#contactslide .contacttext {
margin: 25px 0 0 30px;
}

#contactslide .buttons {
	position: relative;
	float: left;
	width: 900px;
	height: 51px;
	top: 40px;
}

#map {
	border: 3px dashed #f1e7c3;
	width:500px;
	z-index: 99;
}

/* ====================
NEWSLETTER SLIDE
======================= */

#newsletterslide {
	width:900px;
	padding: 10px;
	color: #d5a00f;	
}

#newsletterslide .contacttext {
margin: 25px 0 0 30px;
}

#newsletterslide .buttons {
	position: relative;
	float: left;
	width: 900px;
	height: 51px;
	top: 150px;
}







.rkd {
	margin: 27px auto;
	font-size: 12px;
	color: #916441;
	width: 960px;
	text-align:center;
}

.rkd a, .rkd a:link, .rkd a:active {color: #916441; text-decoration:underline;}
.rkd a:hover {color: #916441; text-decoration:none;}