@import url(super_style.css);

/************** pagrindas **************/

body {
	height: 100%;
	background: #000000;
}



/************** tinklalapio isdestymas **************/

#container {
	margin: auto;
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h1 {
	position: absolute;
	display: inline;
	z-index: 5;
	left: 40px;
	top: 30px;
	width: 270px;
	height: 62px;
	font-size: 1px;
}

h1 a {
	z-index: 6;
	display: block;
	width: 270px;
	height: 62px;
	cursor: pointer;
}

#header_bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 348px;
	font-size: 1px;
	background: url('../img/header_bg.gif') repeat-x;
}

#auto {
	position: absolute;
	z-index: 11;
	right: 0px;
	top: 24px;
	width: 400px;
	height: 324px;
	font-size: 1px;
	background: url('../img/car.png') no-repeat;
}

html>body #auto {
	right: 0px;
}


#header {
	position: absolute;
	z-index: 3;
	position: relative;
	background: url('../img/header.jpg') no-repeat;
	top: 0;
	left: -80px;
	width: 100%;
	height: 314px;
}

#cop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding: 140px 0 0 0;
	margin: 0;
	text-align: center;
	cursor: default;
	background: url('../img/footer.gif') repeat-x;
	z-index: 10;
	font-size: 10px;
	clear: both;
}

#cop span {
	color: #8D4347;
	font-size: 10px;
}

#cop a {
	text-decoration: none;
	font-size: 10px;
}

#cop span a {
	color: #8D4347;
}

#cop a:hover, #cop span a:hover {
	text-decoration: underline;
}


#languages {
	position: absolute;
	left: 0px;
	top: 314px;
	cursor: default;
	z-index: 10;
	width: 220px;
	height: 29px;
	background: #400205;
	overflow: hidden;
	list-style-type: none;
	padding: 5px 0 0 100px;
}

#textwrp {
	float: left;
	width: 100%;
}

#text{
	margin: 70px 0 0 350px;
	padding: 0 40px 180px 0px;
	
}

#menu{
	float: left;
	width: 350px;
	margin: 35px 0 200px -100%;
	background: url('../img/menu_top.gif') top no-repeat;
}

#menu ul {
	float: left;
	position: relative;
	margin: 30px 0 0 0px;
	width: 340px;
	list-style-type: none;
	background: 291px 0 url('../img/menu.gif') repeat-y;
}

#menu ul ul {
	float: left;
	position: relative;
	margin: 0 0 0 0px;
	width: 340px;
	list-style-type: none;
	background: 291px 0 url('../img/menu.gif') repeat-y;
}

#menu #btm {
	float: left;
	position: relative;
	background: 292px 0 url('../img/menu_bottom.gif') repeat-y;
	height: 127px;
	width: 350px;
}

#markas {
	position: absolute;
	left: 0px;
	top: 322px;
	width: 100%;
	height: 22px;
	overflow: hidden;
	z-index: 6;
}

#markas, #marquee {
	cursor: default;
	color: #FFFFFF;
}



/************** modulio publikacijos tekstai **************/

#text #navig {
	padding: 0;
	margin: 0;
	/*list-style-type: none;*/
	padding: 0 0 0 20px;
	
}

#navig a, #navig a {
	text-decoration: none;
	/*background: 0 4px url('../img/menu_bull.gif') no-repeat;*/
	padding: 0 0 0 10px;
	font: bold 11px verdana;
}

#navig a:hover, #navig a:hover {
	text-decoration: underline;
}

#navig li {
	margin: 0 0 3px 0;
}



/************* language tekstai ****************/


#languages li {
	float: left;
}

#languages a {
	display: block;
	padding: 5px;
	margin: 0 0 0 10px;
	font: bold 12px verdana;
	text-decoration: none;
	color: #FFFFFF;
}

#languages a:hover, #languages a.m_ {
	text-decoration: underline;
}


/************* meniu tekstai ****************/


#menu li {
	float: left;
	/*width: 350px;*/
	background: url('../img/menu_split.gif') no-repeat;
}

#menu a {
	display: block;
	padding: 5px 10px 5px 45px;
	margin: 0 0 0 25px;
	width: 238px;
	font: bold 14px verdana;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	background: 8px 10px url('../img/menu_bull.gif') no-repeat;
	text-transform: uppercase;
}

#menu a:hover, #menu a.m_ {
	/*text-decoration: underline;*/
	color: #9E060D;
	background: 8px -53px url('../img/menu_bull.gif') no-repeat;
}


#menu ul ul a {
	display: block;
	padding: 5px 10px 5px 45px;
	margin: 0 0 0 25px;
	width: 238px;
	font: bold 14px verdana;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
	background: none;
}

#menu ul ul a:hover, #menu ul ul a.m_ {
	/*text-decoration: underline;*/
	color: #9E060D;
	background: none;
}




/************* tinklalapio tekstai ****************/

h1 span, h2 {
	display: none;
}




/************* tinklalapio xhtml atributai ****************/

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

.a_justify {
	text-align: justify;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_center {
	margin: none;
	margin-left: auto;
	margin-right: auto;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}




/************** modulio galerija tekstai **************/

ul#gall  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0px;
}

#gall li {  
	display: inline;
}

#gall img {
	margin: 8px;
	width: 130px;
	height: 130px;
}

#gall_psl {
	clear: left;
	padding: 3px 0 0 0;
}

#gall_psl a {
	text-decoration: none;
}

#gall_psl a:hover {
	text-decoration: none;
	color: #5F8218;
}


/************** tinklalapio modulis uzklausimas ir uzsakymas **************/

.simple * {
	color: #000000;
}

form.simple input {
	margin: 3px 0 11px -5px;
	width: 359px;
	border: 0;
	padding: 2px;
	background: #FFFFFF;
	color: #000000;
}

form.simple select {
	margin: 3px 0 11px -5px;
	width: 363px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #000000;
}

form.simple .nobr input {
	width: 127px;
	margin: 3px 0 11px -5px;
}

form.simple textarea {
	margin: 3px 0 11px -5px;
	width: 359px;
	height: 100px;
	border: 0;
	background: #FFFFFF;
	padding: 2px;
}

form.simple p {
	margin: 0 0 0 5px;
	color: #FFFFFF;
	/*padding: 0 0 0 -5px;*/
	line-height: normal;
}

form.simple .error {
	color: #AD020A;
}

.simple .submit {
	width: 150px;
	border: 1px solid #670F13;
	background: #400205;
	margin: 3px 0 11px 0px;
	padding: 2px;
	color: #FFFFFF;
	font-weight: normal;
}

