* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, sans-serif;
	text-align: left;
	margin: 0; padding: 0;
	color: #333;
	line-height: 1.1;
	font-size: 12px;
	background: url('../images/background.jpg') repeat white;
}

a {
	color: #ff3000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	display: block;
}

.f-left { float: left !important; }
.f-right { float: right !important; }

.v-hidden { visibility: hidden !important; }
.v-visible { visibility: visible !important; }

.o-hidden { overflow: hidden !important; }
.o-visible { overflow: visible !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }

.t-center { text-align: center; } 

.alpha { behavior: url("/js/iepngfix.php") }

#container {
	width: 1007px;
	margin: 0 auto;
}

#header {
	margin-top: 35px;
}

#header .logo {
	float: left;
	width: 160px;
	padding-left: 95px;
}

#header .lang-c {
	padding-right: 52px;
}

#header .lang-c .lang {
	width: 160px;
}

#header .lang-c .lang ul {
	list-style: none;
}

#header .lang-c .lang ul li {
	float: left;
	width: 51px;
	height: 21px;
	padding-top: 21px;
	text-align: center;
}

#header .lang-c .lang ul li a {
	color: #585555;
	font-size: 14px;
}

#header .lang-c .lang ul li a:hover {
	text-decoration: none;
}

#header .lang-c .lang ul .selected {
	background: url('../images/lang-balloon.gif') no-repeat;
	width: 42px;
	padding-left: 9px;
}

#header .lang-c .lang ul .selected a {
	color: white;
}


#header h1 {
	width: 966px;
	height: 88px;
	margin-top: 35px;
	margin-left: 20px;
	padding-top: 20px;
	background: url('../images/header-h1.gif') no-repeat;
	font-size: 30px;
	color: #424242;
	text-align: center;
	font-weight: normal;
}

#header .h1-big {
	font-size: 48px;
	height: 80px;
	padding-top: 28px;
	font-weight: normal;
}

#content {
	margin-top: 2px;
	background: white;
	position: relative;
}

#content .content-t {
	height: 7px;
	background: url('../images/content-t.gif') no-repeat;
}

#content .content-b {
	height: 7px;
	background: url('../images/content-b.gif') no-repeat;
}

#content .left {
	float: left;
	width: 442px;
	padding: 35px 33px 35px 40px;
}

#content .left h2 {
	font-size: 28px;
	color: #f10a0e;
	padding: 0 0 15px 56px;
	font-weight: normal;
}

#content .left .sp-list {
	list-style: none;
}

#content .left .sp-list li {
	background: url('../images/icon-bars.gif') no-repeat 0 15px;
	padding: 15px 0 15px 56px;
}

#content .left .sp-list li .title {
	font-size: 24px;
	padding-bottom: 4px;
}

#content .left .sp-list li p {
	font-size: 15px;
	color: #4c4c4c;
}

#content .right {
	float: left;
	width: 452px;
	padding: 35px 33px 35px 0;
}

#content .right h2 {
	font-size: 28px;
	color: #f10a0e;
	padding: 0 0 15px 56px;
	font-weight: normal;
}

#content .right .sp-list {
	list-style: none;
}

#content .right .sp-list li {
	background: url('../images/icon-page.gif') no-repeat 0 15px;
	padding: 15px 0 15px 56px;
}

#content .right .sp-list .nobg {
	background: none;
}

#content .right .sp-list .with-line {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

#content .right .sp-list li .title {
	font-size: 24px;
	padding-bottom: 4px;
}

#content .right .sp-list li p {
	font-size: 15px;
	color: #4c4c4c;
}

#content .bottom {
	padding-bottom: 20px;
}

.button {
	display: block;
	font-family: Georgia, sans-serif;
	width: 371px;
	height: 62px;
	padding-top: 20px;
	background: url('../images/button.jpg') no-repeat;
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
}

.button:hover {
	background: url('../images/button.jpg') no-repeat 0 -85px;
	text-decoration: none;
}

#content .contacts-left p {
	font-size: 16px;
	color: #4c4c4c;
	padding-bottom: 20px;
}

#content .contacts-left .thanks-title {
	font-size: 36px;
	padding-bottom: 20px;
}

#content .contacts-left .thanks-desc {
	font-size: 24px;
	color: #424242;
}

.contact-form {
	
}

.contact-form .field {
	padding-bottom: 15px;
}

.contact-form label {
	display: block;
	font-size: 24px;
	padding-bottom: 4px;
}

.contact-form .error label {
	color: #ff0000;
}

.contact-form .err-msg {
	display: none;
}

.contact-form .error .err-msg {
	display: inline;
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 14px;
}

.contact-form input {
	width: 417px;
	height: 28px;
	padding: 12px;
	font-family: Georgia;
	font-size: 24px;
	background: none;
	border: none;
}

.contact-form .input {
	height: 52px;
	background: url('../images/form-input.gif') no-repeat;
	overflow: hidden;
}

.contact-form .error .input {
	background: url('../images/form-input.gif') no-repeat 0 -52px;
}

.contact-form textarea {
	width: 417px;
	height: 183px;
	padding: 12px;
	font-size: 24px;
	font-family: Georgia;
	border: none;
	background: none;
	overflow: auto;
}

.contact-form .textarea {
	height: 207px;
	background: url('../images/form-textarea.gif') no-repeat;
	overflow: hidden;
}

.contact-form .error .textarea {
	background: url('../images/form-textarea.gif') no-repeat 0 -207px;
}

