@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E6E6DE;
	margin: 0 auto;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#wrap_header {
	height: 69px;
	background-image: url(../images/base_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

	#phone_header {
		width: 700px;
		height: 69px;
		margin: 0 auto;
		background-image: url(../images/phone.png);
		background-repeat: no-repeat;
	}
	
	#back_header {
		width: 700px;
		height: 69px;
		margin: 0 auto;
	}
	
	#back_left {
		width: 480px;
		float: left;
	}
	
	#back_right {
		width: 220px;
		float: right;
	}

#wrap_middle {
	height: 291px;	
	background-image: url(../images/base_middle.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

	#logo_services {
		width: 700px;
		height: 291px;
		margin: 0 auto;
	}
	
	#services {
		padding-top: 6px;
		text-align: center;
		font-size: 18px;
		line-height: 1.3em;
		color: #1c4158;
	}

#wrap_bottom {
	/*height: 180px;*/
	background-image: url(../images/base_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#bottom {
	width: 700px;
	margin: 0 auto;
	padding-top: 18px;
	/*background-color: #96C;*/
	
}

	#contact {

}
	
	#jobs {
			
	}
	
		#title {
			font-size: 18px;
			border-bottom-width: 4px;
			border-bottom-style: solid;
			border-bottom-color: #255572;
			height: 28px;
			color: #255572;
		}
		
		#content {
			padding-top: 10px;
			padding-bottom: 22px;
			color: #4e4e4c;
		}

#wrap_jobs {
	height: 160px;
	background-image: url(../images/base_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

	#jobopp {
		width: 700px;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	#jobopp_title {
		height: 58px;	
	}

#gap {
	height: 12px;
}

#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4e4e4c;
}

#credits {
	width: 700px;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 10px;
	position: relative; /* Needed for Safari */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4e4e4c;
}

#credits_left {
	float: left;
	padding-top: 5px;
	display: inline;
}

#credits_right {
	float: right;
	padding-top: 5px;
	display: inline;
}

/*---------------------*/

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #255572;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}

/*---------CREDITS copyright COVOLT SYSTEMS LTD.------------*/

h2 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #4e4e4c;
}


/*---------------------*/
h3 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*---------------------*/

h4 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*---------------------*/

h5 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------site design by case+point:media-----------*/
h6 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


/* -------------------------------------------------------------- */


p {
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #4e4e4c;
	padding-bottom: 6px;
}

img {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom; /*disables 3px bottom on ie7*/
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363124;		
}

/* -------------------------------------------------------------- */ 

a:link {
	color: #255572;
	text-decoration: none;
}

a:visited {
	color: #255572;
	text-decoration: none;
}

a:hover {
	color: #4e4e4c;
	text-decoration: none;
}

a:active {
	color: #255572;
	text-decoration: none;
}

#credits a:link {
	color: #4e4e4c;
	text-decoration: none;
}

#credits a:visited {
	color: #4e4e4c;
	text-decoration: none;
}

#credits a:hover {
	color: #255572;
	text-decoration: none;
}

#credits a:active {
	color: #4e4e4c;
	text-decoration: none;
}