
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.slider { 
	margin: 20px 0 10px!important;
	padding: 0 3% 0 2%;
}

a.anchor{
	display: block; 
	position: relative; 
	top: -126px; 
	visibility: hidden;
}

html, body {
	height: 100%;
}

.box-shadow {
      -moz-box-shadow: 0 -3px 10px #F3F3F3;
      -webkit-box-shadow: 0 -3px 10px #F3F3F3;
      box-shadow: 0 -3px 10px #F3F3F3;
      zoom: 1;       
      filter: 
}

.evendiv{
	background-color:#F4F4F4;
	background-color: rgba(202, 222, 242, 0.1);
}	

.odddiv{	
	background-color:#FCFCFC ;
	background-color: rgba(202, 222, 242, 0.2);
}

body {
    background: url(../images/bg-content.gif) repeat-x left;
    background-position: 0 100px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;	
}

#header {
	width: 100%;
	position: fixed;
	margin:0 auto;
	padding: 0;	
	overflow: hidden;
	z-index: 990;
	top: 0;
	left: 0;
	background: transparent url('../images/header_back.png') repeat 0 0px;
	background: url('../images/watermark.png') repeat 0 0px;
	min-height:113px;
    box-shadow: 0px 3px 3px dimgrey;
}

#header #navbar{
	margin:0 auto;
	padding: 0;	
	max-width: 960px;
	height: 76px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	background: transparent url('../images/bg_transparent.png') repeat-x 0 0px;
}
#header #subnavbar{
	margin:0 auto;
	padding: 0;	
	overflow: hidden;
	width: 960px;
	height: 37px;
	margin-left:auto;
	margin-right:auto;
	background: transparent;
}
#header #logo {
	background: url("../images/new_logo_800dpi_alpha2.png") top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 75px;
	width: 310px;
	float: left;
	padding-left: 10px;
}	

#header #navigation {
	float: right;
	height: 75px;
	width: 510px;
	padding: 40px 10px 0 0;
}

#header #banner {
	background: url("../images/slim_banner_1000-2.png") bottom center;
	background-repeat: repeat-x;
	overflow: hidden;
	height: 37px;
	width: 100%;
	position: fixed;
	top: 76px;
}	
#header #banner img {
	border: 0;
}

#header ul {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}
#header #subnavbar ul {
	float: right;
	margin: 0;
	padding: 7px 108px 0 0;
	overflow: hidden;	
}
#header ul li {
	list-style-type: none;
	float: left;	
	margin: 0;
	padding: 0;
	width: 100px;
	overflow: hidden;
}

#header ul li a { 
	color: #00297A;
	display: block;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px 0 5px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px grey;
} 

#header ul li a span{ 
	background-position: -70px 0; 
	display: block;	
	margin: 0;
} 

#header ul li a:hover { 
	color: #6080aa;
	text-shadow: none;
} 

#header ul li.selected a{ 
	color: #CE7000;
	text-shadow: 1px 1px 1px grey;
} 

#header ul li.selected a span{ 
	background-position: -70px -74px; 
} 



#header #subnavbar ul li a { 
	background-position: 10px 0; 
	color: #EFF1D9;
	display: block;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px lightgrey;
} 
#header #subnavbar ul li a span{ 
	background-position: -70px 0; 
	display: block;	
	margin: 0;
	padding: 0 10px 0 0;
} 
#header #subnavbar ul li a:hover { 
	background-position: -186px -37px; 
	color: #6080aa;
	text-shadow: none;
} 
#header #subnavbar ul li a:hover span { 
	background-position: -70px -37px; 
} 
#header #subnavbar ul li.selected a{ 
	background-position: 10px 36px; 
	font-size: 12px;
	color: #CE7000;
	text-shadow: 1px 1px 1px grey;
} 
#header #subnavbar ul li.selected a span{ 
	background-position: -70px -74px; 
} 


#body {
	padding: 116px 0 0 0 ;	
	top: 126px;
	margin-left: auto;
    margin-right: auto;
    max-width: 100%;

}
#body .header {
	margin: 0 0 30px 0;
}
#body .header div {
	height: 350px;
	margin: 0 auto;
	padding: 0;
	width: 960px;	
}
#body .header div div {
	background: none;	
	margin: 0;
	padding: 0 0 0 13px;
	height: 200px;
	width: 490px;
}
#body .header div table {	
	width: 960px;
	position: relative;
    top: 45px;
    table-layout: fixed;
}
#body .header div table th{	
	font-size: 18px;
    text-align: center;
    color: #CE7000;
	text-shadow: 1px 1px 1px lightgrey;
}
#body .header div tr {	
    text-align: center;
}
#body .header div tr td{	
    text-align: center;
    padding: 30px;
    text-align: justify;
}
#body .header div h3 {
	color: #2A325E;	
	font-size: 20px;
	line-height: 30px;
	margin: 18px 0 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}
