html, body
{
	font: 13px/normal tahoma, arial;
	color: #c2997b;
	background: url('/images/bg.gif') repeat-x 0px 223px #552603;
	padding: 0;
	margin: 0;
}

* { behavior: url('/iepngfix.htc'); }

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, input, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}

h1, 
h2 
{
	height: 45px;
	text-indent: -9999px;
	line-height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul { list-style-type: square; }

a		{ text-decoration: underline; color: #fff; }
a:hover { text-decoration: none; }

img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }

.cleaner { clear: both; font-size: 0; height: 0; line-height: 0; }


.header
{
	background: url('/images/header_bg.gif') repeat-y right top #984a0a;
}
.header .in
{
	width: 825px;
	height: 223px;
	background: url('/images/header.jpg') no-repeat;
	margin: 0 auto;
}
.header .in .logo
{
	width: 110px;
	height: 94px;
	/*background: url('/images/logo.png') no-repeat center center transparent;*/
	position: relative;
	top: 23px;
	left: 90px;
}


.main
{
	width: 825px;
	background: url('/images/main_bg.gif') no-repeat -2px 0px transparent;
	padding: 30px 0 0 0;
	margin: 0 auto;
}


.main .extra
{
	width: 180px;
	float: left;
	padding: 0 0 0 55px;
}
.main .extra .nav
{
	width: 162px;
}
.main .extra .nav .top
{
	height: 10px;
	font-size: 0;
	background: url('/images/nav_top.gif') no-repeat;
}
.main .extra .nav .bottom
{
	height: 10px;
	font-size: 0;
	background: url('/images/nav_bottom.gif') no-repeat;
}
.main .extra .nav .reflex
{
	height: 39px;
	background: url('/images/nav_reflex.png') no-repeat;
	margin: 1px 0 0 0;
}
.main .extra .nav ul
{
	background: url('/images/nav_bg.gif') repeat-x #c96619;
	list-style-type: none;
	padding: 0 15px;
}
.main .extra .nav ul li
{
	background: url('/images/nav_line.png') no-repeat top center;
	padding: 8px 0;
}
.main .extra .nav ul li#nobg { background: none; }
.main .extra .nav ul li a
{
	text-decoration: none;
	color: #eabd9b;
}
.main .extra .nav ul li.active a,
.main .extra .nav ul li a:hover
{
	color: #fff;
}
.main .extra p.kaip_rasti
{
	background: url('/images/kaip_rasti.gif') no-repeat center left;
	padding: 5px 0 5px 35px;
	margin: 10px 0 0 10px;
}
.main .extra p.kaip_rasti a { color: #786659; }


.main .content
{
	width: 510px;
	float: right;
	padding: 0 50px 0 30px;
}
.main .content p
{
	line-height: 21px;
	margin: 0 0 15px 0;
}
.main .content ul
{
	margin: 0 0 15px 30px;
}
.main .content ul li { line-height: 21px; }
.main .content h1.architektams	 		{ background-image: url('/images/h1_architektams.png'); }
.main .content h1.apie_mus		 		{ background-image: url('/images/h1_apie_mus.png'); }
.main .content h1.kontaktai		 		{ background-image: url('/images/h1_kontaktai.png'); }
.main .content h1.karjera		 		{ background-image: url('/images/h1_karjera.png'); }
.main .content h1.projektai		 		{ background-image: url('/images/h1_projektai.png'); }
.main .content h1.partneriai	 		{ background-image: url('/images/h1_partneriai.png'); }
.main .content h2.naujausi_projektai 	{ background-image: url('/images/h2_naujausi projektai.png'); }

.main .content .preview_box
{
	margin: 10px 0;
}
.main .content .preview_box img
{
	border: 2px solid #474747;
	float: left;
	margin: 0 10px;
}
.main .content .preview_box .arrow a
{
	width: 23px;
	height: 75px;
	background-repeat: no-repeat;
	cursor: hand;
	float: left;
	margin: 0 5px;
}
.main .content .preview_box .left a { background-image: url('/images/arrow_left.png'); }
.main .content .preview_box .right a { background-image: url('/images/arrow_right.png'); }

.main .content .projects_box
{
	margin: 30px 0;
}
.main .content .projects_box .item
{
	width: 140px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
}
.main .content .projects_box .item img { border: 2px solid #474747; }
.main .content .projects_box .item p   { font-size: 11px; margin: 0; }
.main .content #partneriai .item { height: 140px; width: 160px; }

.main .content .form_filter
{
	height: 30px;
}
.main .content .form_filter .left { float: left; padding: 0 10px 0 0; }
.main .content .form_filter .right { float: left; }



.main .content fieldset
{
	border: 1px solid #552603;
	margin: 0 0 20px 0;
}
.main .content fieldset legend
{
	background-color: #552603;
	color: #c2997b;
	padding: 5px;
}
.main .content fieldset div
{
	padding: 15px;
}
.main .content fieldset div label { display: block; margin: 0 0 5px 0; }
.main .content fieldset div input.text,
.main .content fieldset div .select,
.main .content fieldset div textarea
{
	width: 460px;
	font: 12px/normal tahoma, arial;
	background-color: #241408;
	color: #f1c9ab;
	border: none;
	border-bottom: 1px solid #723a10;
	padding: 3px;
}

.main .content fieldset div textarea { height: 200px; }
.main .content fieldset div button
{
	border: none;
	background-color: #40220c;
	color: #f1c9ab;
	padding: 5px;
}

.footer
{
	width: 725px;
	font-size: 11px;
	margin: 20px auto 0 auto;
}
.footer .solution
{
	width: 170px;
	float: left;
	margin: 0 40px 0 0;
}
.footer .solution p
{
	text-align: right;
	line-height: 16px;
	color: #bb8155;
	padding: 3px 0;
}
.footer .solution p a { color: #c1997b; }
.footer .copyright
{
	width: 487px;
	height: 45px;
	background: url('/images/footer_bg.png') no-repeat;
	float: left;
}
.footer .copyright p
{
	color: #d29466;
	line-height: 45px;
	padding: 0 0 0 15px;
}
