/*
 *   BASIC TAGS
 */

a {
	outline-style: none;	
}

body {
	background: #9c9c9c url(../img/bkgd.jpg) repeat-x top left;
	color: #555;
}

/*
 *   HEADER LAYER
 */

#header {
	height: 128px;
	margin-bottom: 0px;
}

#lettering {
	display: block;
	width: 227px;
	height: 29px;
	position: absolute;
	background: url(../img/lettering.png) no-repeat top left;
	margin: 46px 0px 0px 70px;
	display: none;
}

#logo {
	display: block;
	width: 200px;
	height: 128px;
	position: absolute;
	margin-left: -70px;
	background: url(../img/logo.png) no-repeat top left;
	z-index: 10;
}

#contatti {
	display: block;
	width: 959px;
	height: 257px;
	background: url(../img/contatti.png) no-repeat top left;
	margin-top: -17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #fff;
	display: none;
}

/* MAIN MENU */
#menu {
	position: absolute;
	margin-top: 85px;
	height: 25px;
	border-bottom: 1px solid #fff;
}
	.menu_butt {
		display: block;
		height: 13px;
		float: right;
	}
	#menu_adfarm { width: 116px; background: url(../img/menu_adfarm.png) no-repeat top left; }
	#menu_portfolio { width: 73px; background: url(../img/menu_portfolio.png) no-repeat top left; }
	#menu_press { width: 87px; background: url(../img/menu_press.png) no-repeat top left; }
	#menu_contatti { width: 68px; background: url(../img/menu_contatti.png) no-repeat top left; }
	#menu_shop { width: 37px; background: url(../img/menu_shop.png) no-repeat top left; }
	#menu_adfarm:hover, #menu_portfolio:hover, #menu_press:hover, #menu_contatti:hover, #menu_shop:hover { background-position: 0px -13px; }

	

/*
 *   HOME PAGE
 */

/* BOTTOM HOME BOXES */
.homebox {
	margin-top: 60px;
	background: #fff;
}
#home_news { background: url(../img/home_tit_news.png) no-repeat top left; }
#home_case { background: url(../img/home_tit_case.png) no-repeat top left; }
#home_press { background: url(../img/home_tit_press.png) no-repeat top left; }
.homebox p, .homebox h1, .homebox h2, #detail p, #detail h1, #detail h2 {
	padding: 0px 15px;
	color: #666;
}
.homebox p, #detail p, .shopitem p { font-size: 11px; line-height: 16px; }
.homebox h1, #detail h1, .homebox a, .shopitem h1 { font-size: 16px; line-height: 18px; font-weight: normal; color: #333; margin-top: 12px; margin-bottom: 0px; text-decoration: none;}
.homebox h2, #detail h2, .shopitem h2 { font-size: 11px; line-height: 13px; font-family: georgia, times, serif; font-style: italic; margin-top: 2px; margin-bottom: 15px;}


#salastampa {
	background: url(../img/home_tit_salastampa.png) no-repeat top left; 
	padding-top: 40px;
	margin-top: 35px;	
}


/*
 *   PORTFOLIO PAGE
 */

.portbox {
	height: 186px;
	margin-top: 15px;
}

a.hilite {
	display: block;
	width: 310px;
	height: 186px;
	position: absolute;
	margin-top: 0px;
	z-index: 10;
	padding: 0px;
	background: #000;
}
/*.hilite:hover {
	filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	background: #000;
}*/


/* PORTFOLIO MENU */
	.port_butt {
		margin-top: -5px;
		margin-bottom: 30px;
		display: block;
		height: 20px;
		float: left;
	}
	#port_tutti { width: 38px; background: url(../img/port_tutti.png) no-repeat top left; margin-left: -6px; margin-right: 3px;}
	#port_identity { width: 61px; background: url(../img/port_identity.png) no-repeat top left; }
	#port_adv { width: 82px; background: url(../img/port_adv.png) no-repeat top left; }
	#port_print { width: 47px; background: url(../img/port_print.png) no-repeat top left; }
	#port_web { width: 37px; background: url(../img/port_web.png) no-repeat top left; }
	#port_press { width: 85px; background: url(../img/port_press.png) no-repeat top left; }
	#port_clienti { width: 55px; background: url(../img/port_clienti.png) no-repeat top left; }
	#port_tutti:hover, #port_identity:hover, #port_adv:hover, #port_print:hover, #port_web:hover, #port_press:hover, #port_clienti:hover { background-position: 0px -20px; }

	.homebox a:hover {
		color: #e00;
	}
	
	#clienti {
		margin-bottom: 17px;
		border-bottom: 1px solid #fff;
		display: none;
	}

