html{

	height: 100%;

}

body{

	font-size: 15px;
	line-height: 1.9;
	color: #4a4743;
	background: url(images/bg.jpg) top left repeat;
	min-height: 100%;

}

* a{

	color: #4440f3;
	text-decoration: none;

}

/*
	
	Header

*/

#header{

	width: 980px;
	margin: 0 auto 40px;

}

#header:after{

	display: block;
	content: "";
	clear: both;

}

ul{
	list-style: none !important;
}

::marker{
	display: none !important;
}

	#header #logo{

		float: left;

	}

		#header #logo a{

			display: block;
			text-indent: -9999px;
			width: 245px;
			height: 109px;
			background: url(images/logo.png) top left no-repeat;

		}

		#global-menu{

			float: right;
			margin-top: 30px;
			overflow: hidden;

		}

			#global-menu li{

				float: left;
				border-left: 1px solid #d3cdc5;

			}

				#global-menu li a{

					display: block;
					height: 26px; 
					text-indent: -9999px;
					background-position: center;

				}

				#global-menu li a:hover{

					opacity: 0.8;

				}

				#global-menu #menu-1 a{

					background-image: url(images/navi-1.png);
					width: 189px;

				}

				#global-menu #menu-2 a{

					background-image: url(images/navi-2.png);
					width: 158px;

				}

				#global-menu #menu-3 a{

					background-image: url(images/navi-3.png);
					width: 93px;

				}

				#global-menu #menu-4 a{

					background-image: url(images/navi-4.png);
					width: 125px;

				}

				#global-menu #menu-5 a{

					background-image: url(images/navi-5.png);
					width: 125px;

				}

/*

	Section

*/

#wrapper{

	width: 980px;
	min-height: 750px;
	margin: 0 auto;
	position: relative;

}

.section{

	width: 980px;
	padding-bottom: 80px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

}

	.section-title{

		position: absolute;
		top: 0;
		left: 270px;
		z-index: 2;
		text-indent: -9999px;
		background-position: top left;

	}

	.section-title-full{

		display: block;
		margin: 0 auto;
		text-indent: -9999px;
		background-position: top left;

	}

	#title-1{

		background: url(images/title-1.png);
		width: 353px;
		height: 60px;

	}

	#title-2{

		background: url(images/title-2.png);
		width: 290px;
		height: 60px;

	}

	#title-3{

		background: url(images/title-3.png);
		width: 132px;
		height: 60px;

	}

	#title-4{

		background: url(images/title-4.png);
		width: 194px;
		height: 60px;

	}

	#title-5{

		background: url(images/title-5.png);
		width: 194px;
		height: 60px;

	}

	#title-6{

		background: url(images/title-6.png);
		width: 420px;
		height: 60px;

	}

	.section-img{

		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;

	}

	.section-content{

		float: right;
		width: 640px;
		background: #ffffff;
		margin: 105px 10px 0 0;
		-webkit-box-shadow: 10px 10px 0 0 rgba(0,0,0,.03);
		box-shadow: 10px 10px 0 0 rgba(0,0,0,.03);

	}

	.section-content-full{

		float: none;
		text-align: center;
		width: 980px;
		margin: 30px auto 0;

	}

		.section-text{

			padding: 35px;

		}

			.section-text p{
				
				margin-bottom: 15px;

			}

			.section-text p:last-child{

				margin-bottom: 0;

			}

			.section-text table{

				width: 100%;
				border: 1px solid #e5e5e5;

			}

				.section-text tr{

					border-bottom: 1px solid #e5e5e5;

				}

				.section-text th{

					padding: 10px 20px;
					background: #f5f5f5;
					text-align: center;
					border-right: 1px solid #e5e5e5;

				}

				.section-text td{

					padding: 10px 20px;

				}

			.section-text h3{

				color: #369939;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				padding: 6px 0 3px;
				margin-bottom: 20px;
				background: #dff0d8;

			}

			.section-text h4{

				font-size: 15px;
				font-weight: bold;

			}

			.section-text dl{

				padding-bottom: 10px;
				margin-top: 10px;
				border-bottom: 1px solid #e5e5e5;

			}

			.section-text dl.last{

				margin-bottom: 20px;

			}

			.section-text dt{
			
				font-weight: bold;

			}

		#facebook{

			clear: both;
			float: right;
			width: 310px;
			margin: 20px 0 0 20px;

		}

		#banner{

			float: right;
			width: 310px;
			margin-top: 20px;

		}

			#banenr a{

				display: block;

			}

			#banner img{

				margin-bottom: 20px;

			}

				#banner a:hover img{

					opacity: .8;

				}

	#section-1-content{

		padding: 45px 0;
		min-height: 300px;
		position: relative;

	}

	#section-1-content:before{

		content: "";
		background: url(images/content-bg-top.jpg) top left repeat-x;
		width: 100%;
		height: 56px;
		position: absolute;
		top: 0;
		left: 0;

	}

	#section-1-content:after{

		content: "";
		background: url(images/content-bg-bottom.jpg) top left repeat-x;
		width: 100%;
		height: 56px;
		position: absolute;
		bottom: -1px;
		left: 0;
		
	}

		#section-1-content .section-text{

			margin-top: 15px;

		}

	#section-6-content{

		margin-bottom: 60px;

	}

/*

	Footer

*/

#footer{

	clear: both;
	width: 100%;
	height: 74px;
	line-height: 89px;
	text-align: center;
	background: url(images/footer.jpg) top left repeat-x;

}