@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #000000;
	color: #6c6b6b;
}
.style01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6c6b6b;
}

.fotbg {
	background-image: url(../images/fotbg.jpg);
	background-repeat: no-repeat;
}

#buttonbar {
	height: 34px;
	width: 980px;
	position: relative;
	background-image: url(../images/bg.jpg); /* From herer you can change the top links background*/
	background-repeat: repeat-x;
}

#buttonbar ul {
	position: absolute;
	height: 27px;
	width: 889px;
	top: 3px;
	left: 3px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#buttonbar ul li {
	line-height: 27px;
	height: 27px;
	width: 127px;
	float: left;
	text-align: center;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#buttonbar ul li a {
	background-image: url(../images/link.gif); /* From herer you can change the top links first tab*/
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	height: 27px;
	width: 127px;
	float: left;
	text-align: center;
}
.contbg {
	background-image: url(../images/contbg.jpg);
	background-repeat: repeat-y;
}

#buttonbar ul li a:hover {
	background-image: url(../images/hover.gif); /* From herer you can change the top links second tab*/
	background-repeat: no-repeat;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	height: 27px;
	width: 127px;
	text-decoration: none;
	float: left;
	text-align: center;
}
#homedisplay {
	width: 978px;
	background-image: url(../images/showcase.jpg);
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	background-position: right 0px;
}
A.lowerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
A:hover.lowerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
A.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
A:hover.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
