* {
	margin: 0;
	padding: 0;
	border: none;
	/*font-size: 1em;*/
}

body {
   /*font: normal 91%/1.2 Helvetica,Arial,Verdana,Sans-serif;*/
	font: normal 91%/1.2 sans-serif, Verdana, Geneva, Arial, Helvetica;
	background-color: #362f2d;
	background-repeat: repeat-x;
	color: #999;
	padding-top: 24px;
	text-align: center;
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
	font-weight: normal;
}

.startHere {
	display: block; 
	background: #362f2d; 
	width: 100%; 
	height: 95px;
}

#txtStripe {
	overflow: hidden;
	position: absolute;
	top: 350px;
	left: 0;
	/*margin: 20px 0 0 0;*/
	/*border: 4px solid green;*/
}

#txtMenu {
	position: relative;
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	height: 65px;
	/*border: 4px solid red;*/
}

#txtMenu li {
	float: left;
	/*position: relative;*/
	position: absolute;	
	height: 40px;
	width: 11px;
	font-size: 34px;
}

#txtMenu li span  {
	padding: 0 4px;
	position: relative;
	color: #534741;
	/*background-color: #372f2d;*/
	/*font-size: 34px;*/
	display: block;
	/*text-align: left;*/
}


#cPanel {
	position: absolute;
	/*float: left;*/
	left: 0px;
	top:4px;
	/*border: 2px solid white;*/
	/*background-image: url(../images/cPbg.gif);*/
	background-color: #000000;
	width: 100px;
	height: 342px;
	overflow: hidden;
	/*background-image: url(../images/cPbg.gif);*/
	/*border: 0px solid #c7b299;*/
}

#loadedContent {
	position: absolute;
	left: 0px;
	top: 4px;
	height: 342px;
	width: 100%;
	background: #362f2d;
	background-image: url(../images/cPbg.gif);
	/*overflow: hidden;*/
	
}

h1 {
	margin-bottom: 50px;
}

p {
	margin-top: 1em;
}

#logo {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.gif);
	height: 117px;
	width: 460px;
	cursor: pointer;
	text-align: center;
	margin: auto;
}

#logo span {
	display: none;
}

.hidden {
	display: none;
}

.blue {
	left: 95px;
	top: 10px;
}

.green {
	left: 285px;
	top: 10px;
}


.orange {
	left: 500px;
	top: 10px;
}


.yellow {
	left: 735px;
	top: 10px;
}

.violet {
	left: 1025px;
	top: 10px;
}

.blue span {
	background: url(../images/cross_blu.gif)  no-repeat;
	background-position: -15px 15px;
	position: absolute;
}

.green span {
	background: url(../images/cross_green.gif)  no-repeat;
	background-position: -15px 15px;
	position: absolute;
}


.orange span {
	background: url(../images/cross_orange.gif)  no-repeat;
	background-position: -15px 15px;
	position: absolute;
}


.yellow span {
	background: url(../images/cross_yellow.gif)  no-repeat;
	background-position: -15px 15px;
	position: absolute;
}

.violet span {
	background: url(../images/cross_violet.gif)  no-repeat;
	background-position: -15px 15px;
	position: absolute;
}


#prova {
	display: block;
/*	background-image: url(../images/roves.jpg);
	background-repeat: repeat-x;*/
	/*background-color: #020202;*/
	/*width: 100%;
	height: 330px;
	overflow: hidden;*/
}

#prova span {
	display: block;
	height: 35px;
	overflow: hidden;
	margin-bottom: 4px;
	
}

#tagLines {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 2px;
	width: 100%;
	background: #c7b299;
	/*margin-bottom: 100px; */
	font-size: 1px;
	line-height: 0;
}

/**** FORM ****/


/*h1	{font:bold 1.2em/1.6em arial;margin:4px 0;padding:4px 0;}
h2	{font:normal 1.1em/1.5em arial;margin:4px 0;padding:4px 0;}
div, p {font: normal 1em/1.3em arial;}*/


dl {
	position: absolute;
	font:normal 24px/26px Arial;
	top: 28px;
	
  
}

.dlleft {
	left: 100px;
}

.dlright {

	width: 350px;
	text-align: left;
	left: 25px;
}

dt {
  clear: both;
  width: 130px;
  margin: 0 0 20px 0;
  text-align: right;
}
dd {
  /*float: left;*/
  width: 350px;
  margin: 0 0 14px 0;
  position:relative;
}

.hint {
  font:normal 18px/20px Arial;
  display:none;
  position: absolute;
  right: -235px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #534741;
  padding: 10px 12px;
  background:  #362f2d ;
}

.hint-pointer {
	position: absolute;
	display: none;
	right: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(../images/pointer.gif) left top no-repeat;
/*    position: absolute;
    left: -10px;
    top: 8px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;*/
}

input{	
	font:normal 20px/22px Arial;
	color: #999;
	width: 320px;
	height: 24px;
	background: #362f2d;
	border: 2px solid #534741;
	padding: 0 4px 0 4px;
}

textarea{
	font:normal 16px/20px Arial;
	color: #999;
	width: 320px;
	height: 20px;
	background: #362f2d;
	border: 2px solid #534741;
	overflow: auto;
	height: 150px;
	padding: 0 4px 0 4px;
}

select{
	font:normal 20px/22px Arial;
	color: #999;
	width: 320px;
	height: 20px;
	background: #362f2d;
	border: 2px solid #534741;
	padding: 0 4px 0 4px;
}
