/*  ______  _____
   /   __ \/   __\     monteq
  /   /  /   /  / \    webdesign
 /   /  /   /  /   \   consultancy
/___/  /___/  /_____\  2007
*/

/*Navigation areas*/
#navzone{
	display: block;
	float: left;
	width: 400px;
	height:400px;
	
	background:#333 url("../assets/img/keyboard.jpg") no-repeat center;}
	
#navcont{
	display: block;
	float: right;
	width: 160px;
	margin-top: 80px;
	margin-right:20px;
	
	background:trans;}

#menuholder{
	display: block;
	float:right;
	width: 485px;
	height: 90px;
	margin-top:3px;
	
	background: black;}


/*Button layout*/

#butt1, #butth{
	display: block;
	float:left;
	width: 120px;
	height: 20px;
	margin-top:15px;
	margin-left: 20px;

	text-align:center;
	font-family: verdana;
	font-weight: 100;
	font-size: 12px;
	color:#333;
	line-height: 20px;
	text-transform: lowercase;
	
	border: 1px solid #eee;
	background:#ccc;}

/*a Link_a Visited_a Hover_a Active*/

#butt1 a{
	display: block;
	width:120px;/* BlockHighlight */
	color: #000;
		
	background-color: #ccc; 	
	text-decoration: none}
	

#butt1 a:visited{/*no function*/}

	
#butt1 a:hover		{color: #eee;	background-color: #666;}


#butt1 a:active	{color: #f00;	background-color: #000;}

/*Highlight version for an active page*/

#butth a				{color: #f00;	background-color: #000;					
	display: block;
	text-decoration: none;}
