/*

*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/background.jpg) repeat-x;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2 {
	padding: 0 0 0 0px;
	font-size: 1.2em;
	line-height: 22px;


}

h3 {
margin-top: 10px;
	margin-bottom: 10px;
font-weight: bold;
	font-size: 1.2em;

}

p, blockquote, ul, ol {
	margin-top: 0;
}



a {

	text-decoration: none;
	color: #666666;
}

a:hover {
text-decoration: underline;
}



/* Menu */

body #menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}

html>body #menu {
	width: 920px;
	height: 40px;
	margin: 0 auto;
}

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

html>body #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 155px;
	height: 60px;
	padding: 0 0 0 0px;
		text-align: center;

}

html>body #menu li {
	display: block;
	float: left;
	width: 140px;
	height: 60px;
	padding: 0 0 0 0px;
		text-align: center;

}

#menu a {
	display: block;
	width: 135px;
	height: 36px;
	padding: 20px 10px 0 10px;
	background: none;
	font: 0.95em Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;

}

html>body #menu a {
	display: block;
	width: 140px;
	height: 36px;
	padding: 20px 17px 0 18px;
	background: none;

	font: normal 1em Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;

}

#menu a:hover {
border-bottom: 4px solid #A7A7A7;

	text-decoration: none;
	color: #A7A7A7;

}

html>body #menu a:hover {
border-top: 8px solid #A7A7A7;
border-bottom: 0px solid #a7a7a7;
	text-decoration: none;
	color: #A7A7A7;

}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}


#content {
	float: left;
	width: 800px;
	height: 470px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 0 20px 0 10px;
	background: #626262;
	color: #ffffff;
	font:Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
background: url(images/contactbg2.jpg);
}




#content h2 {
font-size: 1.0em;
padding: 5px 0px 15px 8px;
border: 0px;

}

html>body #content h2 {
font-size: 1.4em;
padding: 5px 0px 15px 8px;
border: 0px;

}

#content p {
padding: 0px 0px 0px 11px;
font-size:1.2em;

color: #000000;
}

html>body #content p {
padding: 0px 0px 0px 11px;
font-size: 1.2em;

color: #000000;
}

#content a {
color: #000000;
text-decoration: underline;
}

#content a:hover {
color: #ffffff;
text-decoration: none;
}

#contactform {
margin: -250px 10px 0 0px;
padding: 0 0px 0 10px;
float: right;
}



/* Footer */

#footer {
margin: -5px 0 0 0;
	padding: 5px 0 8px 0;
	background: #000;

}

#footer p {
	width: 750px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #ffffff;
}

#legal {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


