body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg {
	background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg2 {
	background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/bg_projects.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg3 {
	background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/project_details_bg_2.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg4 {
	background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/services_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg5 {
	background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/contact_img_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	.text_home2 {
	font-family: Arial;
	font-size: 10px;
	color: #C4C4C4;
	}
.text_content {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align:justify;

}
.text_services {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.text_yellow {
	font-family: verdana;
	font-size: 10px;
	color: #FFA500;
	text-align:justify;

}
.text_yellow2 {
	font-family: verdana;
	font-size: 10px;
	color: #F0E936;
	text-align:justify;

}
.text_header {
	font-family: verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-align:justify;
	font-weight:bold;
}
.text_content2 {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align:justify;

}
.text_content3 {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-align:justify;

}
.text_content4 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-align:justify;

}
.text_scroll {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align:justify;
	}
.textbox_grey{
width:166px;
height:19px;
background-color:#393939;
border:0px;
line-height:20px;
padding-left:4px;
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
}
.textbox_white{
width:175px;
height:20px;
background-color:#ffffff;
border:0px;
line-height:20px;
padding-left:4px;
font-family: verdana;
font-size: 10px;
color: #000000;
}
.textbox_white2{
width:371px;
height:60px;
background-color:#ffffff;
border:0px;
line-height:20px;
padding-left:4px;
font-family: verdana;
font-size: 10px;
color: #000000;
}
.button_bg{
width:109px;
height:29px;
background-color:#B7B6B6;
border:0px;
line-height:20px;
padding-left:4px;
font-family: verdana;
font-size: 10px;
font-weight:bold;
color: #000000;
}
.button_bg2{
width:94px;
height:29px;
background-color:#B7B6B6;
border:0px;
line-height:20px;
padding-left:4px;
font-family: verdana;
font-size: 10px;
font-weight:bold;
color: #000000;
}
.link_bg {
background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/links_bg_2.jpg);
background-repeat:no-repeat;
	background-color:#000000;
}
.link_bg2 {
background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/about_bg.jpg);
background-repeat:no-repeat;
	background-color:#000000;
}
.link_bg3 {
background-image:url(file:///C|/Users/ESS/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/services_3.jpg);
background-repeat:no-repeat;
	background-color:#000000;
}
.link:link {color : #ffffff; TEXT-DECORATION: none}
.link:visited {color : #ffffff; TEXT-DECORATION: none}
.link:active {color : #ffffff; TEXT-DECORATION:none }
.link:hover {color : #ffffff; TEXT-DECORATION: none}
.link2:link {color : #C4C4C4; TEXT-DECORATION: none}
.link2:visited {color : #C4C4C4; TEXT-DECORATION: none}
.link2:active {color : #C4C4C4; TEXT-DECORATION:none }
.link2:hover {color : #C4C4C4; TEXT-DECORATION: none}
.link3:link {color : #000000; TEXT-DECORATION: none}
.link3:visited {color : #000000; TEXT-DECORATION: none}
.link3:active {color : #000000; TEXT-DECORATION:none }
.link3:hover {color : #000000; TEXT-DECORATION: none}
.link4:link {color : #FFA500; TEXT-DECORATION: none}
.link4:visited {color : #FFA500; TEXT-DECORATION: none}
.link4:active {color : #FFA500; TEXT-DECORATION:none }
.link4:hover {color : #FFA500; TEXT-DECORATION: none}

/************************************************************************************************************
*Modal Window Overlay CSS	
************************************************************************************************************/

	#modal_container {
		padding:5px;
		background-color:#fff;
		border:1px solid #666;
		overflow:false;
		font-family:"Lucida Grande",Verdana;
		font-size:12px;
		color:#333;
		text-align:left;
	}

	#modal_container.test {
		background-color:#900;
		color:#fff;
		padding:10px;
		text-align:center
	}

	#modal_overlay {
		background-color:#000;
	}

	#modal_overlay.test {
		background-color:#fff;
	}
