*
{
	margin: 0;
	padding: 0;
}

body, html { height: 100%;}

body {  font-size: 9px;
  		font-family: georgia, serif;
  		line-height:10px;
  		font-weight: 100;}

a { text-decoration:none;color: #ED174C; }

a:hover { color: #FFFFFF; }

a:active { color: #424F55; }


/* HEADER */
#header-container {
	height: 100px;
	margin: 0px;
	background-color: #161d21;
	}


/* CONTENT*/
div#content-container {	
	height: 500px;
	margin: 0px;
	padding: 0px;
	background-color: #161d21;
	}
	
	

/* EXTRA CONTAINER */
div#extra-container {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #161d21;
	}

/* FOOTER */
div#footer-container {
	height: 120px;
	margin: 0px;
	padding: 0px;
	}



.span-1 { width:140px;margin-right: 12px; float: left;}


.span-2 { width:292px;margin-right: 12px;float: left;}


.span-3 { width:444px;margin-right: 12px;float: left;}


.span-4 { width:596px;margin-right: 12px;float: left;}


.span-5 { width:748px;margin-right: 12px;float: left;}


.span-6 { width:900px;margin-right: 12px;float: left;}


.last { margin-right: 0px;}


.row { margin: 0 0 12px 0;}


.bottomLine_thin {		
		background-color: transparent;
		background-image: url('images/dotted_hrz.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		}

.bottomLine_thick {		
		background-color: transparent;
		background-image: url('images/solid_hrz.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		}
		
.topLine_thick {		
		background-color: transparent;
		background-image: url('images/solid_hrz.gif');
		background-repeat: repeat-x;
		background-position: top;
		}		

.rightLine_thin {		
		background-color: transparent;
		background-image: url('images/dotted_vrt.gif');
		background-repeat: repeat-y;
		background-position: right;
		}
		
		
		
.xlarge { 
	font-family: Georgia, serif;
	font-size: 32px;
	line-height: 32px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	}	
	
.xlarge_italic { 
	font-family: Georgia, serif;
	font-size: 32px;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	}		

.large { 
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	}	
	
.large_italic { 
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	}	
	
.regular {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	}

.regular_italic	{
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
.small {
	font-family: Georgia, serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
.small_italic {
	font-family: Georgia, serif;
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	}	

	

/* OVERALL */			
	.dark { color: #273238; }
    .medium_dark { color: #424F55; }
    .medium_light { color: #727F84; }
    .light { color: #b2c4cb; }
    .very_light { color: #B3C4CB; }
    
    
    .verde { color: #82cc11; }
    .nero { color: #161524; }
    .grigio { color: #60696e; } 
    
    
    
/* scrolling javascript */ 
hr, .hide {
	position:absolute; 	top:0;    left:-9000px;
}	

#page {
	height: 455px; }
	
	
#content {
	margin: 0px; 
	float: left;
}

.par {
	margin: 0px; 
	float: left; 
	width: 900px;	
	height: 455px;
}

.alt {/* modify this to add style to alternate sections*/}



#leftsider {
	padding-bottom:0px;
	margin:0px; 
	float: left;
	width:226px; 
}

#rightsider {
	padding: 0px;
	margin: 0px;
}







.HMright-col-form {	
	width: 240px;
	margin-left:0px;
	display: block;
	float: left;
	}

.HMright-col-short {	
	width: 40px;
	margin-left:5px;
	display: block;
	float: left;
	}
	

/* LONG SIZE INPUT */

.input_long	{
	width:250px;
	}

.input_outer_long {
    width: 230px;
	}

.input_hider_long  {
    width: 218px;
	}

.input_text_long {
	width: 222px; /* 4 more pixels than input_hider */
	}
/* ALL INPUT FORMS */		
/* ALL INPUT FORMS */	

.input_long {
	height:30px;padding:3px 0;z-index:0;visibility:show;float: left;
	}

.input_outer_long	{  	
 		    padding: 4px;
    		background-color: #fff;
    		border: 0px solid #fff;
   			height:21px;
		}	
		
.input_hider_long	{  	
 		    overflow: hidden;
    		background-color: #fff;
    		padding: 1px;
		}
		
		
.input_text_long	{  		
 		color:#000;
 		font-family:  'Lucida Grande', 'Gill Sans', arial, sans;
		font-size: 11px;
		line-height: 13px;
		text-transform: none;
		letter-spacing: 0px;
		font-style: normal;
		font-weight: normal;
   			border: 3px solid #fff; /* the border negates the negative margin in FF and IE */
   			padding: 2;
   			margin: -2px; /* negative margin to obscure input outline in safari */
    		background-color:#fff;
		}

	
	
form {
	margin:0;
	padding:0;
}

/*
	style="height: 29px;background:#ffffff;
			border-color: #ed174c;
			border-width: 3px 0 3px 0;
			border-style: solid none solid none;"
*/

/* NEWEST ADDITIONS: THIS IS ALL ABOUT THE EREGISTRATION BUTTONS */
#form_submitHome {
	width:40px;
	float:left;
	height: 29px;
	background:transparent;
	border-color: #ed174c;
	border-width: 3px 0 3px 0;
	border-style: solid none solid none;
}


#form_submitHome a {
	display:block;
	width:40px;
	height:30px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#form_submitHome a { background-image: url('images/go_join.gif'); }

#form_submitHome a:hover {
	background-position: 0 -32px;
}

#form_submitHome a span {
	display:none;
}

#mail_subscription input.blank, #mail_subscription textarea.blank {
	color: #9fa9ad;
}
#mail_subscription input, #mail_subscription textarea {
	color: #000;
}

.warning_box
{
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color:#fff;*/
	color: #ffd145;
		font-size: 11px;
		line-height: 13px;
		text-transform: uppercase;
		letter-spacing: 0px;
		font-style: normal;
		font-weight: bold;
		text-align:left;
}

.warning_box span
	{
	display:block;
	padding: 10px;
	}

.thanks
{
	padding: 0px;
	margin: 0px;
	color: #9deeef;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	font-style: italic;
	font-weight: bold;
	height: 35px;
	display: block;
	text-align: left;
}
	
	
		
/* CONTENTS ROW BLOCKS */
div.container-width
{
	width: 900px;
	margin: 0 auto;
}





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

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearer {
	clear:both;
}

