/*
Theme Name: Mnop Inc. V4 - Modified Image, Menu
Description: Theme for Website CMS
Author: eye see studio, inc.
Author URI: http://www.eyeseestudio.com/
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
	/*color: #aaa;*/
	color: #1a1a1a;
	/*background: #1F1F1F;*/
	/*background: #2B2B2B;*/
	background-color: #00448d;
	/*border-top: 15px solid #111;*/
}
div#left a, div#right a {
	color: #616161;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#left a:hover, div#right a:hover {
	border-bottom: 1px solid #333;
	color: #ccc;
}

#listinglinks a {
	color: #E0E0E0;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#listinglinks a:hover{
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #F2F2F2;
}

strong {
	font-weight: bold;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #ADD6FF;
	/*background: #2894DC;*/
	/*background: #333;*/
	/*background: #EFEFE6;*/
	/*border: solid 1px #FFF;*/
}

div#wrappercontent {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#picheader {margin: 10px auto; padding: 5px 0px; background: url('images/picheader.png')no-repeat top left;}

ul#navigation {
	display: block;
/*	float: right;*/
	list-style: none;
	text-transform: lowercase;
	font-size: 0.93em;
	margin-top: 5px;
	margin: 0 135px;
	text-align: center;
	width: 800px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #A1A1A1;
	background: #111;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li.current_page_item a {
	color: #FFF;
	background: #0062A3;
}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #ccc;
	text-decoration: none;
	background-color: #0A9DFF;
}


ul#navigationhome {
	display: block;
	float: right;
	list-style: none;
	text-transform: lowercase;
	font-size: 0.93em;
	width: 632px;
	margin-top: 122px;
	margin-right: 33px;
}


ul#navigationhome li {
	display: inline;
}
ul#navigationhome li a {
	color: #A1A1A1;
	background: #111;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
}
ul#navigationhome li.current_page_item a {
	color: #FFF;
	background: #0062A3;
}
ul#navigationhome li a:hover, ul#navigation li:hover a {
	color: #FFF;
	text-decoration: none;
	background-color: #0A9DFF;
}


div#header {
	height: 240px;
	padding: 0;
	margin: 0 0 18px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	background: url('images/picheader.png') no-repeat top left;
	border-top: solid 15px #00448d;
	border-bottom: solid 1px #555;
	text-align: center;
}

div#headerabout {
	height: 240px;
	padding: 0;
	margin: 0 0 18px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	background: url('images/picheaderabout.png') no-repeat top left;
	border-top: solid 15px #00448d;
	border-bottom: solid 1px #555;
	text-align: center;
}

div#headercontact {
	height: 240px;
	padding: 0;
	margin: 0 0 18px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	background: url('images/picheadercontact.png') no-repeat top left;
	border-top: solid 15px #00448d;
	border-bottom: solid 1px #555;
	text-align: center;
}

div#headerinvest {
	height: 240px;
	padding: 0;
	margin: 0 0 18px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	background: url('images/picheaderinvest.png') no-repeat top left;
	border-top: solid 15px #00448d;
	border-bottom: solid 1px #555;
	text-align: center;
}


div#header h1 {
	font-size: 1.8px;
	color: #FCFCFC;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#header h1 a {
	color: #D9D9D9;
	text-decoration: none;
}
div#header h1 a:hover {
	color: #E6E6E6;
}
div#header h2 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
}

/*** Home Header ***/
div#headerhome {
	height: 122px;
	padding: 0;
	margin: 0 0 18px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	/*background: url('images/picheaderhome.png') no-repeat top left;*/
	background: url('images/picheaderhome3.jpg') no-repeat top left;
	border-top: solid 15px #00448d;
	border-bottom: solid 2px #000;
}
div#headerhome h1 {
	font-size: 1.8px;
	color: #FCFCFC;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#headerhome h1 a {
	color: #D9D9D9;
	text-decoration: none;
}
div#headerhome h1 a:hover {
	color: #E6E6E6;
}
div#headerhome h2 {
	font-size: 1.25em;
	color: #FAFAFA;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
}


/*** Listings Header ***/
div#listheader {
	height: 30px;
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	color: #F2F2F2;
	/*background: url('images/picheader.png') no-repeat top left;*/
	border-top: solid 15px #00448d;
	border-bottom: solid 1px #555;
	text-align: center;
}
div#listheader h1 {
	font-size: 1.8px;
	color: #FCFCFC;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#listheader h1 a {
	color: #D9D9D9;
	text-decoration: none;
}
div#listheader h1 a:hover {
	color: #E6E6E6;
}
div#listheader h2 {
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
}


div#left {
	width: 550px;
	float: left;
	margin: 0;
	padding: 10px;
	/*clear: both;*/
	/*border: dashed 1px #333333;*/
}

div#left h2 {
	font-size: 1.2em;
	color: #444;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.principal h4
{
	color: #444;
}

div#lefthome {
	width: 770px;
	/*float: left;*/
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 24px;
	/*background: url('images/vision.jpg') no-repeat top ;*/
}

#mainimage
{
	background: url('images/Mnophome_animeCopper2.jpg') no-repeat;
	margin: 40px 0px 10px 0px;
	padding: 0;
	width: 754px;
	height: 358px;
}