#body .header div h3 span {
	display: block;	
	font-size: 25px;
}
#body .header div h3 a {
	color: #2a4f5e;
	text-decoration: none;	
}
#body .header div h3 a:hover {
	color: #6060a5;	
}
#body .header div p {
	color: #507685;
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0 6px 0;
	padding: 0;	
	text-shadow: 1px 1px 1px #fff;
}
#body .header div p a {
	color: #507685;	
}
#body .header div p a:hover {
	color: #2a4f5e;	
}
#body .header ul {
	overflow: hidden;
	margin: 0;
	padding: 49px 0 0;
}
#body .header ul li {
	float: left;	
	list-style: none;
	padding: 0 5px;
}
#body .body {
	margin: 0 auto 30px auto;
	overflow: hidden;
	max-width: 960px;
	height: 200px;
}	
#body .body div {
	float: left;	
}

#body .images {
	overflow: hidden;
	width: 960px;
	height: 240px;
}	

#body .images .section {
	margin: 0;
	padding: 0px 15px 0px 15px;
	width:  960px;
	height: 180px;
}

#body .body .section img {
	display:inline;
}
#body .body .section a {
	color: #2a4f5e;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 145px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 145px;
}	
#body .body .section a:hover {
	color: #507685;	
}
#body .body .section img {
	border: 0;	
}
#body .body .article {
	background: url(../images/bg-article.gif) no-repeat top center;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	width:330px;
	height: 180px;
	
}
#body .body .article img {
	border: 0;
	float: left;
	padding: 0 10px 0 0;
}	
#body .body .article h4 {
	color: #2a4f5e;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0;
	padding: 0;	
}
#body .body .article h4 a {
	color: #2a4f5e;
	text-decoration: none;	
}
#body .body .article h4 a:hover {
	color: #507685;	
}
#body .body .article p {
	color: #2a4f5e;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;	
}
#body .body .article p a {
	color: #2a4f5e;	
}
#body .body .article p a:hover {
	color: #346b84;	
}
#body .footer {
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	text-align: center;
	font-size: 12px;
	-webkit-box-shadow: 0px 2px 6px #D3D3D3;
    box-shadow: 0px 2px 4px #D3D3D3;
    text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px grey;
}

#body .footer a {
    color: #AA5434;
	text-decoration: none;
	text-transform: uppercase;
}


#body .footer div ul {
	margin: 0;
	padding: 0;	
}
#body .footer div ul li {
	list-style: none;
	margin: 0 0 15px;
	padding: 5px 20px;	
	text-align: center;
}
#body .footer h3 {
	color: #5F77AA;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 12px 0;
	padding: 0;	
	text-align: center;
	text-transform: uppercase;
}
#body .footer h3 a {
	color: #2a4f5e;	
	text-decoration: none;
}
#body .footer h3 a:hover {
	color: #6060a5;	
}
#body .footer .section {
	padding: 10px 15px 10px 15px;
	width:300px;
}

#body .footer ul li:last-child {
	background: none;	
}
#body .footer li p {
	color: #5d5d5d;
	font-size: 14px;	
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#body .footer li p a {
	color: #5d5d5d;	
	text-decoration: underline;
}
#body .footer li p a:hover {
	color: #aeaeae;	
}
#body .footer li span {
	color: #aeaeae;
	display: block;
	font-size: 10px;	
	line-height: 16px;
	margin: 5px 0 0;
	padding:0;
}
#body .footer ul.news li p {
	background: url(../images/bullets.gif) no-repeat 0 8px;
	padding: 0 0 0 15px;
}
#body .footer .featured {
	padding: 10px 15px 10px 15px;
	width:330px;
}
#body .footer .featured ul li {
	overflow: hidden;	
}
#body .footer .featured img {
	border: 1px solid #dbddde;
	float: left;
	margin: 0 20px 0 0;	
	padding: 1px;
}
#body .footer .featured p {
	margin: 0;
	padding: 0;	
}
#body .home{	
	margin: 0 auto;
	padding: 50px 0px 15px 0px;	
	max-width: 960px;
	overflow: hidden;
	height: auto;
}


#body .contact,
#body .about,
#body .services,
#body .news {
	margin: 0 auto;
	padding: 10px 0px 15px 0px;	
	max-width: 960px;
	min-height: 750px;
}

