@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto auto 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #aaaaaa;
	letter-spacing: 1px;
	background-color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #cccccc;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
}
.style1 {font-size: 9px}

#container {
	width: 795px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	} 
	
#header {
	margin: 10px 0px 0px 0px;
	text-align: right;
	width: 780px;
	background-color: #333333;
	height: 70px;
	color: #999999;
	}

#header dt {
	float: left;
}
#header dd {
	padding-top: 0;
	font-size: 10px;
	color: #999999;
	font-weight: lighter;
}
#header ul {
	list-style: none;
	float: right;
	width: 350px;
}
#header li {
	padding-left: 5px;
	padding-top: 5px;
	display: inline;
}
#header a {
	text-decoration: none;
	font-weight: lighter;
	color: #999999;
	padding-left: 10px;
	border-left: 1px solid #666666;
}
#header dt a {
	border: none;
	padding: 0;
	margin: 0;
}
#header a:hover {
	color: #cccccc;
}
#header strong {
	padding-left: 10px;
	border-left: 1px solid #666666;
}	
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0;
	
} 

#footer {
	letter-spacing: 2px;
	font-size: 10px;
	background-color:transparent;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: solid #666666 1px;
	margin: 0px 0px 0px 0px;
	line-height: 11px;
	color: #666666;
} 
#top   {
	font-size: 10px;
	font-weight: lighter;
	color: #888888;
	margin: 0px 0px 0px 0px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	padding: 0px 0px 0px 5px;
	width: 780px;
	
	
}#top ul  {
	
	float: left;
	list-style: none;
	}
#top dl  {
	font-size: 10px;
	font-weight: lighter;
	color: #888888;
	margin: 0px 0px 0px 0px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	padding: 0px 0px 0px 5px;
	width: 260px;
	float: left;
	}	

#top dd  {
	width: 260px;
	float: left;
	}	

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-size: 9px;
	width: 600px;
}
.fltrt a{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
	
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 200px;
	
} 

#clearfl{
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
}


#kwicks_container {
	overflow: hidden;
	width: 900px;
}
#kwicks {
	
	cursor: pointer;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
 
#kwicks .kwick {
	margin: 0px auto 0px auto;
	padding: 332px 0px 0px 4px;
	float: left;
	width: 260px;
} 
 #kwick_a {
	background-image: url(images/company_01.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #666666;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
} 


#kwick_b {
	background-image: url(images/projects_01.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #666666;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
}
#kwick_c {
	background-image: url(images/portfolio_01.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 10px;
}

#kwick_d {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
}

/*navigationkwik*/
#nava
{
	font-family: arial, sans-serif;
	font-size: 11px;
	float: left;
	width: 220px;
	background-color: transparent;
	color: #999;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 75px;
}




/*navigationkwik*/
#nav
{
	font-family: arial, sans-serif;
	font-size: 11px;
	float: left;
	width: 450px;
	background-color: transparent;
	color: #999;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 75px;
}


#nava ul
{
	margin:  6px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	list-style: none;
	border-right: 1px solid #666;
	text-align: right;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	font-weight: lighter;
}

#nava li
{
	background-image: url(images/navslash12.gif);
	background-position: bottom right;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	font-weight: lighter;
}

#nava li.over
{
	background-image: url(images/navslash.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #00FFCC;
	color: #6786a8;
	border-right: solid #000 1px;
}

#nava li.none
{
	background-image: none;
	background-color: transparent;
	color: #6786a8;
}


#nav a:link {text-decoration: none; background-color: transparent; color: #999;}
#nav a:visited {text-decoration: none; background-color: transparent; color: #999;}
#nav a:hover {text-decoration: none; background-color: transparent; color: #ccc;}
#nav a:active {text-decoration: none; background-color: transparent; color: #ccc;}

#nav a.over:link {text-decoration: none; background-color: transparent; color: #999;}
#nav a.over:visited {text-decoration: none; background-color: transparent; color: #999;}
#nav a.over:hover {text-decoration: none; background-color: transparent; color:  #ccc;}
#nav a.over:active {text-decoration: none; background-color: transparent; color: #ccc;}

#nav ul
{
	margin:  6px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	list-style: none;
	border-right: 1px solid #666;
	text-align: right;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	font-weight: lighter;
}

#nav li
{
	background-image: url(images/navslash12.gif);
	background-position: bottom right;
	padding: 0px 14px 0px 0px;
	background-repeat: no-repeat;
	font-weight: lighter;
}

#nav li.over
{
	background-image: url(images/navslash.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #00FFCC;
	color: #6786a8;
	border-right: solid #000 1px;
}

#nav li.none
{
	background-image: none;
	background-color: transparent;
	color: #6786a8;
}

/*bar*/
#navcontainer
{
	margin: 0px 0px 0px 0px;
	width: 256px;
	float: left;
	display: inline;
	height: 100px;
	padding: 5px 0px 0px 4px;
	border-top: 1px solid #666666;
	font-size: 10px;
	background-image: url(images/25hx260.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #666666;
	font-weight: lighter;
}

#navcontainer ul
{
	color: #999999;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: lighter;
	width: 260px;
	display: inline;
	float: left;
}

#navcontainer ul li {
	display: inline;
	width: 260px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border-right: solid #666666 1px;
}

#navcontainer ul li a
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 6px;
	color: #999999;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 260px;
}

#navcontainer ul li a:hover
{
	
	color: #330077;
	
}

#navcontainer li#active a
{
	padding: 6px 0px 0px 5px;
	color: #aaaaaa;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 260px;
	height: 18px;
	background-color: #616365;
} 



/*navi*/

#navi
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	color: #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 250px;
	float: left;
	} 

