/* CSS for Crystal Clear Imagery */
/* Created by Factor[e] */

* { background-color:#fff; }

body {
    text-align: center;
    border: 0px;
    margin: 0px;
    background: #fff center repeat-y url(/images/bg.gif);
    /*font definitions*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
}

a {
    color: #d6cfcf;
}

a:hover {
    color: #eae5e5;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.site-text {
    margin: 0px;
    padding: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.spacer {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 917px;
	text-align: left;
	background-color:#fff;
	border:0;
}

#header {
	width: 916px;
	height: 168px;
	background: url(/images/menu-bg.jpg) repeat-x;
}

#navcontainer ul {
	width: 916px;
	padding: 0px;
	margin: 0px;
}

#navcontainer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background-color: #fff;
    font: 12px Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
		*width: 113px;
		*overflow: hidden;
}

#navcontainer a {
    height: 48px;
		padding: 120px 23.45px 0px 23.45px;    
		color: #000000;
    text-decoration: none;
    display: block;
    width: auto;
    border-left: 0;
}

#navcontainer a:hover { 
	background: url(/images/menu-bghover.jpg) repeat-x;
}

#navcontainer li#logo a	 {
	padding: 0px;
	border: 0px;
	width: 120px;
}

#bd {
	width: 916px;
	height: auto;
	color: black;
	background-color: #fff;
}

#bdtop {
	background-image: url(/images/bdtop.jpg);
	width: 916px;
	height: 20px;
}

#bdcontent {
	padding: 20px 0px 20px 0px;
	background: url(/images/bdbody.jpg) repeat-x;
	width: 916px;
	height: auto;
}

#bdcontent p {
	padding: 0px 50px 0px 50px;
}

#bdbottom {
	background-image: url(/images/bdbottom.jpg);
	width: 916px;
	height: 21px;
}

#footer {
    background-color: #fff;
    width: 916px;
}

#footerText {
	padding: 36px 20px 36px 20px;
	text-align: center;
}
.portfolio-main-pic {
	width: 655px;
	text-align: center;
	padding: 10px 0px;
	float: left;
}
.portfolio-main-pic img {
	vertical-align: middle;
	height: 427px;
	border: 2px solid black;
}

.portfolio-thumbs {
	float: left;
	width: 250px;
	padding: 10px 10px 10px 0px;
	overflow: auto;
}

.portfolio-thumbs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.portfolio-thumbs ul li {
	float: left;
	margin: 5px;
	width: 112px;
	text-align: center;
}

.portfolio-thumbs ul li img {
	border: 2px solid black;
	height: 75px;
}