/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,img,strong,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, html {
	height: 100%;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
	color: #fe5d00 !important;
}

p {
    color: #696a70;
    font-family: Calibri;
	font-size: 14px;
}
.bold_italic {
	font-family:Calibri_Bold_Italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

strong {
		font-weight: bold;
}


@font-face {  
	font-family: "Calibri";
	src: url("../fonts/Calibri.eot");
	src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Calibri.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: "Calibri_Bold";
	src: url("../fonts/Calibri_Bold.eot");
	src: url("../fonts/Calibri_Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Calibri_Bold.woff") format("woff"),
	url("../fonts/Calibri_Bold.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: "Calibri_Italic";
	src: url("../fonts/Calibri_Italic.eot");
	src: url("../fonts/Calibri_Italic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Calibri_Italic.woff") format("woff"),
	url("../fonts/Calibri_Italic.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Calibri_Bold_Italic";
	src: url("../fonts/Calibri_Bold_Italic.eot");
	src: url("../fonts/Calibri_Bold_Italic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Calibri_Bold_Italic.woff") format("woff"),
	url("../fonts/Calibri_Bold_Italic.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: "Aller";
	src: url("../fonts/Aller_Rg.eot");
	src: url("../fonts/Aller_Rg.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Aller_Rg.woff") format("woff"),
	url("../fonts/Aller_Rg.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: "Aller_Bold";
	src: url("../fonts/Aller_Bold.eot");
	src: url("../fonts/Aller_Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Aller_Bold.woff") format("woff"),
	url("../fonts/Aller_Bold.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: "Aller_Italic";
	src: url("../fonts/Aller_Italic.eot");
	src: url("../fonts/Aller_Italic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Aller_Italic.woff") format("woff"),
	url("../fonts/Aller_Italic.ttf") format("opentype");
	font-weight: normal;
    font-style: normal;
}

/* HEADER */

.main_container {
	position: relative;
	margin:0px auto;
	min-height: 100%;
	overflow: hidden;
    top: 0px;
    width: 960px;
    z-index: 1;
	background: white;
}

.header_bg {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 81px;
    background: #696a70 url(../images/header_bg.png) repeat-x;
    z-index: 0;
}

html > body .header_bg {
	min-width: 960px;
}
.header {
	background: #696a70 url(../images/header_bg.png) repeat-x;
	width: 100%; height: 81px;
	position: relative;
	font-family: Aller;
	font-size: 11px;
	overflow: hidden;
	line-height: 16px;
}

.header img.logo {
	float: left;
	margin-top: 18px;
}
.header img.search {
	float: right;
	position: absolute;
	right: 0px; bottom: 0px;
}

.header ul {
	color: #fe5d00;
	float: right;
	margin-right: 15px;
}
.header ul li {
	display: inline;
	border-right: white 1px solid;
	padding: 0px 9px;
}
.header .header_top {
	margin-right: -135px;
	font-size: 10px;
}
.header .header_top li {
	border-right: #AAA 1px solid;
}
.header .header_top a {
	color: #AAA;
}

.header ul li.header_last {
	border-right: none;
	padding-right: 0px;
}


.header div {
	float: right;
	margin-right: 65px; margin-top: 47px;
	line-height: 15px;
	color: black;
	background: none;
	width: 134px; height: 17px;
}
#searchfield {
	position: relative;
	top: -2px;
	width: 130px; height: 13px;
	background: white;
}

/* CONTENT */

.text_container ul.customers {
	margin-right: -15px; margin-bottom: -15px;
	font-size: 0;
}

.text_container ul.customers li {
	margin: 0 15px 15px 0;
	float: left;
}
.text_container ul.customers li img {
	width: 80px; height: 80px;
}

div.customer_info {
	background: #FFF;
	border: #cdcdcd 1px solid;
	float: left;
	width: 343px;
	padding: 10px;
	position: absolute;
	margin-top: 5px;
	z-index: 999;
	display: none;
	
	box-shadow: 2px 4px 10px rgba(0,0,0,0.5);
	
	-webkit-transition: top ease-out 0.2s;
	-moz-transition: top ease-out 0.2s;
	-o-transition: top ease-out 0.2s;
	-ms-transition: top ease-out 0.2s;
	transition: top ease-out 0.2s;



}
div.customer_info h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
div.customer_info a.close {
	position: absolute;
	top: 5px; right: 5px;
}
div.customer_info img.point {
	position: absolute;
	top: -16px; left: 22px;
	-webkit-transition: left ease-out 0.2s;
	-moz-transition: left ease-out 0.2s;
	-o-transition: left ease-out 0.2s;
	-ms-transition: left ease-out 0.2s;
	transition: left ease-out 0.2s;

}

.under_logo {
	float: left;
	width: 450px;
	font-family: "Aller_Italic";
	font-size: 18px;
	color: #fe5d00;
	line-height: 40px;
}

.text_container {
    width: 365px;
    min-height: 500px;
	float: left;
	margin-left: 169px; margin-top: 26px;
    position: relative;
	overflow: visible;
}

.text_container p a {
	color: #696a70;
}

h1 {
	font-family: Calibri_Italic;
	font-size: 45px;
	color: #696a70;
	margin-left: 0px;
}

h2 {
	font-family: Calibri_Bold;
	font-size: 59px;
	line-height: 29px;
	color: #696a70;
	margin-left: 115px;
	margin-bottom: 43px;
}

h3 {
	font-family: Calibri_Bold;
	font-size: 18px;
	line-height: 18px;
	color: #fe5d00;
	margin-top: 0px;
}

.text_container ul.customers {
	float: left;
	line-height: 22px;
}

.text_container ul.customers li {
	color: #fe5d00;
	font-family: Calibri_Italic;
	font-size: 14px;
}

.text_container ul.customers li span {
	display: block;
	float: left;
	font-family: Calibri_Bold;
	color: #696a70;
	width: 170px;
	text-align: right;
	margin-right: 12px;
}

.clientbox {
	clear: both;
	position: relative;
	left: 40px;
	width: 320px;
	color: #696a70;
}

.text_container ul.customers li span a {
	display: block;
	float: left;
	font-family: Calibri_Bold;
	color: #696a70;
	width: 170px;
	text-align: right;
	margin-right: 12px;
}

.right_bold
{
	text-align: right;
	font-family: Calibri_Bold;
	font-size: 14px;
	line-height: 15px;
	margin-right: 40px;
}

.text_container .links {
	float: left;
	margin-left: -20px; margin-top: 10px;
	width: 164px;
	text-align:right;
	font-family: Calibri;
	font-size: 20px;
	line-height: 30px;
	color: #696a70;
}
.text_container .links a {
	color: #696a70;
}

.text_container .description {
	float: right;
	margin-top: 15px;
	width: 196px;
	height: 100px;
	font-family: Calibri_Italic;
	font-size: 17px;
	color: #696a70;
}

.prof_text {
	float: left;
	margin-left: 17px; margin-top: 34px;
	font-family: Calibri_Bold_Italic;
	font-size: 17px;
	color: white;
}
.prof_text span {
	font-family: Calibri;
	font-size: 13px;
}

.contact {
	position: relative;
	float: right;
	width: 791px; height: 635px;
	background: url(../images/contact_bg.png) left no-repeat;
	margin-top: -30px; margin-bottom: -60px;
}

.contact_bubble {
	position: absolute;
	left: 227px; top: 70px;
	width: 314px;
	text-align: center;
	font-family: Calibri_Italic;
	font-size: 25px;
	color: #fe5d00;
}
.contact_bubble span {
	font-size: 22px;
}

.contact_text {
	position: absolute;
	bottom: 0px; right: 10px;
	text-align: right;
}

.contact_text p a {
	color: #696a70;
}

.contact_text span {
	font-family: Calibri_Bold;
}

.contact_text img {
	margin-left: 7px;
}

.img_container {
	position: absolute;
	right: 0px;
	top: 100px;
    width: 426px;
    height: 490px;
	padding: 0px;
}

.bubble {
	position: relative;
	float: left;
	margin-left: 23px; margin-top: 60px;
	width: 270px; height: 215px;
	font-family: Aller_Italic;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	color: #696a70;
	overflow: visible;
}

.bubble span.quotes {
	display: inline;
	font-family: Times,Times New Roman;
	font-size: 60px;
	vertical-align: -15px;
	line-height: 0px;
	color: #fe5d00;
}

.bubble p {
	position: absolute;
	bottom: 0;
	left: 50px;
	text-align: left;
	font-family: Aller_Bold;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

.bubble p span {
	font-family: Aller_Italic;
}

.blog {
	position: relative;
	float: left;
	margin-left: 169px; margin-top: -40px;
	width: 592px;
	background: url(../images/blog_rounded_corner.png) top right no-repeat;
	background-color: white;
}

.blog_item {
	position: relative;
	width: 575px;
	padding-top: 12px; padding-bottom: 30px;
	background: url(../images/dot_separator.png) bottom left repeat-x;
	overflow: hidden;
}

.blog_item p {
	margin-top: -4px;
}

.blog_item a {
	position: absolute;
	bottom: 27px;
	font-family: Calibri;
	font-size: 13px;
	color: #fe5d00;
}
.blog_item a.left {right: 20px;}
.blog_item a.right {right: 227px;}
.blog_item a:hover {
	text-decoration: underline; 
}
.blog_item a img {
	margin-right: 5px; margin-bottom: -2px;
}

.blog_item h1 {
	font-size: 31px;
	line-height: 29px;
	margin-bottom: 20px;
}

.blog_item h1 span{
	font-family: Calibri_Bold;
}
.blog_item img.left {float: left; margin-right: 15px;}
.blog_item img.right {float: right; margin-left: 15px;}

#puzzle_piece {
	position: absolute;
	top: 120px;
	left: 18px;
	z-index: -200;
}

.gray {
	position: fixed;
	overflow: auto;
	padding-right: 50px;
	right: -50px; top: 0px;
	width: 50%; height: 100%;
	background: #696a70;
	z-index: -100;
}

.main_container .gray {
	position: absolute;
	width: 199px ;
}

.gray h1 {
	margin-top: 100px; margin-left: 20px;
	font-family: Calibri_Bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.gray ul {
	margin-left: 24px;
	font-family: Aller_Italic;
	font-size: 14px;
	line-height: 20px;
	color: white;
}

.gray ul li {
	margin-left: -3px;
}

.gray ul img {
	margin-right: 10px;
	margin-bottom: -1px;
}

/* footer */

.footer {
	float: left;
	margin-left: 169px; margin-top: 70px; margin-bottom: 20px;
	width: 791px;
	position: relative;
	font-family: Calibri;
	font-size: 12px;
}

.footer ul li {
	display: inline;
	margin-right: 15px;
}

.footer a {
	color: black;
}
.footer a:hover {
	text-decoration: underline;
	color: black !important;
}

/* Faces Page */


.result {
	float: left;
	margin-right: 34px;
	margin-bottom: 34px;
	width: 84px;
	height: 84px;
}













