#left {
	float: left;
	width: 260px;
} 
				
	#defaultCategories {
		background: #f9f9f9 url(../images/nav-foot-left.gif) no-repeat 0px bottom;
		font-size: 12px;
		color: #666666;
		padding: 0px 0px 0px 0px;
	}
		
		#defaultCategories h1 {		
			padding: 16px 29px 12px 28px;
			margin: 0px;
			font-size: 14px;		
			color: #000;
			background: url(../images/page-title.gif) no-repeat;
		}
		
		#defaultCategories ul {
			list-style: none;
			padding: 15px 0px 0px 30px;
			margin: 0px;
			background: #f9f9f9;
			width: 230px;
		}
		
			#defaultCategories ul li {			
				padding: 0px 0px 9px 0px;
			}
				
				#defaultCategories ul li a {
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					color: #187db1;
					display: block;
					background: url(../images/nav-bullet.gif) no-repeat left 5px;
					padding: 0px 0px 3px 9px;
				}
				
				
				
					#defaultCategories ul li.selected a {
						color: #000;
					}

				#defaultCategories ul li.sticky a,
				#defaultCategories ul li.sticky.selected a  {
					font-size: 14px;
					font-weight: bold;
					color: #FC7300;
				}

		#defaultCategories .info {
			padding: 15px 25px 15px 25px;
			margin: 0px 0px 0px 0px;
		}
	
#right {
	width: 570px;
	padding-right: 30px;
	float: right;
	text-align: left;
}

#full {
	padding: 0px 30px;
	text-align: left;
	line-height: 18px;
}

	#right h1.title,
	#full h1.title {
		font-size: 18px;
		color: #000000;
		margin: 12px 0px 30px 0px;
		background: none;
	}
	
	.pagesContainer {
		position: relative;
		height: 30px;
	}
	
	.pages {
		text-align: center;
		position: absolute;
		width: 630px;
		left: -30px;
		top: 0px;
		height: 30px;
		background: url(../images/bg-pages.gif) no-repeat left top;
	}

		.pages a.prev {
			position: absolute;
			left: 30px;
			top: 0px;

			text-decoration: none;
			padding: 8px 0px 9px 15px; 
			background: url(../images/arrow-left.gif) no-repeat left center;
			color: #187DB1;
		}

		.pages a.next {
			position: absolute;
			left: 540px;
			top: 0px;

			text-decoration: none;
			padding: 8px 15px 9px 0px; 
			background: url(../images/arrow-right.gif) no-repeat right center;
			color: #187DB1;
		}

		.pages span {
			line-height: 30px;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}

		.pages a.page {
			line-height: 30px;
			padding: 7px 7px;
			font-size: 14px;
			font-weight: bold;
			color: #187DB1;
			text-decoration: none;
		}

		.pages a.selected {
			background: #ffffff;
			color: #000000;
		}
	
	.designs {
		border-top: 1px solid #F0F0F0;
		padding: 20px 0px 0px 0px;
		margin: 20px 0px 0px 0px 
	}
	
	.designs-first {
	}

		.designs .design,
		.designs-first .design {
			width: 280px;
			float: left;
		}
		
			.designs .design .image,
			.designs-first .design .image {
				display: block;
				float: left;
				margin-right: 20px;
				position: relative;
			}
			
				.designs .design .image img,
				.designs-first .design .image img {
					width: 140px
					height: 105px;
					border: 1px solid #E0E0E0;
				}

				.designs .design .image span.sticky,
				.designs-first .design .image span.sticky  {
					position: absolute;
					left: 1px;
					top: 60px;
					width: 140px;
					height: 24px;
					background: #FC7300 url(../images/599.gif) no-repeat center center;
				}
				
			.designs .design .id,
			.designs-first .design .id {
				font-size: 12px;
				margin-bottom: 30px;
			}
						
			.designs .design .order a,
			.designs-first .design .order a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				padding: 0px 0px 0px 10px; 
				background: url(../images/nav-bullet.gif) no-repeat left center;
				color: #187DB1;
			}
			
	
	
	.designSingle {
		border-bottom: 1px solid #F0F0F0;
		padding: 0px 0px 40px 0px;
		margin: 0px 0px 20px 0px 
	}
	
			.designSingle .image {
				display: block;
				float: left;
				margin-right: 20px;
				position: relative;
			}

				.designSingle .image span.sticky {
					position: absolute;
					left: 1px;
					top: 250px;
					width: 400px;
					height: 24px;
					background: #FC7300 url(../images/599.gif) no-repeat center center;
				}

			.designSingle .image img {
				border: 1px solid #E0E0E0;
				width: 400px;
				height: 300px; 
			}
			
				
			.designSingle .id {
				font-size: 14px;
				margin-bottom: 30px;
			}
						
			.designSingle .backlink a {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				padding: 0px 10px 0px 0px; 
				background: url(../images/nav-bullet.gif) no-repeat right center;
				color: #187DB1;
			}


.portfolio {
	width: 570px;
	height: 240px;
	background: url(../images/bg-portfolio.gif) no-repeat right center;
}

.question {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.answer {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#orderform .input {
	border-width: 1px;
	font-size: 12px;
	padding: 3px 6px;
	-moz-border-radius: 5px;
} 

#orderform .submit {
	border-width: 0px;
	font-size: 12px;
	background: #187DB1;
	padding: 3px 16px;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 5px;
} 

#orderform td {
	padding: 5px 10px;
}
#orderform td.error {
	padding: 5px 10px 0px 10px!important;
	color: #FC7300;
}


.client {
	border-bottom: 1px solid #F0F0F0;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px 
}

.client img {
	float: left;
	margin-right: 20px; 
}

.puslapis {
	color: #187db1;
}

.lt {
	color: #fc7300;
}

table.why {
	line-height: 18px;
}

table.why th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #f0f0f0;
}

	table.why th.last {
		border-right: none;
	}
	
	table.why td {
		text-align: center;		
		padding: 10px 10px;
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}
		table.why td.first {
			text-align: left;
		}
		
		table.why tr.grey {
			background: #f9f9f9;
		}
		
		table.why td.last {
			border-right: none;
		}