#body h1 {
	color: #CA8000;
	font-size: 18px;
	font-weight: bold;
	height: 74px;
	line-height: 74px;
	margin: 10px 0 0 10px;
	padding: 0;	
	text-transform: uppercase;	
	text-shadow: 2px 2px 3px lightgray;
}


#body .home .col1 { 
    float: left;
    width: 33%;
    padding: 0;
}
#body .home .col2 { 
    float: left;
    width: 33%;
    padding: 0;
}
#body .home .col3 { 
    float: left;
    width: 33%;
    padding: 0;
}

#body .home  h5 { 
	font-size: 18px;
    text-align: center;
    color: #CE7000;
	text-shadow: 1px 1px 1px lightgrey;
	margin: 20px 0 0 0;
}

#body .home  p { 
    padding: 0px 20px 10px 20px;
    text-align: justify;
    font-size: 14px;
}

#body .home  img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
}

#body .products{
	background: url(../images/pmv_framework_header.png) no-repeat center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
 	background-size: 1400px;
  	width: 1400px;
  	height: 300px;
}
#body .problem{
	background: url(../images/pmv_framework_problem.png) no-repeat center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
 	background-size: 1200px;
  	width: 1200px;
  	height: 450px;
}
#body .costs{
	background: url(../images/pmv_framework_costs.png) no-repeat center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
 	background-size: 1200px;
  	width: 1200px;
  	height: 500px;
}

#body .solution{
	background: url(../images/pmv_framework_solution.png) no-repeat center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
 	background-size: 1250px;
  	width: 1250px;
  	height: 900px;
}

#body .releases{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
 	background-size: 1250px;
  	width: 1250px;
  	height: 900px;
}

#body .contact .wrapper {
	overflow: hidden;	
	margin: 0;
	padding: 30px 0 0 30px;
}


#body .contact{
	background: url(../images/earth_400_2.png) no-repeat center ;
	background-position-x: 90%;
	background-position-y: 40%;
	background-position: 90% 40%;
}
#body .contact p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
	padding: 40px 0;	
	text-align: justify;
	width: 830px;
}
#body .contact p a {
	color: #7b7b7b;	
}
#body .contact p a:hover {
	color: #2a4f5e;	
}
#body .contact div {
	margin: 0;
	padding: 30px 0 30px 0;	
}
#body .contact div h3 {
	color: #2A325E;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;	
}
#body .contact div ul {
	margin: 0;
	padding: 0 0 20px 0;		
}
#body .contact div ul li {
	color: #5d5d5d;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 5px 0;	
}
#body .contact #earth{
	float: left;
}

#body .about div {
	padding: 30px 0 0 0;	
}
#body .about div div {
	padding: 10px 0 0 50px;	
}

#body .about h2 {
	color: #2a4f5e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 20px 10% 0 0;
	text-transform: uppercase;
}
#body .about p {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 0;
	padding: 0 10% 0 0 ;	
	text-align: justify;
}
#body .about p a {
	color: #5d5d5d;
}
#body .about p a:hover {
	color: #2a4f5e;	
}

#body .about .image{
    float:left; 
    padding: 0px 50px 0px 0px;
}

#body .about img {
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
}



#body .services div {
	overflow: hidden;	
	margin: 0;
	padding: 0 0 0 15px;
}

#body .services .wrapper{
	overflow: hidden;	
	margin: 0;
	padding: 30px 0 0 15px;
}

#body .services h2 {
	color: #2A325E;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}

#body .services p {
	font-size: 14px;	
	padding: 0 140px 0 15px;
	text-align: justify;
}

#body .services li {
	font-size: 14px;	
	text-align: justify;
}

#body .services li{
	color: #442F4B;
	text-shadow: 1px 1px 1px #F7BFFF;
}


#body .services img {
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
    float: left;	
}
#body .news {

}	

#body .news .wrapper{
	overflow: hidden;	
	margin: 0;
	padding: 30px 0 0 15px;
}

#body .news .content {
	overflow: hidden;	
	margin: 0;
	width: 100%;
	background-color:#F4F4F4;
	background-color: rgba(202, 222, 242, 0.1);
}

#body .news h2 {
	color: #2a4f5e;	
	font-size: 26px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 90px 0 30px 0;	
}
#body .news p {
	color: #5d5d5d;
	font-size: 14px;
	margin: 0;
	padding: 0 10px;	
	text-align: justify;
}
#body .news p a {
	color: #5d5d5d;	
}
#body .news p a:hover {
	color: #2a4f5e;	
}
#body .news div {
	overflow: hidden;	
	margin: 0;
	padding: 0;
}

