
h1, input, label, li, p, span, textarea {
	font-family: Helvetica, sans-serif;
	}
h1 {
	margin: 0 0 30px;f
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -2px;
	}
p, ul {
	clear: both;
	margin: 0 0 6px;
	padding: 0;
	}
p, li {
	font-size: 11px;
	line-height: 130%;
	}
label {
	display: block;
	float: left;
	width: 60px;
	margin: 0;
	font-size: 12px;
	}
input, textarea {
	float: left;
	width: 140px;
	margin: 0 0 2px;
	border: 0;
	font-size: 12px;
	}
li {
	float: left;
	width: 150px;
	padding: 0 0 4px 10px;
	list-style: none;
	background: url("../images/bullet.png") left 6px no-repeat;
}

body {
	margin: 0;
	background: #bac4c5 url("../images/background.jpg") center top no-repeat;
	}
body.index {
	background: #bac4c5 url("../images/background_index.jpg") center top no-repeat;
	}
#body {
	margin: 0 auto;
	width: 980px;
	min-height: 690px;
	}
	#body .inner {
		width: 895px;
		margin: 0 auto;
		}
		#header {
			height: 90px;
			margin: 0 0 55px;
			background: url("../images/header.png") left top no-repeat;
			}
			#header span {
				display: none;
				}
		#content {
			width: 400px;
			min-height: 420px;
			}
		#products {
			margin: 24px 0;
			padding: 9px 0 0;
			background: url("../images/background_products.png") left top no-repeat;
			}
			#products .product {
				float: left;
				width: 132px;
				}
				#products .product img {
					float: right;
					border: 0;
					}
			#products .form {
				float: right;
				width: 235px;
				height: 201px;
				background: url("../images/background_form.jpg") left top no-repeat;
				}
				#products .form form {
					margin: 40px 0 0 18px;
					}
				#products .form .button input {
					width: 40px;
					height: 24px;
					margin: 6px 0 0 160px;
					}
				#products .form .answer {
					font-family: Helvetica, sans-serif;
					font-size: 11px;
					margin: 50px 0 0 18px;
				}

.clear {
	clear: both;
	}
.message {
	display: block;
	margin: 0 0 4px;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -2px;
	}