/* CSS Document */

body {
	background-color: #F0F0F1;
	background-image: url(images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	margin: 20px auto 6px auto;
	width: 970px;
	height: 54px;
}

.logo {
	float: left;
}

.title {
	margin: -10px 0px 0px 250px;
}

sup {
	font-size: 10px;
}

#main .title p {
	color: #1D92CE;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}

#main-top {
	width: 970px;
	height: 18px;
	margin: 0px auto 0px auto;
	background-image: url(images/main-top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#main {
	margin: -22px auto 0px auto;
	padding: 0px 30px 0px 30px;
	background-image: url(images/main-middle.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#main p {
	width: 420px;
	color: #1D92CE;
	font-size: 18px;
	font-weight: normal;
}

.product {
	float: right;
	margin: -130px 0px 0px 0px;
}

.form {
	font-size: 12px;
	font-weight: normal;
	width: 700px;
}

.question {
	font-weight: bold;
}

#main-bottom {
	width: 970px;
	height: 18px;
	margin: -18px auto 0px auto;
	background-image: url(images/main-bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	color: #808080;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

.fleft {
	float: left;
	padding-bottom: 15px;
}

.fright {
	float: right;
	padding-bottom: 15px;
}

.fright a {
	color: #808080;
	text-decoration: none;
}

.fright a:hover {
	color: #1D92CE;
	text-decoration: underline;
}
