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

/* start setup */

*	{
	padding:	0;
	margin:		0;
	border:		0;
	}
	
body,html{
	width:		100%;
	height:		100%;
	}
	
/* end setup */

/* start style */

a {
    color:#999999;
	text-decoration: none;
	
	}

a:hover {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
	
	}
	

body{
	background-image:		url(http://www.nulinegraphics.com/images/mastheadbg.jpg);
	background-color:		#090909;
	background-position:	top;
	background-repeat:		no-repeat;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#61656b;
	font-size:				12px;
	}

body2{
	background-image:		url(http://www.nulinegraphics.com/images/mastheadbg_entity.jpg);
	background-color:		#090909;
	background-position:	top;
	background-repeat:		no-repeat;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#61656b;
	font-size:				12px;
	}


#container{
	width:			820px;
	margin-left:	-410px;
	left:			50%;
	position:		relative;
	}
	
#container div{
	width:		820px;
	position:	relative;
	}

/*header*/
#header{
	height:	120px;
}
	
#header h1{
    float: right;
	visibility:hidden;
}	

#header h2{
	position:		absolute;
	font-size:		14px;
	color:			#999999;
	font-weight:	normal;
	left:			310px;
	top:			30px;
}	

#header logo {
    background-color: none;
	text-align: left;
	clear: left;
	float: left;
	position: relative;
	left: 0px;
	top: 30px;
}


#header logo:hover {
	background-color: none;
}


#header span{
	position:	absolute;
	right:		0px;
	top:		30px;
}

#menu{
	height:	     30px;
	font-size:   14px;
	font-weight: bold;
	top:         5px;
	text-align:  center;
}

#menu a:hover{
	color:#ffffff;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	background-color: #000000;
}


/*content*/

img.featimg {
margin:0px 0px 0 0;
border: 1px solid #000;
background:#000;
padding:2px;
}

a:hover img.featimg { border-color: #fff; }




#titlebox {
    position:        relative;
	margin-top:      30px;
	height:          40px;

}

#titlebox h3{
    position:		 absolute;
	color:			 #333333;
	font-family:     Trebuchet MS, Arial, Tahoma;
	width:		     500px;
	font-size:       28px;
	font-weight:     bold;
	left:			 210px;
	bottom:		     0px;
}	



#content about{
    font-family: Arial, Tahoma;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
	height:500px;
	}

#content about li{
    font-family:      Arial, Helvetica, sans-serif;
	list-style:       none;
	color:            #4d4d51;
	font-size:        11px;
	font-weight:      bold;
	top:		      20px;
	}

#content about clients{
    line-height:       14px;
	margin-top:	       10px;
	width:		       200px;
	position:	       relative;
	bottom:            20px;
}


#content about h3{
    position:		 absolute;
	color:			 #cccccc;
	font-family:     Arial, Tahoma;
	width:		     500px;
	font-weight:     none;
	font-size:       12px;
	left:			 210px;
	top:		     20px;
}


#content h3{
    position:		 absolute;
	color:			 #333333;
	font-family:     Trebuchet MS, Arial, Tahoma;
	width:		     500px;
	font-size:       28px;
	font-weight:     bold;
	left:			 210px;
	bottom:		     0px;
}


#content div{
    font-family: Trebuchet MS, Arial, Tahoma;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
	height:193px;
	}

#content div h1{
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:20px;
	}

#content div img{
	float:right;
	}

#content div li{
    font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	color:#4d4d51;
	font-size:11px;
	font-weight:bold;
	}

#content div p{
    line-height:14px;
	margin-top:	10px;
	width:		200px;
	position:	absolute;
	bottom:		0px;
	}
	
/*pageMenu*/
#pageMenu{
	font-size:11px;
	font-weight:bold;
	margin-bottom:30px;
	background-color:#000000;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/*footer*/

#footer{
	color:#4d4d51;
	font-size:11px;
	text-align:center;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:40px;
}