/* =================== 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: #fff;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 30px;
}

h3 {
    font-size: 16px;
}

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: #5bb7d2;
}

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






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

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

	#page1 #main-tail-top {
		background: #b4b4b5 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-tail-ver {
	background: url(../images/main-tail-ver1.jpg) repeat-y 50% 0%;
}

	#page1 #main-tail-ver {
		background: url(../images/main-tail-ver.jpg) repeat-y 50% 0%;
	}

#main-bg-top {
	background: url(../images/main-bg-top.png) no-repeat 50% 0%;
}

	#page1 #main-bg-top {
		background: url(../images/main-bg-top1.jpg) no-repeat 50% 0%;
	}

#main-bg-bot {
	background: url(../images/main-bg-bot.jpg) no-repeat 50% 100%;
	width: 100%;
}

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

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

	#page1 header {
		height: 773px;
	}

section#content {
	width: 100%;
}

footer {
	background: url(../images/footer.gif) no-repeat 14px 0%;
	height: 65px;
	overflow: hidden;
}

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






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

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 29px 0 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 4px 29px 39px 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 6px 29px 39px 0;
	}
	
	img.fleft3 {
		float: left;
		margin: 6px 28px 15px 0;
	}
	
	img.fleft4 {
		float: left;
		margin: 6px 26px 18px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 4px 15px 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;
}

.wrapper-1 {
	width: 100%;
}

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

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





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

#navi {
	overflow: hidden;
	position: absolute;
	top: 60px;
	right: 10px;
}
	
	#navi li {
		background: url(../images/navi-divider.gif) no-repeat 0% 3px;
		float: left;
		margin: 0 0 0 -2px;
		padding: 0 9px 0 8px;
		line-height: 1.455em;
		font-size: 1.2em; /*0.917em;*/
		font-weight: bold;
		text-shadow: 1px 1px 0 #eaeaeb;
		text-transform: uppercase;
		color: #545454;
	}
	
		#navi li a {
			text-decoration: none;
			color: #545454;
		}
		
			#navi li a:hover {
				text-decoration: underline;
			}

nav {
	background: url(../images/menu-bg.jpg) no-repeat 0% 0%;
	width: 964px;
	height: 54px;
	padding: 1px 0 3px 0;
	position: absolute;
	top: 125px;
	left: 2px;
	z-index: 2;
}

	nav ul {
		position: relative;
		width: 100%;
		overflow-x: hidden;
	}
	
		nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			position: relative;
			width: 162px;
			float: left;
			margin: 0 0 0 -2px;
			padding: 0 0 0 2px;
		}
		
			nav ul li a {
				background: url(../images/menu-act.gif) repeat-x 0% -50px;
				float: left;
				width: 158px;
				height: 50px;
				padding: 0 0 0 17px;
				overflow: hidden;
				line-height: 50px;
				font-size: 1.1em;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: 1px 1px 0 #fff;
				text-decoration: none;
				color: #000;
				-webkit-box-sizing: none;
   				-moz-box-sizing: none;
    			box-sizing: none;
			}
			
			nav ul li.last {
					width: 154px;
				}
		
					nav ul li.last a {
						width: 164px;
					}
				
				nav ul li a strong {
					background: url(../images/menu-act-left.gif) no-repeat 0% -50px;
					display: block;
					margin: 0 0 0 -17px;
					padding: 0 0 0 17px;
					cursor: pointer;
					font-size: 13px;
				}
				
				nav ul li a b {
					background: url(../images/menu-act-right.gif) no-repeat 100% -50px;
					display: block;
					cursor: pointer;
				}
				
			nav ul li a em {
				background: url(../images/menu-arrow.gif) no-repeat 115px 22px;
				display: block;
				font-style: normal;
			}
				
			nav ul li.act > a {
				background-position: 0% 0%;
				text-shadow: 1px 1px 0 #31677b;
				color: #fff;
			}
			
				nav ul li.act > a strong {
					background-position: 0% 0%;
				}
				
				nav ul li.act > a b {
					background-position: 100% 0%;
				}
			
			nav ul li a:hover em {
				background: url(../images/menu-arrow-act.gif) no-repeat 114px 25px;
			}
			
			
			
			
			
			
			
			
			
			nav ul li.active > a {
				background-position: 0% 0%;
				text-shadow: 1px 1px 0 #31677b;
				color: #fff;
			}
			
				nav ul li.active > a strong {
					background-position: 0% 0%;
				}
				
				nav ul li.active > a b {
					background-position: 100% 0%;
				}
			
				nav ul li.active > a em {
					background: url(../images/menu-arrow-act.gif) no-repeat 114px 25px;
				}
			
			
			
			
			
			
			
			
			
			
			
			nav ul li a:hover {
				background-position: 0% 0%;
				text-shadow: 1px 1px 0 #31677b;
				color: #fff;
			}
			
				nav ul li a:hover strong {
					background-position: 0% 0%;
				}
				
				nav ul li a:hover b {
					background-position: 100% 0%;
				}

