@charset "utf-8";
/* CSS Document */

#container { 
    width: 1015px; 
	background: #FFF; 
	margin: 0 auto; 
	padding-left: 10px; 
	padding-right: 10px; 
	overflow: hidden; 
}

#logo {
	height: 198px;
	width: 300px;
	float: left;
}


/* #logo {
	background-image: url(../images/logo-new_300_by_198.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 300px;
	float: left;
} */

#main_image {
	background-image: url(../images/main_20.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 1015px;
	position: relative;
}

#left_column, #center_column, #right_column {
	width: 330px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;  
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFF;
	margin: 0px;
}

#center_column, #right_column {
	margin-left: 10px;
}

h1 {
	font-family: source-sans-pro, serif;
	font-size: 57px;
	margin: 0px;
	float: left; 
} 

h2 {
	font-variant: small-caps;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 35px;
	margin: 0px;
	float: left; 
} 


#header {
	color: #F00;
	background-color: #CCC;
	font-size: 35px;
	font-variant: small-caps;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	height: 200px;
	color: #F00;
	background-color: #FFF;
	position: relative;  
}

#header a {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #00C;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#main_text {
	width: 700px;
	position: absolute;
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	left: 105px;
	top: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#main_text_pm {
	width: 750px;
	position: absolute;
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	left: 105px;
	top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#main_text_testi {
	width: 800px;
	position: absolute;
	background-color: #FFF;
	background: rgba(255,255,255,0.6);
	left: 93px;
	top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}


#main_text_contact {
	width: 700px;
	position: absolute;
/*	background-color: #FFF;   
	background: rgba(255,255,255,0.6);  */
	left: 255px;
	top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-radius: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	width: auto;
	height: auto;
}

#google_plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	width: auto;
	height: auto;
}

#sitelock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
/*	position: relative;  
	left: 10px;     
	bottom: -10px;    */
    float: left;
	width: auto;
	height: auto;
}

#linkedin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
/*	position: relative;  
	left: 10px;     
	bottom: -10px;    */
    float: left;
	width: auto;
	height: auto;
}


#bottom_text {
	width: 700px;
	position: absolute;
	left: 100px;
	bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

#header ul li {
	float: left;
}
