body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #5f5f5f;
}

body.air {
	background-image: url("../images/bgd_air.gif");
}

body.fire {
	background-image: url("../images/bgd_fire.gif");
}

body.water {
	background-image: url("../images/bgd_water.gif");
}

body.ground {
	background-image: url("../images/bgd_ground.gif");
}

body.portfolio {
	background-image: url("../images/bgd_portfolio.gif");
}

a {
	color: #f93800;
}

a img {
	border: none;
}

input, textarea {
	border: solid #c6cad0 1px;
}

.pageWrapper {
	width: 100%;
}

#pageWrapperAir {
	background-image: url("../images/bgd_page_air.jpg");
	background-repeat: no-repeat;	
}

#pageWrapperFire {
	background-image: url("../images/bgd_page_fire.jpg");
	background-repeat: no-repeat;	
}

#pageWrapperWater {
	background-image: url("../images/bgd_page_water.jpg");
	background-repeat: no-repeat;	
}

#pageWrapperGround {
	background-image: url("../images/bgd_page_ground.jpg");
	background-repeat: no-repeat;	
}

#pageWrapperPortfolio {
	background-image: url("../images/bgd_page_portfolio.jpg");
	background-repeat: no-repeat;	
	background-position: right top;
}

.pageContainer {
	width: 734px;
	margin: 0px auto 0 auto;
	padding-top: 70px;
	text-align: left;
}

.columnLeft {
	width: 183px;
	float: left;
}

.columnRight {
	width: 551px;
	float: right;
}

.contentWrapper {
	background-image: url("../images/bgd_column_right.gif");
	background-repeat: repeat-y;
}

#contentWrapperFire {
	background: none;
}

.content {
	padding: 19px 10px 0 30px;
	background-image: url("../images/bgd_content.jpg");
	background-repeat: no-repeat;
}

.content ul {
	color: #a7a7a7;
}

.content ul li {
	margin-left: 40px;
}

#contentFire {
	background-image: url("../images/bgd_content_fire.gif");
}

.heading {
	width: 507px;
	/*padding: 0 0 8px 0;*/
	margin: 8px 0 0 0;
	background-image: url("../images/bgd_heading.gif");
	background-repeat: repeat-x;
}

.footer {
	width: 551px;
	height: 50px;
	padding-top: 34px;
	background-image: url("../images/bgd_footer.gif");
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.footer .image {
	left: 400px;
	bottom: 68px;
	position: absolute;
}

#mainPageFooter {
	background: none;
}

span.notValid {
	color: #de0000;
}

input.notValid {
	border: solid #de0000 1px;
}

/* Bof Gallery Preview Box */
.galleryPreviewWrapper {
	float: left;
}

.galleryPreviewWrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.galleryPreviewWrapper ul li.more, .galleryPreviewWrapper ul li.info, .galleryPreviewWrapper ul li.image {
	padding: 0 0 8px 26px;
	margin: 0;
	background-repeat: no-repeat;
}

.galleryPreviewWrapper ul li.more {
	background-image: url("../images/bgd_preview_more.gif");

}

.galleryPreviewWrapper ul li.info {
	width: 100px;
	background-image: url("../images/bgd_preview_info.gif");
}

div.galleryPreview2Wrapper {
	float: left;
}

div.galleryPreview2Wrapper a {
	cursor: crosshair;
}

.galleryPreviewWrapper ul li.image, div.galleryPreview2Wrapper {
	padding: 0 0 15px 0px;
	background-image: url("../images/bgd_preview.gif");
	background-repeat: no-repeat;
}

.galleryPreviewWrapper ul li.image img, div.galleryPreview2Wrapper img {
	padding: 0;
	margin: 3px 24px 3px 5px;
}

/* Eof Gallery Preview Box */

div.portfolioPageNav {
	width: 100px;
	text-align: right;
	padding: 0 0 0 380px;
	clear: both;
}

div.portfolioItemWrapper {
	padding: 0 20px 0 0;
}

div.portfolioPageNav img {
	border: solid #cccccc thin;
}

.content .menu {
	padding: 0 0 7px 0;
}

/* Bof Debug Info */

#debugSticker {
	padding: 5px;
	margin: 5px;
	position: absolute;
	background-color: white;
	border: thin gray 1px;
	text-align: left;
}

/* Eof Debug Info */