/*	nav ul li ul {
		background: url(../images/sub-menu-bg.png) no-repeat 0% 100%;
		position: relative;
		width: 162px;
		padding: 0 0 23px 0;
		display: none;
	}*/
	
	nav ul li ul {
background: url(../images/sub-menu-bg.png) #F2F2F2 no-repeat 0% 100%;
position: relative;
width: 159px;
padding: 0 0 23px 0;
display: none;
border-bottom-left-radius: 23px;
border-bottom-right-radius: 21px;
border-left: 1px solid #9F9F9F;
border-right: 1px solid #9F9F9F;
}
	
		nav ul li ul li {
			background: url(../images/sub-menu-tail.png) repeat-y 0% 0%;
			position: relative;
			float: none;
			width: auto;
			margin: 0;
			padding: 0 0 1px 5px;
		}
		
			nav ul li ul li a {
				background: none;
				display: inline-block;
				float: none;
				width: 134px;
				height: 23px;
				padding: 0 0 0 16px;
				overflow: hidden;
				line-height: 22px;
				font-size: 0.917em;
				font-weight: normal;
				text-transform: uppercase;
				text-shadow: none;
				text-decoration: none;
				color: #000;
			}
			
				nav ul li ul li a:hover {
					background: url(../images/sub-menu-act.gif) no-repeat 0% 0%;
					text-shadow: none;
					color: #fff;
				}
				
			nav ul li ul li i {
				background: url(../images/sub-menu-top.gif) no-repeat 0% 0%;
				display: block;
				margin: 0 0 0 -5px;
				padding: 16px 0 0 5px;
				font-style: normal;
			}

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





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

#content #indent {
	padding: 10px 42px 38px 13px;
}

#content #indent-1 {
	padding: 10px 13px 38px 36px;
}

#content #indent-2 {
	padding: 10px 13px 34px 36px;
}

#content p {
	padding: 0 0 9px 0;
	line-height: 1.571em;
	/*font-size: 1.167em;*/
	color: #6d6d6d;
}

	#content p.extra {
		padding: 0 0 24px 0;
	}
	
	#content p.extra1 {
		padding: 0 0 14px 0;
	}
	
	#content p.extra2 {
		padding: 0 0 17px 0;
	}
	
		#content p small {
			float: right;
			padding: 0 24% 0 0;
			font-size: 1em;
		}

#content blockquote p {
	background: url(../images/line-hor1.gif) repeat-x 0% 100%;
	margin: 0 0 9px 0;
	padding: 0 0 12px 0;
}

#content blockquote p.extra {
	background: none;
	margin: 0;
	padding: 0 0 24px 0;
}

	#content blockquote p strong {
		display: block;
		padding: 1px 0 0 0;
		font-weight: normal;
		color: #5bb7d2;
	}

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



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.png) no-repeat 0% 0%;
		width: 100%;
		height: 20px;
		overflow: hidden;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.png) no-repeat 100% 0%;
		width: 100%;
	}
	
	.box .border-top {
		background: url(../images/border-top.png) repeat-x 0% 0%;
		height: 20px;
		margin: 0 20px;
		overflow: hidden;
	}
	
	.box .border-left {
		background: url(../images/border-left.png) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.png) repeat-y 100% 0%;
	}
	
	.box .box-content {
		background: url(../images/box-tail.png) repeat 50% 0%;
		margin: 0 20px;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.png) no-repeat 0% 0%;
		width: 100%;
		height: 20px;
		overflow: hidden;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.png) no-repeat 100% 0%;
		width: 100%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.png) repeat-x 0% 0%;
		height: 20px;
		margin: 0 20px;
		overflow: hidden;
	}
	
	.box .inner {
		padding: 11px 3px 0 2px;
	}
	
		.box .inner-1 {
			padding: 11px 3px 4px 0;
		}
	
	.box .indent {
		padding: 11px 3px 4px 2px;
	}
	
		.box .indent-1 {
			padding: 11px 0 4px 2px;
		}
	
