* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #000 url(../img/bg.gif) repeat-x;
	font-family: arial;
	font-size: 12px;
	
}
#outer {
	width: 927px;
	padding-top: 90px;
	background: url(../img/bg-body.jpg) no-repeat center top;
	margin: 0 auto;
	position: relative;
}
a {
	color: black;
}
#searchForm {
	position: absolute;
	top: 16px;
	left: 560px;
	width: 359px;
	height: 38px;
}
#searchForm input {
	width: 252px;
	height: 24px;
	background: #fff url(../img/search-text.gif) no-repeat;
	border: 0px solid #fff; 
	color: #777777;
	padding: 0px 5px;
	padding-top: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#searchForm button {
	border: 0px;
	padding: 0px;
	background: #e0c149 url(../img/search-submit.gif) no-repeat;
	width: 85px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 268px;
}
#menu {
	height: 62px;
	background: #000 url(../img/menu-bg.gif) repeat-x;
	position: relative;
}
#menu .l, #menu .r {
	position: absolute;
	display: block;
	height: 62px;
	top: 0px;
	width: 10px;
}
#menu .l {
	left: 0px;
	background: url(../img/menu-l.gif) no-repeat;
}
#menu .r {
	right: 0px;
	background: url(../img/menu-r.gif) no-repeat
}
#menu ul {
	padding-left: 30px;
	padding-top: 6px;
	
}
#menu li {
	display: block;
	list-style: none;
	float: left;
}
#menu a {
	height: 51px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 51px;
	color: white;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 15px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 51px;
}
#menu .home {
	width: 59px;
}
#menu .home span {
	width: 59px;
	background: url(../img/menu/home.gif);
}
#menu a span:hover, #menu a.active span {
	background-position: 0px -51px;
}
#menu .about {
	width: 76px;
}
#menu .about span {
	width: 76px;
	background: url(../img/menu/about.gif);
}
#menu .services {
	width: 76px;
}
#menu .services span {
	width: 76px;
	background: url(../img/menu/services.gif);
}
#menu .process {
	width: 95px;
}
#menu .process span {
	width: 95px;
	background: url(../img/menu/process.gif);
}
#menu .projects {
	width: 76px;
}
#menu .projects span {
	width: 76px;
	background: url(../img/menu/projects.gif);
}
#menu .engineers {
	width: 87px;
}
#menu .engineers span {
	width: 87px;
	background: url(../img/menu/engineers.gif);
}
#menu .contact {
	width: 87px;
}
#menu .contact span {
	width: 87px;
	background: url(../img/menu/contact.gif);
}
#menu .safety {
	width: 70px;
}
#menu .safety span {
	width: 70px;
	background: url(../img/menu/safety.gif);
}
#top {
	height: 288px;
	background: #cfcfcf url(../img/top-bg.gif);
	position: relative;
}
#top a {
	background: #d4d4c5 url(../img/top-logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 288px;
	color: #cfcfcf;
	width: 368px;
}
#top .r {
	width: 15px;
	height: 288px;
	background: url(../img/top-r.gif) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px; 
}
#top .img {
	width: 544px;
	height: 288px;
	position: absolute;
	overflow: hidden;
	background: url(../img/loader.gif) center center no-repeat;
	top: 0px;
	right: 15px;
}
#top .active {
	width: 544px;
	height: 288px;
	position: relative;
	background: url(../img/top/1.jpg) no-repeat;
}
#top .newImg, #top .oldImg {
	position: absolute;
	left: 0px;
	top: -288px;
	width: 544px;
	z-index: 10;
	height: 288px;
}
#outer .b1 {
	border: 4px solid #494949;
	border-top: 0px solid;
}
#outer .b2 {
	border: 1px solid #747474;
	border-top: 0px solid;
}
#body {
	background: #fff url(../img/body-bg.gif) repeat-y;
	position: relative;
}
.clearFix {
	clear: both;
	padding-top: 1px;
	margin-top: -1px;
}
#sidebar {
	float: left;
	width: 290px;
	margin: 0px 5px;
	margin-right: 7px;
	padding-top: 70px;
	/*padding-bottom: 250px; for verion with Telephone :P*/
	padding-bottom: 101px;
	background: url(../img/sidebar-bg.gif) repeat-x 0px 52px;
}
#sidebar h3 {
	height: 29px;
	background: #fafafa url(../img/sidebar-h3-bg.gif) repeat-x;
	position: absolute;
	width: 274px;
	top: 0px;
	left: 0px;
	padding-left: 27px;
	padding-top: 16px;
	border-bottom: 1px solid #c6c6c6; 
}
#sidebar h3 img {
	display: block;
}
#sidebar .q {
	padding-left: 42px;
	background: url(../img/sidebar-q.gif) no-repeat 15px 2px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
}
#sidebar ul {
	padding: 17px;
	list-style-image: url(../img/li.gif);
	padding-left: 64px;
	line-height: 24px;
}