/*ul.mainpic
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.mainpic li
{
	display: block;
	float: left;
	height: 358px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul.mainpic li a.leftpic
{
	display: block;
	height: 358px;
	width: 207px;
	text-decoration: none;
}
ul.mainpic li a.leftpic:hover
{
	background: url('images/leftpic.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 358px;
	width: 207px;
	text-decoration: none;
}

ul.mainpic li a.leftmidpic
{
	display: block;
	height: 358px;
	width: 161px;
	text-decoration: none;
}
ul.mainpic li a.leftmidpic:hover
{
	background: url('images/leftmidpic.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 358px;
	width: 161px;
	text-decoration: none;
}

ul.mainpic li a.rightmidpic
{
	display: block;
	height: 358px;
	width: 154px;
	text-decoration: none;
}
ul.mainpic li a.rightmidpic:hover
{
	background: url('images/rightmidpic.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 358px;
	width: 154px;
	text-decoration: none;
}

ul.mainpic li a.rightpic
{
	display: block;
	height: 358px;
	padding: 0;
	width: 232px;
	text-decoration: none;
}
ul.mainpic li a.rightpic:hover
{
	background: url('images/rightpic2.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 358px;
	width: 232px;
	text-decoration: none;
}
*/
div#right {
	width: 160px;
	float: right;
	margin-right: 20px;
	padding: 20px;
}

div#rightmap {
	width: 160px;
	float: right;
	margin-right: 50px;
	padding: 20px;
}

div#right h2 {
	font-size: 1em;
	color: #FAFAFA;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #D4D4D4;
}

#subnavheader {margin:0;padding:10px;width:160px;background:#004990;}
#subnavheader h2 {margin: 0; padding: 8px 0px 8px 0px;}
#subnavheader ul.subsidebar {list-style: none; margin: 0; padding: 0;}
#subnavheader ul.subsidebar li {list-style: none; margin: 0; padding: 0;}
#subnavheader ul.subsidebar li a{color: #FCFCFC; display: block; background:url('images/chart_bar.png') no-repeat 0 3px; border-bottom: 1px dashed #eee; padding: 5px 0px 2px 20px; width: 130px; font-weight: normal;}
#subnavheader ul.subsidebar li a:hover{color: #111; background-color: #CCEAFF;}
#subnavheader ul.subsidebar li.current_page_item {color: #FFFFFF; background-color: #0062A3; width: 150px;}
#subnavheader ul.subsidebar li.current_page_item a:hover{color: #FCFCFC; background-color: #0062A3; width: 130px;}

#subnavheader ul.subnavbarlists li {margin: 0; padding: 0;}
#subnavheader ul.subnavbarlists li.cat-item a {color: #FCFCFC; display: block;}
#subnavheader ul.subnavbarlists li.cat-item a:hover{color: #111; background-color: #CCEAFF;}
#subnavheader ul.subnavbarlists li.current-cat {color: #FFFFFF; background-color: #0062A3;}
#subnavheader ul.subnavbarlists li.current-cat a:hover {color: #FFFFFF; background-color: #0062A3;}

ul.subsidebar li.cat-item a {color: #FCFCFC;}

#submapheader {margin:0;padding:15px;width:180px;background:#E0F0FF;color:#004990;font-weight: bold;}

/*#contact {width: 300px;margin-left: 12px;}*/

.pagetitle {
	font-size: 1.2em;
	/*color: #0D78B6;*/
	/*color: #6E3F1F;*/
	color: #333333;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#parco p {margin-bottom: 6px;}

.postmeta {
	width: 660px;
	border-top: 1px solid #C0C0C0;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 50px 0px;
	}

.postmetaleft {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
	}

.postmetaright {
	float: right;
	width: 500px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

div#notes, div#links {
	margin: 10px 0 0 0;
}
div.note {
	margin: 0 0 10px 0;
	border-bottom: dashed 1px #666;
}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #FAFAFA;
}
div#footer {
	font-size: 9px;
	margin: 0;
	border-top: 1px solid #333;
	padding: 10px;
	clear: both;
	float: left;
	width: 780px;
	color: #595959;
	background: #111;
}

#footer .btmlogo
{
	margin: 0px 0px 5px 0px;
	padding: 0;
	height: 105px;
	background: url('images/btmlogo.png') no-repeat center #111;
	/*background: url('images/btmlogo.gif') no-repeat center #111;*/
	/*background: url('images/footerlogo.png') no-repeat center #111;*/
	border-bottom: solid 1px #1A1A1A;
}
div#footer a {
	color: #737373;
	text-decoration: none;
	/*border-bottom: 1px dotted #333;*/
}
div#footer a:hover {
	color: #919191;
	border-bottom: 1px solid #666;
}
div.work-image a {
	border: none!important;
}
div.work-image img {
	margin-right: 40px;
	margin-bottom: 50px;
	padding: 3px;
	background: #111;
	border: 1px solid #eee;
}
div.work-image a img {
	border: 1px solid #444;
}
div.work-image a:hover img {
	background: #444;
	border: 1px solid #666;
}
div.content-box {
	margin: 10px 0px 30px 0px;
	/*border: solid 1px #B22222;*/
}

#ulinvest ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style: disc;
	list-style-position: outside;
}

#ulinvest ul li {margin: 0 0 3px 16px;}

/*div.content-box ul li {list-style-position: inside;}
div.content-box h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #FAFAFA;
}*/

div.content-box h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #444;
}

div.content-box h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #444;
}

.postinfo {
	width: 520px;
	font-size: 11px;
	color: #2E2E2E;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	line-height: 10px;
	}

.postinfo a {color: #111;}
.postinfo a:hover {color: #ccc; background-color: #0A9DFF;}

div.content-box h3 em {
	font-size: 1em;
	font-weight: bold;
	color: #FAFAFA;
}
div#left p {
	margin: 0 0 16px 0;
}

div#left ul{
	margin: 0 0 12px 0;
}
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}
