@charset "utf-8";

h3 {
	width: 699px;
	height: 32px;
	background: url(../../common/img/heading.gif) no-repeat;
	line-height: 32px;
	text-indent: 24px;
	font-size: 14px;
}

#introduction h4 {
	width: 680px;
	height: 90px;
	margin: 0;
}

#introduction div {
	margin-top: 12px;
	width: 680px;
}

#introduction .image {
	float: left;
}

#introduction h5 {
	width: 301px;
	height: 50px;
	margin: 0 0 0 245px;
	padding: 0;
}

#introduction p {
	margin: .5em 0 0 245px;
	padding: 0;
}

#info,
#application {
	margin-top: 35px;
}

#info h4,
#application h4 {
	width: 680px;
	height: 32px;
	background: url(../../common/img/heading2.gif) no-repeat;
	line-height: 32px;
	text-indent: 12px;
	font-size: 13px;
	margin: 0;
}

#info h5 {
	width: 660px;
	height: 25px;
	margin: 10px 0 0;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(../img/under-line.gif) repeat-x bottom;
	color: #004e98;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
}

#info .itemization,
#info .price-list,
#info .images {
	padding: 0 10px;
}

#info .itemization ul {
	margin: 15px 0 0;
	padding: 0 0 0 30px;
}

#info .itemization ul li {
	list-style-type: none;
	list-style-image: url(../img/bullet.gif);
	margin: 0.5em 0 0 0;
	padding: 0;
}

#info .itemization p {
	margin: 0.5em 0 0 30px;
}

#info .price-list table {
	width: 660px;
	border-collapse: collapse;
	margin-top: 20px;
}

#info .price-list table th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: #f2f6ff;
	border: 1px solid #cccccc;
	font-size: 80%;
	padding: 0.25em 0;
}

#info .price-list table td {
	white-space: nowrap;
	border: 1px solid #cccccc;
}

#info .price-list table td.icon {
	width: 26px;
	text-align: center;
	padding: 3px 0;
}

#info .price-list table td.price {
	text-align: right;
	padding: 0 8px 0 0;
}

#info .images {
	margin-top: 25px;
}

#info .images .image {
	float: left;
	text-align: left;
}

#info .images .image .lower {
	margin-top: 15px;
}

#info .images .map {
	float: right;
	text-align: right;
	padding-top: 4px;
}


#application table {
	width: 680px;
	border-collapse: collapse;
}

#application table tr {
	height: 35px;
}

#application table th,
#application table td {
	vertical-align: middle;
}

#application table th {
	width: 198px;
	padding: 0 0 4px;
	background: #f2f6ff url(../img/back_header.gif) repeat-x bottom;
	color: #044980;
	font-size: 120%;
	text-align: center;
	border-left: 1px solid #c9c9c9;
}

#application table td {
	padding: 0 10px 4px;
	background: url(../img/back_data.gif) repeat-x bottom;
	border-right: 1px solid #c9c9c9;
}

#application table tr.first th,
#application table tr.first td {
	border-top: 1px solid #c9c9c9;
}

#application table tr.last th,
#application table tr.last td {
	border-bottom: 1px solid #c9c9c9;
}

.button {
	clear: both;
	width: 680px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: right;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* \*//*/
.clearfix { overflow: hidden; }
/* */
