#content h2 {
	font-size: 14px;
	padding-bottom: 16px;
}



.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #3F483F;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10,
.odd11 td.t01 {
	background: #F1F1F1;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00, .odd11 td.t11 {
	background: #E9E9E9;
}


/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 1px;
	}
		.formcontainer p.title span {
			font-weight: bold;
		}

		.formcontainer p.title span.error {
			color: #C11717;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		background: #FFFFFF;
		width: 60%;
	}

	.formcontainer p.resizeable textarea {
		overflow:auto;
		width: 98%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			font-weight: bold;;
			border-width: 1px;
			color: #ffffff;
			padding: 2px;
			width: 80px;
			background: #7B0808;
		}


/* forms */
#search-form {
	margin:0px;
	padding:0px;

	padding: 0px 0px 9px 0px;
	border-bottom: 1px solid #6f3d39;
	margin-bottom: 16px;
}

	#search-form p {
		margin-bottom: 10px;
	}

	#search-form p.last {
		margin-bottom: 0px;
	}

	#search-form label {
		display: block;
		font-weight: bold;
	}

	#search-form input {
		color: #000000;
		width: 60%;
	}

	#search-form input.submit {
		font-weight: bold;;
		border-width: 1px;
		color: #ffffff;
		padding: 2px;
		width: 80px;
		background: #7B0808;
	}


body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f1dbd5;
}

body {
	background: #32231f;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

body.upd {
	background: #32231f url(../images/rust2.jpg) center center;
}

body.page {
	background: #32231f url(../images/bg.gif) repeat-y center top;
}

* > body {
		min-height: 100%;
		/*height: auto;*/
	}

.png {
	// background-image: none ! important;
	behavior: url('page/media/css/pngfix.htc');
}

/* === Links === */

a {
	color: #be664b;
	text-decoration: none;
}

a:hover {
	color: #be664b;
	text-decoration: underline;
}

/* === Main === */

/* Lang */



/* Top Menu */

#top-nav-wrapper ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#top-nav-wrapper .nav li {
		float: left;
	}
	
	#top-nav-wrapper .nav span {
		display: block;
	}
	
		#top-nav-wrapper .nav a {
			display: block;
			background: transparent url(../images/top-nav-bullet.gif) no-repeat;
			font-size: 12px;
			color: #d5a394;
			text-decoration: none;
			padding: 2px 8px 1px 13px;
		}
		
			#top-nav-wrapper .nav li.first a {
				background: none;
				padding-left: 0px;
			}
			
			#top-nav-wrapper .nav li.last a {
				/*+*/
			}
		
		#top-nav-wrapper .nav a:hover {
			color: #d5a394;
			text-decoration: underline;
		}
		
		#top-nav-wrapper .nav a.selected {
			color: #ffffff;
			text-decoration: none;
		}
		
		#top-nav-wrapper .nav a.selected:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* Top Menu2 */

#top-nav-wrapper ul.nav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#top-nav-wrapper .nav2 li {
		float: left;
	}
	
	#top-nav-wrapper .nav2 span {
		display: block;
	}
	
		#top-nav-wrapper .nav2 a {
			display: block;
			background: transparent url(../images/top-nav2-bullet.gif) no-repeat;
			font-size: 11px;
			color: #d5a394;
			text-decoration: none;
			padding: 2px 8px 0px 13px;
		}
		
			#top-nav-wrapper .nav2 li.first a {
				background: none;
				padding-left: 0px;
			}
			
			#top-nav-wrapper .nav2 li.last a {
				/*+*/
			}
		
		#top-nav-wrapper .nav2 a:hover {
			color: #d5a394;
			text-decoration: underline;
		}
		
		#top-nav-wrapper .nav2 a.selected {
			color: #ffffff;
			text-decoration: none;
		}
		
		#top-nav-wrapper .nav2 a.selected:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* Left Menu */

