* {
	padding:							0px;
	margin:								0px;
	line-height:						14px;
}

.bold {
	font-weight:						bold;
}

a img {
	border:								0px;
}

a.dot {
	background:							url( "images/link-dot.png" ) no-repeat;
	padding-left:						15px;
	color:								#f0920e;
	font-family:						'TitilliumText22LMedium', Arial;
}

a {
	color:								#f0920e;
}

body, html {
	background:							url( "images/background.png" ) repeat-x #f9f9f9;
	background-position:				top center;
	line-height:						14px;
	font-family:						'TitilliumText22LLight', Arial;
}

div#wrap {
	position:							absolute;
	min-height:							100%;
	top:								0px;
	left:								0px;
	right:								0px;
	min-width:							1000px;
}

div#container {
	width:								1000px;
	margin:								0 auto;
	margin-bottom:						130px;
}

div#header {
	height:								140px;
	display:							block;
}

	a#logo {
		margin-top:						9px;
		display:						block;
		float:							left;
	}
	
	ul#topmenu {
		background:						url( "images/topmenu-bg.png" ) repeat-x;
		float:							right;
		margin-top:						56px;
		height:							37px;
		position:						relative;
		padding-left:					8px;
		padding-right:					8px;
	}
	
		ul#topmenu li {
			font-family:				'TitilliumText22LLight', Arial;
			font-size:					14px;
			color: 						#ffffff;
			height:						37px;
			display:					inline-block;
		}
		
		ul#topmenu li.space {
			background:					url( "images/topmenu-space.png" ) no-repeat;
			height:						12px;
			width:						4px;
			position:					relative;
			top:						2px;
			display:					inline-block;
		}
		
		ul#topmenu li.left {
			background:					url( "images/topmenu-left.png" ) no-repeat;
			height:						37px;
			width:						8px;
			position:					absolute;
			top:						0px;
			left: 0px;
			display:					inline-block;
		}
		
		ul#topmenu li.right {
			background:					url( "images/topmenu-right.png" ) no-repeat;
			height:						37px;
			width:						8px;
			position:					absolute;
			top:						0px;
			right: 0px;
			display:					inline-block;
		}
		
		ul#topmenu li a {
			height:						25px;
			display:					inline-block;
			color: 						#ffffff;
			text-decoration:			none;
			padding-top:				12px;
			padding-left:				8px;
			padding-right:				8px;
		}
		
		ul#topmenu li a:hover {
			text-decoration:			underline;
		}

div#slider {
	position:							relative;
	height:								266px;
	overflow:							hidden;
	margin-bottom:						1px;
}

	div#slider-nav {
		width:							1000px;
		height:							82px;
		position:						relative;
		z-index:						3;
	}
	
		div#slider-nav div.item {
			background:					url( "images/slider-item.png" ) repeat-x;
			width:						250px;
			height:						82px;
			float:						left;
			cursor: 					pointer;
		}
		
		div#slider-nav div.active {
			background:					url( "images/slider-item-active.png" ) no-repeat;
		}
		
			div#slider-nav div.item h2 {
				font-family:			'TitilliumText22LRegular', Arial;
				font-size:				16px;
				color:					#e9f2f1;
				padding-top:			10px;
				padding-left:			11px;
			}
			
			div#slider-nav div.item p {
				font-family:			'TitilliumText22LLight', Arial;
				font-size:				11px;
				color:					#c6dddb;
				padding-top:			10px;
				padding-left:			11px;
			}
			
			div#slider-nav div.item p.description {
				display:				none;
			}
			
	div#slider-viewport {
		position:						relative;
		top:							-12px;
		z-index:						2;
	}
	
		div#slider-viewport div.items {
			position:					relative;
			width:						10000px;
		}
	
		div#slider-viewport div.overlay {
			background:					url( "images/slider-overlay.png" ) repeat-x;
			height:						77px;
			position:					relative;
			top:						-79px;
			width:						1000px;
		}
		
		div#slider-viewport div.overlay h2 {
			font-family:				'TitilliumText22LRegular', Arial;
			font-size:					16px;
			color:						#ffffff;
			padding-top:				13px;
			padding-left:				12px;
		}
		
		div#slider-viewport div.overlay p {
			font-family:				'TitilliumText22LLight', Arial;
			font-size:					13px;
			color:						#ffffff;
			padding-top:				10px;
			padding-left:				12px;
			padding-right:				12px;
		}
		
div#slider-bottom {
	background:							url( "images/slider-bottom.png" ) repeat-x;
	width:								1000px;
	height:								14px;
	display:							block;
	font-size:							0px;
	clear:								both;
}

div#container2 {
	background:							url( "images/content-bg.png" ) repeat-y;
	width:								1000px;
	border-left:						1px solid #ebebeb;
	border-right:						1px solid #ebebeb;
	border-bottom:						1px solid #ebebeb;
	display:							table;
}

div#menu {
	width:								290px;
	float:								left;
	display:							block;
	padding-top:						20px;
	padding-right:						30px;
}

	div#menu h2 {
		font-family: 					'TitilliumText22LRegular', Arial;
		font-size:						18px;
		color:							#1e2116;
		padding-left:					16px;
		padding-bottom:					19px;
	}
	
	div#menu p {
		font-family: 					'TitilliumText22LLight', Arial;
		font-size:						12px;
		color:							#1e2116;
		padding-left:					16px;
		padding-bottom:					18px;
	}
	
	div#menu div.line {
		background:						url( "images/div-line.png" );
		display:						block;
		width:							283px;
		height:							8px;
		margin-left:					16px;
		margin-bottom:					18px;
		clear:							both;
	}
	
	
	
	
	

div#content {
	width:								678px;
	float:								right;
	display:							block;
}

	div#content h2 {
		font-family: 					'TitilliumText22LMedium', Arial;
		font-size:						18px;
		color:							#1c7b72;
		padding-left:					16px;
		padding-bottom:					19px;
	}
	
	div#content p {
		font-family: 					'TitilliumText22LLight', Arial;
		font-size:						12px;
		color:							#1e2116;
		padding-left:					16px;
		padding-bottom:					18px;
	}
	
	

	div#clip {
		background:						url( "images/clip.png" ) no-repeat;
		width:							705px;
		height:							99px;
		position:						relative;
		top:							-16px;
		left:							-14px;
	}
	
		div#clip h2 {
			font-family:				'TitilliumText22LBold', Arial;
			font-size:					17px;
			color:						#000000;
			padding-top:				25px;
			padding-left:				20px;
			padding-bottom:				0px;
		}
		
		div#clip p {
			font-family:				'TitilliumText22LLight', Arial;
			font-size:					13px;
			color:						#000000;
			padding-top:				10px;
			padding-left:				20px;
			padding-right:				100px;
			padding-bottom:				0px;
		}




div#footer {
	background:							url( "images/footer.png" ) repeat-x #ffffff;
	height:								78px;
	overflow:							hidden;
	position:							absolute;
	bottom:								0px;
	left:								0px;
	right:								0px;
	min-width:							1000px;
}

	div#footercenter {
		margin:							0 auto;
		width:							1000px;
	}
	
	div#footercenter p {
		color:							#ffffff;
		font-family: 					'TitilliumText22LLight', Arial;
		font-size:						13px;
		text-align:						left;
		padding-top:					35px;
		padding-left:					0px;
	}
	
	div#footercenter p a {
		color:							#ffffff;
		text-decoration:				none;
	}
	
	div#footercenter p a:hover {
		text-decoration:				underline;
	}
	
	div#footercenter p.left {
		float:							left;
	}
	
	div#footercenter p.right {
		float:							right;
	}
