/*
	vim: sw=4 ts=4 sts=4

	Maclura's Theme for 4026.it
	(c) 2005-2008 - MACLURA Web Agency - http://www.maclura.it/
	All Rights Reserved
*/

body {
	margin: 0;
	padding: 0;
	background: rgb(70,77,85);
	color: #fff;
	font-family: "Verdana","Arial", "Helvetica", sans-serif;
	font-size: 15px;
}
#container {
	text-align: center;
}
#header {
	height: 378px;
	background: rgb(70,77,85) url(intro_3.jpg) no-repeat top center;
	color: #fff;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}
#slogan {
}
#slogan h3 {
}
#slogan h3 span {
	display: none;
}
#comingsoon {
	margin: 5px auto 5px auto;
	padding: 2px;
	background: rgb(70,77,85);
	color: #ff3;
	font-family: "Verdana","Arial", "Helvetica", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
}
#comingsoon a:link, #comingsoon a:visited {
	padding: 3px;
	background: rgb(70,77,85);
	color: #ff3;
	text-decoration: none;
}
#comingsoon a:hover, #comingsoon a:active {
	padding: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #000;
	background: #ff3;
	color: #000;
}


#contact {
	margin-top: 0;
	padding-bottom: 20px;
}
#contact p {
	margin: 2px;
}
#contact p.p1 {
	font-weight: bold;
}
#contact p.p4 {
	margin: 10px;
}
#contact p.p5 {
	margin: 20px;
	color: #ccc;
	font-size: 10px;
}
#contact a {
	margin: 5px;
	padding: 4px;
}
#contact a:link, #contact a:visited {
	background: rgb(70,77,85);
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}
#contact a:hover, #contact a:active {
	margin: 3px;
	border-bottom: 1px solid #fff;
	padding: 3px;
	background: #69c;
	color: #fff;
}

