/**********************************************************************/
/*    I N D E X                                                       */
/**********************************************************************/
/* 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
 *
 */
 
/* CSS Document */


@import "tools.css";


/* list menu */



/* pages */
@import "content.css";




.wrapper{
	width: 100%;
}
#navigation_container,
#search_container,
#login_container,
#forgotten_password_container,
#country_container,
.accessibility_skip_to {
	display: none;
}

