.qtronic{
                cursor:pointer;
                color: #F36F21;
}
.qtronic:hover{
                text-decoration:underline;
                
}

#page{
 min-width:1090px;
}
.wp-image-2660, .wp-image-2661{
  width:20px;
  vertical-align:middle;
  text-align:center;
}
.azienda_logo{
		top:-75px;
}
#post-1750 img.azienda_logo{
		top:-57px;
}
#prodotti a img{
		padding:0;
		margin:0;
}
.mv-daynames-table {
color:#F36F21;
}
.view-tab-unselected {
color:#F36F21;
}
.clear-tabhome{
		clear:both;
		height:5px;
		border-bottom:1px dotted #ddd;
		margin:auto; width:550px;
		margin-bottom:8px;
		}
#icone_home .icone_menu{
		height:110px;
}
#icone_home .icone_menu img{
		height:60px;
		padding:3px;
		float:right;
        margin-top:0.5em;
}

 #post-2047 .azienda_logo{
        top:-60px;
 }

.padding10{
	padding-left:15px;
	padding-right:15px;
	margin-top:6px;
	margin-bottom:40px;
	padding-top:15px;
	background: url(../images/box_centro_testo-1.jpg) repeat-y;
}

	/* DEFAULT FONT */
	body {
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:18px;
		font-size:12px;
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		background:#eee;
		color:#333333;
	}

	/*PRIMARY HEADERS FONT */
	h1, h2, #feature .fheading{ font-family: Myriad Pro, "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Arial;}
	/*SECONDARY HEADERS FONT */
	h3, h4, h5 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}

	a {text-decoration: none;} /* LINK COLOR */
	a:hover {text-decoration: underline;}
	p,.p {margin-bottom: 15px;}
	img {border: none;}
	.headerimage {padding-top: 10px; padding-left: 26px;}
	ul li {	margin: 0px;}
	.hentry ul {list-style-type: disc;margin: 5px 0px 15px;padding-left: 20px;}
	ol {list-style-type: decimal;margin: 5px 0px 15px;padding-left: 20px;}
	.hentry li {padding: 3px 0;}
	form {margin: 0px;padding: 0px;}
	small {	font-size: 85%;}
	hr{border: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;margin-bottom: 1.5em;}
	blockquote{background: #f7f7f7; padding: 10px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;clear: both}

a, #blogtitle a:hover, .postdata a:hover,h2.posttitle a:hover, .tags a:hover, .commentlist cite, .commentlist cite a, #morefoot a:hover, #sidebar ul li ul li a, #wp-calendar caption, #subnav .current_page_item a, #subnav .current_page_ancestor a,	#subnav li a:hover,	#subnav li.current-cat a, #sidebar #grandchildnav .current_page_item a, #feature-footer .twitter a {color:#0088CC;}

/* @ rounded corners in mozilla and apple browsers */
	.page-nav, .fboxes, .hentry, .postwrap, #highlight, .widget, #sidebar #accordion, #content .wp-pagenavi, #content .wp-pagenavi a, #content .wp-pagenavi .current, #featurenav a{
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#drag_drop_sidebar h3{
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
	}

	.post-footer, #drag_drop_sidebar .drawer-content{
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	}


/* LAYOUT SECTION - EDIT THESE TO ADJUST LAYOUT */
	#wrapper {

		width: 995px; /* width of content */
		margin: 0px auto;
		position: relative;
		top:-8px;
		/* width of content padding-bottom: 3em; */
	}

	#header {
		background: url(../images/header.png) no-repeat;
		position:relative;
		height:128px;
		width:995px;
		top:8px;
	} /* height of the header */

	#left-col {
		width: 630px; /* width of left column */
		float: left;
		margin-left:10px;
		height:100%;
		background: url(../images/box_top_testo-1.jpg) no-repeat top;
	}
	.hentry .title {
		width: 540px; /* width of title area for posts & pages */
		float: left;
		margin-left: 10px;
	}

	#sidebar{
		width: 300px;
		float: right;
		margin-right:10px;
		color: #444;
		padding: 0;
		font-size: 13px;
	}

.icons {
    position: absolute;
    right: -30px;
    top: 0;
}

/* site title */
	#blogtitle {
		font-size: 39px; /* blog title size */
		float:left;
		line-height: 47px;
		position:relative;
	}
	#blogtitle .sheen {
		position: absolute;
		z-index: 5;
		background-color: transparent;
		background-image: url(../images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	#blogtitle a{color: #000;}
	#blogtitle a:hover{text-decoration: none;}

	#blogdescription {
		float: left;
		margin-top: 23px; 	/* description distance from top of screen */
		margin-left: 10px;
	}
	.nav-icon {margin:13px 0 0 3px;}


/* HEADERS */
	h1, h2, h3, h4, h5, h6{font-weight: normal;margin:0;padding: 0; line-height: 1.4em;}
	h1 a, h2 a, h3 a, h4 a, h5 a{}

	h1{font-size: 32px;}
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 20px; padding:0px 4px 0px 12px; line-height:35px;}
	h5{font-size: 16px;}
	h6{font-size: 12px;}