#content {
	width: 577px;
	float:left;
	padding: 19px;
	padding-bottom: 288px;
	color: #1e1e1e;
}

#content .line {
	display: block;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #d5d5d5;
	width: 565px;
	margin: 10px auto;	
}
#content p {
	text-align: justify;
	line-height: 18px;
	padding: 5px 0px;
}
#content .more {
	color: #b63b23;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
	width: 70px;
	padding-left: 36px;
	position: relative;
	margin-top: 15px;
	height: 24px;
	line-height: 24px;
	background: url(../img/content-more.gif) no-repeat;
	left: 465px;
}
#content .more:hover {
	text-decoration: underline;
}
#projects {
	width: 615px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 268px;
	background: url(../img/projects-dot.gif) 309px 81px no-repeat;
}
#projects h3 img { display: block; }
#projects h3 {
	height: 26px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 24px;
	padding-top: 13px;
	background: url(../img/projects-h3-bg.gif) repeat-x;
}

#projects .more {
	display: block;
	position: absolute;
	width: 170px;
	height: 14px;
	background: url(../img/projects-more.gif) no-repeat;
	right: 20px;
	bottom: 12px;
}
#projects .more:hover {
	opacity: .9;
}
#projects .wrap {
	position: absolute;
	overflow: hidden;
	height: 145px;
	width: 615px;
	left: 0px;
	top: 77px;
}
#projects .img {
	border: 8px solid #cfcfcf;
	width: 231px;
	height: 129px;
	display: block;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
#projects .img1 {
	background-image: url(../img/projects/1.jpg);
	left: 37px;
}
#projects .img2 {
	background-image: url(../img/projects/2.jpg);
	left: 335px;
}
#projects .newImg {
	left: 634px;
}
#phone {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 301px; 
	/* height: 249px; for verion with Telephone :P*/
	height: 100px;
	background: #000 url(../img/phone-bg.gif) no-repeat 0px 46px;
}
#phone h3 {
	height: 35px;
	background: #fff url(../img/phone-h3-bg.gif);
	padding-left: 29px;
	padding-top: 11px;
}
#phone .contact {
	width: 96px;
	height: 94px;
	display: block;
	position: absolute;
	top: 0px;
	right: -1px;
	background: url(../img/phone-contact.gif);
}
#phone .contact:hover {
	opacity: .9;
}

#phone .phone {
	width: 148px;
	height: 153px;
	display: block;
	position: absolute;
	background: url(../img/phone.gif) no-repeat;
	left: 85px;
	top: 85px;
}



#secondMenu {
	height: 71px;
	background: #1e1e1e url(../img/secondMenu-top.gif) 57px 0px no-repeat;
	border-bottom: 1px solid #4e4e4e;
	padding: 3px;
}
#secondMenu ul {
	margin-bottom: 3px;
	height: 43px;
	background: #323232;
	padding-left: 20px;
}
#secondMenu li {
	display: inline;
	list-style: none;
}
#secondMenu a {
	color: #fff;
	font-size: 13px;
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	padding-left: 22px;
	padding-right: 21px;
	background: url(../img/secondMenu-dot.gif) left center no-repeat;
	text-decoration: none;
}
#secondMenu ul li:first-child a {
	background: none;
}
#secondMenu a:hover {
	text-decoration: underline;
}
#secondMenu .line {
	display: block;
	border: 1px solid #535252;
	background: #252525 url(../img/secondMenu-line.gif) repeat-x;
	height: 23px;
}
#footer {
	color: #fff;
	height: 56px;
	line-height: 56px;
	padding-left: 8px;
	background: url(../img/footer-nums.gif) 645px 21px no-repeat; 
}
