/*
Coder: Sam Gordon - Pixale
Website: Pixale.net
*/

/* Sub Banner Section */

#sub-banner {
	height:172px;
	padding:5px 0 0 0;
}

	.offer {
		background: url(../images/index/offer.png) no-repeat;
		width:259px;
		height:171px;
		float:left;
		margin:0 0 0 9px;
		padding:1px 0 0 7px;
		font-family:arial
	}

		.offer span {
			color:#4d553c;
			font-weight:bolder;
			font-size:11px
		}

		.offer ul {
			list-style: none;
			margin: 14px 0 12px 0;
			padding: 0;
		}

		.offer ul li {
			list-style: none;
			padding: 0;
			margin: 0;
			font-size:11px;
			color:#535353
		}

		.offer a {
			color:#147ea3;
			font-size:10px;
			padding:0 0 0 60px;
			text-decoration:underline
		}

		.offer a:hover {
			color:#147ea3;
			text-decoration:underline
		}

	#sub-banner .right {
		width:505px;
	}

/* Information Section */

#info-box {
	background: url(../images/index/info-box.png) no-repeat;
	width:788px;
	height:194px;
}

	.support {
		background: url(../images/index/support.png) no-repeat;
		width:249px;
		height:173px;
		float:left;
		margin:0 0 0 9px;
		padding:10px 10px 0 7px;
		font-family:arial
	}

		.support span {
			color:#535353;
			font-weight:bolder;
			font-size:11px
		}

		.support ul {
			list-style: none;
			margin: 14px 0 23px 0;
			padding: 0;
		}

		.support ul li {
			list-style: none;
			padding: 0;
			margin: 0;
			font-size:11px;
			color:#535353
		}

		.support a {
			color:#147ea3;
			font-size:10px;
			padding:0 0 0 90px;
			text-decoration:underline
		}

		.support a:hover {
			color:#147ea3;
			text-decoration:underline
		}

		.members-area {
			background: url(../images/index/members-area.png) no-repeat;
			width:263px;
			height:auto;
			margin:0 0 13px 0
		}

			.members-area h2 {
				font-family:Century Gothic;
				font-style:italic;
				font-weight:bolder;
				color:#424242;
				font-size:21px;
				padding:2px 0 0 3px
			}

				.members-area h2 span {
					font-style:italic;
				}

			.members-area p {
				color:#000000;
				font-size:11px;
				line-height:15px;
				padding:7px 0 0 4px
			}

				.members-area a {
					color:#147ea3;
					font-weight:bolder;
					text-decoration:none
				}

				.members-area a:hover {
					color:#000;
					text-decoration:none
				}

				.members-area p span {
					color:#147ea3;
					font-weight:bolder;
				}

					.members-area p .no-bold {
						font-weight:normal
					}


