

* {
padding:0px;
margin:0px;
}



body {

font-family:helvetica;
background-image:url('/pr/bigcrow.jpg');
background-position:100% 150px;
background-repeat:no-repeat;

}

a {
color:#0044CC;
font-weight:bolder;
}

#container {
margin:auto;
width:1000px;
padding-top:30px;

}

#menu {
float:left;
}

#sites {
margin-top:65px;
clear:both;
}

#sites a {
display:block;
margin-top:15px;
}


.left {
float:left;
}

#download {

clear:both;
}

#info {

float:left;
margin-top:0px;
margin-left:0px;
margin-left:30px;
width:450px;
}

#left {
width:450px!important;
float:left;
}

a{
xcolor:skyblue;
border:none
}

a img{
border:none;
}

.round {
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.download_button {
width:150px;
font-size: 14px;
margin:4px 0px;
text-align:center;
padding: 4px 8px !important;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
border-color: #298cba !important;
font-weight: bold;
color: #FFF !important;
background: skyblue;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
background: #0044CC;

}

.infobox {

float:right;
width:75px;
height:75px;
margin:3px;
color:white;
font-weight:bold;
text-decoration:none!important;
font-size:11px;
text-align:center;
cursor:pointer;
margin-right:15px;
background-position:center;
border:solid #0044CC 1px;
border:solid #222 2px;
background-color:skyblue;
background-color:#0044CC;
background-color:white;
color:#0044CC;
color:#222;


}

.screenshot {
width:100px;
height:100px;
border:solid #aaa 1px;
color:black!important;
font-weight:bolder;
margin-right:15px;
margin-bottom:15px;
float:left;
}


  

#map .screenshot{
background-position:700px 700px;
}

#mobile .screenshot{
background-position:20px 270px;
}


#video .screenshot{
background-position:30px 350px;
}


#report .screenshot{
background-position:960px 500px;
}





.infobox:hover {
border-color:#0044AA;
}



/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  xwidth:440px;
  xheight:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {

  background-color:#aaa;
}