/*  SEARCH BAR STYLING */
	.searchform {
        background: none repeat scroll 0 0 transparent;
        float: left;
        font-size: 13px;
        left: 965px;
        margin: 0px;
        padding: 0;
        position: relative;
        top: 20px;
	}
	#morefoot .searchform{float:left}
	.searchform .s{
	    	background: transparent url(../images/cerca.png) no-repeat;
		width: 173px;
		margin:0;
		border: none;
		height:22px;
		padding:0px 0px 0px 4px;
		position:absolute;
		right:13px;
		top:0;
		color: #666;
		overflow: hidden;
	}

	.searchform .s:focus { outline: 0; border: none;}

	.searchform .searchsubmit {
		right:-20px;
		padding:8px;
		top:3px;
		height: 24px;
		width: 24px;
		border: none;
		cursor: pointer;
		text-indent: -999%;
		line-height: 1px;
		margin:0;
		position:absolute;
		background: transparent url(../images/freccia_cerca.png) no-repeat;
	}

/* @ welcome */
#welcome p {
font-size: .95em;
color: #555;
}
#welcome p a{text-decoration: underline;}
#welcome p a:hover{color: #3399cc;}

.twitter {
	font-size: 10px;

	background: url(../images/twitter-bubble.png) no-repeat 0 0;
	padding-left: 27px;
}
#sidebar .twitter {	margin:1em 0;}

/* SUB NAVIGATION (ONLY ON PAGES) */
	#subnav { margin-top: 15px; font-size: 14px;}

	#subnav ul {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		list-style: none;
	}
	#subnav li {
		padding: 4px 7px;
		margin: 0px;
		float: left;
	}
	#subnav ul li a {
		color:#555;
		float:left !important;
		margin:5px 10px 0px 0px;
		padding:0;
		text-decoration:none;
	}
	#subnav ul li ul li{display: none;}
	#subnav li a, #subnav li a:visited, #subnav .page_item {
		text-decoration: none;
		color: #222;
	}
	#subnav li a:hover {
		text-decoration: none;
	}
	#sidebar #grandchildnav ul li{
		padding:0;
		margin:0;
		border:none;
	}
	#sidebar #grandchildnav ul li ul li{
		font-size:.9em;
	}
	#sidebar #grandchildnav a {display:block;padding: 5px 10px;border: 1px solid transparent;margin-top:-1px;}
	#sidebar #grandchildnav .current_page_item a,
	#sidebar #grandchildnav a:hover,
	#sidebar #grandchildnav .current_page_item ul li a:hover{
		text-decoration:none;background:#f7f7f7;border: 1px solid #eee;
	}
	#sidebar #grandchildnav ul li ul li a{display:block;padding: 5px 23px; color:#555;}
	#sidebar #grandchildnav .current_page_item ul li a{background:transparent; color:#555;border: 1px solid transparent;}

/* CONTENT */
#content { clear: both;	overflow: hidden;
background: url(../images/box_bottom_testo-1.jpg) no-repeat bottom;}
#content-home { clear: both;	overflow: hidden;}

.hentry{
	clear: both;
	overflow: hidden;
	border-bottom: none;
	margin-bottom:39px;
	margin-top:3px;
	height:100%;
}
.hentry-feature{
	clear: both;
	overflow: hidden;
	padding-bottom:10px;
    width: 930px;
}
.post-content {padding-bottom: 18px;}
.copy {
	padding: 18px 18px 0px 18px;
background: url(../images/box_centro_testo-1.jpg) repeat-y;
}

.copy-fix {
	padding: 18px 18px 0px 18px;
}

.postwrap{
	margin:0;
	padding:0;
}
.hentry .billboard {
	text-align: center;
	padding: 50px;
}
/*=== Post ===*/
/*- Post Title -*/
.thumb.left img {
margin-right:23px;
}
.thumb img {
	display:block;
	margin:0 0 0.8em;

}


.post-title h1 {
	color: #333333;
	font-size: 18px;

}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
.post-title a:hover{
	text-decoration: underline;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #000;
}
.post-date em {
	background: #eee;
	color: #000;
	font-size: .9em;
	font-style: normal;
	padding: 5px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	font-size: 12px;
	float:left;
	width: 370px;
	font-style: italic;
}

/*- Post Blockquote -*/
.hentry blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}

/*- Post Author -*/
.author-info {

}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}

