/*@import url(reset.css);*/
html, body, div, p, img, h1, h2, h3, h4, h5, h6, form {
  margin: 0;
  padding: 0;
  border: 0;
  }
/*@import url(typography.css);*/
body {
  font: 62.5%/1.2 Arial, sans-serif;
  color: #679a40;
  }
h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em;
  font-weight: normal;
  }
p, ol, ul, h1 {margin: 0 0 .5em;}
table {border-collapse: collapse;}

/* style.css */
html, body {height: 100%;}
body {
  position: relative;
  }
#wrapper {
  min-height: 100%;
  }
body, #header {
  min-width: 960px;
  }
a {
  color: #3f652f;
  }
#header {
  background: #fff ;
  height: 137px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  }
#header .column {
  text-align: center;
  }
#header .column-right {
  margin-top: 70px;
  }
#sim-sim {
  position: relative;
  top: 50px;
  }
#header .tel {
  font-size: 18px;
  color: #679a40;
  }
  #header .tel-digits {
    font-size: 30px;
    font-weight: bold;
    }
  #header .tel-digit-1 {
    color: #3f652f;
    }
  #header .tel-digit-2, #header .tel-digit-4 {
    color: #99ca3c;
    }
  #header .tel-digit-3 {
    color: #bed62f;
    }
  #header .tel-digit-5 {
    /*color: #3f652f;*/
    }
  #header .tel-digit-6 {
    color: #325025;
    }
#header .line{
	background-image: url(../i/line.jpg);
	height: 29px;
	position: absolute;
	left: 30%;
	top: 75px;
	right: 27%;
}

#main {
	padding-top: 165px;
	position: relative;
	z-index: 2;
    overflow: auto;
	background-image: url(../i/aqua.jpg);
	background-repeat: no-repeat;
	background-position: 50% 260px;
  }
  
#main .icons a {
  font-size: 2.4em;
  text-align: center;
  display: block;
  padding-top: 120px;
  margin: 0 auto 57px;
  width: 155px;
  background-repeat: no-repeat;
  background-image: url(../i/icons.jpg);
  }

  #main .icons a.zoomag {
    background-position: 0 0;
	margin-top: 25px;
    }  
  #main .icons a.medicine {
    background-position: -155px 0;
    }
  #main .icons a.photogalery {
    background-position: -310px 0;
    }

  #main .icons a.pillows {
    background-position: -465px 0;
	margin-top: 25px;
	margin-bottom: 40px;
	width: 195px;
    }

  #main .icons a.scissors {
    background-position: -660px 0;
	margin-bottom: 47px;
    }

  #main .icons a.pointer {
    background-position: -815px 0;
    }

#main .menu ul{
	margin:0;
	padding: 0;
	list-style:none;
	margin-top: 502px;
}
	#main .menu li{
		font-size: 1.4em;
		display: inline;
		padding-right: 20px;
	}
	#main .menu li a{
		text-decoration: none;
		border-bottom: 1px solid #3f652f;
	}
	
.column {
  width: 50%;
  }
.column-inner {
  position: relative;
  }
.column-left {
  float: left;
  margin-right: -214px;
  }
.column-left .column-inner {
  margin-right: 214px;
  }
.column-right {
  float: right;
  margin-left: -214px;
  }
.column-right .column-inner {
  margin-left: 215px;
  }
.column-middle {
  width: 428px;
  position: relative;
  margin: 0 auto;
  line-height: 1.5;

  }

 #main .column-middle {
  /* padding-top: 20px;  */
  /*font-size: 1.4em;*/
  text-align: center;
  }
  
#main .column-middle a.head {
	font-size: 3.9em;
	text-decoration: none;
	border-bottom: 3px solid #3f652f;
}


.column-inner .edit,
.column-middle .edit {
  position: absolute;
  top: 30px;
  right: 30px;
  }
#main .column-middle .edit {
  top: 150px;
  }
#actions .column-inner .edit {
  right: 60px;
  }

#actions {
  background: url(../i/actions-line.png) no-repeat 51% 0;
  font-size: 1.4em;
  position: relative;
  z-index: 2;
  clear: both;
  }
  #actions .column {
    color: #3f652f;
    }
  #actions .column  h3 {
    padding: 0 35px;
    font-weight: bold;
    }
  #actions .column-middle {
    padding-top: 35px;
    color: #b7d02f;
    padding-bottom: 1px;
    }
#actions .column h2 {
  text-align: center;
  line-height: 30px;
  font-size: 1.3em;
  margin: 0;
  color: #fff;
  }
  #actions .column-left h2 {
    background: url(../i/actions-line-left.png) no-repeat 50% 0;
    }
  #actions .column-right h2 {
    background: url(../i/actions-line-right.png) no-repeat 50% 0;
    }
  #actions .column h2 a {
    color: #fff;
    }
#actions .column-left div.adv,
#actions .column-middle p,
#actions .column-right div.qa {
  background: url(../i/actions-p-line.png) no-repeat 50% 15px;
  padding-top: 40px;
  }
#actions .column-left h2:first-child + div.adv,
#actions .column-middle p:first-child,
#actions .column-right h2:first-child + div.qa {
  background: none;
  padding-top: 20px;
  }
.user {
  font-size: 0.5em;
  line-height: 0.1;
  text-align: right;
  }

#footer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  /*height: 100px;*/
  clear: both;
  background-image: url(../i/footer.jpg);
  background-repeat: repeat-x;
  margin-top: 20px;
  }
  
   #footer .copy{
		background-image: url(../i/simsim.jpg);
		background-repeat: repeat-x;
		height: 35px;
		color: #fff;
		margin-left: -135px;
   }
  
  #footer .copy, #footer .made {
    font-size: 1.1em;
    /*padding-top: 50px;*/
    padding-top: 10px;
	text-align: center;
    }

  #footer .made {
    color: #fff;
	margin-right: -130px;
	margin-top: -20px;
    }
  #footer .made a {
    color: #fff;
    }
  #footer .tel {
    font-size: 1.8em;
    color: #99ca3c;
    text-align: right;
    }
  #footer .search fieldset {
    margin: 0 0 20px;
    padding: 0 35px;
    border: 0;
    text-align: right;
    }
    #footer .search input {
      width: 300px;
      margin-right: 10px;
      text-align:left;
      }
    #footer .search a {color: #fff;}

fieldset {
 border: 0
 }
 


#map_canvas{
	width: 500px;
	height: 500px;
}