/**
 * Minimal and Modern Portfolio Layout PSD to HTML Conversion
 * 
 * Author: Richard Carpenter <http://www.hv-designs.co.uk>
 * Copyright: 2009 Six Revisions
 **/

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#container {
	margin: 0 auto;
	width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 119px;
}
#title {
	float: left;
	width: 600px;
	height: 100px;
}
#title a {
	border: none;
}
#navigation {
	float: right;
	text-align: right;
	color: #000000;
	padding-top: 30px;
}
#welcome {
	float: left;
	width: 850px;
	padding-top: 40px;
}
h2 {
	text-transform: uppercase;
	color: #999999;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
}
.heading-color2 {
	color: #000000;
}
#welcome-text {
	width: 410px;
	line-height: 18px;
	padding-top: 0px;
	float: left;
	margin-bottom: 10px;
}
#welcome-text p { margin-bottom:10px; }
.list li {
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	width: 180px;
	padding-left: 20px;
	margin-top: 10px;
	background-position: left top;
}
#welcome-image {
	float: right;
	width: 390px;
	border: 1px solid #999999;
	padding: 5px;
}
.separator {
  background-image: url(images/separator.png);
  background-repeat: no-repeat;
  float: left;
  height: 17px;
  width: 850px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar {
	float: left;
	height: 259px;
	width: 259px;
	background-repeat: no-repeat;
}
h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}
.sidebar-list li {
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/divider.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#content {
  float: right;
  width: 550px;
  text-align: justify;
}
#content p { margin-bottom: 10px; }
#footer {
	margin-top: 40px;
	background-color: #E6E6E6;
	border-top: 4px groove #999999;
	clear: both;
	padding: 15px;
}


#slideshow {
	position:relative;
	height: 298px;
}

#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;
}