/*- Social Links -*/
.post-footer {
	height: 42px;
	padding: 0 18px;
	border-top:7px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.post-footer a{color: #444;}
.post-footer .left {
	line-height: 42px;
}
.post-footer .left span {
	background: url(../images/comment_count_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}


.mini-add-comment {
	background: url(../images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 2em 0px 5px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* POST TITLE STYLING */

.tags {
	float: right;
	color: #aaa;
	margin-top: 4px;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{text-decoration: none;}

/* next & previous page navigation */

.page-nav, .wp-pagenavi{
	clear: both;
	padding: 7px;
	color:#999;
}
.page-nav a{
	color:#999;
	text-decoration: none;
}
.page-nav a:hover {
	color: #666;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	line-height:40px;
	margin-left:10px;
    padding-left:60px;
    background:transparent url(../images/freccia_news_sx.jpg) no-repeat scroll left center;
}
.next-entries a {
	float: right;
	line-height:40px;
	padding-right: 60px;
	margin-right: 10px;
	background: transparent url(../images/freccia_news_dx.jpg) no-repeat scroll right center;
}
.previous-entries a:hover {
    background:transparent url(../images/freccia_news_roll_sx.jpg) no-repeat scroll left center;
}
.next-entries a:hover {
	background: transparent url(../images/freccia_news_roll_dx.jpg) no-repeat scroll right center;
}
#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current, #content .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #bbb url(../images/nav-hover.png) repeat-x 0 0;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #fff;
	border:none;
	background: #999 url(../images/agradient-30dark.gif) repeat-x 0 0;
}

/* next & previous post navigation */
.singolopost{
	margin-top:0;
}
.post-nav {
	height:56px;
	background: #fff url(../images/box_top_testo-1.jpg) no-repeat bottom !important;
	padding: 0px;
	font-size: 95%;
	width:630px;
	padding-bottom:10px;
}
#post-evento {
	height:1px;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
    background: url("../images/freccia_news_sx.jpg") no-repeat scroll left center transparent;
    float: left;
    height: 41px;
    line-height: 20px;
    padding-left: 50px;
    vertical-align: middle;
    width: 40%;
}
.post-nav .next a {
	height: 41px;
    line-height: 20px;
	float: right;
	padding-right: 50px;
	text-align: right;
    vertical-align: middle;
    width: 40%;
	background: url(../images/freccia_news_dx.jpg) no-repeat right center;
}
.post-nav .previous a:hover {
	background: url(../images/freccia_news_roll_sx.jpg) no-repeat left center;
}
.post-nav .next a:hover {
	background: url(../images/freccia_news_roll_dx.jpg) no-repeat right center;
}

/* ---- Feature */
#feature {
	margin-bottom:15px;
	margin-top:5px;
	margin-left:15px;
	width:930px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cycle {
	overflow: hidden;
    width: 930px;
	height: 385px;
}
#feature .hentry , #highlight .hentry{
	background:#fff url(../images/post-bg-short.png) repeat-x left bottom;
	position: relative;
	border:none;
}
#feature .hentry {
    width: 930px;
	height: 430px;
}
#feature .fcontainer{
    width: 930px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;

}
#feature .fmedia{
    float: right;
    height: 390px;
    margin-left: 0px;
    padding-top: 40px;
    width: 530px;
/*	background:transparent url(../images/Immagine13.png) repeat scroll 11px -4px; */
}
#feature .fcontent {
    float: left;
    height: 300px;
    margin: 0;
    padding: 20px 40px;
    position: relative;
    width: 320px;
    z-index: 100;
}
#feature .fheading{

	text-align: center;
	margin: 2em 0;
}
#feature .fheading h2{
font-family: "Lucida Grande Bold","Lucida Sans Unicode",Arial,Verdana,sans-serif;
color:#666;
font-size:42px;
font-weight:normal;
text-align: left;
margin-bottom: 20px;
}
#feature .fheading h1, .ftitle {
	font-size:55px;
	line-height: .9em;
	letter-spacing:-.05em;
}

#feature .fheading h3, .fsub {
	color: #999;
	font-size: 18px;
}
#feature .ftext {
    font-family: "Lucida Grande Regular","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin: -5px 0px 0;
	font-size: 17px;
	color:#919191;
	font-weight:normal;
}
#feature .ftext h4, #feature .ftext h5{
	font-size:1em;
	font-weight: bold;
}
#feature .ftext strong {color: #000}
.featurelink {
	background:transparent url(../images/morearrow.gif) no-repeat scroll 100% 60%;
	padding-right:10px;
}

#featurenav {
	background:transparent url(../images/centro.png) repeat-x;
	float: left;
	height:28px;
	display: inline;
}

#featurenav_begin {
	background:transparent url(../images/sx.png) no-repeat;
	float: left;
	width:9px;
	height:28px;
	margin-left: 20px;
	display: inline;
}

#featurenav_end {
	background:transparent url(../images/dx.png) no-repeat;
	float: left;
	width:11px;
	height:28px;
	display: inline;
}

	#featurenav a{
		font-size:0px;
		padding-top:6px;
		padding-bottom:7px;
		padding-right:5px;
		padding-left:5px;
		margin-left:3px;
		margin-right:3px;
		background: transparent url(../images/palla_roll.png) no-repeat;
		stress: inherit;
		line-height:13px;
		height:13px;
		text-decoration: none;
		position:relative;
		bottom:-8px;
		}

	#featurenav a:hover{
		position:relative;
		bottom:-8px;
		text-decoration: none;
		background: transparent url(../images/palla.png) no-repeat;
	}
	#featurenav a.activeSlide{
		position:relative;
		bottom:-8px;
		text-decoration: none;
		background: transparent url(../images/palla.png) no-repeat;
	}
	#feature-footer .twitter {float: right;margin-right: 16px;display: inline;color: #777;}
	#feature-footer .twitter a{color: #333;}

.editfeature {
	text-align: right;
	line-height: 40px;
	margin-right: 15px;
}

