/* 
    Document   : screen.css
    Author     : PG&W - Agenzia di comunicazione
    Website    : www.pg-w.it
    Copyright  : PG&W s.r.l.
*/

body {
	background:#3d3f42 url(../../img/common/pageBg.gif) repeat-x;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:center;
}

img {
	border:0;
}

p, a, td, h1, h2, h3, h4, h5, h6, span, ul, li, label, div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#929497;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

hr {display:none}

.cleaner {
	clear:both;
	font-size:1px;
}

h1 {
	font-size: 20px;
	color:#fff;
	margin: 10px 0 30px 0;
}

/* SELECT LANGUAGE PAGE */


#containerSplash {
	width:272px;
	margin:200px auto 0 auto;
}

#containerSplash #selectLang {
	border-top:1px solid;
	border-bottom:1px solid;
}

#containerSplash #logoSplash {
	height:94px;
	background-image:url(../../img/common/logoSplash.gif);
}

#containerSplash #logoSplash span {
	display:none;
}

#containerSplash #selectLang span {
	display:none;
}

#containerSplash #selectLang a {
	display:block;
	width:55px;
	text-decoration:none;
}

#selectIt {
	float:left;
	background:url(../../img/common/langIt.gif) no-repeat left center;
	height:33px;
}

#selectEn {
	float:right;
	background:url(../../img/common/langEn.gif) no-repeat right center;
	height:33px;
}

#flashAlert {
	width: 500px;
	height: 20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -250px;
	background:url(../../img/common/flashAlert.png) no-repeat right center;
}
#flashAlert span {
	text-indent: -9999px;
	display:none;
	position: relative;
}



/* NEWSLETTER SUBSCRIPTION */

body.newsletter {
	margin:10px;
	padding:10px;
	text-align: left;
}

body.newsletter h1 {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin: 30px 0 8px 0;
	text-transform: uppercase;
}

body.newsletter p {
	font-size: 13px;
	margin:0 0 15px 0;
	line-height: 1.5em;
}

#nlContainer {
	width:550px;
	margin:0 auto 0 auto;
}

#nlContainer #logo {
	height:120px;
	margin-bottom: 30px;
	background:url(../../img/common/logoSplash.gif) no-repeat 50% 0;
	text-indent: -9000px;
	border-bottom: 1px solid #929497;
}

.newsletterForm {
	margin: 0 0 20px 0;
}

.newsletterForm .required {
	color: #fff;
}


.newsletterForm td {
	padding:5px 20px 5px 0;
}

.newsletterForm input.textBox {
	background-color:#58595b;
	border: 0;
	padding: 4px 5px;
	color: #cacbcb;
}

.newsletterForm .firstCol {
	width: 150px;
}

.captchaTable td {
	padding: 0 20px 0 0;
}

.captchaImage {
	width: 100px;
	background-color: #fff;
}

