*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #0A366A url(/images/bg.jpg) repeat-x;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #41494F;
}

img
{
	border: 0;
}

a
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #41494F;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}


#centered
{
	position: relative;
	width: 880px;
	margin: 0 auto;
}

#header
{
	position: relative;
	float: left;
	width: 840px;
	height: 85px;
	padding: 24px 25px 0 15px;
	margin-bottom: 13px;
}
#header img
{
	position: relative;
	float: left;
}

#header ul
{
	position: relative;
	float: right;
	width: 126px;
	list-style-type: none;
	margin-top: 34px;
}
#header ul li
{
	position: relative;
	float: left;
	width: 42px;
	height: 15px;
}

#container
{
	position: relative;
	float: left;
	width: 880px;
}

#container #left
{
	position: relative;
	float: left;
	width: 191px;
	height: 356px;
	background: url(/images/menu.jpg) no-repeat;
	padding: 20px 14px 0 0;
}

#container #left ul
{
	position: relative;
	float: left;
	width: 191px;
	list-style-type: none;
}
#container #left ul li
{
	position: relative;
	float: left;
	width: 191px;
}
#container #left ul li a
{
	position: relative;
	float: left;
	width: 161px;
	padding: 8px 0 8px 30px;
	border-bottom: 1px solid #97C3EC;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#container #left ul li a:hover, #container #left ul li a#sel
{
	background: #7EBBEC;
	border-bottom: 1px solid #97C3EC;
	color: #09437E;
	text-decoration: none;
}

#container #content
{
	position: relative;
	float: left;
	width: 468px;
	background: #fff url(/images/content_bg.jpg) no-repeat bottom left;
	padding-bottom: 10px;
}

#container #content h1
{
	position: relative;
	float: left;
	width: 448px;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	background: url(/images/content_title.jpg) no-repeat;
	margin: 0 0 17px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#container #content #min
{
	position: relative;
	float: left;
	width: 1px;
	height: 312px;
}

#container #content p
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px 10px 18px;
	line-height: 17px;
}
#container #content p.l
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px 0 18px;
	line-height: 17px;
}

