@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background-color: #444444;
	font-size: 14px;
}
#footer{
	font-size: 10px;
}
#copyright{
	float: left;
	width: 65%;
	padding-top: 30px;
}
#footerlogo{
	float: left;
	width: 35%;
}
.nav {
	background-image: url(../images/background_nav.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.nav a{
	color:#CCCCCC;
}
.nav #menu {
	font-size: 16px;
	margin-left: 100px;
	margin-top: 20px;
	line-height: 160%;
}
.nav #menu a {
	color:#CCCCCC;
	text-decoration: none;
	margin: 45px;
}
.nav #client_menu {
	font-size: 16px;
	margin-left: 50px;
	margin-top: 20px;
	line-height: 160%;
}
.nav #client_menu a {
	color:#CCCCCC;
	text-decoration: none;
	margin: 35px;
}
.main {
	background-image: url(../images/background_main.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 200px;
	margin-left: 150px;
	width: 468px;
}
.main a {
	color:#CCCCCC;
}
.client {
	background-image: url(../images/background_main.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 200px;
	margin-left: 10px;
}
.client a {
	color:#FFFFFF;
}
.webform {
	font-size: 12px;
	white-space:nowrap; 
}
.title {
	font-size: 22px;
	text-transform: uppercase;
}
