/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: #2c211e;
	min-width: 1012px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
	font-weight: normal;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #fa635e;
}

	a:hover {
		text-decoration: none;
	}
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main-tail {
	background: url(../images/main-tail.gif) repeat 50% 0%;
}

#main-tail-top {
	background: url(../images/main-tail-top.gif) repeat-x 50% 0%;
}

#main-tail-bot {
	background: url(../images/main-tail-bot.gif) repeat-x 50% 100%;
}

#main {
	width: 960px;
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	position: relative;
	height: 200px;
}

	header strong {
	display: block;
	line-height: 20px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	top: 14px;
	right: 20px;
	width: 187px;
	}
	
		header strong a {
			text-decoration: none;
			color: #fa635e;
		}
		
			header strong a:hover {
				text-decoration: underline;
			}

section#content {
	background: #fff;
	position: relative;
	behavior: url(js/PIE.htc);
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

footer {
	height: 129px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 23px 18px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 22px 0 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

nav {
	height: 73px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 2px;
	z-index: 100;
}

	nav ul {
		padding: 0 8px 0 0;
	}
	
		nav ul li {
	float: left;
	margin: 0 -8px 0 40;
		}
		
			nav ul li a {
				float: left;
				width: 98px;
				height: 73px;
				line-height: 48px;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
				color: #000;
			}
			
				nav ul li a:hover {
					color: #fa635e;
				}
			
			nav ul li.current a {
	background: url(../images/menu.png) repeat-x 0% 0%;
	line-height: 68px;
	color: #fff;
	background-position: 0px -10px;
			}
			
				nav ul li.current a:hover {
					color: #fff;
				}

/* =============================== header END ==================================== */





/* ============================= aside START =================================== */

aside {
	position: relative;
	width: 100%;
	padding: 0 0 43px 0;
}

	aside .aside-tail {
		background: url(../images/aside-tail.jpg) repeat-y 0% 0%;
	}

	aside .aside-top {
		background: url(../images/aside-top.jpg) no-repeat 50% 0%;
	}
	
	aside .aside-bot {
		background: url(../images/aside-bot.jpg) no-repeat 50% 100%;
		width: 100%;
	}
	
	aside .inner {
		padding: 39px 0 58px 0;
	}
	
	aside .block-1 {
		width: 480px;
	}
	
		aside .indent {
			padding: 0 36px 0 40px;
			text-align: right;
		}
	
	aside .block-2 {
		width: 480px;
	}
	
		aside .indent-1 {
			padding: 0 36px 0 36px;
		}
	
	aside strong {
		display: block;
		padding: 0 15px 12px 0;
		line-height: 1.3em;
		font-size: 4em;
		font-weight: 500;
		color: #fff;
	}
	
	aside b {
		display: block;
		padding: 0 0 12px 0;
		line-height: 1.3em;
		font-size: 4em;
		font-weight: 500;
		color: #fff;
	}
	
	aside p {
		padding: 0 0 20px 0;
		line-height: 20px;
		font-size: 1.25em;
		color: #fff;
	}

#aside-button {
	background: url(../images/aside-button.png) no-repeat 0% 0%;
	display: block;
	width: 175px;
	height: 83px;
	overflow: hidden;
	line-height: 74px;
	font-size: 3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	left: 393px;
	bottom: 26px;
}

	#aside-button:hover {
		color: #fc817a;
	}

/* ============================== aside END ==================================== */






/* ============================= content START =================================== */

#content #indent {
	padding: 22px 25px 22px 25px;
}

#content #indent-1 {
	padding: 22px 25px 56px 25px;
}

#content #indent-2 {
	padding: 22px 25px 46px 25px;
}

	#content p {
		padding: 0 0 20px 0;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
	}
			
		#content p.extra {
			padding: 0 0 17px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 15px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 35px 0;
		}
	
	#content p a {
		text-decoration: none;
		color: #fa635e;
	}
	
		#content p a:hover {
			text-decoration: underline;
		}
		
	#content blockquote p strong {
		display: block;
		padding: 0 8px 0 0;
		line-height: 20px;
		font-size: 0.923em;
		font-weight: normal;
		text-align: right;
		text-transform: uppercase;
		color: #fa635e;
	}
	
		#content blockquote p strong a {
			text-decoration: none;
			color: #fa635e;
		}
		
		#content blockquote p strong a:hover {
			text-decoration: underline;
		}
		
	#content blockquote p b {
		display: block;
		padding: 0 8px 4px 0;
		line-height: 20px;
		font-size: 0.923em;
		font-weight: normal;
		text-align: right;
		text-transform: uppercase;
		color: #fa635e;
	}
	
		#content blockquote p b a {
			text-decoration: none;
			color: #fa635e;
		}
		
		#content blockquote p b a:hover {
			text-decoration: underline;
		}
		
	#content p small {
		float: right;
		padding: 0 11% 0 0;
		font-size: 1em;
	}

