/* 
	Theme Name: Tomorrow Group WP-Theme
	Theme URL: http://www.tomorrowgroup.it/
	Description: Tomorrow Srl Wordpress Theme <br/>Graphics by <a href="http://www.nwdesigns.it/" title="NWDESIGNS" rel="friend">Nilushana Wijeguneratne</a> - Code by <a href="http://disconnesso.com/" title="Disconnesso" rel="friend">Lushano Perera</a>
	Author: NWDESIGNS
	Author URI: http://www.nwdesigns.it/
	Version: 1.0 
		
*/

/************************************************
*	CSS Reset									*
************************************************/

* { 	/*border: 1px solid;*/
	margin: 0; 
	padding: 0; 
	}

html { 
	font-size: 100.01% 
	}


.clear {
	clear: both;
	} 



body {
	background: #c1c1c1 url(images/gradient_bg.jpg) repeat-x;
	color: #333333;
	font-size: 12px;
	font-family: "TrebuchetMS ""Lucida Grande", Arial, Helvetica, "sans serif";
	margin: 0px auto 0px;
	}
	
#wrap {
	
	width: 988px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header {
	background: #FFFFFF url(images/topnav.png) no-repeat;
	width: 988px;
	height: 37px;
	margin: 0px auto 0px;
	padding: 0px
	}



/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #938397;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: none;
	}
	
/************************************************
*	Nav         								*
************************************************/

#nav {
	width: 988px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 7px 0px 7px 0px;
	}
	
#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#nav ul {
	margin: 0px;
	padding: 0px;
	}
		
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
		
#nav a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
#header_search {
	display: inline;
	float: left;
	}

#header_links {
	display: inline;
	float: left;
	margin-left: 380px;
	}

.rss img {
	width: 42px;
	height: 42px;
	border: none;
	z-index: 1000;
	margin-top:-10px;
	}

.rss img a {
	text-decoration: none;
	z-index: 1000;
	}
	
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	background: #FFF;
	width: 908px;
	padding: 0 40px 10px 40px;
	margin: 0px auto 0px;
	}

#content a {
	color: #bd0926;
	}


#topcontent {
	background: #FFFFFF url(images/page_head.png) no-repeat;
	width: 988px;
	height: 85px;
	margin: 0 auto;
	padding-bottom: 30px;
	}

#topcontent a {
	font-size:60px;
	visibility:hidden;
	}

#content img {
	max-width: 908px;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 18px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content p ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#content p ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#content h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 28px;
	font-weight: normal;
	padding: 0px;color: #bd0926
	margin: 0px;
	}
	
#content h1 a  {
	color: #938397;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #555555;
	text-decoration: none;
	}

#content h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #444444;
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
	
#meta {
	margin: 0px 0px 30px 0px;
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #333333;
	}
	
#meta p {
	font-size: 11px;
	}
	
#meta a  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bd0926;
	text-decoration: none;
	}

#meta a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: url(images/bg_footer.jpg) no-repeat;
	width: 988px;
	height: 370px;
	color: #333333;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	line-height: 17px;
	}
	
#footer p {
	color: #333333;
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
	}
	
#footer h2 {
	color: #938397;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #999999;
	padding: 0px 0px 2px 0px;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #999999;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	}

#footer ul li a:hover {
	background: #F3F0F4;
	color: #74557B;
	}
	
#footerleft {
	float: left;
	width: 280px;
	margin: 40px 20px 0px 20px;
	padding: 0px 0px 20px 10px;
	}

#footerleft ul {
	margin: 40px 0 0 0;
	}
	
#footermiddle {
	float: left;
	width: 280px;
	margin: 40px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
	}
	
#footerright {
	float: right;
	width: 280px;
	margin: 40px 20px 0px 0px;
	padding: 0px 10px 20px 0px;
	}
	
#credits {
	color: #FFFFFF;
	width: 988px;
	height: 30px;
	text-align: center;
	margin: 0px auto 0px;
	margin-top: 10px;
	padding: 0px;
	}

#credits p {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000000;
	padding: 8px 0px 0px 0px;
	margin-top:10px;	
	}
	
