/*-----smywebsite {ictionary ----------
	Text: #4b494a;
	Orange: #fe5b03;
	Link-blue: #43758f;
	Gray: #696768;
---------- */

/*********************************************************
* 																		TABLE OF CONTENTS
*********************************************************

General
	Elements
		Headings
		Links
		Lists
		Forms & Inputs
		Paragraphs
		Tables
	Classes
Layout
Layout dependent
Menus
	Primary
	Secondary
Specific
	Forms
	Headings
	Links
	Lists
	Tables
Layout pieces
	Classes
	IDs
Pages
*/

/*********************************************************
												***** LEARN, BUT DON'T STEAL! *****
*********************************************************/


/*------------ LAYOUT ------------*/
	#wrap {
		min-width: 960px;
		background:transparent;
		text-align: left;
	}
	
	#head-wrap {
		background: white url('../images/pa-head-bg-1.jpg') 50% 0px no-repeat;
		border-top: 10px solid #121212;
		min-height: 163px;
	}
	
	#head-wrap-2 {
		background: transparent url('../images/pa-head-bg-2.jpg') 50% 100% no-repeat;
		min-height: 163px;
		_height: 163px;
	}
	
	#head, #content {
		width:920px;
		margin: 0px auto;
		padding: 0px 20px;
		/* general typography */
			font-size: 0.875em; /* 14px/16px */
			line-height: 1.4285em; /* 20px/14px */
			text-align:left;
	}
	
	#head {
		position: relative;
	}
	
		#head .logo {
			float:left;
			display: block;
			position: relative;
			top:18px;
			width: 155px;
			height: 74px;
			text-indent: -9999px;
			background: transparent url('../images/pa-web-logo.gif') 0 0 no-repeat;
		}
		
		#head .phone {
			float:left;
			_display: inline-block;
			font-size: 1.285em;
			line-height: 1.3em;
			color :#2f3738;
			font-weight: bold;
			padding-top: 14px;
			margin-left: 130px;
		}
		
		#extra-nav {
			float:right;
			padding-top: 19px;
			margin-bottom: 0px;
		}
		
		#extra-nav li {
			display:inline;
			color: #5b5b5b;
			
		}
		
		#extra-nav a {
			display:block;
			float:left;
			padding: 0px 3px;
			border-right: 1px solid #5b5b5b;
			font-size:0.785em;
			line-height:1em;
			font-weight: bold;
			color: #5b5b5b;
			text-transform: uppercase;
			text-decoration:none;
		}
		
		#extra-nav li:last-child a {
			border-right:0px;
		}
		
		#extra-nav a:hover {
			color:#ff5a14;
		}
		
		#extra-nav .active a {
			color: #fff;
		}
		
		#extra-nav span {
			display: block;
			padding: 1px 6px 2px 6px;
			border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		/*#extra-nav a:hover span {
			background: #5b5b5b;
		}*/
		
		#extra-nav .active span {
			background: #ff5a14;
		}
		
		#head .search {
			position:absolute;
			_display:inline;
			width: 305px /* 335 */;
			height: 26px;
			margin: 60px 0px 0px 320px;
			_margin-top: 0px/* 10px */;
			padding: 17px 15px;
			background: transparent url('../images/pa-top-searchfield-bg.png') 0 0 no-repeat;
			-background: none;
			/*_background-image: url('../images/pa-top-searchfield-bg.gif');*/
			/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/pa-top-searchfield-bg.png');*/
		}
		
		*:first-child+html #head .search {
			display:inline;
			margin-top: 10px;
		}
		
		#head .search .textfield {
			background: #ffc url('../images/pa-input-yellow.gif') 0 0 repeat-x;
			border:1px solid #737373;
			display: block;
			float:left;
			margin-right: 6px;
			width: 238px;
		}
		
		#head .search .button {
			background: none;
			float:left;
			border: 0px;
			padding: 0px;
		}
		
	#nav {
		float:right;
		border-top: 1px solid #bdbdbd;
		width:655px;
		margin-top: 20px;
		font-size: 0.875em; /* 14px/16px */
		line-height: 1.4285em; /* 20px/14px */
		text-align:left;
	}
		
		#nav ul, #subnav ul {
			margin: 0px;
		}
		
		.inplace-nav li, #subnav li {
			display: inline;
			margin:0px;
			list-style: none;
		}
		
		#nav li {
			position: relative;
			display:block;
			float:left;
			margin:0px;
			list-style: none;
		}
		
		#nav a {
			display: block;
			float:left;
			line-height: 51px;
			padding-left:27px;
			text-decoration:none;
			text-transform: uppercase;
			color: #575757/* 737373 */;
			font-weight: 700;
			outline: 0px;
		}
		
		#nav a i {
			text-transform: lowercase;
		}
		
		#nav a img {
			_margin-top: 16px;
		}
		
		*:first-child+html #nav a img {
			margin-top: 16px;
		}
		
		#nav .active a,
		#nav a:hover,
		#nav li ul a:hover,
		#nav li.active ul a:hover {
			color:#ff5a14;
		}
		
		#nav a:first-of-type, 
		#nav a.search-toggle {
			padding-left: 25px;
		}
		
		/* subnav */
		
		#nav li ul {
			display:none;
		}
		
		#nav li.over ul,
		#navRoot li:hover ul {
			display: block;
		}
		
		#navRoot li:hover a {
			color: #ff5a14;
		}
		
		#nav li ul.subnav {
			position:absolute;
			z-index: 10;
			background-color: #fff;
			top: 41px;
			left: 0px;
			margin-left: 20px;
			padding:0px 7px 14px 7px;
			border-bottom: 1px solid #b7bdbb;
			border-left: 1px solid #d0d0d0;
			border-right: 1px solid #d0d0d0;
			/*opacity: 0.9;
			filter:alpha(opacity=90);*/
		}
		
		#nav li ul.subnav li {
			float: none;
			background: #fff url('../images/pa-dotted-hr.gif') 0% 100% repeat-x;
		}
		
		#nav li ul.subnav a {
			color: #2f3738;
			min-width:130px;
			_width: 130px;
			float:none;
			padding: 0px 0px 1px 0px;
			line-height: 24px;
			text-transform: none;
			white-space: nowrap;
			/*opacity: 1;
			filter:alpha(opacity=100);*/
		}
		
		#nav li ul.subnav a:hover {
			color:#ff5a14;
		}
	
	#content-wrap {
		min-width:960px;
		background: white url('../images/pa-body-bg.jpg') 50% 0px repeat-x;
	}
	
	#content-wrap-2 {
		min-width:960px;
		background: transparent url('../images/pa-body-center-bg.jpg') 50% 0px no-repeat;
	}
	
	#content {
		padding-top: 30px;
		padding-bottom: 30px;
		overflow:hidden;
		_overflow:visible;
	}
	
		#catchline {
			color: #000;
			font-size: 2em;
			line-height: 1em;
			padding: 34px 0px 24px 0px;
			height: 1.2em;
			overflow: hidden;
		}
		
		/**:first-child+html #catchline {
			min-height: 1em;
		}*/
		
		#catchline ul,
		#catchline li {
			margin: 0px;
		}
		
		#catchline a {
			color: rgb(250, 80, 10);
		}
		
		#catchline .refresh {
			float:right;
			outline: 0px;
		}
		
		#catchline .refresh:hover {
			opacity: 0.85;
			filter:alpha(opacity=85);
		}
	
	#footer-wrap {
		clear:both;
		border-top: 1px solid #cacaca;
		border-bottom: 1px solid #eaeaea;
		background: #fff;
	}
		
	#footer {
		width:920px;
		margin: 0px auto;
		padding: 18px 20px 0px 20px;
		min-height: 46px;
		_height: 46px;
		color: #737373;
		font-size: 0.8125em; /* 13xp/16px */
		line-height: 1.384em; /* 13px/18px */
		text-align: left;
		background: transparent url('../images/pa-pencil.jpg') 451px 42px no-repeat;
	}
	
	/*#footer a {
		color: #8c7e7e;
	}
	
	#footer a:hover {
		text-decoration: none;
	}*/
	
	#footer .counters img,
	#footer .counter {
		padding-right:15px;
		opacity:0.4;
		filter:alpha(opacity=40);
	}
	
	.aside {
		float:left;
		padding-right: 20px;
		width:350px;
	}
	
	.bside {
		float:left;
		padding-left:20px;
		width:530px;
	}
	
	.cside {
		float:left;
		width: 180px;
		margin-right: 25px;
	}
	
	.dside {
		float:left;
		_display:inline; /* to avoid double left margin in IE6 */
		margin-left: 25px;
		width: 690px;
	}
	
		.dside .half {
			margin-right: 15px;
			width: 330px;
		}
	
	.eside {
		float:left;
		width: 580px;
		margin-right: 15px;
		padding-right: 10px;
	}
	
	.fside {
		float:left;
		width: 290px;
	}
	
	.gside {
		float:left;
		margin-right: 15px;
		padding-right: 10px;
		_padding-right: 8px;
		width: 375px;
	}
	
	.ppt, .pdf {
		background: transparent none 0% 3px no-repeat;
		padding-left: 34px;
	}
	
	.ppt {
		background-image: url('../images/pa-ppt-icon.jpg');
	}
	
	.pdf {
		background-image: url('../images/pa-pdf-icon.jpg');
	}
	
	.attention {
		background: transparent url('../images/pa-dotted-hr.gif') 0 100% repeat-x;
		padding: 0px 1px 12px 1px;
		text-transform: uppercase;
		color: #2f3738;
		font-size: 1.285em; /* 18 */
		line-height: 1.66em; /* 30 */
		text-align: center;
	}
	
	.attention .body {
		background: transparent url('../images/pa-dotted-hr.gif') 0 0 repeat-x;
		padding-top: 13px;
	}
	
	.attention a img {
		vertical-align:top;
	}
	
	.attention a:hover img {
		opacity: 0.9;
		filter:alpha(opacity=90);
	}
	
	#content .textfield,
	#content select,
	#content textarea {
		font-size: 1em;
	}
	
	/*------------ IDs ------------*/
	
	#content #sidenav {
		margin-bottom: 6em;
	}
	
	#sidenav li {
		background: transparent url('../images/pa-dotted-hr.gif') 0 100% repeat-x;
		margin-bottom:0.1em;
		padding-bottom: 1px;
	}
	
	#sidenav li ul {
		margin: 0px;
	}
	
	#sidenav li ul li {
		background-position: 0 0;
		margin-left: 1em;
	}
	
	#sidenav a {
		display: block;
		font-size: 0.857em; /*12/14*/
		line-height: 2em;
		color: #241b14;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#sidenav li ul li a {
		text-transform: none;
	}
	
	#sidenav li.active {
		padding-bottom: 0.1em;
	}
	
	#sidenav li.active a {
		background: #ff5a14 url('../images/pa-subnav-rarr.gif') 95% 0% no-repeat;
		color: #fff3cc;
		height: 18px;
		line-height: 20px;
		margin: 3px 0px 3px -5px;
		padding-left: 5px;
		overflow:hidden;
		cursor: default;
		-moz-border-radius: 2px;
		border-radius: 3px;
	}
	
	#sidenav li.active ul li a {
		background: transparent;
		color: #241B14;
		cursor: pointer;
	}
	
	#sidenav i {
		text-transform: lowercase;
	}
	
	#sidenav a:hover,
	#sidenav li ul li a:hover,
	#sidenav .active a {
		color: rgb(250, 80, 10);
	}
	
	.projects li {
		width: 200px;
		float:left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.projects li a {
		text-decoration: none;
	}
	
	.projects li img {
		border: 5px solid #bbbdc0;
	}
	
	.projects li a:hover img {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	
	/* Tabs */
	
	.tabs {
		border-bottom: 2px solid #2f3738;
		overflow: hidden;
	}
	
	.tabs li {
		display: inline;
		margin-bottom: 0px;
		padding-right: 8px;
	}
	
	.tabs a {
		color: #2f3738;
		font-weight: 700;
		line-height: 28px;
		padding: 5px 6px;
		text-decoration: none;
	}
	
	.tabs a.current {
		color: #fff;
		background: #2f3738;
		outline: 0px; 
	}
	
	.tabs .comments-count {
		background: transparent url('../images/pa-speech-baloon.gif') 0 0 no-repeat;
		color: #fff;
		font-weight: 700;
		padding: 0px 5px 7px 3px;
	}
	
	.tabs a.add-comment {
		font-weight: 400;
		color: #ff5a14;
		text-decoration: underline;
	}
	
	.accordion .trigger {
		background: #ff5a14;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		color: #fff !important;
		display:block;
		padding:1px 6px 2px;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 0.5em;
	}
	
	/* Step nav */
	.step-nav {
		border-top: 1px solid #bdbdbd;
		border-bottom: 1px solid #bdbdbd;
		padding: 6px 0px 7px 0px;
		margin: 7px 0px 3px 0px;
		_display: inline-block;
	}
	
/* #news */
#news {
	/*float:left;
	width:325px;
	padding-right: 19px;
	border-right: 1px solid #cdcac1;
	font-size: 1.165em;*/
}

/*#content .wide {
	width:578px;
	border-right:0px;
	padding-right: 0px;
}*/

	#news dt {
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		/* color:#9e0b0f; */
		color: #537b24/* b78535 */;
		font-weight:400;
	}
	
	#news dd {
		border:0px;
		background: transparent;
		margin-bottom:1.4285em;
	}
	
	#news dd h3 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#news a.title {
		font-style: italic;
		font-size: 1.142em; /* 16px */
	}
	
	/* #news a.rarr {
		background-image:url('../images/rarr-white.gif');
	} */
	
	#news h2 {
		margin-top:0.65em;
	}	
	
	#news .more,
	#news .rss,
	.print {
		color:#777;
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		font-size: 0.9167em;
		text-decoration: underline;
	}
	
	#news .more:hover,
	#news .rss:hover,
	.print {
		text-decoration: none;
	}
	
	#news .rss {
		background: transparent url('../images/rss-icon.gif') 0 55% no-repeat;
		padding-left: 16px;
	}
	
	.print {
		background: transparent url('../images/txt.png') 0 55% no-repeat;
		padding-left: 16px;
	}