/* ---- HIGHLIGHT TEMPLATE -------*/
#highlight {
	position: relative;
	background:#fff url(../images/post-bg-short.png) repeat-x left bottom;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 1.5em;
}
	#highlight .postwrap {padding: 20px 30px;}
	#highlight .ftitle{margin-bottom: .8em;font-size: 30px;}
	#highlight .fcontent {
		float: left;
		padding: 30px;
		width: 290px;
		margin-top: 20px;
	}
	#highlight .fmedia {
		overflow:hidden;
		float: left;
		width: 540px;
		margin: 0;
	}

/* ---- TAG CLOUD -------*/

#marco2 .tag-link-7{
	background:transparent url(../images/box_dx_02-1.jpg) no-repeat scroll left top;
	line-height:35px;
	width:300px;
}



/* Pagina prodotti - immagine centrale  */
.pagina_prodotti:hover{
border:solid 1px #999;
}
/* Pagina prodotti - lista prodotti con immagine e descrizione  */
.item_pp{
width:100%;
border-bottom:#999 solid 1px;
margin-bottom:10px;
overflow:hidden;
}
.img_pp{
width:20%;
height:100%;
border-right:#999 solid 1px;
padding-right:7px;
margin-right:7px;
float:left;
padding-bottom:15px;
margin-bottom:5px;
}
.desc_pp{
width:470px;
min-height:130px;
padding-left:127px;
border-bottom:#999 solid 1px;
}
.titl_pp{
font-weight:bold;
width:80%;
color:#F36F21;
}

/* Pagina prodotti - due colonne  */
.col-prod-hw-spec2 h1{
color:#3f3f3f;
font-size:14px;
font-weight:bold;
text-align:left;
}
.col-prod-hw-head2{
font-weight:bold;
width:287px;
height:45px;
padding-left:5px;
padding-right:5px;
margin-bottom:10px;
padding-top:5px;
float:left;
text-align:center;
color: #666;
border-top: #eeeeee 5px solid;
}
.col-prod-hw-head-post{
}
.col-prod-hw-img2{
width:287px;
padding-left:5px;
padding-right:5px;
float:left;
text-align:center;
margin-bottom:10px;
}
.col-prod-hw-spec2{
width:275px;
padding-left:22px;
float:left;
text-align:left;
}

/* Pagina prodotti - tre colonne */
.col-prod-hw-spec h1{
color:#3f3f3f;
font-size:14px;
font-weight:bold;
text-align:left;
}
.col-prod-hw-head{
font-weight:bold;
width:188px;
height:45px;
padding-right:10px;
margin-bottom:5px;
float:left;
text-align:center;
color: #666;
border-top: #eeeeee 5px solid;
padding-top:15px;
}
.col-prod-hw-img{
width:188px;
padding-left:5px;
padding-right:5px;
float:left;
text-align:center;
margin-bottom:10px;
}
.col-prod-hw-spec{
width:173px;
padding-left:22px;
float:left;
text-align:left;
}
#post-2520 .azienda_logo {
    top: 0px;
}
/* Pagina feature home */
.angolodx-top{
		position:absolute;
		top:0px;
		right:0px;
}

.col-tab-home ul.ec3_events{
		height:142px;
		overflow:hidden;
}
.col-tab-home ul.ec3_events .ec3_list{
	padding:0;
}
.col-tab-home h1{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#666;
}
.col-tab-home a{
color: #f37022;
}
.col-tab-home{
color:#595959;
width:31%;
padding-left:10px;
float:left;
}
.col-tab-home li{
padding-top:7px;
margin-bottom:7px;
}
.news_home_wrap{

margin-bottom:5px;
}
.news_home_wrap .hentry {
padding-bottom:5px;
background:none;
border-bottom: dotted 1px #f37022;
border-right:none;
border-left:none;
border-top:none;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.news_home_wrap .news_home{
padding:0;
}
.news_home_wrap .news_home p{
margin-bottom:5px;
}
.news_home_wrap .news_home a{
color:#f37022;
}
#container{
	background: #fff !important;
	padding-top:15px;
	width:960px;
	margin-left:17px;
	border-left:#e4e4e4 1px solid;
	border-right:#e4e4e4 1px solid;
}

/* immagine newsletter */

.img_newsletter{
border-bottom: 1px solid #bbb;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #e4e4e4;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.img_nl_wrap{
width:132px;
border-bottom: 3px solid grey;
border-right: 3px solid grey;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* Pagina contatti */

.work{
background:url(../images/bg-contatti.png);
float:left;
width:32%;
height:234px;
margin-left:9px;
margin-bottom:7px;
}
.work .postwrap .post {
    height: 100%;
}


/* ------------------------------------- cred area  */


#bottomnav {
	background:transparent url(../images/footer.png) no-repeat;
	position:relative;
	height:75px;
	margin: 0;
	clear: both;
	padding: 0px;
	font-size: .9em;
	top:-11px;
}
#bottomnav .piped {
	width: 600px;
	position:absolute;
	left:330px;
	line-height:26px;
	bottom:0px;
}

#bottomnav .piped li{
float:right;
}

#bottomnav .piped li a{
	color:#f37022;
	border-right:solid 1px #a8a8a8;
	height:13px;
	padding-right:10px;
	}
