@charset "UTF-8";
/* CSS Document */

* {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#353535;
}


p {
	line-height:1.2em;
}

img {
	border:none;
}

body, html {
	overflow:hidden;
	height:10000px;
	margin:0;
	padding:0;
}


a:link, a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#404040;
	text-transform:uppercase;
	font-size:11px;

}

a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:#b3b3b3;
	color:#404040;
	text-transform:uppercase;
	font-size:11px;
	

}

h1 {
	font-size:16px;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

h2, h3  {
	font-size:12px;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}


div#container {
	width:960px;
	height:10000px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

div#mainscreen {
	width:960px;
	height:1950px;
	float:left;
}

div#content {
	width:550px;
	height:2000px;
	float:right;
	margin-right:0px;
	margin-top:135px;
	text-align:right;
	padding-right:10px;
}

div#logo {
	background:url(../images/logo.png);
	width:400px;
	height:154px;
	float:left;
	position:fixed;
	z-index:100px;
}

div#footer {
	width:100%;
	background:#e5e5e5;
	position:fixed;
	z-index:99;
	bottom:0;
	height:35px;
	margin-bottom:20px;
}

div#footercontent {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	color:#404040;
	font-size:11px;
	margin-top:2px;
	text-align:right;
	
}



#mainmenu {
	padding-top:8px;
	color:#404040;
	width:550px;
	text-transform:uppercase;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
	
	}

#mainmenu ul {
list-style:none;
margin:0;	
}

#mainmenu li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

#mainmenu a {
color:#404040;
text-decoration:none;
padding:7px;	
font-size:16px;
}

#mainmenu a:hover {
color:#404040;
text-decoration:none;
padding:7px;
background:#b3b3b3;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
font-size:16px;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}