@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%
}
body {
	background-color: #ffffff;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}
.clear {
	clear:both;
}
.bottom {
	position:absolute;
	bottom:0px;
	left: 0px;
}
.verticalnav {
	line-height: 0px;
	font-size: 0px;
}
/*DEFAULT ELEMENTS*/
h1 {
	font-size: 28px;
	font-style: bold;
	line-height: normal;
	color: #000;
}
h2 {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #000;
	padding-bottom: 2px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}
p {
	font-size:12px;
	color:#000;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	border-bottom: solid 1px;
}
a:visited {
	color: #FFF;
}
/*SPLASHIMAGES*/
.splashimg {
	height:400px;
	background-image:url(images/manual.pl_splashimg.jpg);
	background-color:#E2F6FF;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
.splashimgbottom {
	height:640px;
	background-image:url(images/manual.pl_splashimgbottom.jpg);
	background-color:#E2F6FF;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
/*SITE HEADER*/
.header {
	background-color: #71592c;
	background-image: url(images/bg1.jpg);
	background-position: left bottom;
	padding: 40px 40px 40px 40px;
}
.header h1 {
	font-size: 20px;
	font-variant: normal;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
	line-height: normal;
	padding-top: 24px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-left: 0px;
}
.colheader{
	position: relative;
	width: 280px;
	height: 140px;
	float:left;
	padding-right: 28px;
}
.colheader h2 a:link {
	text-transform: uppercase;
	text-decoration: none;
	color:#FFF;
}
.colheader h2 a:hover {
	color: #FFF;
	border-bottom: solid 1px;
}
.colheader h2 a:visited {
	color: #FFF;
}
.colheader h3 {
	padding: 14px 0px 3px 0px;
	color:#fff;
}
/*3COLUMN STYLES*/
.col{
	position: relative;
	width: 280px;
	float:left;
	padding-right: 28px;
	padding-bottom: 30px;
}
.col h2 a:link {
	text-transform: uppercase;
	text-decoration: none;
	color:#FFF;
}
.col h2 a:hover {
	color: #FFF;
	border-bottom: solid 1px;
}
.col h2 a:visited {
	color: #FFF;
}
.col h3 {
	padding: 14px 0px 3px 0px;
}
.col p{
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size:12px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}
/*ZIGS*/
.zigtop {
	background-image: url(images/bgzigtop.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 7px;
	width: 100%;
}
.zig {
	background-image: url(images/bgzig.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 7px;
	width: 100%;
}
/*PORTFOLIO SECTION*/
#portfoliointro{
	font-size: 15px;
}
.project {
	background-image:url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #9c7c3f;
	padding: 16px 40px 12px 40px;
	position:relative;
}
.projectimg {
	margin: 0;
	padding: 40px 0px 60px 40px;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
.projectimgnopadding {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
.projectimgblack {
	background-color:#000;
	margin: 0;
	padding: 40px 0px 60px 40px;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
.projectimgblacknopadding {
	background-color:#000;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 1px;
}
.project h1{
	padding-bottom: 12px;
	color: #70582d;
}
.project h3{
	padding-bottom: 3px;
	font-size: 24px;
	font-weight:bold;
	color: #000;
}
.project h4{
	padding-bottom: 6px;
	font-size: 10px;
	font-weight:normal;
}
.project p{
	width: 50%;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
/*PREVNEXT*/
.prevnext h3{
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
	padding: 32px 16px 0px 0px;
}
.prevnext a:link {
	text-transform:uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
.prevnext a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px;
}
.prevnext a:visited{
	color: #FFF;
	text-decoration: none;
}
/*NAVIGATION*/
.navigation {
	background-image:url(images/bg1.jpg);
	background-color:#71592c;
	background-position: left bottom;
	height: 41px;
	width: 100%;
	margin:0;
	padding: 0;
	position: relative;
	clear: left;
}
.navwrap{
	padding-top: 12px;
}
.navigation ul {
	list-style-type: none;
	display:inline;
	margin: 0;
	padding-left: 40px;
}
.navigation li {
	text-transform: uppercase;
	font-size: 14px;
	display:inline;
	margin: 0;
	padding: 0;
}
.navigation a:link {
	margin: 0px 120px 0px 0px;
	padding: 0;
	color:#aa8a4f;
	font-weight: bold;
	text-decoration:none;
}
.navigation a:hover {
	color:#FFF;
	border-bottom: 1px solid;
}
/*ABOUT*/
.about {
	clear:left;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #9c7c3f;
	padding: 24px 40px 40px 40px;
	position:relative
}
.about h1{
	padding-bottom: 12px;
	color: #70582d;
}
/*CONTACT*/
.contact {
	clear:left;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #9c7c3f;
	padding: 24px 40px 40px 40px;
	position:relative
}
.contact h1{
	padding-bottom: 12px;
	color: #70582d;
}
.footer{
	font-size: 8px;
}

