/* Euroservice1 Screen Styles - Author: Fabrizio Ravasi - Date: November 2007 */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	font: 90%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
}
h1, h2, h3 {
	font-weight: normal;
}

#container {
	margin: 0;
}
#header {
	width: 100%;
	background-color: #5A7B8F;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header-cont {
	width: 945px;
}
#nav {
	background-color: #666666;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
}
#nav-cont {
	list-style-type: none;
	width: 945px;
	}
#nav ul{
	list-style-type: none;
	float: right;
	margin: 0 30px 0 0;
	border-right: 1px solid #999;
	}
#nav li{
	float: left;
	}
#nav-cont a, #nav-cont a:visited {
	display: block;
	padding: 8px 20px 0 20px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	color: #CCCCCC;
	border-left: 1px solid #999;
	}
#nav-cont a:hover {
	background-image: url(../images/nav-bg-h.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #787878;
	}
#content {
	background-color: #262626;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 16px 0;
}
#content-cont {
	width: 945px;
	text-align: left;
}
#left-col {
	float: left;
	width: 142px;
}
#left-col p {
	font-size: 0.8em;
}
#center-col {
	float: left;
	width: 611px;
	margin: 22px 25px 14px 25px;
	background-image: url(../images/center-col-bg.gif);
	background-repeat: repeat-y;
}
#center-col2 {
	padding: 10px 15px 14px 15px;
}
#center-col2 h2 {
	padding: 0 0 12px 0;
}
#center-col p {
	padding: 0 0 12px 0;
}
#center-col ul {
	list-style: none;
	padding: 10px 0 10px 30px;
}
#center-col li {
	padding: 4px 0 0 0;
}
#center-col a,center-col a:visited {
	color: #6699AA;
	text-decoration: none;
	font-weight: bold;
}
#center-col a:hover {
	color: #A2C1CC;
	text-decoration: underline;
}
#dynloadarea {
	width: 400px;
	height: 300px;
	float: right;
	margin: 0 0 0 10px;
	background-image: url(../images/dynloadarea.jpg);
	padding: 2px;
	border: 1px solid #999;
}
#gallery {
	padding: 14px 0 10px 0;
}
#gallery img {
	padding: 0 3px 0 0;
	cursor: hand;
}
.np {
	padding: 0 !important;
}
#right-col {
	float: left;
	width: 142px;
}
#right-col p {
	font-size: 0.8em;
}
#left-col img, #right-col img {
	padding: 12px 0 0 0;
}
#left-col a, #right-col a, #left-col a:visited, #right-col a:visited {
	color: #CCCCCC;
}
#left-col a:hover, #right-col a:hover {
	color: #FFFFFF;
}
#footer {
	background-color: #668CA1;
	padding: 12px 0 6px 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#shstat {
	float: left;
}
#footer-cont {
	width: 945px;
	font-size: 0.8em;
}
#footer a,footer a:visited {
	color: #A2C1CC;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #D9E6EA;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.z {
	margin: 0 90px 0 0;
}

	
/* form */

#form {
	border: 1px solid #666;
	color: #FFFFFF;
	padding: 10px;
	}
fieldset {
	border: 0;
	}
legend {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	}
.campoform {
	font-size: 1.2em;
	margin: 12px 8px 8px 0;
	text-align: left;
	}
label {
	font-size: 0.9em;
	display: block;
	width: 10em;
	text-align: right;
	float: left;
	margin-right: 1em;
	}
input, textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #eee;
	width: 50%;
	background-color: #4E6B7D;
	}
#button {
	text-align: center;
	}
.button {
	color: #A2C1CC;
	background-color: #006699;
	letter-spacing: 0.2em;
	font-weight: bold;
	border: 1px solid #ccc;
	font-size: 1em;
	}