.piped .first{
	padding-left:10px;
	border-right:none;
}
.terms {
	bottom:-20px;
	line-height:26px;
	margin-left:30px;
	margin-top:0;
	padding-top:3px;
	position:relative;
	text-align:left;
}
.terms.nonav{text-align: center;}
.pagelinespos {
	position:absolute ;
	right:50%;
	margin-right: -50px;
	bottom:0;
}
a.pagelines {
	display: block;
	float: right;
	text-indent:-3330em;
	height: 30px;
	width:105px;
	font-size: 8px;
	color: #eee;
	font-weight: bold;
	background: url(../images/pagelines.png) no-repeat 0px 0px;
}
#cred a, #cred a:visited {
	text-decoration: none;
	color: #444;
}
#cred a:hover {
	text-decoration: underline;
}
/* Before footer */

.fboxes {
  	background:#FFFFFF url(../images/post-bg.png) repeat-x scroll left bottom;
	border-color:#ccc #aaa #aaa #ccc;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
  }


.fboxdividers{
  	background:transparent url(../images/morefootbg.gif) repeat-y scroll left bottom;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fboxcopy {
	padding: 18px 30px;
}

.fboxes p {
  margin-bottom: 10px;
  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes h3 {
	font-size:1.3em;
	line-height:1.4;
	margin-bottom:0.3em;
	padding: 0 0 2px 0;
	font-weight: bold;
}
.fboxes #searchbox {
  padding: 1px;
  width: 160px;
  }

.fboxes li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
#morefoot {margin-top: 2em;}
#morefoot p{font-size: .9em;}
#morefoot li {margin-left: 10px;}
#morefoot li a {text-decoration: none;}
/* @ FORMS */

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}


	.button, input[type="submit"], .submit{
		/* border: 1px solid #aaa; */
		/*  background: #e5e5e5 url(../images/gradlight.gif) repeat-x left bottom; */
		background: url(../images/bt_invia.png) no-repeat;
		padding: 3px;
background:transparent url(../images/bt_invia.png) no-repeat scroll 0 0;
color:white;
height:31px;
width:85px;
-moz-appearance:none;
-moz-binding:none;
-moz-box-sizing:none;
-moz-user-select:none;
-x-system-font:none;
background-color:none;
border:none;
cursor:default;
font-family:-moz-use-system-font;
font-size:-moz-use-system-font;
font-size-adjust:-moz-use-system-font;
font-stretch:-moz-use-system-font;
font-style:-moz-use-system-font;
font-variant:-moz-use-system-font;
font-weight:-moz-use-system-font;
line-height:normal !important;
text-align:center;
text-shadow:none;
white-space:pre;
	}


	.button:hover, input[type="submit"]:hover{
		cursor: pointer;
	}

	#cformsform ol {list-style-type: none;}




/* sidebar */

#sidebar p { margin: 0px 0px 15px; }
#sidebar h2{ font-size: 20px; margin-bottom: 5px; }

#sidebar a {  }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:underline; }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:100%;
	}
#sidebar ul li {
	padding: 0px 0px 0px 0px;
	background:url(../images/box_dx_02-1.jpg) no-repeat left top;
	min-height:35px;
	line-height:35px;
	font-weight: normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
}
#sidebar ul li:hover {
	padding: 0px 0px 0px 0px;
	background:white url(../images/freccia_cerca.png) no-repeat 270px 10px;
	min-height:35px;
	line-height:35px;
}
#sidebar ul li ul li {
	padding: 0px 0px 0px 12px;
}
#sidebar ul li ul li:hover {
	padding: 0px 0px 0px 12px;
}
#sidebar ul li ul li.cat-item a{
	color:#000;
}
#sidebar ul li ul li.cat-item:hover a{
	color:#000;
}
#sidebar .textwidget ul li{
	padding: 0px 0px 0px 0px;
	background:url(../images/box_dx_02-1.jpg) no-repeat left top;
	min-height:35px;
	line-height:35px;
	font-weight: normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
}
#sidebar .textwidget ul li:hover{
	padding: 0px 0px 0px 0px;
	background:white url(../images/freccia_cerca.png) no-repeat 270px 10px;
	min-height:35px;
	line-height:35px;
}

#drag_drop_sidebar h3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 8px 10px;
	text-shadow: #fff 0px .5px 1px;
	background: #e5e5e5 url(../images/nav-default.png) repeat-x left top;
}
#sidebar .ui-sortable h3:hover{
	cursor: move;
	background: #e5e5e5 url(../images/graddark.gif) repeat-x left top;
	color: #fff;
	text-shadow: #444 0px 1px 1px;
}

#sidebar #drag_drop_sidebar .drawer-content{
	padding: 10px 10px 20px 10px;
	background: #fff url(../images/post-bg-short.png) repeat-x left bottom;
}
#sidebar #drag_drop_sidebar .widget {
	padding: 0;
}

#sidebar a{
 	color:#000;
}
#sidebar a:hover{
 	color:#F36F21;
	color:#000;
}
#sidebar ul li ul .page_item a{
 	color:#000;
	padding-left:24px;
}
#sidebar ul li a{
	padding: 3px 0;
	padding-left:12px;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li ul li{
	border: none;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color:#777;
}
#content_sidebar {
	font-size: .9em;
}

#content_sidebar .wtitle {
	font-size: 18px;
	font-weight: bold;
}

