/* =========================================================
	global tag styles
*/
img, div { behavior: url(../iepngfix.htc) }

body {
	background: #250204 url(../images/background.gif) repeat-x;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
        line-height: 1.2 !important;
}
img {
	border: none;
}
h4 {
	margin: 0;
	font-size: 1.2em;
}
h3 {
	margin: 0;
	font-size: 1.4em;
}
h2 {
	margin: 0;
	font-size: 1.4em;	
}
h1 {
	margin: 0;
	font-size: 1.4em;		
}
p {
	font-size: 1.2em;		
	line-height: 1.4em;
}
/* =========================================================
	global classes
*/
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.element {

}
.errors {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
    min-height: 600px;
}

/* =========================================================
	navigation
*/



/* =========================================================
	Clearfix
*/


.clearfix:after {
    zoom: 1;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#savingAlert {
	position: fixed;
	top: 100px;
	width: 100%;
	text-align: center;
	z-index: 99;
}