@charset "utf-8";

/*
Media: Screen, Projection
--
Author: 2012, Mikael Carrara.
URL: http://mikaelcarrara.com/
*/

body, h1, h2, h3, h4, form, fieldset, input, label, p, strong, a, img, ul, li {
	padding:0; margin:0; border:0;
	vertical-align:baseline;
	font-style:normal;
}

header, footer, aside, nav, article, section {display:block}

html {font-size: 62.5%;padding-bottom:50px}

p {margin:20px 0 0 0}
label {cursor:pointer}
img {border:none}

ul {margin:0; padding:0}
li {list-style-type:none}

/*-*/

a {
	text-decoration:none;
	cursor:pointer;
	color:#328ed8;
}

a:hover {text-decoration:underline}

/* Header */

header {
	width:100%; height:90px;
	border-bottom:#eff7f3 1px solid;
	background:#f8fcfa;
	position:fixed;
	z-index:100;
	top:0; left:0;
	font-size:12px;
	float:left;

}

.slogan {
	width:250px;
	margin:41px 0 0 80px;
	color:#c2d0e2;
	float:left;
}

.slogan span {
	margin-right:10px;
	color:#fff;
}

/*-*/

.h-buts {
	width:400px;
	margin:40px 0 0 0;
	float:right;
}

.h-buts li {
	margin:0 0 0 20px;
	color:#a4b9d5;
	float:right;
}


/* Page */

section.holder {
	width:980px;
	margin:auto;
}


/* General */

body {
	width:100%; height:100%;
	background:#fcfdfb;
	/*font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
	line-height:22px;
	color:#6d8088;
	margin:0;
}

h1 a {
	width:200px; height:50px;
	background:url(../img/logo.png);
	margin:20px 0 0 0;
	outline:none;
	text-indent:-9999px;
	color:#000;
	float:left;
}

h1 a:hover {
	background-position:0 -50px;
}

h1 a:active {
	margin-top:21px;
}

h2 {
    width:100%;
    font-size:19px;

    margin-top:140px;
    *margin-top:100px;
    margin-bottom:25px;

    float:left;
}

h3 {
    width:100%;
	font-size:16px;
    font-weight:normal;
	margin:30px 0 10px 0;
    line-height:26px;
	color:#78ae08;
    float:left;
}

h4 {
    margin:20px 0 -5px 0;
    color:#8b9aad;
}

.obs {
	width:94%;
    padding:3%;
    background:#fffce3;
    border-top:1px solid #fce3a1;
    border-bottom:1px solid #fce3a1;
    margin:25px 0 25px 0;
    color:#95916e;
    float:left;
    clear:both;
}

.url-api {
    width:94%;
    padding:3%;
    background:#eee;
    border:1px solid #ccc;
    margin:20px 0 20px 0;
    font-size:17px;
    color:#666;
    float:left;
    clear:both;
}











