@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.0%; margin:0px;
}

body,td,th {
	font-size: 10pt;
}


/*** LAYOUT ***/


#start {
    background-image:url(screen_somma.jpg);
    background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	width: 779px;	
	height: 585px;
	position:relative;
	z-index:1;

}

.link {
	margin: 10px; margin-top: -4px;
	padding:4px;	
	border:1px #cccccc solid;
	font-size:16px;
	text-align:left;
	background-color: #006600;
}

.img_link:hover{
 opacity:.7;
 filter:alpha(opacity=70);
 -moz-opacity:.7;
 border:none;
}

.img_link2:hover{
 opacity:.5;
 filter:alpha(opacity=50);
 -moz-opacity:.5;
 border:none;
}

#video {
    position: absolute;
	top:225px;
	left:215px;
	margin: 0;
	text-align:center;
	width:336px;
	height:272px;
	padding:5px;
    background-color: #848484;
	background-image:url(bg_sidebar_left_newsletter.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px;
	border-style: solid;
	border-color: #FFFFFF;
}


#footer {
	height: 30px;
	width:779px;
    text-align:center;
	line-height: 30px;
	color: #CCCCCC;
	z-index:3;
    position:relative;
	top:565px;
}

#footer2 {
	height: 30px;
	width:779px;
    text-align:center;
	line-height: 30px;
	color: #CCCCCC;
	z-index:3;
    position:absolute;
	bottom:10px;
}

fieldset {
border:none;

}
label {
font-size: 9px;

}


input {
	background-color:#CCCCCC;
	border:none;
	width:290px;
	height:auto;
	color:#333333;
	font-size:11px;
	padding:4px;
}

/*** STANDARDS ***/

img {
	border:0px none; margin:0; padding:0;

}


div, p, span {
	margin:0; padding:0px;

}

/**************************************/

a, a:visited {
	font-size: 9px;
	color: #888888;
}
a:hover {
	color: #666666;

}
a:active {
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990099;
	display:inline;
	text-transform:uppercase;
}

h1 {
	font-size:20px;
	margin:0px;
	line-height:20px;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	text-align:left;
	padding-left: 10px;
	background-color: #299A04;
	width: 230px;
	margin-left: 10px;
	margin-bottom: 6px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	margin-top:2px;
	margin-bottom:1px;
	color:#FFF;
	width: 280px;

}
h3 {font-size:15px;margin-top:0px;margin-bottom:0px;}

ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
