HTML, BODY {
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
}
BODY {
	background: #000;
	font: normal 14px/1.5 Georgia, serif;
	color: #cacaca;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #737272;
	text-decoration: none;
}
a:focus {
}
a:active {
}
HR {
	color: #EAEAEA;
	background-color: #EAEAEA;
	height: 1px;
	border-width: 0px;
	margin: 10px 0px;
}
DIV.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
img.c {
  display: block;
  margin: 0 auto;
}
DIV#wrapper {
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -90px auto;
	width: 1000px;
	position: relative;
	text-align: left;
}
	DIV#header {
		position: relative;
		text-align: left;
		height: 330px;
		background: url(../images/header-bg-new.jpg) 0px 0px no-repeat;
	}
		DIV#logo {
			position: absolute;
			top: 30px;
			left: 75px;
			width: 237px;
			height: 80px;
		}
		ul#icons {
			position: absolute;
			top: 115px;
			left: 85px;
		}
    ul#icons li {
      display: block;
      float: left;
      margin-right: 15px;
      overflow: hidden;
      position: relative;
    }
    #home {
      height: 10px;
      width: 11px;
    }
    #mailto {
      height: 8px;
      width: 12px;
    }
    ul#icons ins {
      background: url(/images/icons.gif) no-repeat left top;
      height: 11px;
      position: absolute;
      width: 70px;
    }
    #home a:link ins, #home a:visited ins {
      left: 0;
    }
    #home ins, #home a:hover ins, #home a:active ins {
      left: -11px;
    }
    #mailto a:link ins, #mailto a:visited ins {
      left: -46px;
      top: -1px;
    }
    #mailto ins, #mailto a:hover ins, #mailto a:active ins {
      left: -58px;
    }
		DIV#top-menu {
			position: relative;
			background: url(../images/menu-bg.jpg) 0px 0px no-repeat;
			height: 51px;
		}
		DIV#top-menu-wrap {
			height: 100%;
			background: url(../images/menu-wrap-bg.jpg) 100% 0px no-repeat;
			text-align: center;
			padding: 15px 0px 0px 0px;
		}
			DIV#top-menu UL {
			}
			DIV#top-menu UL LI {
				font: 18px 'Times New Roman', Tahoma;
				background: url(../images/menu-separator.jpg) 100% 3px no-repeat;
				padding: 0px 15px 0px 12px;
				display: inline;
			}
			DIV#top-menu UL LI#last {
				background: none;
			}
			DIV#top-menu UL LI A {
				/*height: 20px;*/
				color: #ffdba0;
				text-decoration: none;
				padding: 0px 0px 0px 0px;
			}
			DIV#top-menu UL LI A:hover {
				color: #fff;
			}
		DIV#left-column {
			float: left;
			width: 300px;
			/*padding: 50px 0px 0px 0px;*/
			padding: 60px 0px 0 0px;
			margin: 0px 0px 100px 0px;
		}
    #left-column img {
      display: block;
    }
    #left-column img.pnone-number {
      margin-left: 40px;
    }
    #left-column dl {
      margin-left: 25px;
      margin-bottom: 30px;
    }
    #left-column dt {
      font: 18px/1.3 Georgia, serif;
      margin-top: 0;
      margin-bottom: 0.7em;
    }
    #left-column dt a:link, #left-column dt a:visited {
      color: #c30;
    }
    #left-column dt a:hover, #left-column dt a:active {
      color: ;
    }
    #left-column dd {
      font: 1em/1.5 Arial, Tahoma, Verdana, sans-serif;
    }
    #left-column dd span.phone-number {
      font-size: 1.3em;
      font-weight: bold;
      line-height: 2;

    }
		DIV#content {
			width: 100%;
			overflow: hidden;
		}
		DIV#center-column {
			margin: 0 20px 100px 300px;
			min-height: 300px;
			//height: 300px;
		}
		DIV#wrap-column {
     	    font-size: 16px;
			overflow: hidden;
			background: url(../images/content-bg-new.jpg) 0px 0px no-repeat;
			padding: 50px 0px 0px 0px;
			width: 100%;
		}
		DIV#wrap-column P {
			line-height: 1.5;
		}
		DIV#wrap-column H1 {
			font: bold 24px/27px 'Times New Roman', Tahoma;
			margin: 0px 0px 40px 0px;
			text-transform: uppercase;
			color: #fff;
			position: relative;
		}
		DIV#wrap-column H1 SPAN {
			background: url(../images/shadow.png) 0px 2px no-repeat;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 70px;
			height: 24px;
		}
		DIV#wrap-column UL {
			margin: 0px 0px 15px 15px;
		}
		DIV#wrap-column UL LI {
			background: url(../images/marker.gif) 0px 50% no-repeat;
			padding: 0px 0px 2px 15px;
		}
		DIV#wrap-column TABLE {
			margin: 0px 0px 15px 0px;
		}
		DIV#wrap-column TABLE TH {
			text-align: center;
			vertical-align: middle;
			background: #fff;
			color: #000;
			padding: 5px;
			border: 1px solid #000;
		}
		DIV#wrap-column TABLE TD {
			text-align: left;
			vertical-align: middle;
			padding: 5px;
		}
    DIV#wrap-column TABLE TD {
      padding-left: 10px;
      padding-right: 10px;
    }

    DIV#wrap-column TABLE TD td {
			padding: 5px;
    }

