@charset "utf-8";

/*
Name: Titash Pro
Author: Titash - Jonathan Franczyk
Author URI: http://www.titash.net/pro
Version: 0.2
*/

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body,td,th {font-family: 'open_sanslight', Helvetica, Arial, sans-serif; font-size: 14px; color: #666;}
body {
	background-color: #efefef;
	margin: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: 100%;
	background-image: url(graphics/bg.jpg);
}

img {max-width: 100%; height: auto;}

h1 {
	font-family: 'open_sans_condensedbold', Helvetica, Arial, sans-serif;
	font-size: 30px; color: #333;
	font-weight: normal;
	display:inline;
	text-transform: uppercase;
}
h2 {
	font-family: 'open_sanscondensed_light', Helvetica, Arial, sans-serif;
	font-size: 30px; color: #333;
	font-weight: normal;
	display:inline;
	text-transform: uppercase;
}

.tp-content {
	margin-left: auto; margin-right: auto; margin-top: 60px;
	max-width: 600px;
	text-align: center;
}
.tp-content-txt_contact {
	color: #333;
	font-size: 18px;
}
.tp-content-txt_info {
	font-size: 13px;
}
.tp-content-txt_link a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
.tp-content-txt_link a:hover {
	color: #333;
	text-decoration: underline;
}