/*-----------------------------------------news-wrapper----------------------------*/
.news-wrapper {
	
}

.news-wrapper .image {
	float: left;
	margin-right: 10px;
}

.news-wrapper .news {
	padding: 0px;
	margin: 0px;
}

.news .date {
	font-size: 12px;
	color: #999999;
}

.news .title {
	font-size: 18px;
	color: #333333;
}

.news .text {
	font-size: 12px;
	color: #333333;
}

.news .more a {
	margin-top: 18px;
	padding-right: 10px;
	background: url(../images/more-bullet.gif) no-repeat right 4px;
	float: left;
	font-size: 12px;
	color: #2890b6;
	text-decoration: none;
}

.news .url { /*+*/
	
}

#paginator {
	margin-top: 30px;
	margin-bottom: -10px;
	padding-top: 10px;
	border-top: 1px solid #dfdfdf;
}

#paginator ul.pages {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

	#paginator ul.pages li {
		float: left;
		font-size: 11px;
	}
	
	#paginator ul.pages li a span {
		display: none;
	}
			
		#paginator ul.pages li {
			padding: 2px 0px 5px 10px;
		}
			
			#paginator ul.pages li.bullet {
				padding: 2px 12px 5px 10px;
				background: url(../images/p-bullet.gif) no-repeat right 0px;
			}
			
			#paginator ul.pages li.selected a {
				color: #000000;
				text-decoration: none;
			}
			
		.previous {
			width: 3px;
			height: 15px;
			display: block;
			background: url(../images/previous.gif) no-repeat center 7px;
			padding-right: 12px;
		}
		
		.prev-active {
			width: 3px;
			height: 15px;
			display: block;
			background: url(../images/previous-active.gif) no-repeat center 7px;
			padding-right: 12px;
		}
		
		.next {
			width: 3px;
			height: 15px;
			background: url(../images/next.gif) no-repeat center 7px;
			display: block;
			padding-left: 10px;
		}
		
		.next-active a {
			width: 3px;
			height: 15px;
			background: url(../images/next-active.gif) no-repeat center 7px;
			display: block;
			padding-left: 10px;
		}


.wsub .spacer {
	width: 720px;
	height: 1px;
	font-size: 0px;
	background: #dfdfdf;
	margin: 18px 0px;
}

.default .spacer {
	width: 950px;
	height: 1px;
	font-size: 0px;
	background: #dfdfdf;
	margin: 18px 0px;
}

.banner {
	margin: 10px 10px 0px 0px;
	float: left;
}

	.banner.last {
		margin: 10px 0px 0px 0px;
	}

table {
	border-collapse: collapse;
}

/* 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: 2px;
}

.formcontainer p.title span {
	font-weight: normal;
	color: #333333;
}

.formcontainer p.title span.error {
	color: red;
}

.formcontainer p.resizeable input,.formcontainer p.input input,.formcontainer p.resizeable select
	{
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background: #FFFFFF;
	width: 290px;
}

.formcontainer p.resizeable textarea {
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background: #FFFFFF;
	overflow: auto;
	width: 530px;
}

.formcontainer p.button {
	padding-top: 10px;
}

.formcontainer p.button input {
	background: #f88a08;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	width: 90px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}

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 {
	height: 100%;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

/* === Other === */
.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	outline: none;
}

