/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}
a {color: #025fae;}

/* BODY */
/* ----------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", serif;
	background: #fafafa url(../images/bg.jpg) repeat-x;
	text-align: center;
}

body.main {
	background: #fafafa url(../images/main_bg.jpg) repeat-x;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
/* ----------------------------------------- */

#header #top_header {
	width: 1000px;
	height: 80px;
	overflow: hidden;
}
#header #top_header .logo img {
	float: left;
	margin: 12px 80px 0 93px;
}
#header #top_header ul {
	margin-top: 30px;
}
#header #top_header ul li {
	display: inline;
	margin: 0 20px 0 0;
}
#header #top_header ul li a {
	font-size: 12px;
	color: #40494f;
	text-decoration: none;
}
#header #top_header ul li a:hover, #header #top_header ul li.active a {
	color: #049bde;
}

body.main #header #image {
	display: block;
	width: 1000px;
	height: 333px;
	background: url(../images/main_header.jpg) no-repeat;
	margin-top: -21px;
	overflow: hidden;
}

body.main #header #image #slogan {
	width: 290px;
	height: 75px;
	margin: 123px 0 0 540px;
}
#header #image #slogan p.large {
	font-size: 25px;
	color: #fff;
	line-height: 26px;
}
#header #image #slogan p.blue {
	margin-top: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #87b4eb;
}
#header #image {
	height: 167px;
	width: 1000px;
	background: url(../images/header.jpg) no-repeat;
	margin-top: -21px;
	overflow: hidden;
}
#header #image #slogan {
	width: 550px;
	height: 60px;
	margin: 60px 0 0 315px;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	width: 830px;
	margin: 0 auto;
}
#last_news {
	width: 452px;
	float: left;
	padding-left: 10px;
}
#last_news h1, .col h1, #cont h1.title {
	font-size: 14px;
	color: #049bde;
	font-weight: bold;
	margin: 14px 0 30px 0;
}
#last_news p {
	font-size: 12px;
	color: #025fae;
	line-height: 20px;
}
#last_news p a {
	color: #40494f;
	text-decoration: none;
}
#last_news p a:hover {
	text-decoration: underline;
}
#last_news a.all_news {
	display: block;
	text-indent: -9999px;
	width: 101px;
	height: 25px;
	background: url(../images/visos_naujienos.jpg) no-repeat;
	margin: 15px 0 0 0;
}
.col {
	width: 180px;
	float: left;
}
.col ul li {
	font-size: 12px;
	color: #40494f;
	list-style-image: url(../images/list_button.jpg);
	margin-left: 15px;
	line-height: 20px;
}
.col p {
	font-size: 12px;
	color: #40494f;
	line-height: 20px;
}
.col p a {
	color: #025fae;
	text-decoration: none;
}
.col p a:hover {
	text-decoration: underline;
}
.col a.all_services {
	display: block;
	text-indent: -9999px;
	width: 106px;
	height: 25px;
	background: url(../images/visos_paslaugos.jpg) no-repeat;
	margin: 15px 0 0 0;
}

.col a.all_contacts {
	display: block;
	text-indent: -9999px;
	width: 106px;
	height: 25px;
	background: url(../images/visi_kontaktai.jpg) no-repeat;
	margin: 15px 0 0 0;
}
#cont {
	width: 590px;
	float: left;
	margin-right: 50px;
	font-size: 12px;
	color: #40494f;
	line-height: 18px;
}
#cont p {
	margin-bottom: 15px;
}
#cont h1 {
	font-weight: bold;
	font-size: 16px;
}
#cont h2 {
	font-weight: bold;
	font-size: 15px;
}
#cont h3 {
	font-weight: bold;
	font-size: 14px;
}
#cont h4 {
	font-weight: bold;
	font-size: 13px;
}
#cont ul li {
	list-style: disc;
	margin-left: 20px;
}
#cont ol li {
	list-style: decimal;
	margin-left: 20px;
}
#cont blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #b2e1f2;
}
#cont blockquote p {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	width: 100%;
	border-top: 1px solid #b2e1f2;
	margin-top: 30px;
}
#footer .wrapper p {
	text-align: right;
	margin: 15px 95px 10px 0;
	font-size: 11px;
	color: #92d2e9;
	padding-right: 55px;
	position: relative;
}
#footer .wrapper p a.lexita {
	position: absolute;
	top: 0;
	right: 0;
}
#footer .wrapper p a {
	color: #0353a4;
	text-decoration: none;
}

#footer .wrapper p a:hover {
	text-decoration: underline;
}
