/* CSS Document */

/*RULES GENERALI*/
body {
	background-color: #0d0d0d;
	/*
	background-image: url(../imgs/patt_499301ec11a22.jpg);
	background-repeat: repeat;
	*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d0d0d;
	margin: 0px;
	line-height: 1.5em;
}

#home_body {
	background-color: #111A1C;
}

h1 {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #607175;
	margin-bottom: 5px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 33px;
}

h3 {
	margin-top: 0px;
	font-size: 18px;
	letter-spacing: 0em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #009AD9;
	/* color: #5d7075; */
}
h4 {
	padding-top: 15px;
	margin-top: 0px;
	font-size: 14px;
	/* letter-spacing: 0.1em; */	
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009AD9;
}

h5 { /* THE FONT USED FOR SUB HEADERS IN MAIN PAGES */
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #0d0d0d;
	/* color: #5d7075; */
}

.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/*###############DIV SPECIFICHE################
###############################################*/
#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#header {
	position: relative;
	text-align: left;
	margin: 0px;
	height: 190px;
	width: 950px;
	background-image: url(../imgs/mavo_web_logo_20090211.gif);
	background-repeat: no-repeat;
	background-position: 45px 0px;
}

#button_a {
	position: absolute;
	width: 102px;
	height: 33px;
	left: 53px;
	top: 98px;
}

/* Social links div in the header */
#social_links {
	position: absolute;
	top: 10px;
	right: 15px;
}

/* Call the studio post-it 
#call_studio_postit {
	position: absolute;
	top: 50px;
	right: 25px;
}
*/


/* For the Mavo header button link */
a img {
	border: 0px;
}


/*Leftnav*/
#leftnav {
	text-align: right;
	float: left;
	width: 200px;
}

#leftnav ul {
	list-style-type: none;
	margin-right: 36px;
	margin-top: 0px;
	/*Added 20080121*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#leftnav ul li {
	margin-bottom: 5px;
	border-bottom: 1px #bfc7cc solid;
}

#leftnav a:link {
	text-decoration: none;
	color: #0d0d0d;
}
#leftnav a:visited {
	text-decoration: none;
	color: #0d0d0d;
}
#leftnav a:hover {
	text-decoration: none;
	color: #607a94;
}


/*Maincontent*/
#maincontent {
	text-align: left;
	float: left;
	width: 540px;
}
#maincontent a:link {
	color: #009AD9;
	text-decoration: none;
}
#maincontent a:visited {
	color: #009AD9;
	text-decoration: none;
}
#maincontent a:hover {
	color: #607a94;
	text-decoration: none;
}
#maincontent p {
	margin-top: 0px;
}


/*Rightnav*/
#rightnav {
	text-align: center;
	float: left;
	width: 210px;
}

/*Rightpanel*/
#rightpanel {
	text-align: left;
	background-color: #fcfcfc;
	margin: 0px 15px 0px 15px;
	/* Padding top to allow space for the header image */
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	color: #0d0d0d;
	border: 1px dotted #D4D4D4;
	/* Header image */
	background-image: url(../imgs/rightpanel_header.png);
	background-repeat: no-repeat;
}

#rightpanel_header_image {
	position: relative;
	top: -10px;
	left: -10px;
	margin: 0px;
	padding: 0px;
}

#rightpanel p {
	margin-top: 0px;
}

#rightpanel a:link {
	color: #009AD9;
}
#rightpanel a:visited {
	color: #009AD9;
}
#rightpanel a:hover {
	color: #607a94;
}

#rightpanel ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightpanel li {
	margin-left: 20px;
	padding-left: 0px;
}
#rightpanel img {
	margin-bottom: 10px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.rightpanel_separator {
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D4D4D4;
}


/*Floatclearer*/
.floatclearer {
	clear: both;
}

/*Footer*/
#footer {
	/*clear: both;*/
	width: 950px;
	text-align: left;
}
#footer p {
	font-size: 9px;
	color: #A9B5BC;
	margin: 0px 0px 0px 200px;
	padding: 20px 0px 10px 0px;
}



/*##########SPECIFIC PAGES STYLES############
#############################################*/




/* HOME 20090401 */


#header_decoration {
	position: relative;
	margin: 0px;
	height: 190px;
	width: 950px;
	background-image: url(../imgs/home_header_decoration.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#single_col_banner {
	padding-top: 15px;
	height: 200px;
	width: 950px;
	background-color: #FFF;
	text-align: center;
}

#home_strapline {
	margin: auto;
	width: 615px;
	color: #292929;
	text-align: left;
}
	
#home_strapline a {
	color: #0099CC;
}
	
#home_strapline a:visited {
	color: #0099CC;
}
	
#home_strapline a:hover {
	color: #607a94;
}

#single_col_maincontent {
	height: 350px;
	background-image: url(../imgs/home_maincontent_decoration_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#single_col_footer {
	height: 70px;
	font-size: 11px;
	color: #A9B5BC;
	text-align: center;
}

#single_col_footer p {
	margin-top: 7px;
}

#single_col_footer ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

#single_col_footer ul li {
	list-style-type: none;
	display: inline;
	}
	
#single_col_footer ul li a {
	text-decoration: none;
	color: #A9B5BC;
	}

#single_col_footer ul li a:visited {
	text-decoration: none;
	color: #A9B5BC;
	}

#single_col_footer ul li a:hover {
	text-decoration: none;
	color: #607a94;
	}


/* HOME 20090629 */


