body{
	background: #fff url(../images/bg.gif) repeat-x scroll left top;
	color: #fff;
	margin: 0; padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family: tahoma;
}


#wrap {
  width: 960px;
  margin: auto;
  position: relative;
  text-align: left;
}

#heading {
  height: 83px;
}

#logo{
  width:  156px;
  height: 37px;
  background: url(../images/logo.gif) no-repeat scroll left top;
  position: absolute;
  right: 0px;
  top: 15px;  
}
#logo strong {
  display: none;
}

.nav_top {
  position: absolute;
  top: 46px; 
  right: 0;
  font-size: 12px;
}

.nav_top li{
  display: inline;
}

.nav_top li a{
  display: block;
  float: left;
  color: #000;
  padding: 0 20px 5px 20px;
  font-weight: bold;
  color: #4d4d4d;  
  font-family: arial;
}

.nav_top li a:hover{
  border-bottom: 6px solid #fff;
}

#node_0 {
  display: none;
}


#content, #siteContent {
  position: relative;
  margin-top: 173px;  
}

#guide {

  height: 111px;
  background: url(../images/bg_guide.gif) repeat-x scroll top;
}

.guideLeft, .guideRight {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0; top: 101px;
  background: url(../images/guide_left.gif) no-repeat scroll left top;
}

.guideRight {
  position: absolute;
  left: 950px; top: 101px;
  background-image: url(../images/guide_right.gif);
}

.gBox, .gBoxOn {
  float: left;
  width: 320px; 
  height: 111px; 
}

.gBoxOn {
  background: url(../images/bg_guide_on.gif) repeat-x scroll left top;
}

.gBoxIn h2 {
  color: #fff;
  margin: 0; padding: 0;
  margin-bottom: 5px;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

.gBoxIn {
  margin: 13px 20px;
  padding-top: 5px;
  	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

.gLine1, .gLine2 {
  position: absolute;
  top: 13px; 
  left: 320px;
  display: block;
  width: 1px; height: 98px;
  background: #bf6367;
}

.gLine2 {
  left: 640px;
}

#innerWrap {
  margin-top: 8px;
  border-top: #c8c7c7 solid 1px;
  color: #555;
}

#left {
  width: 630px;
  height: 206px;
  float: left;
  background: url(../images/bg_text.gif) repeat-x scroll top;
  position: relative;
}
#leftIn, #rightIn {
  margin: 40px 40px 0 180px;
  position: absolute;
  width: 400px;
}

#rightIn {
  margin: 40px 180px 0 40px;
}

#leftIn p, #rightIn p{
  margin-bottom: 20px;
}

#delnik {
  width: 152px;
  height: 183px;
  background: url(../images/delnik.gif) no-repeat scroll left top;
  position: absolute;
  left: 5px; top: 23px;  
}

#delnikRight {
  width: 152px;
  height: 183px;
  background: url(../images/delnik3.gif) no-repeat scroll left top;
  position: absolute;
  left: 250px; top: 23px;  
}

#right {
  margin-left: 640px; 
  margin-top: 10px;
}

#right .infoText {
  border: 1px #ccc solid;
  padding: 10px;
  height: 55px;
  text-align: justify;
}


#right .infoForm {
  height: 107px;
  margin-top: 10px;
  background: url(../images/bg_form.gif) no-repeat scroll left top;
  padding: 10px 0 0 10px;
}


.infoForm textarea{
  height: 42px;
  width: 287px;
  margin: 0; padding: 4px;
  margin-bottom: 5px;
}

.infoForm input{
  float: left;
  width: 167px;
  height: 20px;
  line-height: 22px;
  margin: 0; padding: 0 4px;
  line-height: 20px;
  
  border: 1px solid #d38e90;  
}

.infoForm .send{
  width: 100px;
  height: 22px;
  line-height: 20px;
  margin: 0; padding: 0;
  margin-left: 18px;
  background-color: #a61d21;

  color: #fff;
}

#foot {
  clear: both;
  border-top: 1px #ccc solid;
  padding: 10px;
  color: #555;
  font-size: 10px;
}

.slideImg {
  position: absolute;
  top: 12px; left: 0px;
}




