html, 
body {
	height: 100%;
}

html {
	
}

body {
	font-family: 'Roboto';
	font-weight: 300;

	font-size: 14px;
	line-height: 1.3em;

	color: #363233;

	text-align: left;
}
	body a {
		color: inherit;
	}

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
	font-weight: 400;
    font-family: 'Oswald';
}


h1, .h1 {
	font-size: 30px;
	padding-right: 63px
	text-transform: uppercase;
}


h2, .h2 {	
	font-size: 22px;
	line-height: 1.1em;
}

h3, .h3 {
	font-size: 15px;
	line-height: 1.1em;
}

/*-----------------------------------*/

hr {
	border-top: solid 1px #e5e5e5;
}

/*-----------------------------------*/

img[style*="float:left"], 
img[style*="float: left"] {
	margin-bottom: 20px;
}

/*-----------------------------------*/

th {
	background-color: #2d858e;
}

/*-----------------------------------*/

fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}

select, 
input, 
textarea {
	color: #000;
}

input[type=submit], 
.button-like {
	padding: 7px;
	border: solid 1px #2e7677;
	border-radius: 0px;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	background-image: none;
	color: #2e7677;
	
	background-color: #fff;
	background-image: none;
	box-shadow: none;
}

.button-like {
	padding-left: 20px;
	padding-right: 20px;
}