/**** BASICS ****/
body {
	font-family: "Verdana";
	font-size: 12px;
    color: #000000; /*#ffffff;*/
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
	text-align:left;
	background-color: #ffffff; /*#26355C;*/
}

* html body {
    behavior: url("../javascript/csshover2.htc");
}

div#outer_container
{
    position: relative;
	margin:0px auto;
	width: 1000px;
	height: 600px;
/*
	background-image: url('../image/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
*/
}

div#inner_container
{
	position: absolute;
	height: 423px;
	width: 698px;
	left: 150px;
	top: 85px;
	border: solid 1px #C2C3CE;
	background: #ffffff;
/*
	background-image: url('../image/back_r.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #253255;
*/
}

div#sub_container
{
	position: absolute;
	height: 30px;
	width: 698px;
	left: 150px;
	top: 510px;
	margin-left: 8px;
}

div#submenu
{
	position: absolute;
	left: 10px;
	top: 5px;
	width: 220px;
    height: 410px;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	background-repeat:no-repeat;
	background-position:center;
	overflow: hidden;
}

div#content
{
    position: absolute;
    z-index: 1;
	left: 230px;
	top: 25px;
	width: 345px;
    height: 355px;
	color: #000000;
	text-align: left;
}
/* SCROLL */
#content_inner {
	width: 345px;
	height: 355px;
	overflow: hidden;
	position: relative;
}
#content_scroll {
	position: relative;
}
#Scroller-Up {
	float: left;
	cursor: pointer;
	position: relative;
	top: 19px;
	left: 332px;
	z-index: 110;
}
#Scroller-Down {
	float: left;
	cursor: pointer;
	position: relative;
	top: 345px;
	left: 332px;
	clear: left;
	z-index: 110;
}
/* SCROLL */
div#logo
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 125px;
    height: 423px;
	background-image: url('../image/logo_rensini.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 100;
}
div#banner {
	position: relative;
	z-index: 90;
}
div#mainmenu
{
    position: absolute;
	left: -40px;
	top: 2px;
	width: 550px;
    height: 30px;
    text-align: left;
    color: #000000;
}

div#contact
{
    position: absolute;
	left: 545px;
	top: 2px;
	width: 146px;
    height: 30px;
    text-align: right;
    color: #000000;
}

span.mainmenu-item, span.mainmenu-item-active {
	margin-left: 40px;
}
span.mainmenu-item-active {
	font-weight: bold;
}


span.submenu-item, span.submenu-item-active {
	margin-left: 10px;
}
span.submenu-item a, span.submenu-item-active a {
	text-decoration: none;
}
span.submenu-item-active {
	font-weight: bold;
}


span.groupmenu-item, span.groupmenu-item-active {
	margin-left: 40px;
}
span.groupmenu-item-active a {
	color: #FFCC66;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
label {
	width: 100px;
	float: left;
	clear: both; 
}
input {
	height: 18px;
	margin-bottom: 5px;
}
input, textarea {
	width: 220px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
input.submit {
	height:22px;
	width: auto;
}
input.required, textarea.required {
	border: 1px solid #FF0000;
}
#antispam {
	display: none;
}
img {
	border: 0px;
}
object {
	outline: none;
}
object.reseller {
	margin: 82px 0 0 20px;
}