/* /#news */

/* Pagination */

#pagination {
	margin:2.5em 0em 1.25em 0em;
	font-weight:bold;
	/*font-family:Verdana, Sans-serif;*/
}

#pagination a,
#pagination b {
	padding:3px 7px;
}

#pagination b {
	background:transparent;
	/* color:#9E0B0F; */
	color: #88858C;
}

/* /Pagination */

/* Theme nav */

.theme-nav {
	display:block;
	float:right;
	padding:0.6em 9px;
	/*border-left:1px solid #d2dfb2;*/
}

.theme-nav li {
	background:transparent url(../images/pa-dotted-hr.gif) 0% 100% repeat-x;
	color:#a6a6a6;
	padding:2px 8px 3px 8px;
	margin-bottom: 0.5em;
}

.theme-nav a {
	color:#454545;
	text-decoration:none;
}

.theme-nav a:hover {
	color: #ff5a14;
	text-decoration:underline;
}

.theme-nav li.active {
	background:#ff5a14 none 0% 100% no-repeat;
}

.theme-nav li.active a {
	color:#fff3cc;
	cursor:default;
}

.theme-nav li.active a:hover {
	text-decoration: none  !important;
	color:#fff3cc;
	cursor:default;
}

.last-theme-nav {
	margin-left:40px;
}