/*
 *   DETAIL PAGE
 */

#detail {
	background: #fff;
	width: 764px;
}

#detail p {
	text-align: justify;
	width: 400px;
}
.detailimg {
	width: 764px;
}

.info {
	height: 30px;
	border-right: 1px solid #dedede;
	margin-top: 22px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	color: #333;
	font-size: 10px;
}
.info h3 { font-size: 10px; line-height: 13px; font-family: georgia, times, serif; font-style: italic; margin-bottom: 0px; color: #777;}
.info a { font-size: 10px; text-decoration: none; color: #333;}
.info a:hover { color:#f00; }
.infolast {
	border-right: 0px;
}

.detail_next, .but_next, .but_back {
	display: block;
	width: 108px;
	height: 27px;
	float:right;
	margin-right: 15px;
	margin-top: 25px;
	background: url(../img/detail_next.png) no-repeat top left;
}
.but_next { margin-right: 0px; background: url(../img/but_next.png) no-repeat top left; }
.but_back { background: url(../img/but_back.png) no-repeat top left; }
.detail_next:hover, .but_next:hover, .but_back:hover { background-position: 0px -27px; }

#column {
	text-align: left;
	font-size: 11px;
	line-height: 19px;
}
#column a {
	text-decoration: none;
	color: #555;
}
#column a:hover, #column .selected {
	padding-left: 7px;
	background: url(../img/selected_arrow.png) no-repeat center left;
}

.zoom { display: block; width: 764px; height: 388px; }
.zoom:hover { background: url(../img/zoom.png) no-repeat center center; }

#detailclienti, #detailrelated {
	display: block;
	width: 180px;
	height: 22px;
}
#detailclienti { background: url(../img/tit_clienti.png) no-repeat top left; }
a#detailclienti:hover { padding: 0px; background: url(../img/tit_clienti.png) no-repeat top left; }
a#detailrelated, a#detailrelated:hover { border-top: 1px solid #dedede; background: url(../img/press_correlati.png) no-repeat top left; }

.rel {
	line-height: 15px;
	font-size: 13px;
	border-top: 1px dotted #DDDDDD;
	margin-top: 9px;
	padding-top: 9px;
	margin-bottom: 0px;
}
#column p.rel a { color: #333; }
#column p.rel a:hover { background: transparent; padding: 0px; }
.comm { font-size: 11px; font-family: georgia, times, serif; font-style: italic; color: #fff }

/*
 *   ADFARM PAGE
 */

#adfarm p {
	color: #444;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#tit_pubblicita { padding-top: 50px; background: url(../img/tit_pubblicita.png) no-repeat top left; }
#tit_ufficiostampa { padding-top: 50px; background: url(../img/tit_ufficiostampa.png) no-repeat top left; }
#tit_web { padding-top: 50px; background: url(../img/tit_web.png) no-repeat top left; }

#tit_pubblicita p, #tit_ufficiostampa p, #tit_web p {
	color: #777;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}

#tit_pubblicita a, #tit_ufficiostampa a, #tit_web a {
	color: #333;
	text-decoration: none;	
}
#tit_pubblicita a:hover, #tit_ufficiostampa a:hover, #tit_web a:hover { color: #f00; }

#adfarm h1, #adfarm_side h1, #form h1 {
	margin-top: 16px;
	margin-bottom: 1px;
	font-size: 18px;
	color: #555;
}
#adfarm_side h1 {
	margin: 0px 0px 8px 20px;
	font-size: 14px;
}
#adfarm_side p {
	color: #777;
	margin: 0px 0px 8px 20px;
	font-size: 12px;
	line-height: 17px;
}
#adfarm_side img {
	margin: 3px 3px 3px 20px;
}

#form h1 {
	margin: 0px 0px 8px 0px;
}

#adfarm h2, #form h2 {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	color: #fff;
}
#adfarm h2 { font-size: 12px; }

/*
 *   PRESS PAGE
 */
 
 #pressheader {
 	background: url(../img/press_search.png) no-repeat top right;
 }
 
 #search {
 	float: right;
 	margin-top: 14px;
 	margin-right: 6px;
 }
 
 #search input {
    font-family: arial, helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	padding: 0px;
 	border: 0px;
 	width: 141px;
 	float: left;
 	margin-top: 2px;
 	color: #666;
 }
 
 #press_button {
 	float: right;
 	margin-left: 5px;
 	display: block;
 	width: 16px;
 	height: 16px;
 	background: url(../img/button_search.png) no-repeat top left;
 }
 #press_button:hover { background: url(../img/button_search_h.png) no-repeat top left; }
 
 #pressmonth {
 	font-size: 18px;
 	text-transform: uppercase;
 	color: #fff;
 	margin-bottom: 10px;
 	padding-bottopm: 5px;
 	border-bottom: 1px solid #fff;
 }
 #pressmenu {
 	float: right;
    width: 298px;
 	/*margin-top: 27px;*/
 	border-top: 1px solid #fff;
 	padding-top: 2px;
 }
 
 .pressitemlist, .pressitemdetail {
 	background: #fff;
 	margin-bottom: 12px;
 }
 .pressitemlist {
 	background: #fff url(../img/pressitem.png) no-repeat bottom right;
 	height: 203px;
 }
 
 .pressthumb {
 	display: block;
 	width: 136px;
 	height: 203px;
 	float: left;
 }
 
