/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}
	
html, body {
	font-family: "FuturaBkBTBook", Arial, Helvetica, sans-serif;
}

.hide {
	display: none;
}

.clear {
	clear:both;
}
	
a:link, a:visited, a:active {
	color: #696969;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

h1 {
	float: left;
}

#contenitore {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}

#img-contenuti {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header {
	margin-top: 15px;
}

#header-menu {
	float: right;
	text-align: center;
}

#menu {
	width: 760px;
	height: 60px;
	background: #000 url("../images/back-menu.png") top left repeat-y;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	margin-top: -5px;
	margin-bottom: 30px;
}

#menu ul {
	position: absolute;
	right: 0;
	bottom: -5px;
}

#menu li {
	width: 78px;
	height: 15px;
	padding-top: 10px;
	float: left;
	display: block;
	margin-right: 9px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-left: 2px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #000;
	text-decoration: none;
}
	
#menu a:hover {
	color: #FFF;
}

.grey a:hover {
	color: #CCC !important;
}

.Home {
	/*background-color: #ffff00;*/
	background-color: #ddd;
}

.Marketing {
	background-color: #f0037f;
}

.Copywriting {
	/*background-color: #00a0c6;*/
	background-color: #5FE6FF;
}

.Graphic {
	/*background-color: #8169b0;*/
	background-color: #ffff00;
	color: #CCC !important;
}

.Photo {
	/*background-color: #7fc31b;*/
	background-color: #7fc31b;
}

.Video {
	/*background-color: #ff7f00;*/
	background-color: #ff7f00;
}

.Web {
	/*background-color: #4fdeef;*/
	background-color: #9f9fff;
}

.Bianco {
	color: #fff;
}

#contenuti {
	clear: both;
}

#testo {
	width: 350px;
	border-right: 1px solid #dfdfdf;
	text-align: right;
	padding-right: 15px;
	float: left;
}

#testo p {
	font-size:larger;
	color: #555;
}

#img-testo {
	float: left;
	padding-left: 15px;
	border-left: 1px solid #dfdfdf;
	margin-left: -1px;
}

#menu-foo {
	clear: both;
	padding: 10px 0;
}

#menu-foo ul {
	margin-left: 282px;
}

#menu-foo li {
	float: left;
	display: block;
	text-transform: uppercase;
	margin-right: 14px;
	padding-top: 10px;
}

/*portfolio*/

.portfolio {
	width: 210px;
	float: left;
	font-size: 12px;
	padding: 0 10px 0 0;
	margin: 10px 0;
}

.portfolio img {
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #dfdfdf;
	margin-right: 10px;
}

#slideshowWrapper {
	overflow: auto;
	height: 310px;
	color: #ccc;
}

#slideshow {
	width: 100%;
	height: 310px;
}

#descrizione {
	padding: 10px;
	color: #ccc;
}

#descrizione ul {
	margin-top: 50px;
}

#descrizione li {
	width: 80px;
	height: 15px;
	padding-top: 10px;
	float: left;
	display: block;
	margin-right: 9px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-left: 2px;
	color: #fff;
}

.work {
	width: 280px;
	font-size: smaller;
	margin: 10px;
	float: left;
}

.work img {
	width: 280px;
}

.work object {
	width: 280px !important;
	height: 280px;
}

.work embed {
	width: 280px !important;
	height: 280px;
}

#chiudi {
	background: #000 url("../images/crux.png") 4px 6px no-repeat;
	float: right;
	border: none;
	color: #fff;
	width: 82px;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	cursor: pointer;
}