/* whereismywebsite */

#whereismywebsite {
	border-top: 1px solid #e6bb0a;
	border-bottom: 1px solid #e6bb0a;
}

#whereismywebsite a.close {
	/*line-height: 2.6em;*/
	background: #e6bb0a;
	color: #2F3738;
	float: right;
	padding: 0px 4px;
	text-decoration: none;
}

#whereismywebsite a.close:hover {
	opacity: 0.9;
}

#whereismywebsite h3 {
	margin-top: 7px;
}

#whereismywebsite form {
	margin-bottom: 0px;
	padding: 0px;
}

#whereismywebsite .textfield {
	/*float:left;
	width: 245px;*/
	font-size: 1em;
	margin-right: 6px;
	width: 338px;
}

#whereismywebsite .button {
	background: none;
	border: 0px;
	padding: 0px;
}

/* partners */

#partners .partner,
.partners .partner {
	border: 1px solid #e0e0e0;
	float:left;
	margin:0px 7px 7px 0px;
}

a:hover .partner {
	border: 1px solid #ccc;
}

.fancy-list li,
.fancy-list-2 li,
.fancy-list-3 li {
	list-style-image: url('../images/arrow-list-style.gif');
	border-bottom: 1px solid #e6bb0a;
	margin-bottom: 0.1em;
	padding-bottom: 0.2em;
}