#left-nav-wrapper ul.nav,
#left-nav-wrapper ul.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#left-nav-wrapper .nav li {
		/*+*/
	}
	
	.nav span {
		display: block;
	}
	
		#left-nav-wrapper .nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 14px;
			color: #d5a394;
			text-decoration: none;
			padding: 0px 0px 4px 24px;
		}
		
			#left-nav-wrapper .nav li.first a {
				margin-top: 5px;
			}
			
			#left-nav-wrapper .nav li.last a {
				padding-bottom: 10px;
			}
			
			#left-nav-wrapper .nav li li a {
				background: transparent url(../images/nav2-bullet.gif) no-repeat;
				font-size: 13px;
				padding-left: 32px;
			}
			
				#left-nav-wrapper .nav li li li a {
					background: transparent url(../images/nav3-bullet.gif) no-repeat;
					font-size: 12px;
					padding: 0px 0px 3px 40px;
				}
				
					#left-nav-wrapper .nav li li li li a {
						background: transparent url(../images/nav4-bullet.gif) no-repeat;
						font-size: 11px;
						padding: 0px 0px 2px 48px;
					}
		
		#left-nav-wrapper .nav a:hover {
			color: #d5a394;
			text-decoration: underline;
		}
		
		#left-nav-wrapper .nav a.selected {
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
		
		#left-nav-wrapper .nav a.selected:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		display: inline;
		background: transparent url(../images/sub-nav-bullet.gif) no-repeat left center;
		padding: 0px 4px 0px 5px;
	}

		.sub-nav li.first {
			background: none;
			padding-left: 4px;
		}

		.sub-nav a {
			font-size: 11px;
			color: #eff7e0;
			text-decoration: none;
			padding: 1px 4px 2px 5px;
		}

		.sub-nav a:hover {
			color: #eff7e0;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			background-color: #eff7e0;
			color: #73a70f;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			color: #73a70f;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 800 ? document.body.clientWidth : 800) + "px");
	height: expression((document.body.clientHeight > 570 ? document.body.clientHeight : 570) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 800px;
		min-height: 570px;
		width: 100%;
		height: 100%;
	}

.index #container {
	position: relative;
	text-align: left;
	width: 800px;
	height: 570px;
	top: 50%;
	margin-top: -285px;
	margin-right: auto;
	margin-left: auto;
}

	#flash-intro {
		background: transparent url(../images/tmp-intro.jpg) no-repeat;
		height: 570px;
	}

.page #container {
	background: #7b0808 url(../images/rust.jpg) repeat-y right top;
	text-align: left;
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

* > .page #container {
		min-height: 100%;
		height: auto;
	}

	#cols {
		/*+*/
	}

		.left-col {
			float: left;
			width: 238px;
			height: 400px;
		}
		
		* > .left-col {
				min-height: 400px;
				height: auto;
			}

			h1.logo {
				padding: 21px 11px 37px 24px;
			}

				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 203px;
					height: 86px;
				}

					h1.logo a span,
					h1.logo b span {
						display: none;
					}

			#left-nav-wrapper {
				padding: 0px 24px 27px 24px;
			}

		.right-col {
			float: right;
			width: 712px;
		}

			#top-nav-wrapper {
				position: relative;
				background: transparent url(../images/red-top.gif) no-repeat;
				height: 38px;
			}
			
				#pos {
					position: absolute;
					bottom: 0px;
					left: 62px;
				}

			#picture {
				height: 240px;
			}

			#illustration {
				position: relative;
				padding-bottom: 12px;
			}

				/*h2.title {

				}*/

			#content-wrapper {
				height: 240px;
				padding: 32px 29px 16px 29px;
			}

			* > #content-wrapper {
					min-height: 240px;
					height: auto;
				}

				/* Items: begin */
				.item {
					/*+*/
				}

					.item .thumb {
						float: left;
						padding: 0px 20px 15px 0px;
					}

						.item .thumb img {
							background: #916a5c;
							border: 2px solid #31211e;
						}

					.item p {
						line-height: 15px;
					}

					.item p.title {
						font-size: 15px;
						font-weight: bold;
						padding: 0px 0px 2px 0px;
					}

					.item p.more {
						font-weight: bold;
						padding-bottom: 15px;
					}

				.v-sep {
					/*background: transparent url(../images/white-pix.gif) repeat-x;*/
					height: 16px;
				}

				#paging {
					text-align: center;
					padding: 9px 0px;
					border-top: 1px solid #6f3d39;
					margin-top: 16px;
				}
				/* Items: end */

				/* Product: begin */
				.product {
					/*+*/
				}

					.product .pict {
						float: left;
						padding: 0px 25px 20px 0px;
					}

						.product .pict img {
							background: #916a5c;
							border: 4px solid #31211e;
						}

					.product p {
						line-height: 15px;
					}

					.product p.title {
						font-size: 15px;
						font-weight: bold;
						padding: 0px 0px 2px 0px;
					}

					.product p.more {
						font-weight: bold;
						padding-bottom: 20px;
					}

				.v-sep {
					/*background: transparent url(../images/white-pix.gif) repeat-x;*/
					height: 16px;
				}

				#paging {
					text-align: center;
					padding: 9px 0px;
					border-top: 1px solid #6f3d39;
					margin-top: 16px;
				}

					#paging a {
						font-weight: bold;
					}

				/* Product: end */

				#content {
					line-height: 15px;
					width: 654px;
				}

		#footer {
			position: relative;
			padding: 0px 0px 0px 0px;
		}

			#created {
				padding: 37px 723px 20px 24px;
			}

				#created p {
					text-align: center;
				}

			#branch {
				position: absolute;
				top: 0px;
			}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background: #916a5c;
		border: 2px solid #31211e;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	position: absolute;
	right: 29px;
	bottom: 0px;
}

	h2.title b {
		display: none;
	}

h3.title {
	font-size: 20px;
	font-weight: normal;
	color: #d5a394;
	padding-bottom: 18px;
}

h3.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #d5a394;
	padding-bottom: 18px;
}

.item h4.title,
.product h4.title {
	font-size: 14px;
	font-weight: bold;
}

span.copyright {
	font-size: 10px;
	color: #9a3b3b;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