#home_wrapper {
	/* positione relative for absolutely positioned image links */
	position: relative;
	width: 950px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-image: url(../imgs/mavo_home_tree_butterflies.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#home_wrapper_2 {
	background-image: url(../imgs/mavo_home_tree_left.png);
	background-repeat: no-repeat;
	background-position: left 332px;
}

#home_folio_link {
	position: absolute;
	top: 20px;
	left: 710px;
	z-index: 50;
}

#home_contact_link {
	position: absolute;
	top: 530px;
	left: 310px;
	z-index: 50;
}


#header_decoration_new {
	position: relative;
	margin: 0px;
	height: 190px;
	width: 950px;
}

#single_col_banner_new {
	padding-top: 25px;
	height: 220px;
	width: 950px;
	text-align: center;
}

#single_col_maincontent_new {
	height: 350px;
	position: relative;
}









/* SERVICES PAGE/S */

#services_banner {
	margin-bottom: 20px;
}

.services_listing_col {
	width: 250px;
	float: left;
	margin-bottom: 25px;
}

.services_listing_col ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	/* Aggiunto sia padding the margin perche' per IE e' margin, per FF e' padding */
	margin-left: 15px;
	padding-left: 15px;
}




/*CLIENTS PAGE*/
#clients_image {
	margin-left: -30px;
	padding-top: 0px;
	text-align: center;
}

#clients_images {
	width: 100%;
	/* padding-top: 20px; */
}

.client_image {
	border: #c7c7c7 solid 1px;
	margin: 0px 4px 4px 0px;
}


/*MEET MAVO*/

#mavo_vision {
	margin-bottom: 20px;
	/*
	font-size: 20px;
	letter-spacing: 0em;
	line-height: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0d0d0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*/
}

/* PARTNERS */

#bio_marc img, #bio_svevo img, #bio_chris img, #bio_mike img, #bio_andrew img, #bio_sara img, #bio_jonny img {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #444;
}

#bio_svevo, #bio_marc, #bio_chris, #bio_mike, #bio_andrew, #bio_sara, #bio_jonny {
	margin-bottom: 30px;
}


/*TESTIMONIALS*/
.quote {
	margin: 30px 0px 0px 0px;
}


/*CONTACT FORM (and all forms)*/

#contact_banner {
	margin-bottom: 20px;
}

#contact_form input, #contact_form textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#private_login input, #private_login textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*PORTFOLIO and LIVE FOLIO LINKS*/

/*Rimuovo l'effetto rollover che creava un bordo verde
scuro e chiaro come per i link normali del maincontent*/

/* old stuff
#folio_bar a img {
	border: 0px;
	position: relative;
	left: 3px;
}

#folio_bar {
	background-image: url(../imgs/mavo_folio_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}
*/

#folio_banner {
	margin-bottom: 20px;
}

#folio_banner a img {
	border: 0px;
}

/* ------------- end folio page styles */

/* live folio styles ------------- */

#video_wrapper {
	text-align: left;
}
#upas_jardin_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/upas_jardin_layout.jpg);
	background-repeat: no-repeat;
}
#upas_jardin_video {
	position: absolute;
	top: 219px;
	left: 262px;
}
#upas_1791_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/upas_1791_layout.jpg);
	background-repeat: no-repeat;
}
#upas_1791_video {
	position: absolute;
	top: 219px;
	left: 262px;
}
#upas_1791_p2_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/upas_1791_p2_layout.jpg);
	background-repeat: no-repeat;
}
#upas_1791_p2_video {
	position: absolute;
	top: 219px;
	left: 262px;
}
#upas_1829_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/upas_1829_layout.jpg);
	background-repeat: no-repeat;
}
#upas_1829_video {
	position: absolute;
	top: 219px;
	left: 262px;
}
#onegoal_animated_logo_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/1goal_animated_logo_bg.jpg);
	background-repeat: no-repeat;
}
#onegoal_animated_logo_video {
	position: absolute;
	top: 190px;
	left: 245px;
}
#onegoal_msn_banner_background {
	width: 850px;
	height: 550px;
	background-image: url(../imgs/live_folio/1goal_msn_banner_bg.jpg);
	background-repeat: no-repeat;
}
#onegoal_msn_banner_video {
	position: absolute;
	top: 190px;
	left: 275px;
}


/* OLD FOLIO STYLES****************************
***********************************************
#animations_list {
list-style-image:url(../imgs/custom_icons/anim_line_glyph.jpg);
}
#interactive_media_list {
list-style-image:url(../imgs/custom_icons/interactive_line_glyph.jpg);
}
#websites_links_list {
list-style-image:url(../imgs/custom_icons/web_line_glyph.jpg);
}
***********************************************
***********************************************
*/

#pdf_portfolios {
/*
list-style-image:url(../imgs/custom_icons/acrobat_glyph.gif);
*/
}


/*###################VARIE##################
############################################*/
.article {
	margin-bottom: 30px;
}

.highlights {
	background-color:#FEFF98;
	border: dotted 1px #D4D4D4;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.error {
	color:#FF0000;
}

/*###################
PNG TRANSPARENCY FIX
#####################*/

/*
APPLY THE CLASS TO EACH IMAGE THAT NEEDS
TO BE FIXED FOR TRANSPARENCY. IF THE IMAGE IS
A BACKGROUND IMAGE APPLY CLASS TO THE ELEMENT
THAT HAS THAT BACKGROUND
*/
.png_ie_fixed, img {
	behavior: url(scripts/iepngfix.htc);
}