
body {
	margin : 0 auto;
	padding : 0;
	color : #000;
	background-color : #ffffff;
 




/* --------- 

	background-color : #f4f4f4;
        background-image:url('pix/background.jpg');
        background-repeat:repeat-x;

 
    #dbdbd6 old bg color ebebeb 
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
----------- */ 
 
 
 

} 

 


 
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}










/* Image Slider Start */

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

 

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(slider/images/slider.png) no-repeat;
    width:914px;
    height:254px;
    margin:0 auto;
    padding-top:8px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:914px;
    height:254px;
    margin-left:0px;
	background:url(slider/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:455px;
	bottom:-3px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(slider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



/* Image Slider */












 






/* Footer navigation */

#nav-footer ul {list-style: none; margin: 0 0 1em;}


/* Footer */

#footer {
  clear: both;
  float: left;
  width: 930px;
  hight: 930px;
  padding: 20px 0;
  background: #000 url(images/bg-footer.gif) repeat-y;
  color: #8b8b8b;
  font-size: 11px;
  text-align: left;
  }
#footer a {color: #fff;}
#footer p {margin: 0;}

#nav-footer {float: left; width: 200px; margin-left: 20px;}
#nav-footer p {
  padding-left: 14px;
  background: url(images/icon-rss.gif) center left no-repeat;
  }
  
#contact-details {float: left; width: 220px; margin-left: 20px;}

#copyright {float: right; width: 270px; margin-left: 20px;}













/* Top Menu navigation */

#banner {
	height: 100px;
	width: 910px;
	
}
 
#navigation {
	width: 910px;
	float: right;
	text-align: right;
	padding-top: 20px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	text-align: right;
}

#navigation li a {
	text-decoration: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #668;
	font-size: 1.1em;
}
#navigation li a:link, #navigation li a:visited {
	color: #668;
}
#navigation li a:hover, #navigation li a:active {

	color: #F09;
}













/* --------- PAGE NAVIGATION << 1 2 3 10 > >> ----------- */



.wp-pagenavi a, .wp-pagenavi span {
font-family: sans-serif;
float: left;
-webkit-font-smoothing: antialiased;
height: 28px;
width: 28px;
margin-right: 2px;
line-height: 29px;
background-color: #000;
color: #fff;
font-size: 11px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-align: center;
-moz-transition: background-color 1s; 
-webkit-transition: background-color 1s; 
-o-transition: background-color 1s; 
transition: background-color 1s; 
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
line-height: 27px;
font-size: 17px;
width: 100px;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
line-height: 27px;
font-size: 17px;
width: 30px;
}

.wp-pagenavi span {
background-color: #eee;
color: #000;
}

.wp-pagenavi a:hover {
background-color: #333;
-moz-transition: background-color 0s; 
-webkit-transition: background-color 0s; 
-o-transition: background-color 0s; 
transition: background-color 0s; 
}



.current { font-weight: bold; }

div#qTip{padding:7px 9px;padding-bottom: 6px;max-width:250px;overflow:hidden;display:none;background:rgba(0,0,0,0.9);color:white;font-weight:normal;font-size:11px;line-height:1.4;position:absolute;z-index:3222;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;font-family: sans-serif; font-weight: bold; -webkit-font-smoothing: antialiased; opacity: 0;}





