#container #content h2
{
	position: relative;
	float: left;
	width: 449px;
	padding-left: 18px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#container #content h3
{
	position: relative;
	float: left;
	width: 449px;
	padding-left: 18px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#container #right
{
	position: relative;
	float: right;
	width: 191px;
	text-align: center;
	color: #fff;
}

#container #right .block
{
	position: relative;
	float: left;
	width: 191px;
	margin-bottom: 10px;
	font-weight: bold;
}
#container #right .block a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#container #right .block a:hover
{
	text-decoration: underline;
}

#container #right #right1
{
	height: 33px;
	padding-top: 100px;
	background: url(/images/right1.jpg) no-repeat;
}
#container #right #right2
{
	height: 32px;
	padding-top: 70px;
	background: url(/images/right2.jpg) no-repeat;
}
#container #right #right3
{
	height: 25px;
	padding-top: 96px;
	background: url(/images/right3.jpg) no-repeat;
}

#footer
{
	position: relative;
	float: left;
	width: 670px;
	padding: 0 210px 10px 0;
	color: #BCC4B0;
	text-align: right;
}
#footer a
{
	color: #BCC4B0;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}


#gallery
{
	float: left;
	width: 450px;
	margin-top: 20px;
	text-align: center;
	padding-left: 17px;
}
#gallery img
{
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 4px solid #8091c7;
}
#gallery a:hover img
{
	border: 4px solid #172a64;
}

.icons
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
	margin: 0 0 10px 0;
	text-align: center;
}
.icons img
{
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	margin: 5px 5px 0 0;
}

.description
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
	margin: 10px 0;
}
#container #content .description p
{
	padding: 0;
}

.photo img
{
	float: left;
	width: 120px;
	height: 120px;
	padding: 4px;
	border: 4px solid #8091c7;
}
.photo a:hover img
{
	border: 4px solid #172a64;
}


#submeniu
{
	float: left;
	width: 449px;
	margin-top: 10px;
	padding-left: 18px;
}


#cards
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
	margin-top: 20px;
}
#cards label
{
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	line-height: 22px;
}
#cards input, #cards select
{
	float: left;
	width: 219px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border: 1px solid #dbd8d8;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #0B68C7;
}
#cards select
{
	padding: 3px 0;
	width: 231px;
}
#cards div#btn
{
	float: left;
	width: 431px;
	margin: 10px 0;
	text-align: right;
}
#cards button
{
	width: 76px;
	height: 28px;
	background-color: #0B68C7;
	padding: 0;
	border: 0;
	line-height: 28px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#cards #error
{
	float: left;
	width: 431px;
	margin-bottom: 10px;
}


#career
{
	float: left;
	width: 431px;
	padding: 0 18px;
	margin-top: 20px;
}
#career #error
{
	float: left;
	width: 431px;
	margin-bottom: 10px;
}
#career label
{
	float: left;
	width: 200px;
}
#career input, #career textarea
{
	float: left;
	width: 219px;
	margin: 4px 0 10px 0;
	padding: 3px 5px;
	border: 1px solid #dbd8d8;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #172a64;
}
#career textarea
{
	width: 420px;
}
#career #button
{
	float: right;
	width: 76px;
	height: 30px;
	background-color: #0B68C7;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	line-height: 30px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


#contacts
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
}
#contacts #error
{
	float: left;
	width: 431px;
	color: #999;
	margin: 6px 0 2px 0;
}
#container #content #contacts h2
{
	float: left;
	width: 431px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#contacts form
{
	margin: 0;
	padding: 0;
}
#contacts fieldset
{
	float: left;
	width: 431px;
	border: 0;
}
#contacts label
{
	float: left;
	width: 431px;
	font-size: 11px;
	font-weight: bold;
}
#contacts input
{
	border: 1px solid #ddd;
	margin: 4px 0 6px 0;
	width: 250px;
	padding: 2px;
	font-size: 11px;
}
#contacts textarea
{
	border: 1px solid #ddd;
	margin: 4px 0 6px 0;
	width: 425px;
	height: 72px;
	padding: 2px;
	font-size: 11px;
	color: #8091c7;
}
#contacts button
{
	float: right;
	width: 76px;
	height: 30px;
	background-color: #0B68C7;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	line-height: 30px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


#text
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
}

#map
{
	position: relative;
	float: left;
	width: 431px;
	margin-top: 20px;
}
#map img
{
	margin: 10px 0;
}


.row
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
	height: 19px;
	line-height: 19px;
	margin: 0;
}
.row a
{
	font-size: 11px;
}
.col
{
	float: left;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
}
.col img
{
	border: 0;
	padding: 0;
	margin: 0;
}


#content table
{
	position: relative;
	float: left;
	width: 431px;
	margin: 15px 0 15px 10px;
	border-collapse: collapse;
}
#content table th
{
	padding: 3px;
	border: 1px solid #dbd8d8;
	background-color: #0B68C7;
	font-weight: bold;
	color: #fff;
}
#content table td
{
	padding: 3px;
	border: 1px solid #dbd8d8;
}
#content table td.center
{
	text-align: center;
}


#order
{
	position: relative;
	float: left;
	width: 431px;
	padding: 0 18px;
}
#order label
{
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	line-height: 22px;
}
#order input, #order select
{
	float: left;
	width: 219px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border: 1px solid #dbd8d8;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #172a64;
}
#order select
{
	padding: 3px 0;
	width: 312px;
}
#order div#btn
{
	float: left;
	width: 431px;
	margin-top: 10px;
	text-align: right;
}
#order button
{
	width: 76px;
	height: 28px;
	background-color: #0B68C7;
	padding: 0;
	border: 0;
	line-height: 28px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#order #error
{
	float: left;
	width: 431px;
	margin-bottom: 10px;
}

.fuel
{
	float: left;
	width: 431px;
	margin: 3px 0;
}




form#skundai
{
	float: left;
	width: 431px;
	margin-top: 20px;
	padding: 0 18px;
}

form#skundai #name_block
{
	float: left;
	width: 247px;
}
form#skundai #subject_block
{
	float: left;
	width: 412px;
}

form#skundai input, form#skundai textarea
{
	float: left;
	width: 400px;
	margin: 4px 0 10px 0;
	padding: 3px 5px;
	border: 1px solid #dbd8d8;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #172a64;
}
form#skundai textarea
{
	width: 400px;
}
form#skundai input#name
{
	width: 200px;
}

form#skundai #button
{
	float: left;
	width: 76px;
	height: 30px;
	background-color: #0B68C7;
	padding: 0;
	border: 0;
	line-height: 30px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

a#clink
{
	font-size: 14px;
	font-weight: bold;
}