/* ============================== content END ==================================== */





/* =================== txt, links, lines, titles START =========================== */

h1 {
	position: absolute;
	top: 84px;
	left: 31px;
	z-index: 100;
	width: 178px;
	height: 87px;
}

	h1 a {
		background: url(../assets/images/point2logo.png) no-repeat 0% 0%;
		display: block;
		width: 200px;
		height: 100px;
		overflow: hidden;
	}
	
		h1 a span {
			display: none;
		}

h2 {
	padding: 0 0 29px 0;
	line-height: 1.3em;
	font-size: 2.5em;
	font-weight: 500;
	color: #332623;
}

	h2 em {
		display: block;
		margin: 0 0 -3px 0;
		font-style: normal;
	}
	
	h2 i {
		display: block;
		margin: 0 0 -2px 0;
		font-style: normal;
	}
	
	h2 span {
		word-spacing: -4px;
	}

h6 {
	line-height: 18px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fa635e;
}

	h6 a {
		text-decoration: none;
		color: #fa635e;
	}
	
		h6 a:hover {
			text-decoration: underline;
		}

.link {
	float: left;
	line-height: 20px;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fa635e;
}
	
	.link:hover {
		text-decoration: underline;
	}

.link-indent {
	margin: 0 0 35px 0;
}

.link-indent-1 {
	margin: 0 0 38px 0;
}

.line-ver-1 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 257px;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 58px;
		overflow: hidden;
	}
	
	#contact-form b {
		display: block;
		line-height: 18px;
		font-size: 1.083em;
		font-weight: normal;
		color: #060606;
	}
	
	#contact-form input {
		background: none;
		width: 247px;
		height: 15px;
		padding: 4px 4px 4px 4px;
		border: 1px solid #a4a4a4;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: none;
		width: 247px;
		height: 303px;
		padding: 4px 4px 4px 4px;
		border: 1px solid #a4a4a4;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form a.link {
		float: left;
		margin: 19px 25px 0 0;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 18px 0;
}

.pic-indent-1 {
	margin: 0 0 24px 0;
}

.list {
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 10px;
		padding: 0 0 0 15px;
		line-height: 26px;
		font-size: 1.083em;
		color: #060606;
	}
	
		.list li a {
			text-decoration: none;
			color: #060606;
		}
		
		.list li a:hover {
			text-decoration: underline;
		}