/* --------- Menutext ----------- */


 .menutext {
  color: #626161;
  font-size: 11px;
  line-height: 19px;
  text-align: justify;
  font-family: Lucida Grande, Arial, sans-serif, Verdana, Helvetica;
  margin-right: 0px; padding-right: 0px;
}


        .menutext           {  COLOR: #000000; FONT-FAMILY: Arial,Verdana,Helvetica,Geneva,sans-serif; BACKGROUND-COLOR: #1e1e1e decoration:underline; bold;}
    .menutext a:link    {  text-decoration: none; color: #a5a5a5}
 .menutext a:active  {  text-decoration: none; color: #a5a5a5}
 .menutext a:visited {  text-decoration: none; color: #a5a5a5}
 .menutext a:hover   {  color:#ffffff; background:#404040;}




 





/* --------- Listings ----------- */
.NewsListing
{
 
        float: left;
        width: 100%;
        border-bottom: solid 2px #000000;
        border-top: solid 2px #000000;
}
 
.NewsListingItem
{
 
        float: left;
        width: 100%;
 font-size: 90%;
 text-transform: uppercase;
 margin-top: 5px;
 border-bottom: solid 1px #bababa;
}


a.NewsLink
{
 
 text-decoration: none;
 text-transform: none;
 text-transform: uppercase;
}

a.newscommentlink
{
 
        color:#ffffff; 
        font-weight:bold; 
        text-decoration:none;
}

.linkarrow {
 
 width:11px;
 height:11px;
 margin: 0px 5px 0px 0px;
 vertical-align: baseline;
}

.linkarrowbottom {
 
 width:11px;
 height:11px;
 margin: 0px 5px 0px 0px;
 vertical-align: bottom;
}
 

















/* --------- MENU     ----------- */
/* --------- Listings ----------- */


#nav, #nav ul {
        z-index: 2; 
 float: left;
 width: 100%;
 list-style: none;
 line-height: 1;
 background: FFFFFF;
 font-weight: bold;
        font-size:12px;
 padding: 0;
 BACKGROUND-COLOR: #FFFFFF;
 BORDER-BOTTOM:    black solid 0px;
 BORDER-LEFT:      black solid 0px;
 BORDER-RIGHT:     black solid 0px;
 BORDER-TOP:       black solid 0px;
 COLOR:            black;
 margin: 0 0 0em 0;
}


#nav a {
        z-index: 2; 
 display: block;
 width: 10em;
 color: #000000;
 text-decoration: none;
 padding: 0.2em 1em;
}




 #nav li {
        z-index: 2;
 float: left;
 padding: 0;
 width: 7.0em;
}






#nav li ul {
        z-index: 2;
 position: absolute;
 left: -999em;
 height: auto;
 width: 15em;
 w\idth: 15em;
 font-weight: normal;
        font-size:14px;
 BORDER-BOTTOM:    black solid 3px;
 BORDER-LEFT:      black solid 0px;
 BORDER-RIGHT:     black solid 0px;
 BORDER-TOP:       black solid 0px;
 COLOR:            000000;
 margin: 0;
}

#nav li li {
        z-index: 2;
 padding-right: 0em;
 width: 15em
}

#nav li ul a {
        z-index: 2;
 width: 15em;
 w\idth: 15em;
}

#nav li ul ul {
        z-index: 2;
 margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        z-index: 2;
 left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}

#nav li:hover, #nav li.sfhover {
 background: #e1e1e1;
}





 



 








/* --------- Clear ----------- */

.clear {
  clear: both;
  height: 0;
}









/* --------- Devider ----------- */
 



.linetop {
 width:260;
 height:3px; 
 background:#373737; 
 repeat-x 0px 0px; 
        float: left; 
 line-height:1.4;
}


.linedevider {
 width:260;
 height:0.9px; 
 background:#9a9c9b; 
 repeat-x 0px 0px; 
        float: left; 
}














/* --------- News Coments ----------- */



.input {
 BORDER-RIGHT: #524E34 1px solid; 
 BORDER-TOP: #524E34 1px solid; 
 FONT-SIZE: 9px; 
 BORDER-LEFT: #524E34 1px solid; 
 COLOR: #000000; 
 BORDER-BOTTOM: #524E34 1px solid; 
 FONT-STYLE: normal; 
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
 BC8D0D5ACKGROUND-COLOR: #C8D0D5
}



/* --------- All Text ----------- */
span.text1

{
 font-family: Verdana, Arial, Helvetica;
 font-size: 10pt;
 line-height: 14pt;
 color: #6a6a6a;
 text-align: justify; 
}



















/* --------- ABOUT SLITZ  ----------- */






