/*
VALUE CDN (c) 2007
All rights reserved
http://www.valuecdn.com/
*/



body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/ver-h.gif) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#logo {
	padding: 30px 0 0 0;
	float: left;
}

#header {
	width: 780px;
	height: 110px;
	margin: 0px auto;
}

#content {
	width: 780px;
	margin: 0px auto;
}

/* MENU DEFINITION */


#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 50px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 100px;
}

#menu a {
	display: block;
	width: 70px;
	height: 45px;
	padding: 24px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #FABEB3;
}

#menu a:hover {
	width: 70px;
	background: #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}


/* FOOTER DEFINITION */


#footer {
	padding: 30px 0 30px 0;
	background: #CCCCCC;
	border-top: dotted 2px #E8E8E8;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: 1em Arial;
	color: #333333;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .legal a {
	padding: 0;
}

#headingtext {

	width: 780px;
	padding-top: 20px;
}

#headingtext p {
	//margin-bottom: 1em;
	text-align: left;
	line-height: bold;
	font-size: 1.8em;
	color: #666666;
}

p {
	font: normal 12px Arial;
}

.nebiez {
	font: normal 12px Arial;
}

.biez {
	font: bold 12px Arial;
}

.smallino {
	font: normal 9px Arial;
}