/*
Theme Name: Apogeo
Theme URI: http://themeforest.net/item/apogeo-useful-simple-professional-wordpress-theme/115370
Description: Professional and business Wordpress theme 
Version: 1.13
Author: elku
Author URI: http://themeforest.net/user/consorzio_creativo
*/

/*********************************************************************************
*
*				Reset
*
*********************************************************************************/
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#222;
}
a img {
	border:none;
}
table, td {
	border-collapse:collapse;
	padding:0;
}
h1,h2,h3,h4,h5,p {
	padding:0;
	margin:0;
	font-size:inherit;
	font-weight:normal;
}



/*********************************************************************************
*
*				General
*
*********************************************************************************/
a:hover {
	text-decoration:underline;
}
*:active {
	outline:none;
	-moz-outline-style:none;
}
*:focus {
	outline:none;
	-moz-outline-style:none;
}
.alignleft {
	float:left;
	display:inline;
	text-align:left;
}
.alignright {
	float:right;
	display:inline;
	text-align:left;
}
.alignnone {
	float:none;
	display:block;
	clear:both;
}
.alignrightright {
	float:right;
	display:inline;
	text-align:right;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}




/*********************************************************************************
*
*				Contact Form Thank You Page
*
*********************************************************************************/
#thankspage {
	position:relative;
	margin:100px auto 20px;
	width:80%;
	font-size:15px;
	line-height:22px;
}
#thankspage h1 {
	font-size:20px;
	line-height:25px;
	color:#090;
	padding:10px 0;
}
