﻿/* CSS RESET v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


body{
	margin:0px auto;
	padding:0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:center;
	background:#191819 url(/res/imgs/page_bck.jpg) no-repeat top;
}

.contents {
	min-width: 40em; /* 960px */
	max-width: 40em; /* 960px */
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
	border:none;}

p, ul, ol, dl, address, table, blockquote, pre, fieldset{
margin-bottom: 0.25em;}
	
p{
margin: 0.25em 0 0.25em 0;
font-size: 1em;}

p.last{
margin-bottom:2.5em;}

h1{
font-size: 1.5em;
margin-top: 0.2em;
margin-bottom: 2em;
color: #fff;}

h2{
font-size: 1.1em;
padding:0.1em 0.5em 0.1em 0.5em;		
margin: 0.5em;
color:#fff;
}

.dark{color:#8C888C; font-size:0.8em;}

h2.block{
display:inline;
overflow:hidden;
color:#fff;
background-color:#0066CC;
padding:0.6em;}

blockquote{
margin: 0.7em 1.385em 1.4286em 1.385em;
font-style: italic;
margin-left: 1.385em;
font-size: 1em;
}

a:link, a:visited{
color:#fff;
text-decoration:none;}

a:hover{text-decoration:underline;
color:#A9B64E;}

#logo{margin-top:150px;}

#text{margin-top:50px;}

#services{margin-top:50px;}