#credits a {
	text-decoration: none;
	}

#credits a:hover {
	text-decoration: none;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #131313;
	color: #9c9c9c;
	padding: 2px;
	margin: 0px 0px 0px 34px;
	border: 1px solid #9c9c9c;
	}858
	
#sbutt {
	background: #131313;
	color: #9c9c9c;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #9c9c9c;
	}

	
/************************************************
*	Comments									*
************************************************/

#commentblock h2 {
	font-size: 16px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333333;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#commentblock {
	width: 858px;
	padding: 10px 20px 0 20px;
	margin: 0;
	}
	
ol#commentlist {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #555555;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 30%;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 30%;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #777777;
	border-left: 3px solid #938397;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

#site_content {position: absolute;left: -10000px;}

/************************************************
*	Pages				     		    * 
************************************************/

#home_logo {
	background: url(images/logo_home.jpg) no-repeat;
	width: 988px;
	height: 170px;
	margin: 0 auto;
	}

/*
#crossslide {
	position: absolute;
	width: 988px;
	height: 221px; 
	background: #000 url(images/01.png); 
	text-align:center;
	}
*/

#home_logo p {
	padding: 130px 0 0 40px;
	width: 600px;
	font-size: 35px;
	font-family: "Futura Lt BT", Helvetica, Arial;
	}


#home_content {
	background: url(images/main_bg_home.jpg) no-repeat;
	width: 988px;
	height: 472px;
	margin: 0 auto;
	}

.content {
	font-size:12px;
	background: #FFFFFF;
	width: 632px;
	height: 358px;
	margin: 90px 0 0 30px;
	padding: 20px;
	float: left;
	line-height:20px;
	overflow: auto;
	text-align: justify;
	}

.content img {
	border: none;
	}

.content h2 {
	margin-bottom: 5px;
	}

.content2 {
	font-size:13px;
	background: #FFFFFF;
	width: 632px;
	height: 358px;
	margin: 115px 0 0 30px;
	padding: 20px;
	float: left;
	display:inline;
	}

.content2 img {
	margin: 0 auto;
	border: none;
	}

.content2 h2 {
	margin-bottom: 5px;
	}

.duecol {
	width:45%;
	padding: 0 5px; 
	float:left;
	margin:0;
	text-align:left;
	}

.duecol h2 {
	margin-bottom: 5px;
	}  

#navigation {	
	height: 25px;
	float:right;
	margin-right:30px;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	display: inline;
	}

#navigation ul li img {
	border:none;
	}

#home_content_videoconference {
	background: url(images/bg_vc.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_videoconference {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_videoconference p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_vc_up.png) no-repeat;
	font-size: 14px;
	}