/* ============================== boxes END ====================================== */





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

h1 {
	position: absolute;
	top: 40px;
	left: 4px;
	z-index:3;
}

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

h2 {
	padding: 0 0 20px 0;
	line-height: 1.3em;
	font-size: 2em;
	font-weight: normal;
	color: #000;
}

	h2 em {
		display: block;
		margin: 0 0 -2px 0;
		font-style: normal;
	}
	
	h2 strong {
		display: block;
		padding: 0 0 2px 0;
		font-weight: normal;
	}
	
	h2 b {
		display: block;
		padding: 0 0 5px 0;
		font-weight: normal;
	}

h6 {
	padding: 0 0 14px 0;
	line-height: 1.571em;
	font-size: 1.167em;
	font-weight: normal;
	color: #5bb7d2;
}

	h6 em {
		display: block;
		margin: 0 0 -14px 0;
		font-style: normal;
	}

.link {
	float: left;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #55bae2;
}

.link-1 {
	background: url(../images/link-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 0.917em;
	font-weight: bold;
	text-shadow: 1px 1px 0 #306a83;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

	.link-1 span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link-1 span span {
			background: url(../images/link-tail.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 40px;
			overflow: hidden;
			margin: 0 37px 0 19px;
			padding: 0 12px 0 1px;
		}
		
	.link-1:hover {
		text-shadow:0 0 10px #fff;
	}

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

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 35px;
	overflow: hidden;
}

.line-hor-1 {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 33px;
	overflow: hidden;
}

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





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

#contact-form {
	width: 218px;
	padding: 8px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		background: url(../images/contact-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 50px;
		overflow: hidden;
	}
	
	#contact-form strong {
		background: url(../images/contact-textarea.gif) no-repeat 0% 0%;
		display: block;
		width: 218px;
		height: 400px;
		overflow: hidden;
		font-weight: normal;
	}
	
	#contact-form input {
		background: none;
		width: 188px;
		height: 17px;
		padding: 11px 15px 11px 15px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em;
		color: #6d6d6d
	}
	
	#contact-form textarea {
		background: none;
		width: 188px;
		height: 378px;
		padding: 11px 15px 11px 15px;
		border: none;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em;
		color: #6d6d6d
	}

	#contact-form a {
		background: url(../images/link-left1.gif) no-repeat 0% 0%;
		display: inline-block;
		height: 40px;
		float: right;
		margin: 21px 0 0 9px;
		overflow: hidden;
		line-height: 40px;
		font-size: 0.917em;
		font-weight: bold;
		text-shadow: 1px 1px 0 #306a83;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		#contact-form a span {
			background: url(../images/link-right1.gif) no-repeat 100% 0%;
			display: inline-block;
		}
		
			#contact-form a span span {
				background: url(../images/link-tail1.gif) repeat-x 0% 0%;
				display: inline-block;
				height: 40px;
				overflow: hidden;
				margin: 0 17px 0 17px;
				padding: 0 6px 0 4px;
			}
			
		#contact-form a:hover {
			text-shadow:0 0 10px #fff;
		}

#search-form {
	background: url(../images/search-input.png) no-repeat 100% 0%;
	width: 234px;
	height: 46px;
	overflow: hidden;
	position: absolute;
	top: 92px;
	right: 0;
}

	#search-form input {
		background: none;
		width: 162px;
		height: 16px;
		padding: 15px 20px 15px 10px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#search-form input#search-submit {
		background: url(../images/search-submit.png) no-repeat 0% 0%;
		width: 42px;
		height: 46px;
		padding: 0 0 0 0;
		border: none;
		float: left;
		cursor: pointer;
	}

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





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

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

