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

body {
		font-family:Arial, Helvetica, Verdana, sans-serif;
		padding:0px;
		margin:0px;
		color:#CCC;
		font-size:11px;
		line-height:19px;
		background-color:#000;
}

body a {
	color:#fff;
}

body a:hover {
color:#fff;
}

/* Main Links */

#links {
	width:409px;
	margin-left:475px;
	*margin-left:300px;
	margin-top:90px;
	text-align:center;
	height:33px;
	position:absolute;
	}
		

#tabs {
	margin:0;
	padding:0;
	list-style:none;
	z-index:1000;
	
}

#tabs li {
	float:left;
	margin:0;
	padding:0;
}

#tabs li a {
	margin:0;
	padding:0;
	display:block;
	text-indent:-10000px;
	outline:none;
}

#tabs li a.cactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.factive { background:url(images/links.jpg) no-repeat; }
#tabs li a.vactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.pactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.qactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.zactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.lactive { background:url(images/links.jpg) no-repeat; }
#tabs li a.ractive { background:url(images/links.jpg) no-repeat; }

#tabs li a.home {
	background-position:0px 0px ;
	height:33px;
	width:56px;
}
#tabs li a.home:hover { background-position: 0px -29px;
 }
 
#tabs li a.portfolio {
	background-position:-56px 0px ;
	height:33px;
	width:71px;
}
#tabs li a.portfolio:hover { background-position: -56px -29px;
 }
  
#tabs li a.about {
	background-position:-127px 0px ;
	height:33px;
	width:59px;
}
#tabs li a.about:hover { background-position: -127px -29px;
 }

 
#tabs li a.contact {
	background-position:-186px 0px ;
	height:33px;
	width:64px;
}
#tabs li a.contact:hover { background-position: -186px -29px;
 }
 
  
#tabs li a.service {
	background-position:-250px 0px ;
	height:33px;
	width:101px;
}
#tabs li a.service:hover { background-position: -250px -29px;
 }
 
  
#tabs li a.links {
	background-position:-351px 0px ;
	height:33px;
	width:50px;
}
#tabs li a.links:hover { background-position: -351px -29px;
 }


#main {
	margin-right:auto;
	margin-left:auto;
	width:863px;
}

hr {
	background-color:#999999;
	color:#999999;
	height:1px;
	border:0px;
}

#bar {
	background-color:#3a3a3c;
	width:863px;
	height:29px;
	text-align:right;
	margin-bottom:4px;
	*margin-bottom:0px;
}

.grey {
	background-color:#3a3a3c;
	color:#3a3a3c;
	height:5px;
	border:0px;
}

#tab {
	width:300px;
	height:40px;
	background-image:url(images/tab.jpg);
	background-repeat:no-repeat;
	float:left;
	line-height:normal;
	padding-top:4px;
	padding-left:22px;
	*padding-left:16px;
	color:#CCC;
	font-size:9px;
	margin-left:595px;
	*margin-left:419px;
	position:absolute;
	*margin-top:-3px;
	line-height:13px;
	}
	
	#tab a {
	text-decoration:none;
	}
	
	#tab a:hover {
		color:#CCC;
	}
	
	#footer {
		text-align:right;
		line-height:normal;
		font-size:10px;
	}
	
	.dark {
		color:#666;
	}