.fancy-list-2 li,
.fancy-list-3 li { 
	border-bottom: 0px;
	padding-bottom: 1px;
}

.fancy-list-3 a {
	position:relative;
}

.fancy-list-3 a:link {
	color: #ff5a14;
	padding-right:20px;
	text-decoration: none;
}

.fancy-list a:link,
.fancy-list-2 a:link,
.fancy-list-3 a:link,
.fancy-list a:visited,
.fancy-list-2 a:visited,
.fancy-list-3 a:visited,{
	text-decoration: none;
}

.fancy-list a:hover,
.fancy-list-2 a:hover,
.fancy-list-3 a:hover,
.fancy-list a:visited:hover,
.fancy-list-2 a:visited:hover,
.fancy-list-3 a:visited:hover {
	text-decoration: underline;
}

.fancy-list-2 a,
.fancy-list-3 a,
.fancy-list-2 a:visited,
.fancy-list-3 a:visited {
	color: #241b14;
	display:block;
	background: transparent url('../images/pa-dotted-hr.gif') 0% 100% repeat-x;
	padding-bottom:0.2em;
}

.fancy-list-3 a .count {
	color: #647678;
	position:absolute;
	right:0px;
}

#project {
	width: 536px;
	padding-top: 23px;
	position: relative;
}

