@charset "utf-8";

html, body {
height: 100%;
width:100%;
}

img, div, a { 
	behavior: url(iepngfix.htc); 
}

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:.9em;
}

ul, li {
	margin:0;
	padding:0;

}

#container {
	width: 973px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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 { 
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	padding: 0px;
	width:100%;
	height:41px;
	background-image: url(../images/main/header_bg.png);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	z-index:12;
	float:left;
	clear:both;
} 

#headernav {
	position:relative;
	float:right;
	width:973px;

}

#menu_bar {
	right:0px;
	position:relative;
	float:right;
	width:189px;
	padding-right:33px;
	display:block;
}

#client_bar {
	left:0px;
	position:relative;
	float:left;
	width:189px;
	padding-right:33px;
	display:block;
	height:24px;
	text-align:left;
}

.menu_body {
	display:none;
}

.menu_body li {
	margin-left:20px;
	margin-top:-5px;
	background-image: url(../images/main/menu_bg.png);
	font-size:.75em;
	display:block;
	text-align:left;
		list-style:none;
	
}
.menu_body li a {
	margin-top:-5px;
	color: #ffffff ;
	text-decoration:none;
	padding:10px;
	display:block;
	z-index:11;
}

.menu_body li.alt {
	margin-top:-5px;
	background-image:url(../images/main/menu_bg_dark.png)
}

.menu_body li a:hover {
	padding-left:20px;
	font-weight:bold;
	color:#66cccc;
}

#logo {
	position:relative;
	float:left;
	width:940px;
	padding-left:33px;
	margin-top:50px;
	margin-bottom:30px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h2 {
	
	font-size:1.1em;
	color:#ffffff;
}

h3 {
	
	font-size:0.9em;
	color:#ffffff;
}

#mainContent {
	position:relative;
	float:left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:1;
	width:901px;
}

#mainContenttop {
	position:relative;
	float:left;
	background-image:url(../images/main/labour_content_top.png);
	width:973px;
	height:23px;
}

#mainContentbottom {
	float:left;
	position:relative;
	background-image:url(../images/main/labour_content_bot.png);
	width:973px;
	height:24px;
}

#mainContentmiddle {
	position:relative;
	padding-left:72px;
	float:left;	
	background-image:url(../images/main/labour_content_middle.png);
	width:901px;
	padding-top:15px;
	padding-bottom:15px;
}

#mainContent .content {
	position:relative;
	float:left;
	width:826px;
}

#mainContent .imgprev {
	float:left;
	position:relative;
	width:336px;
}

.hits {
	position:relative;
	width:336px;
	float:left;
}

#mainContent .contentright {
	position:relative;
	width:450px;
}

#mainContent .heading {
	position:relative;
	float:left;
	width:450px;
	height:18px;
	margin-bottom:10px;
	padding-bottom:15px;
	clear:both;
}

#mainContent p {
	color:#66cccc;
	font-size:.8em;
}

#mainContent li {
	color:#66cccc;
	font-size:.8em;
	list-style: disc;
	margin-left:15px;
}

#mainContent a {
	color:#ffffff;
}

.contactform {
	widht:450px;
}

#mainContent .contactformleft {
	margin-top:5px;
	width:225px;
}
#mainContent .contactformright {
	margin-top:5px;
	width:225px;
}

#mainContent input {
	background-color:#000;
	border: 1px;
	border-color:#666;
	color:#ffffff;
	font-size:1em;
	padding-top:5px;
	width:200px;
	font-family:Helvetica, Arial, Verdana;
}

#mainContent textarea {
	background-color:#000;
	border: 1px;
	border-color:#666;
	color:#ffffff;
	padding-top:5px;
	width:200px;
	height:40px;
	font-family:Helvetica, Arial, Verdana;
	font-size:1em;
}

#formbuts {
	position:relative;
	width:450px;
}


#formbuts a {
	color:#ffffff;
	font-size:.8em;
}

.formsubmit {
	position:relative;
	float:right;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
}
.formreset{
	position:relative;
	float:right;
	text-align:center;
	margin-right:18px;
}

.footer {
	position:fixed;
	float:left;
	bottom:0px;
	width:100%;
	background-image:url(../images/main/footer_bg.png);
	background-repeat:repeat;
	left:0px;
	z-index:10;
	border-top:thin;
	border-top-color:#336666;
	border-top-style:solid;
	font-family: Helvetica, Verdana, Arial, sans-serif;
} 

.footer ul {
	list-style: none;
}

.footer li {
	color: #ffffff;
	padding:0px;
	margin: 0px;
	display:inline;
}

.footer li a {
	text-decoration:none;
	font-size:.75em;
	color:#ffffff;
	margin: 0px;
}
	
.footer li a:hover {
	font-weight:bold;
	color:#66cccc;
}
	
.footer p {
	font-size:.75em;
	color:#66cccc;
}

.clearfooter {
	position:relative;
	float:left;
	width:100%;
	height:100px;
}

.gallery {
	width:100%;
	height:100%;
}


input {
	background-color:#000;
	border: 1px;
	border-color:#666;
	color:#ffffff;
	font-size:1em;
	width:200px;
	font-family:Helvetica, Arial, Verdana;
}


.joblisting {
	
	vertical-align:absbottom; 
	display:inline
}