.list {
	padding: 0 0 8px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 1px 13px;
		padding: 0 0 0 10px;
		line-height: 2.143em;
		font-size: 1.167em;
		color: #5bb7d2;
	}
	
		.list li a {
			color: #5bb7d2;
		}

.list-1 {
	padding: 0 0 3px 0;
	width: 100%;
	overflow: hidden;
}

	.list-1 li {
		float: left;
		width: 292px;
		padding: 0 35px 34px 0;
	}
	
	.list-1 li.extra {
		padding: 0 0 34px 0;
	}
	
		.list-1 li img {
			float: left;
			margin: 1px 14px 0 0;
		}
		
		.list-1 li p {
			overflow: hidden !important;
			padding: 0 !important;
			line-height: 1.571em !important;
			font-size: 1.167em !important;
			color: #6d6d6d !important;
		}
		
			.list-1 li p strong {
				display: block;
				padding: 0 0 7px 0;
				line-height: 1.2em;
				font-size: 1.714em;
				font-weight: normal;
				color: #000;
			}
			
			.list-1 li p b {
				display: block;
				width: 100%;
				padding: 9px 0 0 0;
				overflow: hidden;
				font-weight: normal;
			}
			
				.list-1 li p b a {
					float: left;
					color: #55bae2;
				}

.list-2 {
	width: 269px;
	margin: 0 0 0 -20px;
	padding: 0 0 10px 0;
}

	.list-2 li {
		width: 100%;
		margin: 0 0 -4px 0;
	}
	
		.list-2 li a {
			background: url(../images/list-bg.png) no-repeat 0% 0%;
			display: block;
			width: 247px;
			height: 44px;
			padding: 0 0 0 22px;
			overflow: hidden;
			line-height: 44px;
			font-size: 1.167em;
			text-decoration: none;
			color: #5bb7d2;
			pointer-events: none;
			cursor: default;
		}
		
			.list-2 li a:hover {
				/*background-position: 0% -44px;*/
				color: #050505;
			}

.list-3 {
	margin: 0 0 -11px 0;
	overflow: hidden;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #6d6d6d;
}

	.list-3 dt {
		background: url(../images/marker.gif) no-repeat 0% 8px;
		position: relative;
		padding: 0 0 0 9px;
		color: #5bb7d2;
	}
	
		.list-3 dt a {
			text-decoration: none;
			color: #5bb7d2;
		}
		
		.list-3 dt a:hover {
			text-decoration: underline;
		}
		
	.list-3 dd {
		padding: 0 0 20px 9px;
	}

.list-4 {
	margin: 0 0 -7px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 22px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.571em;
		font-size: 1.167em;
		color: #6d6d6d;
	}
	
		.list-4 li img {
			float: left;
			margin: 6px 28px 0 0;
		}
		
		.list-4 li strong {
			display: block;
			font-weight: normal;
			color: #5bb7d2;
		}
		
		.list-4 li p {
			padding: 0 0 9px 0 !important;
			line-height: 1.571em !important;
			font-size: 1em !important;
			color: #6d6d6d !important;
		}
		
		.list-4 li b {
			display: block;
			font-weight: normal;
			color: #5bb7d2;
		}
		
			.list-4 li b a {
				float: left;
				color: #5bb7d2;
			}

.list-5 {
	width: 100%;
	margin: 0 0 -35px 0;
	overflow: hidden;
}

	.list-5 li {
		float: left;
		width: 284px;
		padding: 0 48px 34px 0;
		line-height: 1.571em;
		font-size: 1.167em;
		color: #6d6d6d;
	}
	
	.list-5 li.extra {
		padding: 0 0 34px 0;
	}
	
		.list-5 li div {
			overflow: hidden;
		}
	
		.list-5 li img {
			float: left;
			margin: 6px 29px 0 0;
		}
		
		.list-5 li strong {
			display: block;
			font-weight: normal;
			color: #5bb7d2;
		}
		
		.list-5 li p {
			padding: 0 0 9px 0 !important;
			line-height: 1.571em !important;
			font-size: 1em !important;
			color: #6d6d6d !important;
		}
		
		.list-5 li b {
			display: block;
			font-weight: normal;
			color: #5bb7d2;
		}
		
			.list-5 li b a {
				float: left;
				color: #5bb7d2;
			}