.contact-form button {
	position: relative;
	font-family: Georgia !important;
	margin-left: -10px;
	width: 262px;
	height: 85px;
	padding-bottom: 15px;
	background: url('../images/button-small.jpg') no-repeat;
	border: none;
	font-size: 30px;
	color: white;
	text-align: center;
}

.contact-form button:hover {
	background: url('../images/button-small.jpg') no-repeat 0 -89px;
}

.contacts-right .phone {
	padding-left: 50px;
	padding-bottom: 4px;
	font-size: 24px;
	background: url('../images/icon-phone.gif') no-repeat 0 2px;
}

.contacts-right .email {
	padding-left: 50px;
	padding-bottom: 4px;
	font-size: 20px;
}

.contacts-right .list {
	padding-top: 32px;
	padding-left: 50px;
}

.contacts-right .list .title {
	padding-bottom: 20px;
	font-size: 24px;
}

.contacts-right .list ul ,
.contacts-right .list2 ul {
	list-style: none;
}

.contacts-right .list li ,
.contacts-right .list2 li {
	font-size: 16px;
	color: #4c4c4c;
	padding: 4px 0 20px 42px;
	background: url('../images/bullet-tick.gif') no-repeat;
}

#footer {
	text-align: center;
	padding-bottom: 15px;
}

#footer .clients {
	width: 974px;
	margin: 1px auto 30px auto;
}

#footer .clients .top {
	background: url('../images/footer-t.gif') no-repeat 0 0;
	height: 30px;
}

#footer .clients .bottom {
	background: url('../images/footer-b.gif') no-repeat 0 0;
	height: 21px;
}

#footer .clients .content {
	background: url('../images/footer-bg.gif') repeat-y 0 0;
}

#footer .clients .title {
	font-size: 20px;
	color: #3e3e3e;
	padding: 6px 0 7px;
}

#footer .clients .list {
	/*line-height: 3;*/
}

#footer .clients .list span {
	padding: 18px 12px 13px;
	display: inline-block;
	width: 160px;
	height: 55px;
}

#footer .clients .list .newline {
	padding-right: 0;
}

#footer .clients .list a:hover {
	text-decoration: none;
}

#footer p {
	padding: 3px 0;
	font-size: 14px;
}

/* Share links in footer. */
#footer .text    { margin: 0 auto; width: 225px; }
#footer .text p  { float: left; }
#footer .text ul { float: right; }
#footer ul.share { font-size: 8pt; line-height: 16px; list-style-type: none; margin: 2px 0 0; }
#footer ul.share a  { width:16px;height:16px;float:left;cursor:pointer; background: url(../images/social-icons-share.png); }
#footer ul.share li { border: medium none !important; float: left; margin-right: 1px; padding: 1px 0 7px !important; }
#footer ul.share .draugiem { background-position: 0px 0px;}
#footer ul.share .facebook { background-position: -17px 0px;}
#footer ul.share .twitter  { background-position: -34px 0px;}
#footer ul.share .gplus    { background-position: -51px 0px;}
#footer ul.share .linkedin { background-position: -68px 0px;}

.followus { float: right; height: 24px; margin: 20px 69px -20px 0; list-style-image:none; list-style-type:none; }
.followus li { float: left; padding-left: 3px; }
.followus li a { float: left; width: 24px; height: 24px; background: url(../images/social-icons.gif) no-repeat; }
.followus .label { padding: 5px 7px 0 0; font-size: 12px; }
.followus .efumo { background-position: 0 0; }
.followus .efumo:hover { background-position: -24px 0; }
.followus .draugiem { background-position: 0 -24px; }
.followus .draugiem:hover { background-position: -24px -24px; }
.followus .facebook { background-position: 0 -48px; }
.followus .facebook:hover { background-position: -24px -48px; }
.followus .twitter { background-position: 0 -72px; }
.followus .twitter:hover { background-position: -24px -72px; }
.followus .flickr { background-position: 0 -96px; }
.followus .flickr:hover { background-position: -24px -96px; }

/* CONTACT US*/
.contacts-right .list2 				{ padding-top: 0px; padding-left: 50px; }
.contacts-right .list2 .title 		{ padding-bottom: 20px; font-size: 24px; }
.contacts-right .contacts 			{ padding-top: 26px; padding-left: 50px; }
.contacts-right .contacts .title 		{ padding-bottom: 16px; font-size: 24px; }
.contacts-right .contacts p 			{ font-size: 14px; line-height: 20px; }
.contacts-right .contacts #map_canvas	{ height: 217px;}

/* Side-badge */
#side-badge{ display:inline-block; height:132px; overflow: hidden; font-family: "Trebuchet MS",arial,verdana; text-decoration: none; color:#000; margin:0; padding:0; position:fixed; left:-310px; top: 200px;}
#side-badge * {margin:0; padding:0;}
#side-badge > .text { display:inline-block; height:132px; width:310px; background: url('../images/design/side-badge-bg.png') 0 0 scroll transparent repeat-x;float:left;}
/* #side-badge:hover > .text { width:310px; display:inline-block;} */
#side-badge > .text > span { display:block; height:132px; padding: 20px 20px 0 20px;}
#side-badge > .tag { display:inline-block; height:132px; width:95px; background: url('../images/design/side-badge-tag.png') 0 0 scroll transparent no-repeat;float:left;}
#side-badge h2 { font-size: 22px; padding-bottom: 8px;display:block;}
#side-badge h3 { font-size: 13px; padding-bottom: 2px;display:block;}

.platinum-mouse10 { display: block; width: 200px; position: absolute; left: 0pt; bottom: 20px;}
.platinum-mouse10 img { border:0;}