div#wrap-column table.td7 td {
  vertical-align: top;
}


DIV#wrap-column #price-profnastil table td, DIV#wrap-column table.td7 td {
  text-align: center;
}

DIV#wrap-column #price-profnastil table td:first-child, DIV#wrap-column table.td7 td:first-child  {
  text-align: left;
}
DIV#wrap-column #price-profnastil table td.first, DIV#wrap-column table.td7 td.first  {
  text-align: left;
}
DIV#wrap-column table.td7 td.label {
  color: #fff;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}


		DIV#wrap-column IMG {
			border: 1px solid #fff;
		}
	DIV#empty {
		height: 175px;
	}
DIV#footer {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 1000px;
	height: 90px;
	padding: 0px 0px 0px 0px;
}
DIV#footer P {
	color: #737272;
	margin: 0px 0px 0px 0px;
	font: 11px/16px Tahoma;
}
DIV#footer P A {
	color: #fff;
	text-decoration: underline;
}
	DIV#counters {
		position: absolute;
		bottom: 15px;
		right: 0px;
		width: 188px;
	}
	DIV#counters IMG {
		margin: 0px 0px 5px 0px;
	}
	DIV#footer-bg-emul {
		background: url(../images/footer-bg.jpg) 0px 0px no-repeat;
		width: 328px;
		height: 172px;
		position: absolute;
		top: -82px;
		left: 0px;
	}
	DIV#fabric-bg {
		background: none;
		width: 205px;
		height: 271px;
		position: absolute;
		top: -295px;
		right: 0px;
	}
	DIV#bottom-menu {
		position: absolute;
		top: -90px;
		left: 50%;
		text-align: center;
		width: 400px;
		margin-left: -200px;
	}
	DIV#bottom-menu P {
		background: url(../images/bottom-menu-bg.jpg) 0px 0px repeat-y;
		margin: 0px 0px 5px 0px;
		float: left;
	}
	DIV#bottom-menu P A {
		text-decoration: none;
		border: 3px solid #000;
		border-width: 0px 3px 0px 0px;
	}
	DIV#bottom-menu P A:hover {
		color: #fff;
	}
  td.price-menu {
    background: url(/images/price-menu.jpg) no-repeat left top;
  }
  td.price-menu a {
    font-size: 15px;
  }


  div#wrap-column td.map, div#wrap-column td.price-menu {
    padding: 0;
  }
  div#wrap-column td.price-menu li {
    background: none;
    list-style-type: none;
    font: 14px/2 Georgia, serif;
    margin: 0;
    padding: 0;
  }
  div#wrap-column td.price-menu li a:link, div#wrap-column td.price-menu li a:visited {
    color: #fc6;
  }
  div#wrap-column td.map img {
    border: none;
  }
  div#wrap-column #claim td {
    padding: 7px;
  }


  div#wrap-column #claim td.details {
    vertical-align: top;
  }
  div#wrap-column #claim label {
    font: 14px/1.5 Georgia, serif;
  }
  div#wrap-column #claim input {
    /*border: none;*/
    height: 1.5em;
    line-height: 1.5;
    width: 220px;
  }
  div#wrap-column #claim input.submit {
    height: auto;
    width: auto;
  }
  div#wrap-column #claim textarea {
    border: none;
    height: 200px;
    padding: 0;
    width: 400px;
  }
  div#wrap-column table.price-map {
    margin: 20px 0 25px;
  }
  #page-4 #wrap-column {
    overflow: visible;
  }
#price-profnastil tr.even td,table.td7 tr.even td {
  background-color: #161616;
}
#price-profnastil tr.even td.first, table.td7 tr.even td.first {
  background: inherit;
}


#price-profnastil u.pseudo {
  border-bottom: 1px dashed #cc9;
  color: #fc6;
  cursor: pointer;
  line-height: 1.5;
  padding-bottom: 2px;
  //padding-bottom: 0;
  position: relative;
  text-decoration: none;
}
#price-profnastil u.pseudo img {
  margin-left: -5000px;
  position: absolute;
  visibility: hidden
}
#price-profnastil u.hover {
  border-bottom: none;
  padding-bottom: 1px;
}
#price-profnastil u.hover img {
  border: none;
  left: -210px;
  margin-left: 0;
  top: -33px;
  visibility: visible;
}
#page-7 #wrap-column dl {
  margin-bottom: 6em;
}
#page-7 #wrap-column dt {
  color: #fc6;
  font-weight: bold;
  margin: 2em 0 0.75em;
}

#wrap-column dl.YMaps dt {
  background: url(/images/mapFlag.gif) no-repeat left 0.5em;
  font-family: Georgia, serif;
  line-height: 2;
  margin: 1em 0 1em;
  text-indent: 20px;
}

#wrap-column dl.YMaps dt a:link, a:visited {
  color: #fc6;
}

#wrap-column dl.YMaps dd {
  height: 300px;
  margin-bottom: 4em;
  width: 500px;
}

#wrap-column dl.YMaps img {
  border: none;
}

#top-menu ul li.item-4 a {
  color: #fc6;
}
