@charset "utf-8";
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	background-image: url(../media/background.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	height: 100%;
}
html {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 210px;
	width: 100%;
}

#services {
	width: 60%;
	float: right;
	border-left: 1px solid #000;
	padding-left: 20px;
}

#feature {
	width: 35%;
	float: left;
}

#mainContent .text {
	padding-bottom: 30px;
}

#contact {
	padding-top: 150px;
	padding-left: 550px;
	line-height: 1.5em;
}

#mainContent a {
	color: #333;
	text-decoration: none;
	border-bottom: dotted 2px #333;
}

#mainContent a:hover {
	border-bottom: solid 1px #333;
	color: #000;
}

#footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}

#footer a {
	border-bottom: 1px dotted #3a4523;
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	border-bottom: none;
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
	color: #000;
}

#header h1 {
	font-size: 1.0em;
}

#header-info {
	position: absolute;
	top: -55px;
	right: 30px;
	text-align: right;
	color: #000;
}

#stripe {
	position: relative;
	top: 118px;
	width: 100%;
	background-image: url(../media/strip.png);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: -120px;
	left: 30px;
}

.nav-home {
	position: absolute;
	top: 135px;
	left: 520px;
	font-size:1.2em;
}

.nav-home a {
	display: block;
	padding: 10px 39px 50px 22px;
	text-decoration: none;
	color: #000;
}

.nav-home:hover {
	text-decoration: none;
	background-image: url(../media/home_swirl.png);
	background-repeat: no-repeat;
}

.nav-portfolio {
	position: absolute;
	top: 145px;
	left: 640px;
	font-size:1.2em;
}

.nav-portfolio a {
	display: block;
	padding: 0px 35px 61px 35px;
	text-decoration: none;
	color: #000;
}

.nav-portfolio:hover {
	background-image: url(../media/portfolio_swirl.png);
	background-repeat: no-repeat;
}

.nav-contact {
	position: absolute;
	top: 135px;
	left: 790px;
	font-size:1.2em;
}

.nav-contact a {
	display: block;
	padding: 10px 35px 38px 25px;
	text-decoration: none;
	color: #000;
}

.nav-contact:hover {
	background-image: url(../media/contact_swirl.png);
	background-repeat: no-repeat;
}

#tree {
	position: absolute;
	top: -20px;
	left: 120px;
}

ul li {
	margin-left: -20px;
}

/* allow room for 3 columns */
ul.portfolio
{
  width: 100%;
  list-style: none;
  line-height: 55px;
}

/* float & allow room for the widest item */
ul.portfolio li
{
  float: left;
}

#mainContent .portfolio a {
	border-bottom: none;
}

ul.portfolio a img {
	border: 1px solid #cccccc;
}

ul.portfolio a:hover img {
	border: 1px solid #000;
}

/* stop the float */
br
{
  clear: left;
}

.portfolio-section {
	border: 1px solid #000;
}
