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

/*  =reset.css 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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; background : transparent; }

:focus { outline : 0; } 
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }

/*CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*----- GENERAL -----*/

body {
	background: #f8f8f8 url(../img/top_bg.gif) repeat-x 0px 15px;
	margin:15px 0px 0px 0px;
	padding:0px;
	font:0.8em Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#4d535c;	
	text-align:left;
}

h1 {
	height:90px;
	width:900px;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-450px;
	text-indent:-5000px;
	background:transparent url(../img/logo.gif) no-repeat right center;
}

a {
	color:#ff5500;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

img {
	vertical-align:middle;
}

p {
	line-height:140%;
}

input[type="text"], select, textarea {
	border:solid 1px #e3e9ef;
	border-top-color:#abadb3;
}

input, select, textarea {
	vertical-align:middle;
	font:0.9em Helvetica, Calibri, "Trebuchet MS", Arial, sans-serif;
	color:#4d535c;
}

label {
	display:block;
	padding:4px 0px;
	clear:left;
}