.buttons_videoconference p a  { color: white; text-decoration: none; }
.buttons_videoconference p:link  { color: white; text-decoration: none; }
.buttons_videoconference p:visited { color: gray; text-decoration: none; }
.buttons_videoconference p:hover { color: white; width:226px; height:60px; background: #fdbb63; text-decoration: none; }
.buttons_videoconference p#active { color: white;  background: #fdbb63; text-decoration: none; }
 

#home_content_centroconvegni {
	background: url(images/bg_convegni.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_centroconvegni {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_centroconvegni p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_cc_up.png) no-repeat;
}


.buttons_centroconvegni p a  { color: white; text-decoration: none; }
.buttons_centroconvegni p:link  { color: white; text-decoration: none;}
.buttons_centroconvegni p:visited { color: gray; text-decoration: none; }
.buttons_centroconvegni p:hover { color: white; width:226px; height:60px; background: #e66f34; text-decoration: none;  }
.buttons_centroconvegni p#active { color: white;  background: #e66f34; text-decoration: none; }

#home_content_officecenter {
	background: url(images/bg_centrouffici.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_officecenter {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_officecenter p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_cu_up.png) no-repeat;
}

.buttons_officecenter p a  { color: white; text-decoration: none; }
.buttons_officecenter p:link  { color: white; text-decoration: none;}
.buttons_officecenter p:visited { color: gray; text-decoration: none; }
.buttons_officecenter p:hover { color: white; width:226px; height:60px; background: #262261; text-decoration: none;  }
.buttons_officecenter p#active { color: white;  background: #262261; text-decoration: none; }

#home_content_virtualoffice {
	background: url(images/bg_virtual.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_virtualoffice {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_virtualoffice p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_vo_up.png) no-repeat;
}

.buttons_virtualoffice p a  { color: white; text-decoration: none; }
.buttons_virtualoffice p:link  { color: white; text-decoration: none;}
.buttons_virtualoffice p:visited { color: gray; text-decoration: none; }
.buttons_virtualoffice p:hover { color: white; width:226px; height:60px; background: #1b75bc; text-decoration: none;  }
.buttons_virtualoffice p#active { color: white;  background: #1b75bc; text-decoration: none; }

#home_content_eventsandcommunications {
	background: url(images/bg_eventi.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_eventsandcommunications {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_eventsandcommunications p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_ce_up.png) no-repeat;
}

.buttons_eventsandcommunications p a  { color: white; text-decoration: none; }
.buttons_eventsandcommunications p:link  { color: white; text-decoration: none;}
.buttons_eventsandcommunications p:visited { color: gray; text-decoration: none; }
.buttons_eventsandcommunications p:hover { color: white; width:226px; height:60px; background: #662d91; text-decoration: none;  }
.buttons_eventsandcommunications p#active { color: white;  background: #662d91; text-decoration: none; }


#home_content_researchanddevelop {
	background: url(images/bg_rd.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_researchanddevelop {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_researchanddevelop p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_rd_up.png) no-repeat;
}

.buttons_researchanddevelop p a  { color: white; text-decoration: none; }
.buttons_researchanddevelop p:link  { color: white; text-decoration: none;}
.buttons_researchanddevelop p:visited { color: gray; text-decoration: none; }
.buttons_researchanddevelop p:hover { color: white; width:226px; height:60px; background: #8cc63f; text-decoration: none;  }
.buttons_researchanddevelop p#active { color: white;  background: #8cc63f; text-decoration: none; }

#home_content_merchandising {
	background: url(images/bg_merchanding.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_merchandising {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_merchandising p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_m_up.png) no-repeat;
	}

.buttons_merchandising p a  { color: white; text-decoration: none; }
.buttons_merchandising p:link  { color: white; text-decoration: none;}
.buttons_merchandising p:visited { color: gray; text-decoration: none; }
.buttons_merchandising p:hover { color: white; width:226px; height:60px; background: #ed1c24; text-decoration: none;  }
.buttons_merchandising p#active { color: white;  background: #ed1c24; text-decoration: none; }

#home_content_elearning {
	background: url(images/bg_elearning.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_elearning {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_elearning p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_el_up.png) no-repeat;
	}

.buttons_elearning p a  { color: white; text-decoration: none; }
.buttons_elearning p:link  { color: white; text-decoration: none;}
.buttons_elearning p:visited { color: gray; text-decoration: none; }
.buttons_elearning p:hover { color: white; width:226px; height:60px; background: #006838; text-decoration: none;  }
.buttons_elearning p#active { color: white;  background: #006838; text-decoration: none; }


#home_content_ecommerce {
	background: url(images/bg_commerce.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_ecommerce {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_ecommerce p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_ec_up.png) no-repeat;
}

.buttons_ecommerce p a  { color: white; text-decoration: none; }
.buttons_ecommerce p:link  { color: white; text-decoration: none;}
.buttons_ecommerce p:visited { color: gray; text-decoration: none; }
.buttons_ecommerce p:hover { color: white; width:226px; height:60px; background: #58b7dd; text-decoration: none;  }
.buttons_ecommerce p#active { color: white;  background: #58b7dd; text-decoration: none; }

#home_content_webmanagement {
	background: url(images/bg_web.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_webmanagement {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_webmanagement p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_wm_up.png) no-repeat;
}

.buttons_webmanagement p a  { color: white; text-decoration: none; }
.buttons_webmanagement p:link  { color: white; text-decoration: none;}
.buttons_webmanagement p:visited { color: gray; text-decoration: none; }
.buttons_webmanagement p:hover { color: white; width:226px; height:60px; background: #9f1f63; text-decoration: none;  }
.buttons_webmanagement p#active { color: white;  background: #9f1f63; text-decoration: none; }

#home_content_location {
	background: url(images/bg_location.png) no-repeat;
	width: 988px;
	height: 742px;
	margin: 0 auto;
	}

.sidebar_location {
	width: 230px;
	height: 398px;
	margin: 90px 30px 0 0;
	float: right;
	overflow: hidden;
	}

.buttons_location p { 
	width:226px; 
	height:60px;
	color: white;
	margin-bottom:10px;
	padding: 5px 0 0 5px;
	background: url(images/link_lo_up.png) no-repeat;
}

.buttons_location p a  { color: white; text-decoration: none; }
.buttons_location p:link  { color: white; text-decoration: none;}
.buttons_location p:visited { color: gray; text-decoration: none; }
.buttons_location p:hover { color: white; width:226px; height:60px; background: #ee2b7b; text-decoration: none;  }
.buttons_location p#active { color: white;  background: #ee2b7b; text-decoration: none; }



.filler {
	padding-top: 5px;
	height: 100%; 
	}

.news_focus {
	width: 988px;
	height: 164px;
	margin: 0 auto;
	margin-top:46px;
	}


.news_focus_item {
	background: url(images/area_box_news.png) no-repeat;
	width: 227px;
	height: 151px;
	display:inline;
	float: left;
	margin: 10px 40px 0 40px;
	overflow: hidden;
	}
.news_focus_item h3 {
	margin: 20px 20px 0 20px;
	font-size: 12px;
	}
.news_focus_item h3 a {
	color: #000000;
	text-decoration: none;
	}

.news_focus_item p {
	margin: 5px 20px 0 20px;
	}

.news_focus_item p a {
	color: #000000;
	text-decoration: none;
	}

.news_focus_item_continue {
	
	}

.news_focus_item_continue p {
	color: #938397;
	}

.news_focus_item_continue p a {
	color: #938397;
	text-decoration: none;
	}

.news_focus_item_date {
	color: #938397;
	font-size: 10px;
	}


.news_button {
	float:right;
	width:45px;
	height:100%;
	margin-top: -1px;
	}

.news_button a img {
	border: none;
	}

#activities_top {
	padding-top:35px;
	padding-left: 50px;
	}

.activity_top  {
	float: left;
	display:inline;
	}

.activity_top img  {
	border: none;
	width: 198px;
	height: 132px;
	margin-right:30px;
	margin-bottom:10px;		
	}

#activities1 {
	padding-top:35px;
	padding-left: 50px;
	}

#activities2 {
	padding-top:35px;
	padding-left: 50px;
	}

#activities3 {
	padding-top:35px;
	padding-left: 50px;
	}

.activity  {
	float: left;
	display:inline;
	}

.activity img  {
	border: none;
	width: 198px;
	height: 132px;
	margin-right:30px;
	margin-bottom:10px;		
	}

#author {
	font-style: italic;		
	}

#powered_by {
	margin: 25px 0 0 25px;	
	}

#powered_by a img {
	border:none;	
	}

#social {
	margin: 45px 0 0 45px;	
	}

#social img {
	margin:10px 0 10px 0;	
	}

#social a img {
	border:none;	
	}

.fade {
          position: relative;
        }

.fade div {
          position: absolute;
          top: 0;
          left: 0;
          display: none;
        }

/* BEGIN GALLERY ELEMENTS */
.gallery ul {
  list-style: none;
}
.gallery ul li {
  display: inline;
  padding: 5px 2px 5px 2px;
}
/* END GALLERY ELEMENTS */

/************************************************
*	Button Fix									*
************************************************/

.buttons_videoconference p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_centroconvegni p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_officecenter p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_virtualoffice p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_eventsandcommunications p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_researchanddevelop p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_merchandising p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_elearning p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_ecommerce p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_webmanagement p a { 
	width:226px; 
	height:60px;
	display:block;
	}

.buttons_location p a { 
	width:226px; 
	height:60px;
	display:block;
	}
