* {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: 0;
}
@font-face {
	font-family: 'BemboBold';
	src: url('../font/ie/bembobold.eot');
	src: local('BemboBold'), local('BemboBold'),
		 url('../font/bembobold.otf') format('opentype');
}
@font-face {
	font-family: 'ChollaSlabBold';
	src: url('../font/ie/chollaslabbold.eot');
	src: local('ChollaSlabBold'), local('ChollaSlabBold'),
		 url('../font/chollaslabbold.otf') format('opentype');
}
@font-face {
	font-family: 'ChollaSlabRegular';
	src: url('../font/ie/chollaslabregular.eot');
	src: local('ChollaSlabRegular'), local('ChollaSlabRegular'),
		 url('../font/chollaslabregular.otf') format('opentype');
}
@font-face {
	font-family: 'ChollaSlabThin';
	src: url('../font/ie/chollaslabthin.eot');
	src: local('ChollaSlabThin'), local('ChollaSlabThin'),
		 url('../font/chollaslabthin.otf') format('opentype');
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #454545 url('../images/bg.jpg') center center;
	position: relative;
	color: #ffffff;
	font-family: "Georgia";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
#container .impero {
	width: 820px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
}
#container .impero h1 {
	text-align: right;
}
#wrapper #content {
	width: 100%;
	position: relative;
	display: block;
	height: auto;
	top: 0;
	bottom: 0;
}
.intro {
	width: 710px;
	/*position: absolute;
	left: 50%;
	margin-left: -355px;*/
	margin: 0px auto;
}
#content .finish {
	width: 432px;
	margin: 0px auto;
	margin-bottom: 25px;
}
#content ul.accord {
	width: 100%;
	text-align: center;
	margin: 32px 0;
	display: block;
	float: left;
	background: url('../images/line.gif') top center repeat-x;
}
#content ul.accord li {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	background: url('../images/line.gif') bottom center repeat-x;
}
#content ul.accord li:first-child {
	
}
#content ul.accord li a.main {
	width: 100%;
	display: block;
	padding: 13px 0;
	font: normal normal normal 14px/16px "ChollaSlabRegular";
	color: #cccccc;
	cursor: pointer;
	text-decoration: none;
}
#content ul.accord li a.main:hover {
	color: #cccccc;
	text-decoration: none;
}
#content ul.accord li div {
	width: 820px;
	margin: 0px auto;
	text-align: left;
}
#content ul.accord li h2 {
	font: normal normal bold 22px/27px "Georgia";
	text-align: center;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content ul.accord li h2 a {
	color: #fcda00;
	text-decoration: underline;
}
#content ul.accord li h2 a:hover {
	background: #fcda00;
	color: black;
	text-decoration: none;
}
#content ul.accord li p {
	display: block;
	margin: 0 0 10px 0;
}
#content ul.accord li p.big {
	font: normal normal bold 14px/20px "Georgia";
	color: #fff;
}
#content .accord div p.big span {
	color: #fcda00;
}
#content .accord div div.left {
	width: 396px;
	float: left;
}
#content .accord div div.right {
	width: 396px;
	float: right;
}
#content ul.accord li strong {
	text-align: center;
	font: normal normal bold 18px/20px "Georgia";
	color: #fcda00;
	margin: 0px auto;
	display: block;
	font-size: 14px;
}
#content ul.accord li p.contactp {
	text-align: center;
}
#content ul.accord li a.contactp {
	color: white;
}
#content ul.accord li a.contactp:hover {
	text-decoration: none;
}
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-bottom: -40px;
	background: url('../images/bg.jpg') center center no-repeat;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 120px 0 0 0;
	margin: 0px auto;
}
.hidden {
	clear: both;
	height: 40px;
}
#footer {
	clear: both;
	width: 100%;
	min-height: 10px;
	padding: 15px 0 15px 0;
	background-color: #000;
	display: block;
	text-align: center;
}
#footer ul {
	width: 260px;
	display: block;
	margin: 0px auto;
	text-align: center;
}
#footer ul li {
	float: left;
	display: block;
	margin: 0 0px 0 20px;
}
#footer ul li:first-child {
	margin-left: 0;
}
#footer a {
	display: inline-block;
	height: 18px;
	margin: 6px 0 0 0;
}
.tooltip {
	width: 250px;
	height: 129px;
	display: block;
	background: url('../images/bg-tooltip.png') top left no-repeat;
}
a.twitter {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('../images/social.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	margin: 0px 0 -4px 0 !important;
}
a.twitter:hover {
	background-position: 0px -18px;
}
a.facebook {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('../images/social.jpg');
	background-position: -40px 0px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0px 0 -4px 0 !important;
}
a.facebook:hover {
	background-position: -40px -18px;
}
a.linkedin {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('../images/social.jpg');
	background-position: -60px 0px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0px 0 -4px 0 !important;
}
a.linkedin:hover {
	background-position: -60px -18px;
}
.centeraligned {
	text-align: center;
}
a.yab {
	color: #FCDA00;
	text-decoration: underline;
}
a.yab:hover {
	background: #FCDA00;
	color: black;
	text-decoration: none;
}
span.weAreHiring{width:52px;display:block;height:52px;text-indent:-9999px;background:url('../we-are-hiring.png') top left no-repeat;position:absolute;top:-26px;left:50%;margin-left:38px;}
