/******************** COMMON */
html, body 
{
	height:100%;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, label, fieldset 
{
	border:0 none;
	margin:0;
	padding:0;
}
ul li, ol li 
{
	list-style-type:none;
}

body 
{
	font-size:72.5%;
	font-family:Arial, Verdana, Helvetica, Tahoma, Sans-Serif;
	background-color:#fff;
}

/******************** COMMON CLASSES */

.invisible, hr { display:none; }
.clear { clear:both; font-size:0; height:0; line-height:0; }
.bold { font-weight:bolder; }
.gfxheader { height:2px; line-height:2px; text-indent:-5000px; }
.invisible { display:none; }
.nomargin { margin:0; }

.error { color:#E40101; margin-left:6px; font-weight:bold; font-size:0.9em;}
.message { color:#000; margin-left:6px; font-weight:bold;font-size:0.9em;}
.icongap { margin-right:6px;}

/******************** BASE ELEMENTS */

h1, h2, h3, h4
{
	color:#2a2a86;
	font-weight:normal;
	margin-bottom:8px;
}
h1
{
	font-size:2.6em;
	
}
h2
{
	font-size:2.0em;
}
h3
{
	font-size:1.6em;
}
h4
{
	font-size:1.2em;
}

strong, b
{
	color:#5bba47;
	font-weight:normal;
}
label
{
	color:#666;
}
p
{
	color:#666;
	line-height:1.8em;
	margin-bottom:12px;
}

a
{
	color:#5dafe2;
	text-decoration:underline;
}
address
{
	color:#666;
	font-style:normal;
	line-height:1.8em;
}


#sitewrapper
{
	width:1000px;
	margin:0 auto;
}
#header
{
	margin-top:10px;
}
#header #logo
{
	width:600px;
	height:110px;
	float:left;
	background:url(/includes/images/pt-logo.png) no-repeat top left;
}
#header #logo a
{
	width:600px;
	height:110px;
	display:block;
}
#header #right
{
	width:390px;
	float:right;
}



#nav
{
	width:1000px;
	height:28px;
	background-color:#2a2a86;
}

#nav ul, #nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background-color:#2a2a86;
	z-index:2000;
}

#nav ul li:hover ul {
	left: auto;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav ul li
{
	float:left;	
}

#nav ul li a
{
	font-size:1.3em;
	color:#fff;
	text-decoration:none;
	height:22px;
	padding:6px 18px 0 18px;
	display:block;
}
#nav ul li ul li a
{
	width:124px;
}
#nav ul li a:hover
{
	background-color:#5bba47;
}

#content
{
	border-left:1px solid #2a2a86;
	border-right:1px solid #2a2a86;
	padding:20px 10px;
	width:978px;
}
#content a
{
	color:#5bba47;
}
#content strong
{
	font-weight:bold;
	color:#2A2A86;
}
#content h1
{
	margin-bottom:24px;
}

#content_left ul li, #content ol li, #content ul li
{
	padding-left:32px;
	background:url(/includes/images/bullet_blue.gif) no-repeat 16px center ;
	color:#2a2a86;
	margin-bottom:8px;
}  

#slide-select
{
	width:996px;
	height:28px;
	background-color:#2a2a86;
	padding-right:4px;
	padding-top:6px;
}
#slide-select #selectbit {float:left; width:450px;}
#slide-select #strapline {float:right;}
#slide-select #strapline h3
{
	color:#fff;
	text-align:right;
	letter-spacing:0.2em;
	margin-bottom:0px;
}
#calltoaction
{
	border-top:8px solid #c4c4c4;
	border-bottom:8px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	width:994px;
	padding:5px 2px;
	height:200px;
}
#calltoaction #left
{
	float:left;
	width:326px;
	margin:10px 0;
	float:left;
	height:180px;
}
#calltoaction #left a
{
	display:block;
	width:306px;
	padding:0 10px;
	height:180px;
	background: url(/images/cta1.jpg) no-repeat 10px top;
}

#calltoaction #middle
{
	float:left;
	width:326px;
	height:180px;
	margin:10px 0;
	border-left:8px solid #c4c4c4;
	border-right:8px solid #c4c4c4;
}
#calltoaction #middle a
{
	display:block;
	width:306px;
	padding:0 10px;
	height:180px;
	background: url(/images/cta2.jpg) no-repeat 10px top;
}
#calltoaction #right
{
	float:left;
	width:326px;
	height:180px;
	margin:10px 0;
}
#calltoaction #right a
{
	display:block;
	width:306px;
	padding:0 10px;
	height:180px;
	background: url(/images/cta3.jpg) no-repeat 10px top;
}


#footer
{
	width:1000px;
	padding-top:12px;
	margin-bottom:20px;
}
#footer p
{
	color:#c4c4c4;
	text-align:center;
	margin-bottom:0px;
}
#content_left
{
	float:left;
	width:550px;
	text-align:left;
}
#content_right
{
	float:right;
	width:400px;
}
#gmap
{
	width:390px;
	height:260px;
	border:1px solid #2a2a86;
	padding:4px;
	margin-bottom:10px;
}

#content_left fieldset ol li
{
	margin-bottom:6px;
	list-style-type:none;
	padding:0;
	background:none;
}
#content_left fieldset ol li.cap
{
	display:none;
}
#content_left fieldset ol li label
{
	float:left;
	width:150px;
	color:#5bba47;
}
#content_left fieldset ol li input,#content fieldset ol li textarea
{
	border:1px solid #2a2a86;
	padding:2px;
	color:#666;
}
#content_left fieldset ol li input,#content fieldset ol li textarea
{
	width:284px;
}

#address_block address
{
	line-height:1.4em;
	margin-bottom:0;
}

#content fieldset ol li #btnSend
{
	padding:2px 8px;
	background-color:#2a2a86;
	border:1px solid #5dafe2;
	color:#fff;
	width:auto;
	margin-left:150px;
	cursor:pointer;
}

#content_right #gallery
{
	width:400px;
	margin:0px auto;
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:transparent url(/designs/e2/ml.gif) repeat-y 0px 0px;
}

#content_right #gallery .bd .c {
 background:transparent url(/designs/e2/mr.gif) repeat-y right 0px;
}
#content_right #gallery .bd .c .s {
 margin:0px 8px 0px 4px;
 background:url(/designs/e2/ml.jpg) repeat-x 0px 0px;
 padding:1em;
}

