body {
	margin: 0px;
	background: #fff;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .6em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #0068D7;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
	   height: auto;
       width: 800px;
}


/**** Top ***/


#top {
	margin-top: 5px;
	width: 800px;
	height: 95px;
	color: #fff;
	background: #fff;
	overflow:hidden;
	background: url(../img/menu/title.jpg);
}

#indextop {
	margin-top: 30px;
	width: 800px;
	height: 95px;
	color: #fff;
	background: #fff;
	overflow:hidden;
	
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: #fff;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}
/**** Main Menu ***/


#menu {
	margin-top: 15px;
   float:left;
   width:800px;
   background:#fff;
   overflow:hidden;
   position:relative;
}

#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}

#menu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   /*padding:0 35px 0px 0;*/
   position:relative;
   right:50%;
}

#menu li a {
   display:block;
   /*margin:25px 0 0 10px; */
   background:#fff;
   color:#000;
   text-decoration:none;
   line-height:1.3em;

}
#menu li a#A {
   display:block;
   height: 145px;
   width: 53px;   
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/A.jpg);
}
#menu li a#B_housing {
   display:block;
   height: 145px;
   width: 72px;   
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/B.jpg);
}
#menu li a#C {
   display:block;
   height: 145px;
   width: 83px;   
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/C.jpg);
}
#menu li a#D_urban {
   display:block;
   height: 145px;
   width: 71px;
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/D.jpg);
}
#menu li a#E {
   display:block;
   height: 145px;
   width: 73px;
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/E.jpg);
}
#menu li a#F_building {
   display:block;
   height: 145px;
   width: 76px;
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/F.jpg);
}
#menu li a#G {
   display:block;
   height: 145px;
   width: 217px;
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/G.jpg);
}
#menu li a#H_info {
   display:block;
   height: 145px;
   width: 75px;   
   /***margin:20px 0 0 1px;
   padding:30px 50px;**/
   background:#fff;
   color:#000;
   text-decoration:none;
   background: url(../img/menu/H.jpg);
}

* html #menu a {width:1%;}

/***#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

#menu li a.current {
   margin:20px 0 0 1px;
   padding:30px 50px;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}***/

/***/
#menu li a#D_urban:hover {
	background: url(../img/menu/D_hover.jpg);
}
#menu li a#D_urban.current {
   background: url(../img/menu/D_hover.jpg);
}
#menu li a#D_urban.current:hover {
	color: #fff;
	background: url(../img/menu/D_hover.jpg);
}
/**/
/**/
#menu li a#F_building:hover {
	background: url(../img/menu/F_hover.jpg);
}
#menu li a#F_building.current {
   background: url(../img/menu/F_hover.jpg);
}
#menu li a#F_building.current:hover {
	color: #fff;
	background: url(../img/menu/F_hover.jpg);
}
/**/
/**/
#menu li a#B_housing:hover {
	background: url(../img/menu/B_hover.jpg);
}
#menu li a#B_housing.current {
   background: url(../img/menu/B_hover.jpg);
}
#menu li a#B_housing.current:hover {
	color: #fff;
	background: url(../img/menu/B_hover.jpg);
}
/**/
/**/
#menu li a#H_info:hover {
	background: url(../img/menu/H_hover.jpg);
}
#menu li a#H_info.current {
   background: url(../img/menu/H_hover.jpg);
}
#menu li a#H_info.current:hover {
	color: #fff;
	background: url(../img/menu/H_hover.jpg);
}
/**/

/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin-left: 25px;
}


/**** Content ***/


#left ul {
	/*padding: 15px 0 15px 35px;*/
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	height: 100%;
	width: 800px;
	float:left;
	display: block;
	display: inline;
}

#left p#proj_title{
	
	position: relative;
	bottom: 120px;
	left: 22px;
}

/**** Sidebar ***/
	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:30px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
   /* margin: 10px auto 0 auto; */
	/*text-align: center;*/
	/*border-top: dotted 1px gray; */
	width: 800px;
}

#footer p {
	margin: 0px;
	padding: 0;
}

#footer span#copyright {
	position: relative;
	left: 40px;
}
#footer span#designed {
	position: relative;
	left: 335px;	
}

/* INDEX  */

#index {
  position: relative;
  height: 375px;
}

/* INFO */
#index img#arkki{
	position: relative;
	left: 30px;

}


/* VERTIKAALI MENU */ 

div.sc_menu_vertical_wrapper_housing {
  position: relative;
  left: 60px;
  height: 360px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 160px;

  margin-top: 15px;
  overflow: auto;
}

div.sc_menu_vertical_wrapper_urban {
  position: relative;
  left: 210px;
  height: 360px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 160px;

  margin-top: 15px;
  overflow: auto;
}

div.sc_menu_vertical_wrapper_building {
  position: relative;
  left: 360px;
  height: 360px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 160px;

  margin-top: 15px;
  overflow: auto;
}

div.sc_menu_vertical_wrapper_info {
  position: relative;
  left: 600px;
  height: 360px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 160px;

  margin-top: 15px;
  overflow: auto;
}

div.sc_menu_vertical {
    
	padding: 15px 0;
}
.sc_menu_vertical a {

  display: block;
  padding: 5px;

  border: 2px rgb(255, 255, 255) solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;              

  /* When image support is turned off */
  color: #fff;
  background: rgb(255, 255, 255);
}
.sc_menu_vertical a:hover {
	
  border-color: rgb(255, 255, 255);
  
}
.sc_menu_vertical img {
  display: block;
  border: none;
}

.sc_menu_vertical_wrapper_urban .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}
.sc_menu_vertical_wrapper_housing .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}
.sc_menu_vertical_wrapper_building .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}
.sc_menu_vertical_wrapper_info .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}

/* HORISONTAALI MENU */

div.sc_menu_horizontal {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  top: 120px;
  height: 375px;
  width: 800px;
  text-align:center;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_horizontal {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 15px;
  /*background: url('navigation.png'); */
  list-style: none;
}
.sc_menu_horizontal li {
	min-height: 100px;
	min-width: 120px;
	text-align: center;
  display: block;
  float: left;
  padding: 0 4px;
  
}
.sc_menu_horizontal a {
  display: block;
  text-decoration: none;
}
.sc_menu_horizontal span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu_horizontal span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu_horizontal a:hover span {
  display: block;
}
.sc_menu_horizontal img {
   border: 3px #fff solid;
  /* -webkit-border-radius: 3px; */
  /* -moz-border-radius: 3px; */
 
}
.sc_menu_horizontal a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

/* LIGHTBOX */
#lightbox{
	position: fixed;
	top: 120px;
	background-color:#eee;
	
	/*border-bottom: 2px solid #666; */
	/*border-right: 2px solid #666; */
	padding: 0 0 5px 0;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; margin-left: 5px;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