.pressitemlist h1, .pressitemlist h2, .pressitemlist p {
	margin: 25px 25px 24px 161px;	
}
.presspreview h1, .presspreview h2, .presspreview p {
	margin: 24px 12px;	
}

.pressitemlist a { text-decoration: none; }

.pressitemlist h1, .presspreview h1, .relatedPar h1 {
	font-size: 18px;	
	color: #333;
	margin-bottom: 4px;
}
.presspreview h1, .presspreview a, .relatedPar h1, .relatedPar a { font-size: 13px; font-weight: normal; color: #333; text-decoration: none;}
.presspreview a:hover { color: #f00; }

.pressitemlist h1:hover, .presspreview h1:hover { color: #aaa; }

.pressitemlist h2, .presspreview h2, .relatedPar h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;	
	font-style: italic;
	color: #aaa;
	margin-top: 0px;
}
.presspreview h2, .relatedPar h2 { color: #fff; }
.relatedPar a { font-family: Arial, Helvetica, sans-serif; }

.cliente {
	color: #888;	
}

.pressitemlist p, .presspreview p {
	font-size: 11px;	
}
.presspreview p  { margin-bottom: 0px; margin-top: 10px; color: #666;}

.pressitemdetail h1, .pressitemdetail h2, .pressitemdetail p {
	margin: 25px 40px 24px 150px;	
}

.pressitemdetail h1 {
	font-size: 21px;	
	color: #333;
	margin-bottom: 4px;
}

.pressitemdetail h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;	
	font-style: italic;
	color: #aaa;
	margin-top: 25px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}


.pressitemdetail p {
	font-size: 11px;
}

.tags {
	background: url(../img/icon_tags.png) no-repeat center left;
	padding-left: 25px;	
	color: #888;
}
.presspreview p.tags { color: #fff; }

.pressattachimg, .pressattachtxt {
	display: block;
	width: 22px;
	height: 22px;
	float: right;
	background: url(../img/icon_img.png) no-repeat top left;
	margin-left: 7px;
}
.pressattachtxt {
	background: url(../img/icon_txt.png) no-repeat top left;
}

#presscategorie, #pressclienti, #presstags, #pressrss, #pressrelated {
	display: block;
	width: 298px;
	height: 22px;
	padding-top: 1px;
	border-top: 1px solid #fff;
	background: url(../img/press_categorie.png) no-repeat top left;	
	cursor: pointer;
}
#presscategorie { border: 0px; }
#pressclienti { background: url(../img/press_clienti.png) no-repeat top left; }
#presstags { background: url(../img/press_tags.png) no-repeat top left; }
#pressrss { background: url(../img/press_rss.png) no-repeat top left; }
#pressrelated { background: url(../img/press_correlati.png) no-repeat top left; }

.presscat, #clienti {
	font-size: 11px;
	color: #444;
	margin: 7px 0px 0px 0px;	
}
.relatedLink {
	text-decoration: none;
	font-size: 14px;
	color: #444;
}
.relatedLink:hover { color: #222; }

#clienti a { text-decoration: none; color: #444; }

.presscat a:hover, #clienti a:hover { 
	color: #222;
	padding-left: 7px;
	background: url(../img/selected_arrow.png) no-repeat center left; 
}

.relatedPar {
	margin: 0px;
	font-size: 11px;
	color: #888;
	padding-top:14px;
	margin-top: 14px;
	border-top: 1px #ddd dotted;	
	font-family: Georgia, Times, Serif;
}

.histo {
	margin-top: 6px;
	display: block;
	height: 5px;
	background: #888;
	float: right;
	background: url(../img/stats.png) repeat-x top right;
}

.presspace {
	/*border-bottom: 1px solid #fff;
	margin-bottom: 2px;*/
	margin: 0px;
	font-size: 9px;
}

#pressdetail {
	display: block;
	height: 200px;
	width: 102px;
	padding-right: 49px;
	background: url(../img/pressdetail.png) no-repeat top left;	
	float: left;
	padding-top: 25px;
}

.tag {
	text-decoration: none;
	font-size: 11px;
	color: #444;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #666;
}

.singletag {
	display: block;
	float: left;
	margin-right: 10px;
	height: 18px;
}

.tagcloud {
	height: 16px;
	padding: 1px 0px 0px 12px;
	background: url(../img/tagcloud.png) no-repeat top left;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.singletag:hover .tagcloud {
	background: transparent;
	color: #333; 
}

.singletag div.unh{
	display: block;
	width: 12px;
	height: 14px;
	background: url(../img/tagcloud_short.png) no-repeat top left;
	margin-top: 4px;
	float: right;
}
.singletag:hover div.unh{
	background: transparent;
}

#notfound {
	margin-top: 80px;
	background: url(../img/notfound.png) no-repeat top center;	
}

#press_back {
	position: absolute;
	margin-top: 10px;
	display: block;
	width: 300px;
	height: 50px;
}

