@charset "UTF-8";
/* CSS Document */

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; 
       text-align: left; 
	   color: #000; 
	   font-size:15px; 
	   letter-spacing:-1px;
}

#background_future {width: 100%;
margin: 0px;
background-image:url(images/pink_background_final_three.png);
background-repeat:no-repeat;
}

#background_history {width: 100%;
margin: 0px;
background-image:url(images/gold_background_two.png);
background-repeat:no-repeat;
}

#background_target {width: 100%;
margin: 0px;
background-image:url(images/blue_background.png);
background-repeat:no-repeat;
}

#background_advergaming {width: 100%;
margin: 0px;
background-image:url(images/yellow_background_final.png);
background-repeat:no-repeat;
}

#background_statistics {width: 100%;
margin: 0px;
background-image:url(images/green_background.png);
background-repeat:no-repeat;
}

#background_so_what {width: 100%;
margin: 0px;
background-image:url(images/white_background.png);
background-repeat:no-repeat;
}

#background_support {width: 100%;
margin: 0px;
background-image:url(images/all_images.png);
background-repeat:no-repeat;
}

h1 { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; 
     text-align: center; 
	 color: #000; 
	 font-size:60px; 
	 letter-spacing:-1px; 
}

h1 small{ font-size: 24px; 
          display: block; 
		  color: #636363; 
}

/* COMMON CLASSES */
.break { clear:both;
}

/* WRAPPER */
#wrapper { width:980px; 
           margin-left: auto;
		   margin-right: auto;
}


/* CONTENT */
#content { margin-top:50px;

			
}

#content p { font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; 
             color:#333333; 
			 line-height:18px; 
			 margin:15px; 
			 width: 80%;
			 float: right;
			 border-left: thin solid;
			 border-color: #000000;
			 /*padding-left: 30px;*/
			 
}

#content p a { color:#0088CC; 
               text-decoration:none; 
}

#content p a:hover { text-decoration:underline; 
}

/* NAVIGATION MENU */
nav { margin:40px 0; 
      list-style:none;
      font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	  letter-spacing: -0.5px; 
	  font-size:13px;
      text-shadow: 0 -1px 3px #202020;
      width:980px; height:34px;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}

#nav li { display:block; 
          float:left; 
		  border-right:1px solid #5d5d5d; 
		  border-left:1px solid #929292; 
		  width:105px; 
		  height:34px; 
		  border-bottom:1px solid #575757; 
		  border-top:1px solid #797979;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; 
}

#nav li:not(:last-child):hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; 
    
    -moz-box-shadow: inset 0 0 5px 5px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 5px 5px #535353;
}

#nav li:not(:last-child):active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; 
    
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}

#nav li a { color:white; 
            text-decoration:none; 
			text-align:center; 
			display:block; 
			line-height:34px; 
			outline:none; 
}

#nav form input { width:76px; 
                  height:20px; 
				  margin-left:9px; 
				  margin-top:8px; 
				  border:none; 
				  padding-left:20px; 
				  padding-right:10px; 
				  color:#eee;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

    
    background-image: url("../images/magnifier.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #747474), color-stop(0.5, #6E6E6E), color-stop(0.51, #7E7E7E), color-stop(1, #8D8D8D));
    background-image: url("../images/magnifier.png"), -moz-linear-gradient(center bottom, #747474 0%, #6E6E6E 50%, #7E7E7E 51%, #8D8D8D 100%);
    background-repeat: no-repeat;
    
    background-color:#6E6E6E; /* Fallback */
    
    -moz-box-shadow: inset 0 2px 1px 1px #363636;
    -webkit-box-shadow: inset 0 2px 1px 1px #363636;
    box-shadow: inset 0 2px 1px 1px #363636;
}

#nav li:first-child {
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    border-left:none;
}

#nav li:first-child a img {
   vertical-align:middle; 
   margin-top:-2px;
}

#nav li:last-child {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-right:none;
    width:124px;
}

/* Fade in animation (Webkit only -- Safari and Google Chrome use only) */
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}

#nav {
     -webkit-animation: showMenu 1s; position:relative;
}

#footer_2 { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; text-align: center; font-size: 24px; display: block; color: #636363; text decoration: none; }
#footer small{ font-size: 24px; display: block; color: #636363; }

#sidemenu a, #sidemenu a:visited {
  text-decoration:none;
  text-align:left;
  background-color:#ffffff; 
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
  display:block; 
  width:6em; 
  padding:0.2em;
  margin:0.5em auto;
  border: 1px solid black;
  opacity: 0.6;
  }
#sidemenu a:hover {
color: #CCC;
text-decoration: underline;
  }
#leftColumn {	
	float: left;
	width: 160px;
	text-align: left;
	border-right: thin solid;
	padding-left: 50px;
}
#rightColumn {
	
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 45px;
	height: 430px;
}

/*#rightColumn p { font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; 
             color:#333333; 
			 line-height:18px; 
			 margin:15px; 
			 width: 80%;
			 float: right;
			 border-left: thin solid;
			 border-color: #000000;
}*/

#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;color: #555555;
	
	margin-top: 6px;
	margin-bottom: 10px;
	clear: both;
/* To end the float effect and stop further elements from wrapping around a float element, 
apply the clear property with a value that matches the float or floats you want it to stop wrapping around. 
This will push the element down so it begins at the bottom of the floated element. In the case of this CSS, 
the #footer selector is the last thing on the page and clears the floats of #leftColumn and #rightColumn */
	background-color:transparent;
	/*border-top:1px solid #000000;*/
	text-align: center;
	width: 960px;
}

#image {