.projects
{
	margin:  0px 0px 0px 97px;
	border-right: solid #999 1px;
}

.company
{
	margin:  0px 0px 0px 0px;
}

.portfolio
{
	margin:  0px 0px 0px 195px;
	padding: 0px 0px 0px px;
}


#navi a:link {text-decoration: none; background-color: transparent; color: #999;}
#navi a:visited {text-decoration: none; background-color: transparent; color: #999;}
#navi a:hover {text-decoration: none; background-color: transparent; color: #ccc;}
#navi a:active {text-decoration: none; background-color: transparent; color: #ccc;}



#navi ul 
{
	padding:  8px 0px 0px 0px;
	list-style: none;
	border-right: 1px solid #999;
	text-align: right;
	color:  #999;
	line-height: 14px;
	width: 125px;
}

#navi li
{
	background-image: url(images/navslash.gif);
	background-position: bottom right;
	padding: 0px 10px 0px 2px;
	background-repeat: no-repeat;
}

#navi li.hover
{
	background-image: url(images/navslash.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #6786a8;		

}

#navi li.over:active
{
	background-image: url(images/navslash.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
}

#navi li.none
{
	background-image: none;
	background-color: transparent;
	color: #6786a8;
}


#menu {
	color: #009966;
	width: 780px;
	float: left;
	margin: 0px 0px 0px 0px;
}


#menu dt {
	text-align: left;
	height: 15px;
	padding: 5px  0px 0px 0px;
	font-weight: lighter;
	color: #CCCCCC;
}



#menu dl {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	padding: 0px 0px 0px 0px;
}

.submenubox2 {
	width: 199px;
}

.submenubox {
	width: 199px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

.leftborder {
	border-left: solid #666666 1px;
}
.rightborder {
	border-right: solid #666666 1px;
}




#smenu {
	letter-spacing: 2px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	width: 256px;
	float: left;
	display: inline;
	height: 90px;
	padding: 5px 0px 0px 4px;
	border-top: 1px solid #666666;
	font-size: 10px;
	background-image: url(images/25hx260.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-weight: lighter;
}

#smenu ul {
	text-align: right;
	width: 230px;
	margin: 8px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	font-size: 10px;
	border-right: solid #666666 1px;
}

#smenu li{
	letter-spacing: 2px;
	text-decoration: none;
	text-align: right;
	list-style: none;
}


#smenu a:link {
text-align: right;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	background-image: url(images/navslash12.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 14px 0px 0px;
	font-weight: lighter;
}

#smenu a {
	text-decoration: none;
text-align: right;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	background-image: url(images/navslash12.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 14px 0px 0px;
	font-weight: lighter;
}

#smenu a:hover
{
text-decoration: none;
text-align: right;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	background-image: url(images/navslash12_9.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 14px 0px 0px;
	font-weight: lighter;	}


#smenu #active a
{
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
	padding: 3px 12px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	background-image: url(images/navslash12_9.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}



#RightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:6px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	float: left;
	width: 510px;
	border-top: solid #666666 1px;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	color: #aaaaaa;
	letter-spacing: 2px;
}

.titlea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #cccccc;
}

.copy {
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	color: #aaaaaa;
}

.copy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
}
#sidebar {
	width: 256px;
	float: left;
	margin: 6px 10px 10px 0px;
	padding: 5px 0px 4px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #666666 1px;
}

#smenub {
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 4px 0px;
	width: 780px;
	float: left;
	text-decoration: none;
}

#smenub ul{
	display: inline;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 780px;
	float: left;
	text-decoration: none;
}



#smenub li
{
	padding: 2px 8px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	border-right: solid #999999 1px;
	text-align: left;
	display: inline;
	text-decoration: none;
}



#smenub li a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}
.ftnt
{
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 9px;
}
#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	letter-spacing: normal;
	text-align: center;
	clear: both;
	margin-top: 15px;
	}
#credit a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	letter-spacing: normal;
	text-align: center;
	}