.time{
	position: absolute;
	background:url(../img/datesplash.png) top left no-repeat;
	line-height: 21px;
	margin: 12px 23px 0 90px;
	height:62px;
	width:62px;
	cursor:default;
	z-index: 100;
}
.timedetail {
	float: left;	
	margin: 0px 0px 0px 26px;
}

#content-index .time{
	margin: -6px 4px 0 5px; !important;
}
.time div{
	position:absolute;
	text-align:center;
	width:62px;
}
.time .d{
	font-size:30px;
	margin: 16px 0 0 0px;
	letter-spacing: -1px;
	line-height:42px;
	font-weight: bold;
	color: #fff;
}
.time .F{
	font-size:9px;
	margin-top: 6px;
	text-transform:capitalize;
	color: #fff;
}




/*
 *   CONTACT DIV
 */
 
#contact_form {
	float: right;	
	margin: 42px 72px 0px 0px;
	width: 200px;
} 

#contact_form input, #contact_form textarea {
	display: block;
	width: 222px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: transparent;
	border: 0px;
	margin-bottom: 7px;
}
#contact_form textarea { height: 94px; padding-top: 4px; }

#mappa {
	position: absolute;
	display: block;
	width: 92px;
	height: 23px;
	background: url(../img/button_mappa.png) no-repeat top left;
	margin-top: 216px;
	margin-left: 540px;
}
#mappa:hover { background-position: 0px -23	px; }

#send {
	position: absolute;
	display: block;
	width: 98px;
	height: 23px;
	background: url(../img/but_send.png) no-repeat top left;
	margin-top: 216px;
	margin-left: 825px;
}



/*
 *	SHOP PAGE
 */
#scontrino {
	position: absolute;
	margin-top: -18px;
	margin-left: 699px;
	display: block;
	width: 218px;
	height: 87px;
	background: url(../img/scontrino.png) no-repeat top left;	
	cursor: pointer;	
}
#scontrino h1 {
	margin: 17px 30px 4px 30px;
	text-align: center;
	font-size: 24px;
	padding: 4px;
	border-bottom: 1px solid #aaa;
}
#scontrino h2 {
	font-size: 13px; 
	line-height: 13px; 
	text-align: center;
	font-family: georgia, times, serif; 
	font-style: italic; 
	margin-top: 3px;
}
#nuovo { background: #fff url(../img/nuovo.png) no-repeat top right; }
.red { color: #f00; font-weight: bold;}

#buy {
	display: block;
	width: 116px;
	height: 27px;
	background: url(../img/button_buy.png) no-repeat top left;	
	margin-top: 2px;
}
#buy:hover { background-position: 0px -27px; }

.shopitem, .shopitempic {
	height: 327px;
	background: #fff;
}

.shopitem h1, .shopitem h2, .shopitem p {
	margin-left: 20px;
	margin-right: 20px;
}

/*
 *   FOOTER
 */

#footer {
	margin-top: 13px;
	margin-bottom: 10px;
	display: block;
	width: 960px;
	height: 80px;
	background: url(../img/footer.png) no-repeat bottom left;
}

#dashboard {
	display: block;
	width: 39px;
	height: 34px;	
	background: url(../img/dashboard.png) no-repeat top left;
	position: absolute;
	margin: 46px 0px 0px 836px;
}
#dashboard:hover { background-position: 0px -34px; }

#nasar {
	display: block;
	width: 84px;
	height: 34px;	
	background: url(../img/nasar.png) no-repeat top left;
	position: absolute;
	margin: 46px 0px 0px 875px;
}
#nasar:hover { background-position: 0px -34px; }

p.presscat a{
	text-decoration: none;
	color: inherit;
}