/**********************************************************************/
/*    C L A U D I O   G O B E T T I   -  claudio@gobetti.org          */
/**********************************************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
@import "footer.css";


@import "form.css";
@import "button.css";


/* pages */
@import "_product.css";





hr {
	clear: both;
}
#partners_home_box .partner {
	display: inline;

}


#skip_to,
#header_container,
#top_wrapper,
#left_column,
#bottom_container {
	display: none;
}


/* disable image print */
img {
	display: none;
	visibility: hidden;
}	
