/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/


body { margin: 0; background: #fff url(../images/bg.gif) repeat-x; font: 1em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
	
	h1 { font-size: 3em; font-weight: normal; color: #9D2900; margin: 50px 0 3px 0; padding: 0; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2.5em; color: #FFF2B3; font-weight: bold; margin: 0 0 .5em; }
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 0 0; line-height: 1.5em; }
	em { border-bottom: 1px dotted #fff; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap { width: 900px; margin: 0 auto; padding:0; position: relative}

.wrap_content { width: 900px; margin: 20px auto; font-size: 1.2em;}
	.wrap_content h2 {color: #9D2900; margin: 1.5em 0 1em 0; border-bottom: 1px solid #9D2900; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
 
#header { width: 900px; /*height: 50px;*/	 margin: 0 auto; }
	#title { float: left; }
	#menu  { float: left; padding: 0px 0 0 0; list-style: none;  font-size: 1.3em; margin: 60px 20px 0 0;}
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; color: #333; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu li.active { border-bottom: 2px solid #C70012; color: #9D2900;display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; }
 	
 
#teaser { clear: both; height: 259px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box { float: left; padding: 50px 0 0 0; width: 450px; color: #C7E3EE; }
	
#image { width: 430px;  position: absolute; top: -35px; right: 0; height: 353px; z-index: 100}
	
#bar { height: 40px; margin: 0; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step { color: #FAFDDD; padding: 4px 0 0 10px; margin: 0 30px 0 0; font-size: 1.2em; float: left; display: inline; background: url("../images/step.gif") no-repeat left top; height: 30px; }
	.step a {cursor: pointer; color: #fff; margin: 0 10px 0 0; }
	.step a:hover { color: #9D2900}
	
.col { float: left; width: 280px; margin: 30px 20px 15px 0; text-align:left; }
	.last { float: right;}
.col strong {color:#9D2900 }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; margin: 3px 0 3px 0; }

#footer { clear: both; width: 900px; margin: 10px auto 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/small_logotype.jpg) no-repeat right 13px; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }
	
	
/**
 * Aggiunte successive
 */
#web_desc{ 
	display: none; clear:both; margin: 0 0 0 10px; padding: 1em;
	border: 1px solid #e0e0e0; background-color: #f4f4f4;
}

#tuo_desc{ 
	display: none; clear:both; margin: 0 0 0 10px; padding: 1em;
	border: 1px solid #e0e0e0; background-color: #f4f4f4;
	position: relative;
}

#hd_desc{
	display: none; clear:both; margin: 0 0 0 10px; padding: 1em;
	border: 1px solid #e0e0e0; background-color: #f4f4f4;
}

.prod_title{
	font-size: 2em;
	color: #9D2900;	
}

#monitor_video
{
	position: absolute;
	right: 13px;
	top: -20px;
}

/* Added for d2w */

.d2w-text-meta
{
	text-align: right;
	
}

.d2w-text-meta a
{
	color: #600;
	border: 1px solid #660000;
	padding: 5px;
	text-decoration: none;
}

.d2w-text-meta a:hover
{
	color: #900;
	background-color: #eee;
}

.ilink 
{
	font-size: 40px;
	margin: 10px 0 10px 20px;
	padding: 20px;
	background-color: #17375e;
	text-align: center;
	
	border-radius: 5px;	
}

.ilink a
{
	color: white;
	text-decoration: none;
}

.ilink:first-child
{
	background-color: #ffc000;
}

.ilink:last-child
{
	background-color: #9d2900;
}

.ilink:hover a
{
	color: #999;
}