#body .news div div {
	float: left;
	padding: 0 10px;
	text-align: center;
	width: 310px;	
}

#body .news .col1 { 
    float: left;
    width: 33%;
    padding: 0;
}
#body .news .col2 { 
    float: left;
    width: 33%;
    padding: 0;
}
#body .news .col3 { 
    float: left;
    width: 33%;
    padding: 0;
}

#body .news div div h3 {
	color: #142ACE;
	font-size: 16px;
	margin: 0;
	padding: 30px 0 10px 0;
	text-align: center;	
	text-transform: uppercase;
	text-shadow: 1px 1px 1px lightgrey;
}

#body .news div p {
	font-size: 14px;	
}

#body .news div div h4 {
	font-size: 14px;
	margin: 0;
	padding: 20px 20px 3px 20px;
	text-align: center;	
}

#body .news div div img{
	padding: 10px;
}

#body .news div div a{
	color: black;
}

#body .news div div p {
	font-size: 14px;
	margin: 0;
	padding: 0px 20px 20px 20px;
	text-align: justify;	
}


#footer {
	margin: 0;
	padding: 0;
	height: 80px;

}
#footer div {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
#footer div div {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#footer div div h3 {
	color: #818a8c;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
#footer div div ul,
#footer div div ul li {
	margin: 0;
	list-style: none;
	padding: 0;	
}	
#footer div div ul li {
	font-size: 12px;
	line-height: 22px;
	color: #818a8c;	
}
#footer div a.facebook,
#footer div a.twitter {
	display: block;
	float: left;
	height: 27px;
	margin: 10px 0 0;
	text-indent: -99999em;
	width: 40px;	
}
#footer div a.facebook,
#footer div a.twitter {
	background: url(../images/icons.gif) no-repeat;	
}
#footer div a.facebook {
	background-position: 0 0;
	margin: 10px 0 0 58px;
	_margin: 10px 0 0 28px;
}
#footer div a.twitter {
	background-position: 0 -37px;
}
#footer div p {
	color: #c1c1c1;
	font-size: 12px;
	margin: 0;
	text-align: center;	
	text-shadow: 1px 1px 1px #fff;
}



@media screen and (max-width: 837px), 
       all and (max-device-width: 640px) and (orientation : portrait)
{

  #header{
  	min-height: 143px;
  }
  
  #header #logo{
    width: 100%;
    margin: 0 auto;
    padding: 0;
	background: url("../images/new_logo_800dpi_alpha2.png") top center no-repeat;
  }
  
  #header #navigation {
	width: 100%;
	margin: 0 auto;
	height: 35px; 
	padding: 40px 0 0 0;
	float: none;
}

  #header #banner {
	top: 106px;
  }

  #header ul {
	float: none;
	width: 510px;
	margin: 0 auto;
  }
  
  #body{
  	width: auto;
  }
  
  #body .services{
  	width: auto;
  }
  
  #body .services div,
  #body .services p{
  	padding: 0 5% 0 2%;
  }


  #body .about div div {
	padding: 10px 0 0 10%;	
  }
  
  

  #body .about p{
	text-align: justify;
  }
  
  #body .about img {
	width: 0;
	height:0;
  }
  
  #body .about .image{
    float:none; 
    padding: 0;
    width:0;
    height:0;
  }

  #body .news .wrapper{
	overflow: auto;	
	margin: 0;
	padding: 0;
  }

  #body .news div div p{
	width: 100%;
	margin: 0 auto;
  }

  #body .contact{
  background-image: none;
  }
  
  
  .evendiv{
	width: auto;
  }	

  .odddiv{	
	width: auto;
  }
  
  #body .home .col1,
  #body .news .col1 { 
    float: none;
    width: 100%;
    padding: 0;
  }
  #body .home .col2,
  #body .news .col2 { 
    float: none;
    width: 100%;
    padding: 0;
  }
  #body .home .col3,
  #body .news .col3 { 
    float: none;
    width: 100%;
    padding: 0;
  }

  #body .home p{
  	margin: 0 auto;
  	width: 85%;
  	padding: 0px 20px 20px 20px;
  }

}


@media all and (max-width: 480px) {

  #header #navigation {
	width: 100%;
	margin: 0 auto;
	height: 35px; 
	padding: 40px 0 0 0;
	float: none;
   }

  #header #banner {
	top: 106px;
  }
  
  #header ul {
	float: none;
	width: 100%;
	margin: 0 auto;
  }
  
  #header ul li{
	width: 20%;
  }
	
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

