/* =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, b, u, i, center, 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;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}

.text_right {
	text-align: right;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}
a {
	text-decoration: underline;
	color: #D90F0F;
}
a:hover {
	text-decoration: underline;
	color: #0072ca;
}
body.home {
	background: #fff repeat-x;
	text-align: center;
}
body {
	background: #fff repeat-x;
	text-align: center;
	color: #555;
	font: 12px/16px Trebuchet, Arial, Helvetica, sans-serif;	
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	position: relative;
}
#container.home {
	background: none;
}
#header {
	height: 225px;
	position: relative;
	text-align: center !important;
	width: 980px;	
	margin-bottom: 20px;
}
#header.home {
	height: 340px;
	position: relative;
	width: 980px;
	overflow: hidden;
}