
body{
	margin:0 auto;
	background:#FFF;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

h1{
	font-size:18px
}

a{
	color:#87173D;
}

a:link, a:visited {
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

input, textarea, select {
	border: 1px solid #999;
	font:11px Arial, Helvetica, sans-serif;
	padding:2px;
    resize: none;
}

.btn{
	background:#87173D;
    color:#FFF;
    border-color:#000
}

/*table {
	font-size:16px;
}*/

table td {
	padding-right:5px;
}

#container {
	position:relative;
	padding: 20px 30px 30px;
	background:#FFF;
	margin:15px auto;
	width:740px;
	height:560px;	
}

#main {
	clear:both;
	width:740px;
	border:1px solid #999;
	height:341px;
}

#main .container {
	border:1px solid;
	width:728px;
	margin: 5px auto;
    z-index: -2;
	height:-12px;
}

.mainLogo {
	width:100%;
	text-align:center;
	height:91px;
	margin-bottom:20px
}

.phone {
	font-size:12px;
	text-align:center;
	margin-bottom:40px;
	letter-spacing:2px
}

.leftLoad{
	position:absolute;
    top:235px;
    padding: 0 15px;
    z-index:600;
}

.rightLoad{
	position:absolute;
    top:240px;
    left:310px;
    padding: 0 15px;
    z-index:600;
    width:420px
}

.faq{
	position:absolute;
    left:55px;
    top:40px;
    height: 265px;
    width:320px;
    line-height:20px
}

.faqTop{
	/*background: url(../images/popup-top.png) no-repeat;*/
    background: #999;
    border: 1px solid;
    height:16px;
    text-align: right;
    padding: 4px 8px 0
}

.faqMain {
	max-height:240px;
    background: #FFF;
    overflow:auto;
    margin:0;
    padding:2px 8px;
    border: 1px solid;
}

.closeBtn, .closeBtn:hover {
	font: Bold 12px Verdana, Arial, sans serif;
    text-decoration:none;
}

#footer{
	clear:both;
	text-align:center;
	margin-top:10px;
	letter-spacing:1px
}

#thumb img, #thumb img a {
	border: 2px solid;
    color:#87173D;
    border-color:#87173D;
}

#hidden b a{
	text-decoration: none;
    color:#000;
}