/*

  slim pickings
  portfolio v.6

*/

html {
  background: none;
}

body {
  font-family: 'lucida console', tahoma, sans-serif;
  font-size: 14px;
  background: #ffffff;
  /*background: #f8f8f8;*/
  color: #000000;
}

#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;  
}

#header {
  overflow: hidden; 
  width: 143px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

p {
  margin-bottom: 20px;
  line-height: 175%;
}


/* -------------------- nav -------------------- */
#nav {
  background: #000000;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: hidden;
}

#nav td.first {
  padding-left: 11px; 
}

#nav td {
  padding-right: 11px; 
}

#nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0 7px 0; 
  display: block;
}


/* -------------------- home -------------------- */
#nav.home {
            margin-bottom:  105px;
}


/* -------------------- case -------------------- */
#container.case {
}

#container.case div.heading h2 {
  width: 103px;
  color: #666666;
}

#container #text {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#container #text ul { 
  padding-left: 20px;
}

#container #text li { 
  line-height: 150%;
}

#container #text li.heading {
  line-height: 120%;
}

#container #text li a {
  color: #000000;
  text-decoration: none;
}

#container #text li a:hover {
  color: #666666;
}

#container #text li.nav {
  padding-top: 30px;
}

#slider-container {
  width: 540px;
  margin: 0 auto;
  padding: 35px 55px 60px 55px;
  background: url(/images/content/bg-grey-box.gif) repeat-x top left;
  overflow: hidden;
}

#slider {
  width: 540px;
  height: 330px;
  float: left;
}

/* to prevent other slides showing under the visible slide, canīt use overflow hidden because of navigation */
#slider img {
  padding-bottom: 80px; 
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/content/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav {
	left: 15px;
}

#slider .nivo-controlNav {
	position: absolute;
	right: -40px;
	bottom: -61px;
}

#slider .nivo-controlNav a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/images/content/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

#slider .nivo-controlNav a.active {
	background-position: -14px 0;
}

#sitemap-web {
  padding: 10px 20px 100px 20px;
  overflow: hidden;
}

#sitemap-web ul {
  float: left;
  width: 172px;
}

#sitemap-web li {
  line-height: 200%;
}

#sitemap-web a {
  color: #666666;
  text-decoration: none;
}

#sitemap-web a:hover {
  color: #000000;
}


/* -------------------- contact -------------------- */
body.contact {
  background: #000000;
}

body.contact #container {
  width: 100%;
  overflow: hidden;  
  text-align: center;
  background: url(/images/content/contact.gif) bottom center no-repeat #ffffff;
}

body.contact #wrapper {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

body.contact #content {
  margin: 30px 0 150px 0;
}


/* -------------------- misc -------------------- */




/* -------------------- misc -------------------- */
.foo {
  border: 1px solid #00ffff;
}