span.blogcategory {
        color: #FFFFFF;
 font-size : 11px;
 line-height:1.4;
        float: left; 
        width: 100%; 
        background-color:#1d1d1a;
 font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
 color : #a5a5a5
 clear:both;
}



span.about_headline {
        color: #8c3769;
 text-align:right; 
 font-family: Lucida Grande, Geneva, Arial, sans-serif;
 font-size: 11;
 line-height: 1.9;
 font-weight: bold;
}
 


/* --------- All Text ----------- */
span.all_text {
 font-size : 11px;
 line-height:160%;
 font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
 color: #666666;
 text-align: justify; 

}





























.clear {clear:both;}






 









 


 



.maintablecell
{
	font-family: verdana, helvetica, arial;
	border-bottom: solid 1px #ebeff7;
	font-size: 10px;
	color: #333333;
	padding:  0px 0px 0px 0px;
}








.A {
	COLOR: #000000; FONT-FAMILY: Arial,Verdana,Helvetica,Geneva,sans-serif; BACKGROUND-COLOR: #f5f5f5 text-decoration: none}
   	a:link {  text-decoration: none}
	a:active {  text-decoration: none}
	a:visited { text-decoration: none}
	a:hover {   text-decoration: none}


	
 


	 



	
.subtitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #486672; 
	text-decoration: none
}

	
 

 

span.text1
{
	clear: both; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 19px;
	color: #555555;
}


span.text2
{
	clear: both; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	line-height: 19px;
	color: #555555;
 

}





.link_view_proj
{
	clear: both; 
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}



 
 
.link_view_proj:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5B5B5B;
	text-decoration: none;
}













/* --------- clientslist Text ----------- */
#clientslist{}

#clientslist ul{
	margin: 0;
	float: left;
	width: 193px;
}
#clientslist li{
	color: #666;
	white-space: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 0px;
	margin: 2px 0;
	font-size: 9px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.generalContentBlack {
	padding: 20px;
	background-color: #fff;
	font-size: 12px;
	white-space: normal;
	color: #666;
	margin-bottom: 10px;
	clear: both;
}
















/* --------- Project Text ----------- */

span.text3
{
	clear: both; 
	font-family: Helvetica, Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;
	color: #555555;
  	text-align: justify;
	text-transform: uppercase;
        letter-spacing:-0.7px;
}


/* --------- All Text ----------- */

span.text4
{
	clear: both; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 19px;
	color: #555555;
}




/* --------- Large Text ----------- */

span.text5
{
	clear: both; 
	font-family: Arial, Helvetica;
	font-size: 20px;
	line-height: 35px;
	color: #8d8d8d;
  	text-align: left;
}



/* --------- Large Text ----------- */

span.text6
{
	clear: both; 
	font-family: times new roman, Helvetica;
	font-size: 25px;
	line-height: 30px;
	color: #2d2d2d;
  	text-align: left;
}




 




/* --------- Large Text ----------- */

.panel-8
        {font-family: Times New Roman, Georgia, Arial, Helvetica; 
       	 font-style: italic;
         font-size:25px;color:#999999; 
         font-weight:bold;
         letterSpacing="20px";
	 line-height: 28px;

  border-top:1px solid #999999;
  padding-top:0px;
  padding-bottom:0px;
  margin-top: 20px;
 
}





















/* --------- All Text ----------- */

span.bluee {
color:#0097ec;
font-size:9;
}




/* --------- Headline1 ----------- */

span.headline_1 {
	font-family: Times New Roman, Georgia, Arial, sans-serif;
       	 font-style: italic;
	font-size: 17px;
        line-height: 28px;
	margin: 0 0 28px 0;
	font-weight: 100;
	padding-top: 3px;
 
        font-weight:bold;
        letter-spacing:-0.7px;
	color: #ffffff;
	background-color: #999999;


  border-top:0.5px solid #999999;
  padding-top:0px;
  padding-bottom:0px;
  margin-top: 0px;

}










.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #c8c8c8;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5B5B5B;
	text-decoration: none;
}







 















