@import "nv-footer.css";

/* Overrule main CSS */
#main								{ padding:30px 50px; }
#main a								{ color: #333; }
#main a:hover						{ color: #F90; }
#main div.content					{ width:100%; border:none; float:left; }
hr									{ display:none; }
/*h4, h5								{ font-weight: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }*/


/* Dev */
/* Elements */
h3									{ margin-top:0; color:#f90; font-size:2em; line-height:1.2em; }
label								{ font-weight:bold; }


/* Home */
#home h4							{color: #666;font-size: 1.2em;}

#home .column{
	width: 50%;
	float: left;
}
#home #introduction{
	width: 30%;
}
#home #reasons5{
	width: 65%;
	margin-left: 5%;
}