#project .browser {
	height: 256px;
	background: transparent url('../images/pa-browser-window.gif') 0 0 no-repeat;
	margin-bottom: 13px;
	padding: 40px 0px 0px 50px;
}

#project .browser .viewport {
	background: transparent url('../images/spinner.gif') 50% 50% no-repeat;
	display: block;
}

#project .browser .viewport,
#project .browser ol li {
	margin: 0px;
	width: 438px;
	height: 250px;
	overflow: hidden;
}

#project .caption {
	clear: both;
	padding: 13px 46px 0px 47px;
	-padding-top: 0px;
}

#project .prev,
#project .next {
	background: transparent none 0 0 no-repeat;
	display:block;
	position: absolute;
	top: 173px;
	width: 38px;
	height: 24px;
	text-indent: -9999px;
	outline: 0px;
	z-index: 10;
}

#project .prev:hover,
#project .next:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#project .prev {
	background-image: url('../images/pa-browse-left.gif');
	left: 43px;
}

#project .next {
	background-image: url('../images/pa-browse-right.gif');
	right: 43px;
}

/* PAGES */

/* home page */

.home-page #content {
	background: transparent url('../images/p-arrow-bg.jpg') -5px 205px no-repeat;
	min-height:533px;
	_height:533px;
	padding-top: 0px;
}

.home-page .left-side {
	float: left;
	border-top: 1px solid navy;
}

.home-page .right-side {
	float:left;
	width: 595px;
	_width: 590px;
	border-top: 1px solid red;
}