.list-1 {
	padding: 1px 0 14px 0;
	overflow: hidden;
}

	.list-1 li {
		width: 100%;
		padding: 0 0 8px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-1 li img {
			float: left;
			margin: 0 16px 0 0;
		}
		
		.list-1 li strong {
			display: block;
			padding: 6px 0 1px 0;
			line-height: 20px;
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
			color: #fa635e;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #fa635e;
			}
			
			.list-1 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-1 li p {
			padding: 0 !important;
			line-height: 16px !important;
			font-size: 1.083em !important;
			color: #060606 !important;
		}

.list-2 {
	padding: 0 0 20px 0;
	overflow: hidden;
}

	.list-2 dt {
		margin: 0 0 -1px 0;
		line-height: 20px;
		font-size: 1em;
		color: #fa635e;
	}
	
		.list-2 dt a {
			text-decoration: none;
			color: #fa635e;
		}
		
		.list-2 dt a:hover {
			text-decoration: underline;
		}
		
	.list-2 dd {
		padding: 0 0 36px 0;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
	}

.list-3 {
	width: 100%;
	margin: 0 0 -11px 0;
	overflow: hidden;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 31px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
	.list-3 li.extra {
		padding: 0 0 37px 0;
	}
	
		.list-3 li img {
			float: left;
			margin: 0 23px 0 0;
		}
		
		.list-3 li strong {
			display: block;
			padding: 8px 0 0 0;
			line-height: 18px;
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
			color: #fa635e;
		}
		
			.list-3 li strong a {
				text-decoration: none;
				color: #fa635e;
			}
			
			.list-3 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-3 li p {
			padding: 0 !important;
			line-height: 20px !important;
			font-size: 1.083em !important;
			color: #060606 !important;
		}

.list-4 {
	margin: 0 0 -12px 0;
	overflow: hidden;
}

	.list-4 dt {
		line-height: 18px;
		font-size: 1em;
		text-transform: uppercase;
		color: #fa635e;
	}
	
		.list-4 dt a {
			text-decoration: none;
			color: #fa635e;
		}
		
		.list-4 dt a:hover {
			text-decoration: underline;
		}
		
	.list-4 dd {
		padding: 0 0 22px 0;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
	}
	
		.list-4 dd.last {
			padding: 0 0 14px 0;
		}

.list-5 {
	margin: 0 0 -12px 0;
	overflow: hidden;
}

	.list-5 dt {
		line-height: 18px;
		font-size: 1em;
		text-transform: uppercase;
		color: #060606;
	}
	
	.list-5 dd {
		width: 100%;
		padding: 0 0 22px 0;
		overflow: hidden;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
	}
	
		.list-5 dd small {
			float: right;
			padding: 0 2% 0 0;
			font-size: 1em;
		}
		
		.list-5 dd a {
			text-decoration: none;
			color: #fa635e;
		}
		
		.list-5 dd a:hover {
			text-decoration: underline;
		}

.list-indent {
	padding: 0 0 17px 0 !important;
}

.list-indent-1 {
	padding: 0 0 18px 0 !important;
}

.partners {
	width: 100%;
	padding: 0 0 1px 0;
	overflow: hidden;
}

	.partners li {
		padding: 0 0 20px 0;
	}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 0 0 9px 0;
}

/* ============================== other END ====================================== */





/* ============================= JS faded-slider START ===================================== */

#faded {
	width: 960px;
	height: 443px;
	position: absolute;
	top: 46px;
	left: 0;
}

	#faded ul li {
		background: url(../images/main-tail.gif) repeat 50% 50%;
		width: 986px;
	}

	#faded ul li div {
		background: url(../images/gallery-info.png) no-repeat 0% 0%;
		width: 244px;
		height: 173px;
		padding: 78px 51px 60px 79px;
		overflow: hidden;
		position: absolute;
		top: 19px;
		left: 612px;
		z-index: 100;
	}
	
		#faded ul li div em {
			display: block;
			padding: 0 0 4px 0;
			line-height: 1.25em;
			font-size: 3.333em;
			font-weight: 500;
			font-style: normal;
			color: #332623;
		}
		
		#faded ul li div p {
			padding: 0 0 0 2px;
			line-height: 20px;
			font-size: 1.25em;
			color: #888376;
		}

ul.pagination {
	position: absolute;
	right: 73px;
	bottom: 43px;
	z-index: 100;
}

	ul.pagination li {
		background: none !important;
		float: left;
		width: 25px !important;
		padding: 0 0 0 6px;
	}
	
		ul.pagination li a {
			background: url(../images/pagination.png) no-repeat 0% 0%;
			float: left;
			width: 25px;
			height: 25px;
			overflow: hidden;
			text-indent: -999px;
			font-size: 0;
		}
		
		ul.pagination li a:hover {
			background-position: 0% -25px;
		}
		
		ul.pagination li.current a {
			background-position: 0% -25px;
		}

/* ============================== JS faded-slider END ====================================== */





/* ============================ footer START ===================================== */

footer .inner {
	padding: 84px 31px 0 14px;
}

footer ul {
	float: right;
}

	footer ul li {
		float: left;
		padding: 0 0 0 28px;
		line-height: 20px;
		font-size: 1em;
		text-transform: uppercase;
		color: #998f8c;
	}
	
		footer ul li a {
			text-decoration: none;
			color: #998f8c;
		}
		
		footer ul li a:hover {
			text-decoration: underline;
		}

footer p {
	line-height: 20px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FB637C;
	float: left;
}

	footer p a {
	margin: 0 0 0 3px;
	text-decoration: none;
	color: #998F6A;
	}
	
		footer p a:hover {
	text-decoration: underline;
	color: #FFF;
		}
	
	footer p strong {
		display: block;
		font-weight: normal;
	}

/* ============================= footer END ====================================== */
