/*
Theme Name: Konan Systems
Description: Layout for Konan Systems
Version: 0.1
Author: Matthew Gerard
Author URI: www.digthetrenches.com
*/

body{
background:#000 url(images/background.gif);
color: #ccc; 
font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
margin: 0; 	padding: 0; 
text-align: center;
}

a, a:active, a:link {
	text-decoration: none;
	color: #999;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333;
}

img{
border-style:none;
}


#container {
position: absolute;
left:50%;
margin-left:-232px;
top:300px;
width:450px;
}

/* Navigation */

#nav{
float:left;
margin-left:20px;
margin-top:20px;
}


#home
{
} 

.homelink
{
 background: url("images/francias/home.gif") top left no-repeat;
 height: 30px;
 width: 104px;
 overflow: hidden;
 display: block;
}
.homelink:hover
{
background: url("images/francias/home.gif") top right no-repeat;
}


#vision
{

} 

.visionlink
{
 background: url("images/francias/vision.gif") top left no-repeat;
 height: 30px;
 width: 74px;
 overflow: hidden;
 display: block;
}
.visionlink:hover
{
background: url("images/francias/vision.gif") top right no-repeat;
}



#products
{

} 

.productslink
{
 background: url("images/francias/products.gif") top left no-repeat;
 height: 30px;
 width: 97px;
 overflow: hidden;
 display: block;
}
.productslink:hover
{
background: url("images/francias/products.gif") top right no-repeat;
}


#services
{

} 

.serviceslink
{
 background: url("images/francias/services.gif") top left no-repeat;
 height: 30px;
 width: 95px;
 overflow: hidden;
 display: block;
}
.serviceslink:hover
{
background: url("images/francias/services.gif") top right no-repeat;
}


#people
{

} 

.peoplelink
{
 background: url("images/francias/people.gif") top left no-repeat;
 height: 30px;
 width: 122px;
 overflow: hidden;
 display: block;
}
.peoplelink:hover
{
background: url("images/francias/people.gif") top right no-repeat;
}

#blog
{

} 

.bloglink
{
 background: url("images/francias/blog.gif") top left no-repeat;
 height: 30px;
 width: 60px;
 overflow: hidden;
 display: block;
}
.bloglink:hover
{
background: url("images/francias/blog.gif") top right no-repeat;
}

#video
{

} 

.videolink
{
 background: url("images/francias/video.gif") top left no-repeat;
 height: 30px;
 width: 68px;
 overflow: hidden;
 display: block;
}
.videolink:hover
{
background: url("images/francias/video.gif") top right no-repeat;
}


#contacts
{

} 

.contactslink
{
 background: url("images/francias/contacts.gif") top left no-repeat;
 height: 30px;
 width: 100px;
 overflow: hidden;
 display: block;
}
.contactslink:hover
{
background: url("images/francias/contacts.gif") top right no-repeat;
}


/* ---   Layout   --- */ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 0px;	
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	position: relative;
	width: 900px;	
	height: 179px;	
	margin: 0; padding: 0;	
	margin-top:20px;	
	background:#fff url(images/header.jpg) no-repeat top center;
}

/* Main Content */
#main {
	float: left;
	width: 900px;
	display: inline;
	background:#000 url(images/yellow.gif) bottom center no-repeat;		
}

#content {
width:600px;
background: transparent;
margin-top:5px;
margin-bottom:40px;
margin-right:30px;
padding:5px;
float:right;
}

.content {
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
	background:#070707; 
}
 
.content p {
	margin: 0;
	padding: 4px;
}

#heading{
padding:5px;
}

#maintxt {
padding:10px;
}

#language{
padding:5px;
float:right;
}

#employee{
float:right;
margin-top:3px;
margin-right:5px;
width:58px;
height:23px;
}

.people{
list-style:none;
margin-left:-40px;
}

.vision {
margin-left:20px;
}

.mainpics{
padding:5px;
}

#mainpics{
padding:8px;
width:480px;
text-align:right;
}

#people {
padding:10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right;}
.float-rightpics { float: right; margin-top:-493px; margin-right:40px; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 

}

/* Footer Stuff */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-left:0px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: url(images/footer.gif) no-repeat top center;
	color: #fff;
	width: 900px;
	float: left;	
	display: inline;
	padding-bottom: 10px;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #fff;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #fff;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 200px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}


