﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html,body {
	background-color: #197be6;
	height:100%;
	font-size: 12pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BEGIN STYLES */

#content-box {
	position: absolute;
	z-index: 10;
	margin-top: 152px;
	background: url(images/bg.png) repeat-x;
	width: 100%;
	height: 223px;
}
#background {
	width: 100%;
	padding:0;margin:0;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
}
#logo {
	float: left;
	margin-left: 150px;
	margin-top: 21px;
}
.line {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
#navigation {
	width: 245px;
	margin-top: 21px;
	float: left;
}
#subnavigation {
	width: 245px;
	margin-top: 21px;
	float: left;
}
h3 {
	text-transform:uppercase;
}
h5 {
	font-size: 10pt;
	width: 235px;
	display: block;
	margin:0;padding:0;
	padding-left: 15px;
	padding-bottom: 11px;
}
h5:hover {
	background: url(images/selected.png) no-repeat;
	cursor:pointer;
}
h5:active {
	cursor:pointer;
	background: url(images/selected.png) no-repeat;
}

/* POPUP BOX */
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#FFFFFF;  
border:1px solid #000000;  
z-index:100;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:480px;  
width:640px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:1000;  
padding:12px;  
font-size:13px;
overflow: hidden;
}  
#popupContact h1{
background: url(images/kanata.gif) no-repeat left top;  
text-align:left; 
color:#000;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;
padding-left:30px;
height: 35px; 
}  
#popupContactClose{  
font-size:18px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#000;  
font-weight:bold;  
display:block;  
cursor:pointer;
}  
#administrative-content {
	height: 100%;
	background: url(images/administrative.jpg) no-repeat right bottom;
	display:none;
}
#services-content {
	height: 100%;
	background: url(images/corporate.jpg) no-repeat right bottom;
	display:none;
}
#technology-content {
	height: 100%;
	background: url(images/technology.jpg) no-repeat right bottom;
	display:none;
}
#corporate-content {
	height: 420px;
	background: url(images/corporate.jpg) no-repeat right bottom;
	overflow: auto;
	display:none;
}
#testimonials-content {
	height: 100%;
	background: url(images/portfolio.jpg) no-repeat right bottom;
	display:none;
}
#identification-content {
	height: 100%;
	background: url(images/identity.jpg) no-repeat right bottom;
	display:none;
}
#membership-content {
	height: 100%;
	background: url(images/membership.jpg) no-repeat right bottom;
	display:none;
}
#virtual-content {
	height: 100%;
	background: url(images/marketing.jpg) no-repeat right bottom;
	display:none;
}
#contact-content {
	height: 100%;
	background: url(images/contact.jpg) no-repeat right bottom;
	display:none;
}
.list{
	width: 140px;
	float:left;
	margin-right:20px;
}
.clear{
	clear: both;
}