#content_sidebar .widget {
	background: #fff url(../images/post-bg-short.png) repeat-x left bottom;
	margin: 2em 0;
	border: 1px solid #bbb;
	padding: 1em;
}
#content_sidebar .widget ul li{
	margin-left: 15px;
}


/* meta */
#meta .rss {
	background: url(../images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background: url(../images/comment.gif);
	background-repeat: no-repeat;
}

.Contact_us_button{
	position:absolute;
	right:22px;
	bottom:1px;
}
#wp-calendar table caption a{
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		font-size:17px;
		font-weight:bold;
		color:#444;
}
#wp-calendar table caption a:hover{
		color:#444;
}
#wp-calendar table caption{
		padding-bottom:10px;
		padding-top:10px;
}
#wp-calendar table a{
		color:#F36F21;
}
#wp-calendar table a:hover{
		color:#F36F21;
}

/* Css per tabella sezione eventi - inizio */
img {
	border:0;
	margin-top:0em;
	}
table.pagina_eventi {
	width:90%;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	margin:1em auto;
	border-collapse:collapse;
	}
.pagina_eventi caption {
	color: #777;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}
.pagina_eventi tr.odd td	{
	background:#fff;
	}
.pagina_eventi tr.odd .column1	{
	background:#fff;
	}
.pagina_eventi .column1	{
	background:#fff;
	}
.pagina_eventi td {
	color:#777;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	padding:.3em 1em;
	text-align:center;
	}
.pagina_eventi th {
	font-weight:normal;
	color: #777;
	text-align:left;
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:.3em 1em;
	}
.pagina_eventi thead th {
	background:#fff;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#777
	}
.pagina_eventi tfoot th {
	text-align:center;
	background:#fff;
	}
.pagina_eventi tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#777;
		}
.pagina_eventi tfoot th em {
	color:#777;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}

/* Css per tabella sezione eventi - fine */

#calendarContainer1{
		background:#ccc url(../images/box_info-1.jpg) no-repeat scroll 0 0;
		background-color:transparent;
}
	#calendar_wrap{
		padding-top:20px;
	}
	.testo{
		padding:18px 12px 0;
	}

#feedbox {margin-right: 8px;
	padding: 5px;
}
#archives ul li {  background: url(../images/archive.gif) no-repeat right 9px;}
#recent-comments ul li { background: url(../images/comment.gif) no-repeat left 5px;padding: 5px 4px 3px 20px;}

/* meta */
#meta .rss {background: url(../images/mini-rss.gif) no-repeat right 9px;}
#meta .check {	background: url(../images/comment.gif) no-repeat right 9px;}

/* Widgets */
#sidebar .widget{
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#FFF;
	padding: 1px;
}
#sidebar .wtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}
#sidebar .winner{
	padding: 10px;
	background: url(../images/post-bg-short.png) repeat-x left bottom;

}
#sidebar .wcontent {
	padding: 0 0px;
	height:100%;
}

#calendar-wrap {text-align:center;}
#wp-calendar {
		text-align:center; padding-top:0px;
		}
#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em; font-weight: bold;font-size: 1.2em;}
#wp-calendar td{ padding: 0px 4px; }
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}

/* FLICKR */
.widget_flickrRSS + div a img, .widget_flickrRSS a img{margin:8px; color: transparent;width: 75px; height: 75px;}
#sidebar .widget_flickrRSS .wcontent{padding: 0;}

/* ADS */
#sidebar .administer_widget .winner {
	padding: 13px 0 0 13px;

}
.administer_widget a img {
	color: transparent;
	margin:0 13px 12px 0;
}
.administer_widget small a{
	font-family: arial, sans-serif;
	font-size: 9px;
	color:#404040;
	text-decoration:none;
}
.administer_widget .adslink {
	text-align: center;
	padding-bottom: 4px;
}

/* FORMS/CONTACT ETC */

	.cform input {padding: 3px;font-size: 1.1em; border:none;}

	 .cform fieldset{border:none;}
	 .cform label {
		display:block;
		margin:0;
		text-align:left;
	}
	legend{display: none;}
	#content .cform {margin:5px auto;padding:0px 0;}
	.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}

	.cform label {
	line-height:30px;
	}
	.cform li{margin-bottom: .7em;}
	.cform .single{width: 97%;border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;}
	.cform .area{width: 97%;}
	.cform .emailreqtxt,.cform .reqtxt{font-style: italic;color: #999;}
	.cf_hidden {display: none;}


	 .success {
		background: #f7f7f7;
		padding: 15px;
		margin-bottom: .5em;
		font-size:1.4em;
	}
	input[type="text"].cf_error:focus {border: 1px solid #000;}
	/* Mailing List Form */
	.mailinglist .cform ol{width:262px; float: left;}
	.mailinglist .cform .single{width:97%}
	.mailinglist .cform .sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}
	.linklove a{display: none;}



/* highlight */
.hl, .hl2 {
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.lowlight {	background: url(../images/post-bg.png) repeat-x left bottom;}
.lowlight2{background: url(../images/post-bg-short.png) repeat-x left bottom;}
.toplight{ background: url(../images/box-bgr.gif) repeat-x top left;}

.side-tab-rss-side{
    height:110px;
    padding-left:15px;
    padding-right:5px;
    font-family:"Lucida Grande Regular","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
    color:#666;
    background: url(../images/box_newsletter-sidebar.jpg) no-repeat;
    margin-bottom:15px;
}
#sidebar .side-tab-rss-side a{
color:#F36F21;
}
.side-tab-rss{
    height:110px;
    padding-left:15px;
    padding-right:15px;
    font-family:"Lucida Grande Regular","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
    margin-top:10px;
    color:#666;
    background: url(../images/box_newsletter.jpg) no-repeat;
}
.side-tab-rss h2{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#f36f21;
    padding-top:5px;
    padding-bottom:2px;
}
#sidebar .side-tab-rss-side h2{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#f36f21;
    padding-top:5px;
    padding-bottom:2px;
    margin:0;
}
.feed{
padding-top:6px;
padding-bottom:4px;
}
.news-date{
    font-family:"Georgia Regular",Arial,Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
    color:#666;
    padding-left:15px;
    padding-top:5px;
}

