/* CSS Document */

/*
CSS for AK-Design site
*/

html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	background: #666; /*color background - only works in IE */
	overflow: hidden; /*get rid of scroll bars in IE */
	background-image: url(Images/bkd5.png);
	background-repeat: repeat-x;
	width: 100%;
	}
	
body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	overflow: hidden; /*get rid of scroll bars in IE */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	}

#maincontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 840px;
	height: 690px;
	padding: 0px;
	bo/rder: 1px solid red;
	}
	
#header {
	position: absolute;
	width: 840px;
	height: 160px;
	bor/der: 1px solid white;
	}
	
#logo {
	position: absolute;
	left: 0px;
	top: 84px;
	bor/der: 1px solid white;
	}
	
#nav1 {
	position: absolute;
	top: 0px;
	width: 120px;
	right: 120px;
	height: 140px;
	border-top: 4px solid #484848;
	backgr/ound-color:#ff0000;
	bor/der: 1px solid yellow;
	}
	
#nav2 {
	position: absolute;
	top: 0px;
	width: 120px;
	right: 0px;
	height: 140px;
	border-top: 4px solid #4b4b4b;
	bor/der: 1px solid yellow;
	}
	/* p info text */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 30px 320px 0 40px;
	color: #4b4b4b;s
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	padding: 15px 0 0 0px;
	}
	/* h2 footer */
h2 {
	font-size: 11px;
	font-weight: Normal;
	text-align: right;
	line-height: 100%;
	color: #ECEDE7;
	}
	/* h3 my slides text */	
h3 {
	position: absolute;
	width: 840px;
	text-align: center;
	top: 430px;
	z-index: 2;
	font-size: 12px;
	font-weight: Normal;
	color: #999999;
	}
	/* h4 my slides Identity text */
h4 {
	left: 440px;
	top: 180px;
	width: 360px;
	text-align: left;
}
	/* h5 links */
h5 {
	left: 60px;
	top: 191px;
	width: 310px;
	text-align: left;
	}
	
h4, h5, h6, h7 {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	font-weight: Normal;
	line-height: 18px;
	color: #999999;
	}	
h6 {
	left: 440px;
	top: 100px;
	width: 310px;
	text-align: left;
	}
h7 {
	left: 110px;
	top: 120px;
	width: 310px;
	text-align: right;
	}
	/* display window for About & Contact */
#info { 
	position: fixed;
	background-image: url(Images/about.png);
	bo/rder: 1px solid white;
	}

#clients { 
	background-image: url(Images/clients.gif);
	bo/rder: 1px solid white;
	}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 30px;
	padding-left: 400px;
	}
	
#links ul {
	list-style: none;
	}

#info, #clients { 
	position: absolute;
	left: 0px;
	top: 160px;
	width: 840px;
	height: 490px;
	}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 0px;
	padding: 15px 0 0 0px;
	}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav ul li {
	margin: 0px;
	padding: 0px;
	height: 16px;
	}

#nav ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #4b4b4b;
	width: 100%;
	}

#nav ul li a:hover, #nav ul li a:focus {
	font-size: 12px;
	color:#CCCCCC;
	b/ackground-color: #444;
	}
/* link Off state */
a {
	color: #000;
	text-decoration: none;
	}
/* link Hover state */
a:hover {
	color: #99E74B;
	}

#nav .current {
	font-size: 12px;
	color: #FFFFFF;
	}
	
#mySlides .div {
	position: relative;
	}
	
#slides {
	position: relative;
	top: 142px;
	width: 840px;
	height: 505px;
	text-align: right;
	line-height: 18px;
	bor/der: 1px solid green;
	}
	/* slide controller */
#myController span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 6px;
	cursor: pointer;
	bor/der: 1px solid red;
	}

#jFlowSlide {
	bor/der: 1px solid #ff0000;
	}

#myController span.jFlowSelected {
	backg/round: #666666;
	color: #fff;
	}

.jFlowPrev, .jFlowNext {
	cursor: pointer;
	font-size: 13px;
	color: #999999;
	}

#slideshow {
	position: relative;
	left: 0px;
	top: 160px;
	width: 840px;
	height: 490px;
	bor/der: 1px solid blue;
	}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow IMG.last-active {
    z-index:9;
	}

#footer {
	position: absolute;
	top: 651px;
	width: 840px;
	height: 32px;
	border-bottom: 1px solid #999;
	bor/der: 1px solid yellow;
	}