body {
	background-color: #333333;
}
#navcontainer {
	position: relative;
	height: 120px;
	width: 790px;
	top: 15px;
	text-align: left;
	padding: 0px;
	left: 50px;
}
#navlist
{
	margin-left: 0;
	width: 400px;
	padding: 0;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 90px;
	top: 0px;
	left: 0px;
}
#navlist li
{
	list-style: none;
	margin: 0;
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	top: 0px;
	line-height: 14px;
}
#navlist li a
{
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
#navlist li a:hover
{
	color: #333333;
	text-decoration: none;
}
#home #nav-home a,
#about #nav-about a,
#services #nav-services a,
#products #nav-products a,
#news #nav-news a,
#partners #nav-partners a,
#contact #nav-contact a {
	color: #333333;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#services #nav-services a:hover,
#products #nav-products a:hover,
#news #nav-news a:hover,
#partners #nav-partners a:hover,
#contact #nav-contact a:hover {
	color: #333333;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#telbox {
	position: relative;
	height: 70px;
	width: 790px;
	top: 440px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.contact {
	color: #FFFFFF;
	text-decoration: none;
}
.contact:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
.currentpage {
	color: #333333;
}