.list-6 {
	padding: 1px 0 11px 0;
	overflow: hidden;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #6d6d6d;
}

	.list-6 dt {
		background: url(../images/marker.gif) no-repeat 0% 8px;
		position: relative;
		padding: 0 0 0 9px;
		color: #5bb7d2;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #5bb7d2;
		}
		
		.list-6 dt a:hover {
			text-decoration: underline;
		}
		
	.list-6 dd {
		background: url(../images/line-hor.gif) repeat-x 50% 100%;
		margin: 0 0 11px 0;
		padding: 0 0 11px 9px;
	}
	
		.list-6 dd.last {
			background: none;
			margin: 0;
			padding: 0 0 15px 9px;
		}

.list-7 {
	margin: 0 0 -11px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #6d6d6d;
}

	.list-7 dt {
		background: url(../images/marker.gif) no-repeat 0% 8px;
		position: relative;
		padding: 0 0 0 9px;
		color: #5bb7d2;
	}
	
		.list-7 dt a {
			text-decoration: none;
			color: #5bb7d2;
		}
		
		.list-7 dt a:hover {
			text-decoration: underline;
		}
		
	.list-7 dd {
		padding: 0 0 18px 9px;
	}

.indent-top {
	padding: 32px 0 0 0;
}

.indent-top1 {
	padding: 0px 0 0 0;
}

.indent-left {
	padding: 0 0 0 9px;
}

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

.privacy {
	padding: 31px 0 0 21px;
}

	.privacy h2 {
		padding: 0 0 8px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 22px 1px !important;
	}
	
		.privacy p.extra {
			padding: 0 0 6px 1px !important;
		}
		
		.privacy p.no-indent {
			padding: 0 0 0 1px !important;
		}

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





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

#faded {
	width: 966px;
	height: 587px;
	overflow: hidden;
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 1;
}

	#faded ul li {
		background: url(../images/gallery-bg.jpg) no-repeat 0% 0%;
		width: 966px;
		height: 587px;
	}
	
		#faded ul li img {
			float: right;
		}
	
	#faded ul li strong {
		background: url(../images/navi-bg.png) no-repeat 0% 0%;
		display: block;
		width: 153px;
		height: 54px;
		overflow: hidden;
		position: absolute;
		top: 515px;
		left: 405px;
		z-index: 1;
	}
	
		#faded ul li strong b {
			position: relative;
			display: block;
			width: 59px;
			height: 54px;
			padding: 0 0 0 72px;
			line-height: 52px;
			font-size: 1em;
			text-align: center;
			text-shadow: 1px 1px 0 #f8f8f8;
			color: #000;
		}
		
	#faded ul li div {
		width: 580px;
		position: absolute;
		top: 145px;
		left: 34px;
	}
	
		#faded ul li div em {
			display: block;
			padding: 0 0 33px 0;
			line-height: 1.2em;
			letter-spacing: 1px;
			font-size: 6em;
			font-weight: bold;
			font-style: normal;
			text-shadow: 2px 2px 3px #bebebd;
			color: #302f2f;
		}
		
		#faded ul li div p {
			width: 310px;
			padding: 0 0 45px 0;
			line-height: 1.2em;
			font-size: 2.167em;
			color: #707070;
		}
		
		#faded ul li div i {
			display: block;
			width: 100%;
			overflow: hidden;
			font-style: normal;
		}
		
			#faded ul li div i a {
				background: url(../images/gallery-button.gif) no-repeat 0% 0%;
				display: block;
				width: 81px;
				height: 40px;
				padding: 0 20px 0 20px;
				overflow: hidden;
				line-height: 40px;
				font-size: 0.917em;
				font-weight: bold;
				text-transform: uppercase;
				text-shadow: 1px 1px 0 #406b19;
				text-decoration: none;
				color: #fff;
			}
			
				#faded ul li div i a:hover {
					text-decoration:underline;
					text-shadow:0 0 10px #fff;
				}
	
	#faded a.prev {
		background: url(../images/button-prev.png) no-repeat 0% 0%;
		display: block;
		width: 39px;
		height: 39px;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		top: 522px;
		left: 411px;
		z-index: 100;
	}
	
	#faded a.next {
		background: url(../images/button-next.png) no-repeat 0% 0%;
		display: block;
		width: 39px;
		height: 39px;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		top: 521px;
		right: 416px;
		z-index: 100;
	}

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





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

