@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

bold, strong { font-weight: bold;}
i, em { font-style: italic;}

/* Basic CSS */

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	color: #ED1B24;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.2em 1.4em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.3em;
	padding: 0.2em 0.7em;
}

p {
	font-size: 1em;
	padding: 0.5em 2em;
}


/*Layout Divs */
#header {
	height: 100px;
	width: 960px;
	margin: 0 auto;
}

#container {
	background: url(../images/holcim_bg.JPG) top repeat-x;
	padding-top: 50px;
}
	
	#content {
		background: #fff;
		width: 960px;
		margin: 0 auto;
	}