#special-offer {
	position: relative;
	width:347px;
	min-height: 80px;
	padding: 30px 0px 0px 0px;
	background: transparent url('../images/pa-special-offer-top.png') 0px 23px no-repeat;
	_background: none;
	
}
	
	#special-offer .inner {
		_height: 38px;
		background: #59d8e5;
		padding: 7px 7px 7px 53px;
	}
	
	#special-offer .star {
		background: transparent url('../images/pa-special-offer-star.png') 0 0 no-repeat;
		display: block;
		position:absolute;
		width: 68px;
		height: 68px;
		top:0px;
		left:-22px;
	}
	
	#special-offer .bottom {
		background: transparent url('../images/pa-special-offer-bottom.png') 0% 0% no-repeat;
		display: block;
		width: 347px;
		height: 7px;
	}
	
	#special-offer a {
		color: #2f3738;
	}

.home-page .bside .services {
	float:left;
	padding-left: 47px;
	padding-right: 25px;
	width: 230px;
}

.home-page .bside .services h3 {
	margin-top:  0px;
}

.home-page .bside .services .fancy-list {
	xborder-top: 1px solid #E6BB0A;
}

.home-page .bside .services .fancy-list a {
	color: #2F3738;
	text-decoration: none;
}

.home-page .bside .services .fancy-list a:hover {
	color: #647678;
}

.home-page .bside .contacts {
	float:left;
	width: 190px;
}
	
#advantages {
	border-bottom: 1px solid #bdbdbd;
	clear:both;
	color: #647678;
	margin-bottom: 50px;
	padding-top: 40px;
}

*:first-child+html #advantages {
	padding-top: 20px;
}

	#advantages .viewport {
		clear:both;
		overflow:hidden;
		position:relative;
		width:100%;
	}
	
	#advantages .reel {
		left: 0%;
		position:relative;
		width:1250%; /* ??? */
	}
	
	#advantages .frame {
		float:left;
		width:8%;
	}
	
	#advantages .frame .body {
		width: 76%;
		margin: 0% 12%;
	}
	
	#advantages .viewport a.prev,
	#advantages .viewport a.next {
		background: white;
		background: rgba(255, 255, 255, 0.8);
		display: block;
		position: absolute;
		top: 0.8em;
		z-index: 100;
		zoom: 1;
	}
	
	#advantages .viewport a.next {
		right: 0%;
		_margin-right: 30px;
		text-align: right;
	}
	
#advantages ul {
	border-top: 1px solid #bdbdbd;
	margin-bottom: 0px;
	padding-top: 7px;
}

#advantages li {
	display:block;
	float:left;
	width: 215px;
	margin-right: 15px;
}

#advantages li h4,
#advantages .frame h4 {
	margin-top: 0px;
}

#advantages li img,
#advantages .frame img {
	float:left;
	margin-right:5px;
}

#advantages p {
	margin-bottom: 0px;
}
	
.home-page .bottom {
	background: transparent url('../images/pa-seotext-bg.jpg') 50% 0px no-repeat;
	min-width: 920px;
	_width: expression(document.body.clientWidth < 922 ? "920px" : "100%");
}

.home-page #news {
	width: 900px;
	height: 1.428em;
	overflow:hidden;
	position: relative;
	padding: 0px 10px;
}
	
.home-page #news h3 {
	float:left;
	margin-top: 0px;
	/*font-weight: 400;
	text-transform: uppercase;
	color: #647678;*/
}

.home-page #news .controlls {
	float:left;
	background: transparent url('../images/pa-newsline-controlls.gif') 0 0 no-repeat;
	width: 42px;
	height: 20px;
	margin: 0px 6px;
}

.home-page #news .controlls a {
	display:block;
	float:left;
	width: 21px;
	height: 20px;
	text-indent: -9999px;
}

.home-page #news a {
	color: #2f3738;
}

.home-page #news ul,
.home-page #news li {
	display: inline;
}

.home-page #news .cover {
	display: block;
	position:absolute;
	z-index: 10;
	background: transparent url('../images/pa-newsline-cover.png') 0 0 no-repeat;
	width: 26px;
	height: 32px;
	top: 0px;
	right: 0px;
}

.home-page #seo-text {
	padding: 15px 10px 0px 10px;
}

.home-page #seo-text .refresh {
	vertical-align:  middle;
}

/* Contacts page */
.gside .textfield,
.gside select {
	width: 371px;
}

#contact-info .phone {
	color: #2f3738;
	font-size: 1.714em;
}

