/* General CSS reset */

		.background_change_images {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* General Typography */

body, h1, h2, h3, h4, h5, p, a, li {
	font-family:Arial, Helvetica, sans-serif;
}

/* General Layout */

body {
	overflow:hidden;
}

.wrapper {
	width:1024px;
	height:586px;
	margin:7% auto;
	position:relative;
}

.header {
	position:absolute;
	width:auto;
	height:75px;
	padding:16px 0 0 5px;
}

.imano_logo {
	position:absolute;
	right:5px;
	top:-5%;
}

/* Navigations */

.global_navigation_bottom {
	position:absolute;
	top:0;
	left:0;
	background:red;
	width:100%;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.global_navigation_bottom .previous_page {
	position:absolute;
	top:-50%;
	left:0px;
	height:58px;
	overflow:hidden;
}

.global_navigation_bottom .previous_page a {
	background:url(../images/previous_page.png) 0 0 no-repeat;
	height:58px;
	display:block;
	padding:58px 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
}

.global_navigation_bottom .previous_page a:hover {
	background-position:0 -70px;
}

.global_navigation_bottom .previous_page a span {
	display:none;
}
	
.global_navigation_bottom .next_page {
	position:absolute;
	top:-50%;
	right:0px;
	height:58px;
	overflow:hidden;
}

.global_navigation_bottom .next_page a {
	background:url(../images/next_page.png) 0 0 no-repeat;
	height:58px;
	display:block;
	padding:58px 28px;
}

.global_navigation_bottom .next_page a:hover {
	background-position:0 -70px;
}

.global_navigation_bottom .next_page a span {
	display:none;
}

.global_navigation_bottom .next_page:hover,
.global_navigation_bottom .previous_page:hover {
	
}

/* top Navigation */

.navigation,
.sub-navigation {
	margin-left:30px;
}

.navigation li,
.sub-navigation li {
	display:inline;
}

.navigation li a {
	text-decoration:none;
	color:#dddddd;
	font-size:1.7em;
	padding-right:6px;
	margin-right:12px;
	/*background:url(../images/sub-nav_full_stop.png) right 23px no-repeat;*/
}

.sub-navigation li a {
	text-decoration:none;
	color:#bbbbbb;
	font-size:1.2em;
	padding-right:6px;
	margin-right:12px;
	/*background:url(../images/sub-nav_full_stop.png) right 18px no-repeat;*/
}

.navigation li a:hover,
.navigation li a.active_link {
	color:#bbbbbb;
}

.sub-navigation li a:hover,
.sub-navigation li a.active_link {
	color:#bbbbbb;
}

/* Content */

.content {
	margin-top:22px;
	padding-left:5px;
	height:400px;
}

/* One column */

.content .one_column_segment {
	width:400px;
}

.content .one_column_segment h2 {
	font-size:2.5em;
	margin-bottom:8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.content .one_column_segment h2 {
		font-size:2.2em;
		margin-bottom:8px;
	}

}

.content .one_column_segment p {
	font-size:0.8em;
	margin-bottom:8px;
}

.content .one_column_segment a.call_to_action {
	font-size:1.1em;
	text-decoration:none;
}

.content .one_column_segment a.call_to_action:hover {

}

/* Two columns */

.two_column_segment {
	float:left;
	width:883px;
	margin-top:40px;
}

.two_column_segment .left_column {
	float:left;
	width:auto;
	overflow-x:hidden;
	display:block;
	margin-right:22px;
}

.two_column_segment .right_column {
	float:left;
	width:423px;
	display:block;
	vertical-align:middle;
}

.content .two_column_segment h2 {
	font-size:2.5em;
	margin-bottom:8px;
}

.content .two_column_segment p {
	font-size:0.8em;
	margin-bottom:8px;
}

.content .two_column_segment a.call_to_action {
	font-size:1.1em;
	text-decoration:none;
}

.content .two_column_segment a.call_to_action:hover {

}

/* Three columns */

.content .three_column_segment {
	width:883px;
	float:left;
}

.content .three_column_segment .column {
	width:286px;
	margin:0 12px 18px 0;
	float:left;
}

.content .three_column_segment .last_in_row {
	margin-right:0px;
}

.content .three_column_segment h2 {
	font-size:1.6em;
	margin-bottom:18px;
}

.content .three_column_segment em {
	font-size:0.8em;
	margin-bottom:6px;
	display:block;
}

.content .three_column_segment p {
	font-size:0.8em;
	margin-bottom:8px;
}

.content .three_column_segment a.call_to_action {
	font-size:1.1em;
	text-decoration:none;
}

.content .three_column_segment a.call_to_action:hover {

}

/* Flexible column */

.content .flexible_column {
	width:423px;
}

.content .flexible_column h2 {
	font-size:2.5em;
	margin-bottom:18px;
}

.content .flexible_column p {
	font-size:0.8em;
	margin-bottom:8px;
}

.content .flexible_column a.call_to_action {
	font-size:1.1em;
	text-decoration:none;
}

.content .flexible_column a.call_to_action:hover {

}

/* footer */

.footer {
	clear:both;
	color:#fff;
	text-align:center;
}

.footer .footer_navigation a {
	background:url(../images/footer_nav_dots.png) 0 0 no-repeat;
	height:7px;
	width:7px;
	padding:5px 12px 0 0;
	display:inline-block;
	margin-top:300px;
}

.footer .footer_navigation a:hover,
.footer .footer_navigation a.current_page {
	background:url(../images/footer_nav_dots.png) 0 -23px no-repeat;
}

.footer .footer_navigation a span {
	display:none;
}


