/* COLOURS:
#2d2d2d = antraciet, achtergrond

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6em;
	padding-top:0px;
	margin: 0px;
	background-color:#2d2d2d;
}

a img {
  border-style: none;
  }

/*************************Header****************************/

/***********Container for left bar, center, and right bar************/
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	background-image: url(graphics/tekniart-paphos-01.jpg); 
	background-repeat: no-repeat;
	border:3px outset #ffffff;
}

/***********************Main************************/
#main {
	float:left;
	width:750px;
	display:block;
	height:425px;
	color:#ffffff;
	padding:0px;
}

.feature {
	color:#ffffff;
	font-weight:bold;
	width:0px;
	margin-left:300px;
	margin-top:100px;
	border:0px solid #ffffcc;
	padding:3px;
}

.feature h3 {padding-left:50px; color:#F9E962;}
/******************************************************/


/***************** nav ********************************/

#nav {
	margin: 0px;
	padding:0px;
	padding-left:10px;
	float:left;
	width:740px;
	background-image: url(graphics/tekniart-menu.gif); 
	background-repeat: repeat-x;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #2d2d2d;
  }

#nav ul {
  margin:0px;
  padding:0px;
  list-style:none;
  }
#nav li {
  float:left;
  margin:0px;
  padding:0px;
  display:block;
  font-weight:bold;
  }
#home{
  border-left:1px solid #2d2d2d;
  }

#nav a {
  margin:0px;
  padding:0px;
  height:22px;
  padding-top:3px;
  border-right:1px solid #2d2d2d;
  display:block;
  color:#ffffff;
  text-decoration:none;
  white-space:nowrap; 
  padding-left:27px; 
  padding-right:28px; 
 
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav a:hover {
  color:#ffffff;
  background-image: url(graphics/tekniart-menuhover.gif); 
  background-repeat: repeat-x;
  }
/*****************************************************/


/***********************Footer*************************/
#footer_container {
	clear:both;
	width:750px;

	}

#footer {
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background-color:#003399;
	height:20px;
}
#footer a:link {text-decoration:none; color:#ffffff;}
#footer a:visited {text-decoration:none; color:#ffffff;}
#footer a:hover {text-decoration:none; color:#fcfcfc;}
#footer a:active {text-decoration:none; color:#ffffff;}
/******************************************************/