#content_right #gallery #main_image_wrapper{position:relative;border:1px solid #000; width:350px; padding-bottom:6px; background-color:transparent;}
#content_right #gallery #main_image_wrapper h3 { color:#fff;padding-top:3px;font-weight:normal}

#thumbs img{margin-right:4px;vertical-align:top;padding:2px;margin-bottom:3px;}
#thumbs a img{border:1px solid #000;}
#thumbs a:hover img{border:1px solid #5dafe2;}

#content_right div.static-image
{
	background:#333;
	padding:10px;
}
#content_right div.job-vacancy
{
	border:1px solid #5bba47;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 10px;
	background-color:#f4f4f4;
	margin-bottom:10px;
	
}
#content_right div.job-vacancy a.go-icon
{
	padding-right:20px;
	background:url(/includes/images/arrow_right.png) no-repeat right center;
}

a.flowplayer-bg
{
	margin:6px 0 6px 14px;
	background-color:#000;
	border:1px solid #2a2a86;
}
div.thanks
{
	border:1px solid #00c100;
	padding:3px 6px;
	background-color:#d9fed8;
	margin-bottom:10px;
}
div.thanks p
{
	padding-left:24px;
	background:url(/includes/images/tick.png) no-repeat left center;
	display:block;
	margin-bottom:0px;
}

blockquote
{
	width:250px;
	height:110px;
	float:left;
	margin:10px 10px 10px 0;
	padding:bottom:40px;
	color:#2a2a86;
	font-size:1.2em;
	line-height:1.8em;
	background:url(/includes/images/quote-close.png) no-repeat bottom right;
}
blockquote span.quote-open
{
	float:left;
	width:40px;
	height:40px;
	background:url(/includes/images/quote-open.png) no-repeat top left;
}
blockquote span.quote-by
{
	line-height:normal;
	font-size:11px;
	color:#2a2a86;
	font-weight:bold;
	width:200px;
	margin-top:5px;
	display:block;
}
}