#contact-info .phone em {
	font-size: 2em;
	font-style: normal;
	line-height: 1em;
	vertical-align: text-top;
}

/* Project page */
.see-also {
	float:left;
	width: 462px;
}

.see-also li {
	float:left;
	width: 225px;
	margin-right: 6px;
}

.project-page #project {
	margin-left: 77px;
}

.project-page .browser {
	margin-bottom: 13px;
}

#project-params {
	margin-top: 1.4285em;
}

#project-params em {
	color: #241b14;
}

.project-page #tab1 .attention {
	float:left;
	width: 231px;
}

#content .slides-nav {
	margin: 0px;
	padding-left: 50px;
	text-align: center;
}

.slides-nav li {
	display: inline;
}

.slides-nav a {
	background: transparent url('../images/pa-slider-item-indicator.gif') -25px 0 no-repeat;
	display:block;
	float:left;
	height: 13px;
	width: 20px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 5px;
}

.slides-nav .active a {
	background-position: 0 0;
	outline: 0px;
}

.slides-nav a:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}

/*.project-page #comments h3 {
	border-top:1px solid #BDBDBD;
}*/

/* Knowlegde Base */

.selector {
	background:transparent url(../images/pa-dotted-hr.gif) repeat-x scroll 0pt 100%;
}

.selector li {
	display: inline;
	padding:0.2em 0.35em;
}

.selector .active {
	background: #FF5A14;
	color: #fff;
	border-raduis: 3px;
	-moz-border-radius: 3px;
}

.selector .active a {
	color: #fff;
	cursor: default;
}

.selector .active a:hover {
	color: #fff;
	text-decoration: none;
}

.letters a {
	text-decoration: none;
	text-transform: uppercase;
}

.letters a:hover {
	color: #2F3738;
	text-decoration: underline;
}

#kb-stats-sidebar,
#kb-ask-a-question-sidebar {
	border-bottom:1px solid #E6BB0A;
}

#kb-stats-sidebar dt {
	color: #647678;
	font-style: italic;
	font-weight:400;
	display:inline;
}

#kb-stats-sidebar dd {
	background: none;
	display:inline;
}

.kb-themes .quantity {
	color: #647678;
	text-decoration: none;
}

.new-articles li,
.featured-articles li, 
.search-results li {
	padding-left:2.6em;
}

.new-articles li .date,
.featured-articles li .date,
.search-results li .date {
	margin-left: -2.6em;
}

#kb-article-tools {
	background:transparent url(../images/pa-dotted-hr.gif) 0 0 repeat-x;
	margin:1.5em 0em;
	/*background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	xfont-size:0.9167em;
	color:#647678;
}
	
	#kb-article-tools .body {
		background:transparent url(../images/pa-dotted-hr.gif) 0 100% repeat-x;
	}

	#kb-article-tools .tags {
		padding:0.5em 1em 0em 1em;
		/*border-top:1px solid white;*/
	}
	
	#kb-article-tools ul {
		margin-bottom: 0px;
		padding:0em 0.5em 0.5em 0.5em;
	}
	 
	#kb-article-tools li {
		display:inline;
		padding:0em 0.8em 0em 0.5em;
		border-right:1px solid #abc;
	}
	
	/*#kb-article-tools .email,
	#kb-article-tools .print {
		padding-right:1.8em;
	}
	
	#kb-article-tools .email {
		background:transparent url('../images/basis-email-icon.gif') 90% 50% no-repeat;
	}
	
	#kb-article-tools .print {
		background:transparent url('../images/basis-print-icon.gif') 90% 50% no-repeat;
		border:0px;
	}*/

/* Reviews */
#reviews blockquote {
	background: transparent url('../images/pa-baloon-top.gif') 0 0 no-repeat;
	clear: both;
	margin-bottom: 0px;
	padding-top: 12px;
}

#reviews blockquote:first-child {
	background-image:  url('../images/pa-baloon-top-first.gif')
}

#reviews blockquote .body {
	background: transparent url('../images/pa-baloon-middle.gif') 0 0 repeat-y;
	padding: 0px 7px 0px 7px;
}

