body {
	background-color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	color: #9B9B9B;
}

a {
	outline: none;
}

#container {
  position: absolute;
  top: 50%; 
  left: 50%;
  height: 540px;
  width: 761px;
  margin-top: -270px;
  margin-left: -381px;
  background-image: url(../_images/pbb_whiteback.gif);
}

#home, #portfolio, #quote, #why, #portfolio_detail {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 540px;
  width: 761px;
  background-image: url(../_images/pbb_masterback.gif);
  z-index: 10;
}

#whiteout {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	opacity: 0;
}

#portfolio {
  background-image: url(../_images/pbb_portfolioback.gif);
}

#quote {
  background-image: url(../_images/pbb_formback.gif);
}

#why {
  background-image: url(../_images/pbb_fadeback.gif);
}

#portfolio_detail {
	z-index: 3000;
	width: 750px;
	height: 540px;
	overflow: hidden;
}

#preload, #postload {
	display: none;
}

h1 {
	position: absolute;
	top: 10px;
	left: 455px;
	width: 275px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	text-transform: lowercase;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

p {
	font-size: 90%;
	color: #000;
	margin-left: 10px;
	margin-top: 0px;
}

#nav {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 460px;
	text-align: left;
	z-index: 1000;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: block;
	float: left;
	margin-right: 25px;
}

#nav li a {
	color: #9B9B9B;
	text-decoration: none;
	font-size: 90%;
}

#nav li a:active {
  outline: none;
}

#nav li a:hover {
	color: #000;
}

#arrow_left, #arrow_right {
	position: absolute;
	top: 348px;
	left: 1px;
	width: 40px;
	height: 155px;
	cursor: pointer;
}

#arrow_right {
	left: 706px;
}

#arrow_left img, #arrow_right img {
	border: 0px;
}

#thumbnail {
}

#thumbnail img {
	border: 0px;
	position: absolute;
	top: 90px;
	left: 40px;
	width: 300px;
	height: 225px;
}

#logolist {
	position: absolute;
	top: 348px;
	left: 43px;
	width: 680px;
	height: 155px;
	overflow: hidden;
}

#logos {
	width: 10000px;
	position: absolute;
	left: -170px;
}

#logolist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#logolist li {
	float: left;
	width: 155px;
	height: 155px;
	margin-right: 15px;
	cursor: pointer;
	display: block;
}

#logolist li a {
	text-decoration: none;
	display: block;
	width: 155px;
	height: 155px;
}

#logolist li:hover {
	background-color: #f9baa2;
}

#logolist img {
	border: 0px;
}

#portfolio_back {
	position: absolute;
	top: 0px;
	left: 740px;
	width: 250px;
	height: 510px;
	border-left: 1px solid #000;
	background-image:url(../_images/wash_white.png);
	background-repeat:repeat;
	padding: 20px 10px 10px 10px;
	z-index: 1000;
}

#portfolio_frame {
	z-index: 1500;
	position: absolute;
	top: 0px;
	left: 0px;
}

#portfolio_info {
	position: absolute;
	top: 15px;
	left: 500px;
	width: 230px;
	height: 510px;
	overflow: hidden;
	z-index: 3500;
}

#portfolio_info p, #portfolio_info ul {
	color: #000;
	font-size: 75%;
}

#portfolio_info h2 {
	color: #000;
	font-size: 110%;
}

#portfolio_info h3 {
	color: #000;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
}

#portfolio_buttons {
	position: absolute;
	top: 415px;
	left: 725px;
	z-index: 3600;
	width: 30px;
	height: 100px;
}

#portfolio_buttons img {
	border: 0px;
	cursor: pointer;
}

.bodyform {
	/*background-color: #F2D7CC;*/
	position: absolute;
	top: 60px;
	left: 35px;
	width: 675px;
}

.bigrow {
	width: 655px;
	clear: both;
	float: none;
}

.col1 {
	position: absolute;
	top: 75px;
	left: 45px;
	width: 320px;
}

.col2 {
	position: absolute;
	top: 75px;
	left: 345px;
	width: 320px;
}

.fail {
	display: block;
	color:#FF0000;
	font-weight: bold;
}

.smallrow {
	width: 320px;
	clear: both;
	float: none;
	padding: 7px 0px;
}

.formlabel {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 70%;
}

.formfield {
	width: 210px;
	float: left;
	text-align: left;
	font-size: 70%;
	color: #000;
}

.clear, .spacer {
	float: none;
	clear: both;
	height: 0px;
	line-height: 0;
}

.spacer {
	height: 10px;
}

.submit {
	position: absolute;
	top: 420px;
	left: 300px;
}

.button {
	background-color: #F2D7CC;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 5px 15px;
}

.button:hover {
	background-color: #000;
	color: #F2D7CC;
	border: 1px solid #F2D7CC;
}

.hide {
	display: none;
}

.show {
	display: block;
}

#debug {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-color:#FFCC99;
	color: #000;
	font-weight: bold;
}