/* @group General */
body                        {background:#fff none repeat-y scroll 0 0;color:#000;font:75%/1.2em Arial, Helvetica, sans-serif;}
/* @end */

/* @group Typo */
h1                          {margin:0 0 18px 0;font-size:1.7em;line-height:1em;text-transform:uppercase;font-weight:normal;}
h2                          {font-weight:normal;}
a                           {color:#5c5a50;border:none;}
a:hover                     {color:#999;border:none;}
p                           {display:block;margin:0 0 6px 0;color:#5c5a50;font-size:.95em;line-height:1.55em;}
/* @end */

/* @group Forms */
label                       {display:block;}
input,
textarea                    {width:284px;padding:4px 4px;border:1px solid #5c5a50;font:1em Arial, Helvetica, sans-serif;}
input.error,
textarea.error              {border-bottom:2px solid #ff0000;}
.button                     {width:auto;background:transparent;color:#5c5a50;cursor:pointer;}
/* @end */

/* @group Wrapper */
#wrapper                    {width:838px;padding:0 61px;margin:0 auto;}
/* @end */

/* @group Intro */
#intro                      {width:288px;height:18px;position:absolute;top:50%;left:50%;margin:-9px 0 0 -144px;text-align:center;letter-spacing:1px;}
#intro  a                   {font-size:1.4em;}
/* @end */

/* @group Header */
#header                     {padding:76px 0 0 0;}
#header h1                  {margin:0 0 12px 0;}
#logo                       {display:block;width:130px;height:18px;background:transparent url(../img/pd.logo.png) no-repeat 0 0;text-indent:-9999px;}
#logo:hover                 {border:none;}
/* @end */

/* @group Navigation */
#navigation                 {margin:0 0 46px 0;}
#navigation li              {float:left;margin:0 19px 0 0;}
#navigation a               {color:#5c5a50;font-size:.95em;text-transform:lowercase;}
#navigation a:hover,
#navigation .active a       {color:#999;border:none;}
/* @end */

/* @group Content */
#content                    {padding:0 0 76px 0;position: relative;}
#quote                      {margin:0 0 18px 0;}
#quote p                    {margin:0;padding:0;}
/* @end */

/* @group Slideshow */
#slideshow                  {width:838px;height:514px;overflow:hidden;cursor:pointer;}
/* @end */

/* @group Products */
#products li                {position:relative;float:left;width:266px;height:252px;margin:0 6px 24px 6px;overflow:hidden;cursor:pointer;}
#products .first            {margin:0 6px 24px 0;}
#products .last             {margin:0 0 24px 6px;}
#products .child            {width:266px;height:232px;}
#products h2                {position:absolute;bottom:0;left:0;color:#5c5a50;font-size:.95em;text-transform:lowercase;}
#products .product_children {position:relative;width:266px;height:232px;overflow:hidden;}
#products .product_child    {width:266px;height:232px;position:absolute;top:0;left:0;}
#products .product_text     {text-align:justify;}
#products .fancybox_active  {display:block;width:10px;height:10px;position:absolute;bottom:3px;right:1px;background:transparent url(/img/pd.zoom.png) no-repeat 0 0;text-indent:-9999px;}
/* @end */

/* @group Article */
article                     {text-align:justify;width:320px;}
article header              {display:none;}
/* @end */

/* @group Contact */
.contact article,
.contact #contact           {float:left;}
/* @end */

/* Z-indexes */

/* @end */

/* @group CSS3 */
/*{-moz-border-radius:10px;-webkit-border-radius:10px;}
{-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-bottomright:10px;opacity:.8;}*/
/* @end */


/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/img/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.two-cols .col1,
.two-cols .col2 {
	float: left;
	width: 50%;
}
#pager {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
}
#pager .col1,
#pager .col2 {
	height: 514px;
	cursor: pointer;
}
#text {
	padding-top: 20px;
}
#text.two-cols .col1 {
	width: 80%;
}
#text.two-cols .col2 {
	width: 20%;
	text-align: right;
}
#text .slide {
	display: none;
}
#text span {
	cursor: pointer;
}