html { height: 100%; }
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Helvetica, Tahoma, sans-serif;
	height: 100%;
	background: url('../images/background-tile-x.gif') 0 0 repeat-x #035D76;
}
* html body { text-align: center; }

#wrapper {
	position: absolute;
	width: 970px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: -350px;
	margin-left: -485px;
	border: 2px solid #FFF300;
	background: url('../images/car.jpg') 100% 0 no-repeat #1A7090;
}
* html #wrapper { text-align: left; }

/* ************************************************************ */

h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset, img {border: 0;}
h1 { display: none;}

/* ************************************************************ */

#skeleton {
	border-collapse: collapse;
	width: 100%; 
	height: 100%;
}
#skeleton td.content {
	vertical-align: top;
}
#skeleton td.footer {
	vertical-align: bottom;
	padding-bottom: 40px;
}
#copyright {
		color: #FFF;
		margin: 0 auto;
		background: url('../images/footer-bckg.gif') 50% 0 no-repeat;
		height: 92px;
		width: 954px;
}
#copyright p {
	padding: 25px 0 0 50px;
}

/* ************************************************************ */

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	background: url('../images/logo.gif') 50% 50% no-repeat;
	width: 336px;
	height: 19px;
}
#logo span {
	display: none;
}

/* ************************************************************ */

#content {
	position: absolute;
	top: 223px;
	left: 202px;
	width: 700px;
	color: #CCC;
}
#content.prekes {	top: 370px; }
#content.kontaktai { top: 280px; }
#content.paslaugos { top: 70px; }

#content p {
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: justify;
}
#content h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #A00;
}
#content h3 {
	padding: 0 0 0 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
#content img.image {
	width: 120px;
	height: 90px;
	border: 1px solid #FFF;
	padding: 2px;
	background: #035D76;
}

/* ************************************************************ */

#kontTable {
	border-collapse: collapse;
	border: none;
}
#kontTable td {
	padding: 0 5px;
	vertical-align: top;
}
#kontTable td p {
	text-align: center;
	padding: 5px 0;
}

/* ************************************************************ */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 100px; 
	left: 30px;
	font-weight: bold;
}
#menu li {
	background: url('../images/menu-bckg.gif') 0 0 no-repeat;
	width: 127px
	height: 22px;
}
#menu li a {
	padding: 3px 90px 10px 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#menu li a:hover {
	background: url('../images/menu-bckg-hover.gif') 0 0 no-repeat;
}
#menu li a.active {
	background: url('../images/menu-bckg-active.gif') 0 0 no-repeat;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menu li a.active {
	text-decoration: underline;
}

/* ************************************************************ */

#navarot {
	width: 3px;
	height: 454px;
	position: absolute;
	left: 180px;
	top: 75px;
	background: url('../images/navarot.gif') 0 0 no-repeat;
}

/* ************************************************************ */

#submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 60px; 
	left: 10px;
}
#submenu li {
	float: left;
	padding: 0 10px 0 0;
}
#submenu li a {
	text-decoration: none;
}
#submenu li a.active {
	text-decoration: underline;
}

/* ************************************************************ */

#nav {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
#nav li {
	float: left;
	padding: 0 0 0 10px;
}

/* ************************************************************ */

#languages {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 10px;
}
#languages li {
}
#languages li a {
	display: block;
	text-transform: capitalize;
	text-decoration: none;
}

/* ************************************************************ */
