/*
-------------------------------------------------------------------

		Helix Consulting Stylesheet

		arancio: 	#EDB329
		marrone scuro:	#8A644A

-------------------------------------------------------------------
*/
body, html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #EEE6DF;
}



a, img {outline: none;}

#main {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	background-color: white;
	border-top: 4px solid #EDB329;
	border-bottom: 4px solid #EDB329;
}
/*
-------------------------------------------------------------------
					TYPOGRAPHY
-------------------------------------------------------------------
*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
a.homelang,a.homelang:active,a.homelang:visited{
  display: block;
	padding: 10px 0 10px 70px;
	margin: 5px 50px 10px 70px;
	background: url('helix.gif') no-repeat left top;
  text-decoration: none;
  color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	border-bottom: 2px solid #fff;
}
a.homelang:hover{ border-bottom: 2px solid #EDB329; background-color: #fcfcfc;}
form a:hover{
        text-decoration: none;
        border-bottom: 0px;
}

/***************
*  edits
*/
#header a{
        border: 0px;
        text-decoration: none;
        color: #666;
}
#footer a{
        border: 0px;
        text-decoration: none;
}
/**************
*  end edits
*/

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 10px 50px 10px 140px;
	padding: 0 25px;
}
li {
	margin: 0;
	padding: 3px 0;
}
ul li {
	list-style-type: square;
}
/*
-------------------------------------------------------------------
					HEADER
-------------------------------------------------------------------
*/
#header {
	background: url(sfondoheader.jpg) repeat-x;
	border-bottom: 2px dotted #ddd;
}
#header img {
	margin: 85px 0 20px 40px;
}
#language {
	float: right;
	margin: 0 20px 0 0;
	padding: 2px;
}
#language a {
	color: #666;
	font-size: 11px;
	background-color: white;
	padding: 2px 8px;
	margin: 0 1px 0 0;
}
#language a:hover, #language a.selected {
	background-color: #EDB329;
	color: white;
}
/*
-------------------------------------------------------------------
					MAIN MENU
-------------------------------------------------------------------
*/
#menu {
	float: right;
	clear: both;
	margin: 90px 0 0 0;
	text-align: right;
}
#menu a {
	display: block;
	width: 210px;
	padding: 3px 10px 3px 0;
	margin: 5px 0;
	line-height: 18px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	border-right: 3px solid #EDB329;
}
#menu a.new {
	background: url(ikon_new.gif) no-repeat left;
}
#menu a.selected, #menuglobal a.selected {
	color: #8A644A;
}
#menu a:hover, #menuglobal a:hover {
	background: none;
	background-color: #EDB329;
	color: white;
}
#menuglobal {
	clear: both;
}
#menuglobal a {
	padding: 1px 40px;
	line-height: 21px;
	text-align: center;
	font-size: 15px;
	color: #ccc;
	font-weight: bold;
}
/*
-------------------------------------------------------------------
					CONTENT
-------------------------------------------------------------------
*/
#content {
	padding: 20px;
}
#content p {
	clear: both;
	padding: 0;
	margin: 10px 30px 10px 140px;
}
#content p.warning {
	color: #c00;
}
#content p.righty {
	padding: 0;
	margin: 0 50px 0 140px;
	text-align: right;
}
#content h2 {
	float: left;
	color: #8A644A;
	font-size: 29px;
	font-weight: normal;
	padding: 0 0 10px 10px;
	margin: 0;
}
#content h3 {
	display: block;
	color: #EDB329;
	font-size: 15px;
	padding: 0;
	margin: 15px 50px 0px 140px;
	clear: both;
}
#content form h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
}
#content img.mainimg {
	float: left;
	margin: 0 15px 5px 0;
}
#content img.thumb {
	float: right;
	margin: 5px 30px;
}
p a,p a:active,p a:visited, li a, li a:active, li a:visited{ 
  color: #666; 
  text-decoration: none;
  border-bottom: 1px solid #8A644A;
}
p a:hover, li a:hover{ border-bottom: 1px solid #EDB329; }

h3 a,h3 a:visited,h3 a:active{ color: #EDB329; text-decoration: underline; }
h3 a:hover{	text-decoration: none; }
/*
#content a.img.thumb,a.img.thumb:active,a.img.thumb:visited {
	border: 2px solid #eee;
}
#content  a.img.thumb:hover{
	border: 2px solid #EDB329;
}
#content p a,a:visited,a:active{
	color: #666;
	text-decoration: underline;
}
#content p a:hover{
	text-decoration: none;
  border-bottom: 1px solid #EDB329;
}*/
/*
-------------------------------------------------------------------
					FOOTER
-------------------------------------------------------------------
*/
#footer {
	text-align: right;
	margin: 0 20px 3px 0;
}
#footer a {
	color: #999;
	font-size: 11px;
	padding: 3px 8px;
}
#footer a:hover {
	background-color: #EDB329;
	color: white;
}
/*
-------------------------------------------------------------------
					FORM
-------------------------------------------------------------------
*/
form {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Form1 {
	margin: 10px 150px;
}
#clientarea {
	margin: 70px 200px;
}
label {
	display: block;
	margin: 10px 0;
}
label:hover {
	color: #EDB329;
}
input, select, textarea {
	margin: 0 8px;
	padding: 2px;
	width: 140px;
	border: 1px solid #ddd;
	background-color: #eee;
	font-size: 11px;
}
textarea {
	width: 200px;
}
input:focus, select:focus {
	background-color: white;
}
input.pulsante {
	border: 0;
	background-color: #aaa;
	color: white;
	width: 100px;
	padding: 3px;
	margin: 20px 0;
	font-size: 12px;
}
input.pulsanteimg {
	border: 0;
	background: none;
	width: auto;
}
input.radiobutt {
	background: none;
	border: 0;
}
input.pulsante:hover {
	background-color: #EDB329;
}
#buycd img {
	margin: 0 10px 0 0;
}
#buycd input {
	margin: 0 0 0 15px;
}
/*
-------------------------------------------------------------------
					TABLE
-------------------------------------------------------------------
*/
table {
	width: 400px;
	margin: 10px 30px 10px 140px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 15px;
	border-bottom: 1px solid #e0e0e0;
}
tr.head td {
	font-weight: bold;
}
/*
-------------------------------------------------------------------
*/

