/**** GENERAL CSS STYLES ****/

*
{
	font-family: 'Trebuchet MS';
	margin: 0;
	padding: 0;
	font-size: 0.95em;	
}

body {
	background: #FFF;	
}

img {
	border: none;
}

a {
	outline: none;	
	cursor: pointer;
}

.right {
	float: right;	
}

.grey {
	color: #777;	
}

.red {
	color: red;
}


/**** WRAPPER ***/

#wrapper {
	width: 756px;
	margin: auto;
	margin-top: 10px;
}

/***** HEADER ****/

#header {
	height: 80px;
	background-image: url('img/homelogo.jpg');
	background-repeat: no-repeat;
}

/***** MENU ******/
#menu {
	height: 301px;
	border-top: 1px solid #777;
	padding: 2px 0;
	background-image: url('img/homeimage.jpg');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#menu ul {
	float: right;
	list-style: none;  
	position: relative;  
	margin: 0;  
	padding: 0;
}

#menu li {
	display: block;  
	overflow: hidden; 
	margin-left: 3px;
	padding: 0;  
	cursor: pointer;
	float: left;  
	width: 80px;  
	height: 180px;  
}

/*
#menu li.active {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;	
}
*/

#about {
	background-image: url('img/about.jpg');	
}

#tech {
	background-image: url('img/tech.jpg');	
}

#application {
	background-image: url('img/application.jpg');	
}

#news {
	background-image: url('img/news.jpg');
}

/***** CONTENT *****/

#content {
	width: 309px;
	height: 100px;
	float: right;
	margin-top: 2px;
	margin-left: 357px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	padding: 10px 7px 10px 13px;
	background-image: url(img/textbg.jpg);
	background-repeat: no-repeat;
}

#content img {
	float: right;
	margin-top: -60px;
}

/***** FOOTER ******/

#footer a {
	color: #777;
	text-decoration: none;	
}

#footer a:hover {
	color: #333;
	text-decoration: none;	
}

#footer p {
	color: #333;
}