footer .inner {
	padding: 20px 42px 0 36px;
}

	footer ul {
		float: right;
	}
	
		footer ul li {
			float: left;
			padding: 0 0 0 5px;
		}
		
			footer ul li a {
				background: url(../images/button-left.gif) no-repeat 0% 0%;
				display: inline-block;
				height: 34px;
				overflow: hidden;
				line-height: 34px;
				font-size: 1.167em;
				text-decoration: none;
				color: #5bb7d2;
			}
			
				footer ul li a span {
					background: url(../images/button-right.gif) no-repeat 100% 0%;
					display: inline-block;
					cursor: pointer;
				}
				
					footer ul li a span span {
						background: url(../images/button-tail.gif) repeat-x 50% 0%;
						display: inline-block;
						height: 34px;
						overflow: hidden;
						margin: 0 16px 0 16px;
					}
					
			footer ul li a:hover {
				color: #000;
			}

footer p {
	padding: 9px 0 0 0;
	line-height: 1.143em;
	font-size: 1.167em;
	color: #3a3a3a;
}

	footer p a {
		text-decoration: none;
		color: #3a3a3a;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}
		
	footer p strong {
		padding: 0 0 0 36px;
		font-weight: normal;
	}

/* ============================= footer END ====================================== */
li.payment {
color: #5BB7D2;
font-size: 1.167em;
height: 44px;
line-height: 32px;
overflow: hidden;
}

/* ============================= New Work for Design Owebest Technology Starts ====================================== */
#main h1 {
    margin: 0;
}



.tooltip{
	position: relative;
	opacity: 1;
}
 /*{
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: inherit;
}*/
#content p{
	font-size: 13px;
}
.list li{
	font-size: 13px;
}
a:focus, a:hover{
	text-decoration: none;
}

.css-checkbox input + span {

    width: 20px;

    height: 20px;

    background-color: #fff;

    border: 1px solid #ddd;

    -webkit-transition: background-color 0.2s;

    transition: background-color 0.2s;

}

.css-input input + span {

    position: relative;

    display: inline-block;

    margin-top: -2px;

    margin-right: 3px;

    vertical-align: middle;

}

.css-input {

    position: relative;

    display: inline-block;

    margin: 2px 0;

    font-weight: 400;

    cursor: pointer;

}

.css-input input {

    position: absolute;

    opacity: 0;

}

.css-checkbox {

    margin: 7px 0;

}

css-input {

    position: relative;

    display: inline-block;

    margin: 2px 0;

    font-weight: 400;

    cursor: pointer;

}

label {

    font-size: 13px;
	margin-bottom: 10px;
    font-weight: 600;

}

.css-checkbox-primary input:checked + span {

    background-color: #5c90d2;

    border-color: #5c90d2;

}

.css-checkbox input + span {

    width: 20px;

    height: 20px;

    background-color: #fff;

    border: 1px solid #ddd;

    -webkit-transition: background-color 0.2s;

    transition: background-color 0.2s;

}

.css-checkbox input + span:after {

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    font-family: "FontAwesome";

    font-size: 10px;

    color: #fff;

    line-height: 18px;

    content: "\f00c";

    text-align: center;

    position: absolute;

}

label.error {
color: red;
}

.error-message {
color: #DD0000;
font-size: 1.167em;
line-height: 1.571em;
padding: 0 0 9px;
font-style: italic;
font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input.cardError {
    border: 3px solid red;
    border-radius: 5px;
    box-shadow: inset 5px 5px 5px #CCC;
}
/* ============================= New Work for Design Owebest Technology Ends ====================================== */

figure.check {
    margin: 30px auto 45px;
   
}


.check img {
    width: 50px;
    HEIGHT:50PX;
     
}
