html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	color: #fff;	
    font: normal 10px/1.5em Verdana,sans-serif;
    background: #4b214f url('../images/bkg_body.jpg') repeat-x top left;
}

#page {
	margin-top: 0px;
	margin-bottom: 5px;	
}

#headerWrap {
	margin: 0;
	padding: 0;
    height: 241px;
    width: 100%;
	background: url('../images/bkg_header.jpg') no-repeat top center;
	position: relative;    
}

#header {
    height: 189px;
    width: 950px;
    margin: 0 auto;
    position: relative;
}

#content { }

.home-services {
  background: #4b214f url('../images/bkg_services_b.jpg') no-repeat top left;  
  min-height: 380px;
  padding-top: 53px
}
.home-services .colborder { min-height: 240px; }
.home-services p, .home-services h1, .home-services h2 { text-align: justify; }
.home-services ul { list-style: square; }

.home-process {
  background: #4b214f url('../images/bkg_process_e.jpg') no-repeat 0 60px;
  min-height: 424px;
  padding-top: 53px
}
.home-process .colborder { min-height: 244px; }

.home-process h3 {
  color: #fff;
  font: normal 24px "Century Gothic";
  text-shadow:1px 1px 5px #000000;
  height:50px;
  display:block;
}

.home-folio { padding-top: 53px }

.home-contacts {
  background: #4b214f url('../images/bkg_services_thinner.jpg') no-repeat top left;
  min-height: 710px;
  padding-top: 53px;
}

.error-page404 {
  background: #4b214f url('../images/bkg_error404.jpg') no-repeat top left;
  min-height: 710px;
}
.error-page {
  background: #4b214f url('../images/bkg_error.jpg') no-repeat top left;
  min-height: 710px;
}
  
.folio-thumb {
  background: #fff;
  width: 280px;
  height: 220px;
  display: block;
  border: 1px solid #D1A6D4;
  -webkit-box-shadow: 0px 5px 10px #332938;
  -moz-box-shadow: 0px 5px 10px #332938;
  box-shadow: 0px 5px 10px #332938;
  margin: 20px 0;
  overflow: hidden;
}

.folio-thumb a {
    display: block;
    position: relative;
    text-decoration: none
}

.folio-thumb a img {
    height: 251px;
    left: -20px;
    position: relative;
    top: -20px;
    width: 320px;
}

/* hover label */
.folio-thumb a span {
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding: 25px;
    position: absolute;
	line-height: 20px;
    text-decoration: none;
    width: 100%;
    z-index: 200;
}
.folio-thumb a span em {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.proj-type {color:#D1A6D4;display:inline;}
.folio-tag {font-size: 10px; display:inline;}
.darkbg {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 4px;

}
.darkbg em { color: #ccc; }

.thumb-info-content {height: 170px; width: 230px; }
.thumb-title { font-size:18px; width:100%; border-bottom: #D1A6D4 solid 1px;padding-bottom:5px;margin-bottom: 15px;}
.link-to-viewer {background:#4b214f; padding:0px 0 0 7px; margin: 0px 0 0 110px; font-size:10px;text-shadow:none;font-weight:100;height:20px;border: 1px solid #D1A6D4}
.thumb-info-content a {background:#D1A6D4; padding:0px 0 0 7px; margin: 0px 0 0 110px; font-size:10px;text-shadow:none;font-weight:100;height:20px;}
/* /portfolio */

#sidebar { padding: 20px 20px 20px 0; }

#footer {
    border-top: 1px solid #724876;
    font: 10px "Century Gothic";	
	margin: 10px 0;    
    display: block;		
}

#logo {
    background: transparent url('../images/pm_logo.png') no-repeat top left;
    position: absolute;
    top: 65px;
    left: 35px;
    height: 114px;
    width: 267px;
	
}

#mainmenu {    	  	
    width: 100%;
    height: 53px;
    background: url('../images/bkg_body.jpg') repeat-x bottom left;
    position: static;
	z-index:999;
}

#mainmenu ul {
    margin: 0 auto;
    width: 380px;    
	padding:6px 20px 5px 20px;	
}

#mainmenu ul li { display: inline; }

#mainmenu ul li a {
    outline: none;
	color:#000;
	background-color:transparent;
    font: 14px bold "Century Gothic";
	text-decoration:none;
	padding:6px 16px 20px 16px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #555;	
	text-decoration:none;
}
#mainmenu ul li.active a { background: transparent url('../images/triangle.png') no-repeat bottom center; }

h1, .tagline { font: 30px/1.1em "Century Gothic"; color: #fff;text-shadow:2px 2px 5px #000000; }
h2 { font: bold 16px "Verdana"; color: #fff;text-shadow:1px 1px 5px #000000; }

.tagline {
  padding: 25px 0 20px;
  text-align: center;  
}
#tag1 {  }

.quote-author { font-size: 14px; }

div.flash-error, div.flash-notice, div.flash-success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a   { color:#8a1f11; }
div.flash-notice a  { color:#514721; }
div.flash-success a { color:#264409; }

div.form .rememberMe label { display: inline; }

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span { font-weight: bold; }

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}
div.search-form label {
  color: #111;
}

.portlet { }

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li { padding: 2px 0 4px 0px; }

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li { padding-bottom: 2px; }

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited { color: #0066A4; }
.operations li a:hover { background: #80CFFF; }

/* contacts */
.hithere {
  font-family: helvetica;
  font: normal 18px "Century Gothic";
  color:#fff;
  margin:77px 0  10px;
}

.subject-tag {
	font-size: 9px;
	color: #28122B;
	display: inline;
}

.contact-title {
	font-size: 12px;
    text-transform: uppercase;
	color:#fff;
	text-shadow: #000 2px 2px 5px;
	margin: 20px 0px 10px
}

.contact-middle {
  text-align:right;
  padding-top:77px
}	

#contact-form button {
  background: #35193a;
  text-transform: uppercase;
  font-family: helvetica;
  font-weight: bold;
  font-size:9px;
  color: #82548C;
  border:none;
}

#contact-form input {
  color:#82548C;
  font-size: 10px;padding: 0 0 0 10px;
  width: 375px;
  height: 23px;
  border:none;
  margin:5px 0;
}

.watermark {
  color: #82548C;
  font-size: 10px;
}

#contacts input:focus, #contacts textarea:focus { outline: none; border: 1px #000 solid; }

.who input {
  background:#35193a url('../images/contacts.png') no-repeat;
  background-position:360px 0;
}

.email input {
  background:#35193a url('../images/contacts.png')no-repeat;
  background-position:360px -500px;
}

.message textarea {
  width: 375px;
  height: 200px;
  padding: 5px 0 0 10px;
  background: #35193a url('../images/contacts.png') no-repeat;
  background-position: 360px -250px;
  border: none; margin:5px 0;
  color:#82548C;
  font-size: 10px;
  font-family: helvetica, Geneva, sans-serif;
}

.bot-tag {
  font-size:9px;
  float: right;
  display: inline;
  margin-right: 5px;
  color: #fff;;
  margin-top:3px
}

.colprocess { padding-right:24px; margin-right:25px;}

#errorZone{ margin: 20px 0 0 60px ; }

#errorZone a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

#errorZone a:hover {
	color: #555555;
}

/* tables */
table,th,td { color: #000 }
