html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	background-color: #edeeef;
	background-image: url('/images/bg.gif');
	background-position: 50% 0;
}
a {
	color: #4a4a64;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	width: 100%
}
img {
	border: 0px;
}
.menu {
  background: url('/images/box.png') no-repeat left
}
.menuhl {
  background: url('/images/boxhl.png') no-repeat left
}

.menu a{
  color: #4a4a64;
  text-decoration: none;
}

.menu-hot{
  color: #fff;
  background:	rgb(120,120,130);
  background:	rgba(0,10,19,0.25);
}


#wrapper {
	width: 994px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url('/images/wrapper.png');
	background-position: center 0;
	background-repeat: repeat-y;
}

#header {
	height: 317px;
	margin: 0 auto;
	width: 960px;
	background: url('/images/header.jpg');
	clear: both;
}

#topmenu {
	position: absolute;
	top: 132px;
	padding-left: 65px;
	font: 10pt Arial, Helvetica, "Century Gothic";
	line-height: 15pt;
}

* html #topmenu {
	padding-left: 45px;
}

#botmenu {
	position: relative;
	padding-top: 10px;
	padding-left: 250px;
	font: 10pt Arial, Helvetica, "Century Gothic";
	font-weight: bold;
}

#botmenu a {
	color: #fff;
	text-decoration: underline;
	opacity: .75; filter:Alpha(Opacity=75);
}

#botmenu li {
	padding: 5px;
	margin: 5px;
	list-style: none;
	display: inline;
}


#topmenu li {
	list-style: none;
}

#topmenu li a {
	padding: 0;
	margin: 0;
	display: block;
	vertical-align: bottom
}

#content {
	padding: 0 0px 158px;
	width: 960px;
	margin: 0 auto;
	font-size: 11pt;
	text-align: justify;
}

#inner2 {
	padding: 30px;
	text-align: justify;
	width: 651px
}

#inner2 li {
	text-align: left;
}

#inner1 {
	background-color: #fff;
	vertical-align: top;
}

#leftphones {
	width: 249px;
	height: 84px;
    background-image: url('/images/left-top.png');
}

#leftbg {
	width: 249px;
	height: 100%;
	min-height: 89px;
	background-color: #a4a5ad;
	text-align: center;
    background-image: url('/images/left-top-bg.png');
    background-repeat: no-repeat;
}

#leftbottom {
  background-color: #a4a5ad;
	width: 249px;
	height: 49px;
}

#left {
    background-color: #a4a5ad;
    background-image: url('/images/left-bottom.png');
    background-repeat: no-repeat;
    background-position:  left bottom;
}

#main {
    background-image: url('/images/left-bg.png');
    background-repeat: repeat-y;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#main td{
    padding: 0;
}

#footer {
	width: 960px;
	margin: -158px auto 0;
	height: 158px;
	position: relative;
	background-color: #646176;
	background: url('/images/footer.png');
	color: #fff
}

#botphone {
	background-image: url('/images/bot-phone.png');
    background-repeat: no-repeat;
    background-position:  left center;
    padding-left: 40px;
    height: 53px;
    font: bold 14pt "Century Gothic", Arial, Helvetica;
    vertical-align: center;
    color: #fff;
    padding-top: 20px;
}

#copy {
	text-align: right;
}

#copy a{
	color: #fff;
}


#bottom td {
	padding: 40px 20px;
}

#counter {
	float: left;
	padding-right: 10px;
}

#map {
	font-size: 10pt;
}

h3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 13.5pt;
}

th {
	font-size: 10pt;
	text-align: center;
}

h4 {
	font-size: 12pt;
	text-align: center;
}

.price table, .price td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font-size            : 10pt;
  text-align           : center;
}
.price table
{
	border                :none;
	border                :1px solid #CCC;
}
#price thead th,
#price tbody th
{
	background            : #FBFCFE url('/images/th_bck.gif') repeat-x;
  color                 : #666;  
	padding               : 4px 7px;
  border-left           : 1px solid #CCC;
}
.price tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
#price tbody td
{
  text-align:						: center;
	padding               : 4px 7px;
  color                 : #666;
}

#price tbody td:first-child
{
  text-align            : left;
}

#price tbody tr:hover
{
  background-color            : #fafafb;
}

#price tbody tr:hover td
{
  color                 : #454545;
}
.price tfoot td,
.price tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
.price table a:link
{
	color                 : #666;
}
.price table a:visited
{
	color                 : #666;
}
.price table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
.price table a:active
{
	color                 : #003366;
}


