@charset "utf-8";

/* CSS Document */



/*  -------------------------------------------------------------------
    Reset - october 6 2009 ----------------------------------------------- */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, code,
    del, dfn, img, q, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        border:0;
        font-family:inherit;
        font-size:1em;
        font-style:inherit;
        font-weight:inherit;
        margin:0; padding:0;
        vertical-align:baseline;
    }	
    body { font-size:100.01%; line-height:1; }
    table { border-collapse:collapse; border-spacing:0; }
    caption, th, td { text-align:left; font-weight:normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    blockquote, q { quotes:"" ""; }
    embed:hover, embed:active:hover, embed:visited:hover { border:0px #fff solid; }


/*  -------------------------------------------------------------------
	Redefine Tag ------------------------------------------------------ */
	body { 
		background:#eaeaea url(../img/splash/bg-body.jpg) left top repeat-x; 
		color: #464646; 
		font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
		font-size:12px;
		margin:15px 0 0 0;
	}
	
	/* -- Headline -- */
	h3 { margin-top:7px;}
	h4 { color:#c41230; font-weight:bold; font-size:18px; margin-top:20px; text-align:center;}
	

/*  -------------------------------------------------------------------
	Shell ------------------------------------------------------------- */
	#container_main { 
		width:860px;
		margin:0 auto;
		position:relative;
	}
	
	
/*  -------------------------------------------------------------------
	Content ------------------------------------------------------------- */
	#container_main #logo{ margin:156px 0 0 280px; }
	#container_main #img_main{ position:absolute; right:0; top:120px; z-index:-1; } 
	#container_t_services{ padding:17px 0 0 300px; text-align:center; }
	
	#container_t_services #sub_title{ padding-left:25px; }
	
	
/*  ---------------------------------------------------------------------
	Footer ------------------------------------------------------------- */
	#container_footer{ 
		width:100%;
		border-top:1px solid  #e0e0e0;
		margin-top:30px;
	}
	
	#footer{ 
		font-size:11px;
		color: #989898;
		padding-top:5px;
		text-align:center;
	}
	
	
/*  ---------------------------------------------------------------------
	Others -------------------------------------------------------------- */	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
