/**
 * We use ems instead of pixels for font sizes. With this font-size
 * 1.0em is equivalent to 10px, as 0.8em is equivalent to 8px
 */
/* for ie/win */
* {

}

body
{
	font-size: 10px;
}
/* for everything else */
html>body
{
	font-size:62.5%
}
/* clean all default borders, margins and paddings from dom objects */
*
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #37424a;
}

a
{
	text-decoration: none;
}

p
{
	font-size: 1.1em;
	padding-bottom: 15px;
}

h1
{
	font-size: 1.7em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
	
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 0.9em;
}




/* helpers */

/**
 * Framework design
 */

div#framework
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;

}

/* header */
div#header
{
	display: none;

}
	
div#breadcrumb
{
	display: none;

}
div.solutionmenu, div.product_intro {
	display: none;
}

ul#nav
{
	display: none;
}



/* footer */
div#footer
{
	display: none;

}
