@charset "utf-8";
/* CSS Document */
table, tr, td
{
	font-size: 11px;
}
#page
{
	min-height: 600px;
}

#sub
{
	width: 980px;
	background:url(../images/page-top-bg.png) no-repeat;
	over-flow: hidden;
}

#sub-main
{
	width: 680px;
	float: left;
}
#sub-right
{
	width: 280px;
	float: right;
	border: 1px solid #eaeaea;
	background: #F7F7F7;
	margin-top: 20px;
	font-size: 11px;
}

#page h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:-2px;
	color: #25AAE0;
	border-bottom: 1px solid #eaeaea;
}


#page h3
{
	margin-bottom: 0;
	color: #8CC63F;
}


.list
{
	color: #CC0000;
	font-weight: bold;
	margin: left: 20px;
	padding-bottom: 0px;
}

li b
{
	font-size: 11px;
	color:#8CC53F;
}

#sub-right li
{
	list-style-type: none;
	margin: 10px;
}
#contact-box
{
	background: #fff;
	width: 100%;
	line-height: 16px;
	float: left;
}
.contact-form
{
	background: #eaeaea;
	border: 1px solid #ccc;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	color: #666666;
}

.contact-form-mand
{
	background: #f3f3f3;
	border: 1px solid #8CC53F;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	color: #666666;	
}

#sol
{
	width: 600px;
	margin: auto auto;
	background: #efefef;
}

#sol-left, #sol-left2
{
	width: 300px;
	float: left;
	height: 150px;
}

#sol-right, #sol-right2
{
	width: 300px;
	float: right;
	height: 150px;
}
#table1
{
	width: 100%;
	text-align: center;	
}
#table1 .price
{
	height: 40px;
	font-weight: bold;
	background: #ccc;
}
#table1 .bold
{
	font-weight: bold;
	text-align: left;
}
#table1 .row1
{
	background: #efefef;
	height: 30px;
}
#table1 .row2
{
	background: #fff;
	height: 30px;	
}