/* 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;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 115px;
	background: url(../images/header.gif) no-repeat;
}

h1.logo {
	padding: 37px 0px 0px 31px;
	float: left;
	display: inline;
}

h1.logo a,h1.logo b {
	display: block;
	background: transparent url(../images/logo.gif) no-repeat;
	width: 145px;
	height: 52px;
}

h1.logo a span,h1.logo b span {
	display: none;
}

#nav {
	float: left;
	padding: 10px 0px 0px 30px;
}

#content-wrapper {
	margin-top: 15px;
}

#content {
	height: 400px;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
	
	#content a {
		color: #2890b6;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}
	
	hr {
		background: red;	
	}
	
	#sub-nav {
		width: 210px;
		float: left;
		background: url(../images/sub.gif) repeat-y; 
		margin-right: 20px;
	}
	
		#sub-top {
			padding: 17px 0px 0px 0px;
			background: url(../images/sub-top.gif) no-repeat;
		}
		
			#sub-bottom {
				padding: 0px 0px 27px 0px;
				background: url(../images/sub-bottom.gif) no-repeat 0px bottom;
			}

*>#content {
	min-height: 400px;
	height: auto;
}

	#element {
		margin-bottom: 20px;
	}
	
	#content h2.title {
		font-size: 18px;
		color: #333333;
	}
	
	.wsub {
		width: 720px;
	}
	
#c-wrap {
	background: url(../images/contacts-wrapper.gif) repeat-y;
}

#c-top {
	background: url(../images/contacts-top.gif) no-repeat;
}

#c-bottom {
	background: url(../images/contacts-bottom.gif) no-repeat 0px bottom;
}

	#c-bottom p.news {
		font-size: 12px;
		color: #000000;
		margin: 0px 0px 12px 20px;
		padding-top: 10px;
	}
	
	#subscribe {
		float: left;
		padding-bottom: 15px;
	}
	
		#custom-input {
			width: 195px;
			height: 19px;
			background: url(../images/input.gif) no-repeat right 0px;
			padding: 0px 0px 0px 15px;
		
		}
		
		.custom-input {
			width: 175px;
			height: 15px;
			border: none;
			font-size: 11px;
			background: none;
			margin: 1px 10px 0px 10px;
		}
		
		.custom-input:focus {
			outline: none;
		}
		
		input.button {
			margin-left: 20px;
			margin-top: -8px;
		}
	
	#contacts-content {
		width: 695px;
		float: right;
		padding: 10px 0px 10px 0px;
		margin-left: 10px;
	}
	
#footer {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
	padding-bottom: 30px;
}

#copyright {
	font-size: 10px;
	color: #ababab;
	float: left;
	padding: 2px 0px 0px 0px;
}

#logo {
	float: left;
}

#logo a {
	width: 65px;
	height: 19px;
	display: block;
	background: url(../images/sys/artogama.gif) no-repeat;
	margin-left: 6px;
}

#logo a span {
	display: none;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#nav li {
	float: left;
}

#nav li span {
	
}

#nav li a {
	height: 95px;
	display: block;
}

#nav li a.apiemus {
	width: 96px;
	background: url(../images/apiemus.gif) no-repeat;
}

#nav li a.naujienos {
	width: 110px;
	background: url(../images/naujienos.gif) no-repeat;
}

#nav li a.naudinga {
	width: 111px;
	background: url(../images/naudinga.gif) no-repeat;
}

#nav li a.kainos {
	width: 90px;
	background: url(../images/kainos.gif) no-repeat;
}

#nav li a.servisas {
	width: 103px;
	background: url(../images/servisas.gif) no-repeat;
}

#nav li a.produktai {
	width: 114px;
	background: url(../images/produktai.gif) no-repeat;
}

#nav li a.apiemus-s {
	width: 96px;
	background: url(../images/apiemus-s.gif) no-repeat;
}

#nav li a.naujienos-s {
	width: 110px;
	background: url(../images/naujienos-s.gif) no-repeat;
}

#nav li a.naudinga-s {
	width: 111px;
	background: url(../images/naudinga-s.gif) no-repeat;
}

#nav li a.kainos-s {
	width: 90px;
	background: url(../images/kainos-s.gif) no-repeat;
}

#nav li a.servisas-s {
	width: 103px;
	background: url(../images/servisas-s.gif) no-repeat;
}

#nav li a.produktai-s {
	width: 114px;
	background: url(../images/produktai-s.gif) no-repeat;
}

#nav li a.apiemus:hover {
	width: 96px;
	background: url(../images/apiemus-s.gif) no-repeat;
}

#nav li a.naujienos:hover {
	width: 110px;
	background: url(../images/naujienos-s.gif) no-repeat;
}

#nav li a.naudinga:hover {
	width: 111px;
	background: url(../images/naudinga-s.gif) no-repeat;
}

#nav li a.kainos:hover {
	width: 90px;
	background: url(../images/kainos-s.gif) no-repeat;
}

#nav li a.servisas:hover {
	width: 103px;
	background: url(../images/servisas-s.gif) no-repeat;
}

#nav li a.produktai:hover {
	width: 114px;
	background: url(../images/produktai-s.gif) no-repeat;
}

#nav li a span {
	display: none;
}

	#sub-nav ul {
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		display: inline;
	}
	
		#sub-nav ul li {
			
		}
	
			#sub-nav ul li a {
				display: block;
				font-size: 13px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 3px 20px 3px 20px;
			}
			
			#sub-nav ul li a:hover {
				color: #000000;
				text-decoration: none;
			}
			
			#sub-nav ul li a.selected {
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}
			
			#sub-nav ul li a.selected:hover {
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}


#products {
	
}

#products a {
	float: left;
	margin: 0px 10px 10px 0px;
}

	#products a.last {
		float: left;
		margin: 0px 0px 10px 0px;
	}


#products .small-frame {

}

	.category {
		margin: 0px 10px 10px 0px;
		float: left;
	}
	
		.category.last {
			margin-right: 0px;
		}
		
table.product-table {
	color: #333333;
	font-size: 12px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

	table.product-table tr td {
		padding: 5px 10px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #f1f1f1;
		
		border-left: 1px solid #f1f1f1;
	}

