* {
	padding: 0;
	margin: 0;
	/*border: red 1px solid;*/
	}
body {
	background-color: #ffffff;
	font-size: 13px;
	font-family: Tahoma;
	color: #727A77;
	}

div.body {
	background: #ffffff url('img/big.jpg') no-repeat 258px 0;
	width: 1000px;
	text-align: left;
	margin: 80px 0;
	padding: 10px;
	overflow: hidden;
	height: 100%;
	}

h1.logo {
	font-size: 60px;
	font-family: Georgia, Tahoma;
	color: #B09E74;
	font-weight: normal;
	padding: 0 0 0 100px;
	}
h2.logo {
	font-size: 27px;
	font-family: Georgia, Tahoma;
	color: #C2C9CD;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 45px 0 0 305px;
	}
h3.logo {
	font-size: 13px;
	font-family: Georgia, Tahoma;
	color: #8E9BA2;
	font-style: italic;
	font-weight: normal;
	padding: 15px 0 0 182px;
	}
	h3.logo a {
		color: #4866A4;
		margin-left: 6px;
		}


span.price {
	display: block;
	padding: 135px 0 0 45px;
	}
	span.price a {
		font-size: 21px;
		font-family: Georgia, Tahoma;
		color: #BA1C2E;
		font-style: italic;
		font-weight: normal;
		text-decoration: none;
		border-bottom: #4866a4 1px dashed;
		}

div.prchidden {
	display: none;
	position: absolute;
	background-color: #c8ced2;
    padding: 10px;
	margin: -46px 0 0 25px;
	width: 620px;
	opacity: 0.9;
    filter: alpha(opacity=90);
	}
    div.prchidden:before {
        content: url("img/u-tl.gif");
        background: #c8ced2 url("img/u-tr.gif") no-repeat top right;
        height: 10px;
        display: block;
        margin: -10px -10px 0 -10px;
        padding-bottom: 6px;
        clear: both;
        overflow: hidden;
        height: 100%;
        }
    div.prchidden:after {
	    content: url("img/u-bl.gif");
	    background: #c8ced2 url("img/u-br.gif") no-repeat bottom right;
	    height: 10px;
	    display: block;
	    margin: 0 -10px -10px -10px;
	    padding-top: 6px;
	    clear: both;
	    overflow: hidden;
	    height: 100%;
	    }

    div.prchidden span.price {
        padding: 0 0 7px 10px;
        margin-top: -9px;
        }
    div.prchidden span.price a {
        border-bottom: #b6bfc9 1px dashed;
        line-height: 20px;
        }
    div.prchidden a.closeprice {
        margin: -5px 10px 0 0;
        float: right;
        font-size: 11px;
        font-family: Georgia, Tahoma;
        color: #BA1C2E;
        font-style: italic;
        }
    div.prchidden a.allprice {
        padding: 0 0 0 50px;
        font-size: 11px;
        font-family: Tahoma;
        color: #4866A4;
        }

    div.prchidden ul {
        padding: 7px 0 7px 10px;
        list-style: none;
        }
        div.prchidden ul li {
            background: url('img/ico-blue.gif') no-repeat top left;
            padding: 2px 0 15px 40px;
            font-size: 12px;
            font-family: Georgia, Tahoma;
            font-style: italic;
            color: #727A77;
            }
        div.prchidden ul li.red {
            background: url('img/ico-red.gif') no-repeat top left;
            }
        div.prchidden ul li.green {
            background: url('img/ico-green.gif') no-repeat top left;
            }
            div.prchidden ul li a {
                font-size: 12px;
                font-family: Tahoma;
                font-style: normal;
            	color: #4866A4;
                }


div.content {
	padding: 125px 0 0 183px;
	width: 470px;
	float: left;
	}
	div.content h1 {
		font-size: 21px;
		font-family: Georgia, Tahoma;
		color: #BA1C2E;
		font-style: italic;
		font-weight: normal;
		padding-bottom: 12px;
		}
	div.content p {
		padding: 6px 0;
		font-size: 13px;
		font-family: Tahoma;
		color: #727A77;
		font-weight: normal;
		}


span.map {
	padding: 150px 195px 0 23px;
	float: right;
	}
	span.map a {
	    display: block;
		font-size: 15px;
		font-family: Georgia, Tahoma;
		color: #BA1C2E;
		font-style: italic;
		font-weight: normal;
		text-decoration: none;
		border-bottom: #4866a4 1px dashed;
		}
#map {
	display: none;
	position: absolute;
    top: 595px;
    background: url('img/map.gif') no-repeat top right;
	width: 310px;
	height: 557px;
	/*margin-top: 170px;*/
	padding: 363px 0 0 690px;
	}
html*#map {/* Safary */
	top: 608px;
	}
@-moz-document url-prefix() {
  #map {top: 613px;}
}


div.copy {
	float: left;
	width: 100%;
	padding: 370px 0 50px 700px;
	text-align: left;
	font-size: 12px;
	font-family: Tahoma;
	color: #727A77;
	line-height: 25px;
	}
	div.copy a {
		color: #3F9DD6;
		}