@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #333;
	margin: 0;
	margin-top:10px;
	text-align:center;
}
#hp {
	width:600px;
	margin:0 auto;
	background-color:#000;
	border:6px double #CC2027;
}
.phone {
	font-size: 200%;
	color: #CCC;
	font-weight:bold;
}

/***********  Additional buttons ************/
.clearbuttonA { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.buttonA {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #C00;
    display: block;
    float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:180%;
	font-weight:600;
	letter-spacing:0.2em;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonA span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 2px 0 2px 18px;
} 
a.buttonA:active, a.buttonA:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonA:active span, a.buttonA:hover span {
    background-position: bottom left;
    padding: 3px 0px 1px 18px; /* push text down 1px */
}
.bottom {
	width:600px;
	margin:10px auto;
	text-align:center;
	color:#F00;
	font-size:16px;
	font-weight:bold;
}