.border-dotted-bottom{
	border-bottom: dotted 1px #dddddd;
	margin-bottom:5px;
	padding-left:0px;
	padding-bottom:5px;
}
.news-title-news a{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#666;
}
.news-title-news{
    margin-top:10px;
    margin-bottom:15px;
}
.post-content p{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
    font-size:12px;
    color:#666;
}
.post-content ul{
color:#666666;
}

.category-news{
	background:none;
	border:none;
}

/* accordion */
.applemenu{
margin: 5px 0;
padding: 0;
width: 300px; /*width of menu*/
}


.applemenu div.silverheader{
		text-shadow: #fff 0 1px 0;
		display: block;
		cursor: pointer;
		padding: 0px 10px;
		background: #e5e5e5 url(../images/box_dx_01-1.jpg) no-repeat left top;
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		height:35px;
		line-height:35px;
}

#first{
		background: #e5e5e5 url(../images/header_info_roll-1.jpg) no-repeat left top;
}

#accordion .submenu .cform{
		width:275px;
		padding: 1px;
	}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected{
border-bottom:solid 1px #fff;
}
.applemenu div.selected, .applemenu div.silverheader:hover{
background: #e5e5e5 url(../images/box_dx_01-1.jpg) no-repeat left top;
}

.wi-bg-1{
background: transparent url(../images/box_roll_dx_centro_1.jpg) repeat-y ;
}
.wi-bg-2{
background: transparent url(../images/box_roll_dx_bottom_1.jpg) no-repeat bottom;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: transparent url(../images/box_roll_dx_top_1.jpg) no-repeat top;
}

/* MAIN navigationIGATION */
#navigation {
		position:absolute;
		top:89px;
		padding-left:9px;
		font-size: 12px;
		text-shadow: none;
		font-weight: bold;
		text-decoration: none;
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#menus{
        list-style: none;
        text-shadow: none;
        padding: 0px;
        width: 970px;
        height: 30px;
        border: none;
}
#menus li{
        text-align:center;
		width:102px;
        height:30px;
        margin:0px;
        text-shadow: none;
        padding: 0px;
        float: left;
        background: url(../images/divisore_tratteggio.png) no-repeat 100px 7px;
}
/* scritte della barra menu */
#menus li a{
        text-align:center;
        padding: 5px 21px 7px 19px;
        text-decoration: none;
        text-shadow: none;
        display: block;
        color:#777;
}
#menus li a small{
        display: none;
}
/* pagina in evidenza della barra menu */
#navigation .current_page_item a, #navigation .current_page_item a:hover, #navigation li a:hover, #navigation li a:active, 	#navigation .current_page_ancestor a, #navigation .current_page_ancestor a:hover{
        margin: 0px;
        text-align:left;
        text-shadow: none;
        border-bottom: solid 2px #f36f21;
        background: transparent url(../images/bt_roll_nav.png) no-repeat ;
}

#navigation .current_page_item a, #navigation .current_page_item a:hover, #navigation .current_page_ancestor a, #navigation .current_page_ancestor a:hover{
        text-decoration: none;
        text-align:center;
        background: transparent  url(../images/bt_roll_nav.png) no-repeat ;
        color: #fff;

}
 #navigation li a:hover, #menus li a.current{
        text-align:center;
        color: #fff;
        background: transparent url(../images/bt_roll_nav.png) no-repeat ;
		border-bottom: solid 2px #f36f21;
}
 #navigation li a:active{
        text-align:center;
        color: #fff;
        background: transparent  url(../images/bt_roll_nav.png) no-repeat ;
}

/* Drop Down*/
#navigation li{
       position:relative;
}
#navigation .dropdown li{

 }
#menus ul {
display: none;
}

/*  LEVEL ONE */
#menus ul li{
background: none;
}

