/*** LAYOUT STYLE ***/

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #000000;
}

html {
	background-color: #000000;
}


body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

a {
	color:#ffffff;
	text-decoration: none;
}

p {line-height: 200%}

a:hover{
color: #c40000;
text-decoration: underline;
}

/*** HEADER ***/

#hd {
	width:900px; 
	height: 167px; 
	position:relative;
	z-index: 0;
	}


/*** BODY - HOME ***/

#hmbkg {
	width:900px;
	height: 504px;
	position:relative;
	background-image: url(images/bkg_0hm_txt.gif); /*** PIX HERE ***/
	background-repeat: no-repeat;
	}
	
#hmtxt {
		top: 155px;
		position:relative;
		}

#hmtxt p.summary{
	left: 74px;
	width:436px;
	top: 8px;
	position:absolute;
	line-height:30px;
		}
		
#hmtxt img.open{
		position:absolute;
		left: 34px;
		width:35px;
		height:29px;
		}


/*** BODY - ABTUS ***/

#hmbkgabtus {
	width:900px;
	height: 504px;
	position:relative;
	background-image: url(images/bkg_1abt.gif); /*** PIX HERE ***/
	background-repeat: no-repeat;
	}
	
#hmtxtabtus {
		top: 40px;
		margin-left:80px;
		margin-right:80px;
		position:relative;
		}


/*** BODY - PROJECTS ***/

#projsub{
	width:117px;
	height: 504px;
	position:relative;
	clear: left;
	float: left;
	}

#projbkg {
	width:900px;
	height: 504px;
	position:relative;
	background-image: url(images/sub_bkg_project.gif); /*** PIX HERE ***/
	background-repeat: no-repeat;
	font-size: 10px;
	}
	
#projbkg p.projlist{
	left: 598px;
	width:276px;
	top: 54px;
	position:absolute;
	line-height:14px;
	text-align:right;
		}
		
#projbkg p.projlist a{
	color:#c1bebe;
	text-decoration: none;
		}

#projbkg p.projlist a:hover{
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
		}
		
#projname{
	left: 155px;
	width:322px;
	top: 349px;
	position:absolute;
	line-height:14px;
	text-align:right;
	font-size: 10px;
		}

/*** BODY - SERVICES ***/

#hmbkgsrv {
	width:900px;
	height: 504px;
	position:relative;
	background-image: url(images/bkg_3srv.gif); /*** PIX HERE ***/
	background-repeat: no-repeat;
	}

#hmtxtsrv {
		top: 40px;
		margin-left:80px;
		margin-right:80px;
		position:relative;
		}
		
		
/*** BODY - GALLERY ***/

#hmbkggal {
	width:900px;
	height: 504px;
	position:relative;
	background-image: url(images/bkg_4gallery.gif); /*** PIX HERE ***/
	background-repeat: no-repeat;
	}

#hmtxtgal {
		top: 40px;
		margin-left:80px;
		margin-right:80px;
		position:relative;
		}
		
/*** SPECIAL TXT ***/

.redtxt{
		font-size: 18px;
		color: #c40000;
		font-weight: bold;
		}
		
.redtxtnormal{
		color: #c40000;
		font-weight: bold;
		}

.whitetxt{
		font-size: 18px;
		color: #ffffff;
		font-weight: bold;
		}
		
/*** TABLES ***/
		
table.tb1
{
border-collapse:separate;
border-spacing:10px;
}
table.tb2
{
border-collapse:separate;
border-spacing:20px;
z-index: 1;
}
		
/*** FOOTER ***/

#ft img.ftimg{
	width:900px; 
	height: 33px; 
	position:relative;
	}
