body {
	background: #000000;
	color: #999999;
	text-align: center;
	font-family: "Myriad Pro", Arial Narrow, 'Sans Serif';
	font-size: 14px;
}

/* ---------------- main style ---------------- */

h2 {
	font-size: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 40px;
	line-height: 35px;
	margin: 0 0 20px 0;
}

h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #518ea0;
}

h4 {
	font-size: 22px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

h4 span {
	font-size: 14px;
	font-weight: normal;
	color: #b09b7c;
	text-transform: uppercase;
}

p {
	line-height: 24px;
	margin: 0 0 20px 0;
}

ul {
	line-height: 24px;
}

ol  {
	line-height: 24px;
}

a:link, a:visited {
	color: #8b9699;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

.alignleft {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	display: block;
	text-align: right;
	margin: 0 0 20px 20px;
}


/* ---------------- main divs ---------------- */

#clear {
	clear: both;
	width: 1px;
	height: 1px;
}

#page {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 220px 0 0 0;
	display: block;
	z-index: 1;
}

.container {
	clear: both;
	overflow: hidden;
	position:relative;
	display: table;
	height: 1%;
	width: 100%;
}

.container .inner {
	padding: 20px 0;
	width: 960px;
	margin: auto;
	text-align: left;
}

#header {
	overflow: hidden;
	position: fixed;
	display: block;
	height: 240px;
	width: 100%;
	z-index: 2;
	background: #000000;
}

#header .inner {
	padding: 0px;
	width: 960px;
	margin: auto;
	text-align: left;
}

#header .inner h1 {
	line-height: 220px;
	height: 240px;
	float: left;
	display: block;
}

#header .inner h1 a {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
	float: left;
	display: block;
	font-size: 30px;
}

#header .inner .login {
	clear: right;
	float: right;
	margin: 30px 0 0 0;
}

#header .inner ul.nav {
	display: block;
	float: right;
	margin: 10px 0 0;
}

#header .inner ul.nav li {
	float: left;
	display: block;
	line-height: 20px;
	margin: 0 0 0 30px;
	z-index: 3;
}

#header .inner ul.nav li a {
	color: #8b9699;
	text-decoration: none;
}

#header .inner ul.nav li a:hover {
	color: #ffffff;
}

#header .inner ul.nav li.active a {
	color: #518ea0;
}

#header .inner {
	padding-top: 25px;
	z-index: 2;
}

#footer {
	margin-top: 30px;
	background: #121212;
}

#footer p {
	color: #8b9699;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
}

#footer p a {
	color:	#8b9699;
}

#footer p a:hover {
	color: #FFFFFF;
}

#footer .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}


/* ---------------- custom sections ---------------- */

/* private */
#private .inner {
	padding: 0;
	width: 960px;
	height: 360px;
	background: url(../images/bck-private.jpg) no-repeat top;
}

#private .sfondo {
	float: left;
	display: block;
	width: 560px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

#private p {
	font-size: 20px;
	line-height: 23px;
	color: #8b9699;
}

#private h2 {
	font-size: 46px;
	line-height: 35px;
}

#private h2 span {
	font-size: 14px;
	color: #518ea0;
	font-weight: normal;
}

/* websites private */
#webprivate .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#webprivate .left {
	width: 560px;
	display: block;
	float: left;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}

#webprivate .right {
	width: 400px;
	display: block;
	float: right;
	margin: 20px 0;
	overflow: hidden;
}

#webprivate p {
	font-size: 16px;
	line-height: 20px;
	color: #8b9699;
}

#webprivate h2 {
	font-size: 46px;
	line-height: 35px;
}

#webprivate h2 span {
	font-size: 18px;
	color: #518ea0;
	font-weight: normal;
}

/* layout private */
#layout .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#layout .left {
	width: 560px;
	display: block;
	float: left;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}

#layout .right {
	width: 400px;
	display: block;
	float: right;
	margin: 20px 0;
	overflow: hidden;
}

#layout p {
	font-size: 16px;
	line-height: 20px;
	color: #8b9699;
}

#layout h2 {
	font-size: 46px;
	line-height: 35px;
}

#layout h2 span {
	font-size: 18px;
	color: #518ea0;
	font-weight: normal;
}

/* homepage */
#homepage .inner {
	padding: 0;
	width: 960px;
	height: 280px;
	background: url(../images/bck.jpg) no-repeat top;
}

#homepage .sfondo {
	float: left;
	display: block;
	width: 560px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

#homepage p {
	font-size: 30px;
	line-height: 40px;
	color: #518ea0;
}

#homepage h2 {
	font-size: 46px;
	line-height: 35px;
}

#homepage h2 span {
	font-size: 14px;
	color: #518ea0;
	font-weight: normal;
}

#about .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

ul.about {
	overflow: hidden;
	width: 960px;
	padding: 10px 0 0;
}

ul.about li {
	display: block;
	float: left;
	width: 290px;
	margin: 0 30px 0 0;
}

#video .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

ul.video {
	overflow: hidden;
	width: 960px;
	padding: 10px 0 0;
}

ul.video li {
	display: block;
	float: left;
	width: 290px;
	margin: 0 30px 0 0;
}

#websites .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#logos .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#contact .inner {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#contact .left {
	width: 560px;
	display: block;
	float: left;
	margin: 20px 0;
	overflow: hidden;
}

#contact .right {
	width: 400px;
	display: block;
	float: right;
	margin: 20px 0;
	overflow: hidden;
}