#reviews .author {
	background: transparent url('../images/pa-baloon-bottom.gif') 0 0 no-repeat;
	float:left;
	margin-bottom:2.857em;
	padding: 17px 7px 5px 77px;
	width: 606px;
}

#reviews .author:first-child {
	background-image: url('../images/pa-baloon-bottom-first.gif')
}

#reviews .author cite {
	float: left;
}

/* Blog */

#blog-content {
	float:left;
	width:745px;
	/*margin-right: 20px;*/
}

#blog-topics {
	float: right;
	width:155px;
}

	#blog-content blockquote {
		margin-left: 30px;
		/*font-family:'Lucida Grande','Trebuchet MS',Sans-serif;*/
	}
	
	#blog-content h1 .view-all {
		font-size: 0.466em; /* 14/30 */
		color: #647678;
	}

#blog-content .post-preview {
	background: transparent url('../images/pa-dotted-hr.gif') 0 100% repeat-x;
	margin-bottom: 1.285em;
	padding: 1.285em 0px 1px 180px;
}

#blog-content .post {
	padding: 1.285em 0px 1px 180px;
}

#blog-content .meta,
#comments .meta {
	background: transparent url('../images/pa-dotted-hr.gif') 0 0 repeat-x;
	color: #647678;
	margin-left: -180px;
	padding-top: 4px;
	width: 155px;
	float:left;
	font-family: Verdana,'Trebuchet MS',Sans-serif;
	font-size: 0.857em; /* 14/12 */
	position: relative;
	-display: inline;
}

#blog-content .meta a {
	color: #2f3738;
	text-decoration: underline;
}

#blog-content .meta a:hover {
	text-decoration: none;
}

#blog-content .meta .permalink {
	background: transparent url('../images/link-icon.gif') 0 6px no-repeat;
	display: block;
	margin-left: -18px;
	padding-left: 18px;
	_margin-left: 0px;
	_padding-left: 0px;
	_padding-right: 18px;
	_background-position: 100% 7px;
	text-transform: uppercase;
	font-size: 0.833em; /* 10/12 */
	font-weight: 700;
}

#blog-content .meta .no-comments {
	background: transparent url('../images/pa-nocomment-icon.gif') 0 6px no-repeat;
	margin-left: -18px;
	padding-left: 18px;
}

#blog-content .meta .comments {
	background: transparent url('../images/pa-comment-icon.gif') 0 6px no-repeat;
	margin-left: -18px;
	padding-left: 18px;
}

#comments h2,
.project-page #comments h3 {
	border-top: 1px solid #bdbdbd;
	padding-left: 180px;
	padding-top: 0.6em;
}

#comments ol li  {
	padding: 0.5em 0px 0px 180px ;
	background: transparent url('../images/pa-dotted-hr.gif') 0 0 repeat-x;
}

#comments .meta {
	background: transparent;
}

#comments .meta em {
	color: #2f3738;
	font-style: normal;
}

#add-comment {
	padding-left: 180px;
	width: 375px;
}

#add-comment .textfield,
#add-comment select {
	width: 371px;
}

.post-preview h2 a {
	color: #362F2D;
}

/* Sticky footer */
/* Taken from the thatgamecompany.com website after fullyillustrated 
		Usage: <span id="chromefix"></span>
*/

/*#chromefix {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
}*/

/* /Sticky footer */

	
/*--------- Development (to be removed) ----------*/
	/*#content #bside, #content #aside {
		border-bottom:1px solid navy;
		border-top:1px solid navy;
	}*/

	/*body * {
		xbackground:url('../images/ruller.gif') left bottom repeat-x;
		xbackground:url('../images/tape.gif') left bottom repeat-x;
		xborder-bottom:1px solid navy;
		xborder-top:1px solid navy;
	}
	
	body {
		xbackground:url('../images/960grid.png') repeat-x;
	}
	
	.cside, .dside, .fside, .gside {
		background:transparent url('../../960grid.png') left top repeat-x;
		border-top: 1px solid magenta;
	}*/
	
/*--------- /Development (to be removed) ----------*/