#navigation .dropdown li ul li{
border:none;
margin:0px;
padding:0;
width:187px;
height:43px;
text-align:left;
border-right: solid 1px #d5d5d5;
border-left: solid 1px #d5d5d5;

 }

 /* Main Menu Element On Hover */
 #navigation .dropdown li.menuhover a{
	color: #fff;
	text-shadow: none;
    background: transparent url(../images/bt_roll_nav.png) no-repeat;
	border-bottom: solid 2px #f36f21;
}
/* Default Padding If Not Main */
#navigation .dropdown li.menuhover ul li a, #navigation .dropdown li ul li a{
        padding:12px 0px 13px 14px;
        text-align:left;
	color: #999;
	background: #fff;
	text-shadow: none;
        font-weight: bold;
}
#navigation .dropdown li.menuhover ul li:last-child, #navigation .dropdown li ul li:last-child{
border-bottom: solid 1px #d5d5d5;
}
#navigation .dropdown li ul li:last-child a,#navigation .dropdown li.menuhover ul li:last-child a {
text-align:left;
margin:0;
padding:12px 0px 13px 14px;
}
#navigation .dropdown li.menuhover ul li a, #navigation .dropdown li ul li a {
 text-align:left;
 padding:12px 0px 13px 14px;
 border-bottom: none;
 margin:0px;
}
#navigation ul.dropdown li.current_page_ancestor li.page_item li.current_page_item a{
    background: url("../images/roll_nav.jpg") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    color: #000000;
    text-align: left;
    text-shadow: none;             
}
#navigation .dropdown li.current_page_ancestor li a:hover{
    background: url("../images/roll_nav.jpg") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    color: #000000;
    text-align: left;
    text-shadow: none;             
}
#navigation .dropdown li.menuhover ul li, #navigation .dropdown li ul li {
 text-align:left;
 background:#fff;
 margin:0;
 padding:0;
 border-bottom: dotted 1px #d5d5d5;
}


#navigation .dropdown li.menuhover ul a:hover, #navigation .dropdown li.current_page_item ul a:hover{
	margin:0px;
        text-align:left;
	text-shadow: none;
	padding:12px 0px 13px 14px;
	background: #fff url(../images/roll_nav.jpg) no-repeat;
	color: #000;
}

/* STYLING FIRST DROP DOWN */

#navigation .dropdown ul{
background:#fff;
margin:0;
border-top: solid 1px #d5d5d5;
/* border: solid 1px #d5d5d5; */
width: 187px;
height:100%;
position: absolute;
top: 32px;
left: 0px;
text-shadow: none;
text-align:left;
z-index: 200;
zoom: 1;
}

/* Default Link Styling */
#navigation .dropdown ul li a{
	text-shadow: none;
	margin:0px;
	background: #fff;
}


/* Correct back sub pages */
#navigation .dropdown li.menuhover ul li.current_page_item ul li a,
#navigation .dropdown ul li.current_page_item ul li a,
#navigation .dropdown li.menuhover ul li.current_page_ancestor ul li a,
#navigation .dropdown ul li.current_page_ancestor ul li a{
	background:#fff;
        color: #999;

}

#navigation .dropdown ul li a:hover,
#navigation .dropdown li.menuhover ul li a:hover,
#navigation .dropdown ul li.current_page_item a,
#navigation .dropdown li.menuhover ul li.current_page_item a,
#navigation .dropdown ul li.current_page_ancestor a,
#navigation .dropdown li.menuhover ul li.current_page_ancestor a,
#navigation .dropdown li.menuhover ul li.current_page_item ul li a:hover,
#navigation .dropdown li.menuhover ul li.current_page_ancestor ul li a:hover,
#navigation .dropdown li.menuhover ul li ul li.current_page_item a{
	color: #000;
    text-align:left;
	text-shadow: none;
	background: #fff url(../images/roll_nav.jpg) no-repeat;
	border-bottom:none;
}

/*  LEVEL THREE */
#navigation .dropdown li ul li ul {
       left: 187px;
       top: -1px;
       margin:0px;
       }
#navigation .dropdown li:hover > ul 	{
visibility: visible;
}
#translation_bar a{
        padding:15px;
}
#transl_sign {
        display:none;
}
/* Quanser */

.imgQuanser a{
        float: left;
        margin: 7px;
        width:131px;
        height:142px;
        background:transparent url(../images/Quanser_Application_fields.png) no-repeat;
}
.robotics a {
    background-position:-262px 0px;
}
.aerospace a {
    background-position:-131px 0px;
}
.mechatronics a {
    background-position:-131px -285px;
}
.mechanics a {
    background-position:0px -285px;
}
.electronics a {
    background-position:0px -0px;
}
.process a {
    background-position:-393px -0px;
}
.haptics a {
    background-position:-393px -285px;
}
.civil a {
    background-position:-262px -285px;
}
.robotics a:hover {
    background-position:-262px -142px;
}
.aerospace a:hover {
    background-position:-131px -142px;
}
.mechatronics a:hover {
    background-position:-131px bottom;
}
.mechanics a:hover {
    background-position:0px bottom;
}
.electronics a:hover {
    background-position:0px -142px;
}
.process a:hover {
    background-position:-393px -142px;
}
.haptics a:hover {
    background-position:-393px bottom;
}
.civil a:hover {
    background-position:-262px bottom;
}
.quanser-bg{
        height:450px;
        width:580px;
        /* background:transparent url(../images/control-software.png) no-repeat; */
        padding-top: 50px;
}
.quanser-bg .daq-pc-control-software-amplifier a{
        height:72px;
        width:566px;
        background:transparent url(../images/daq-pc-control-software-amplifier.png) no-repeat;
}

