body
{
	margin: 0px;
	padding: 0px;

	font-family: arial, sans-serif;

	background: url('body_bg.jpg') 0px 200px no-repeat;
}

:focus
{
	outline: none;
}

img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

a:hover
{
	text-decoration: none;
}

.clr
{
	clear: both;
}

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

/* HEADER */

#header
{
	position: absolute;

	top: 0%;
	left: 0%;

	width: 100%;
	height: 160px;
	overflow: hidden;

	text-align: center;
	background: url('header_bg.jpg') repeat-x #0c325f;
}

#logo
{
	display: block;
	float: left;

	margin-top: 5px;
	margin-left: 50px;
	
	width: 366px;
}

#header-right
{
	text-shadow: #0C325F 1px 1px 0px;
	Filter: DropShadow(Color=#0C325F, OffX=1, OffY=1, Positive=1);

	float: right;
	font-size: 14px;
	color: #c2e6ff;

	padding-left: 10px;
	padding-right: 10px;
}

#header-right a
{
	color: #ffffff;
}

#header-right a b
{
	font-weight: normal;
}

#header-contacts
{
	padding-top: 23px;
	padding-bottom: 15px;

	font-size: 18px;
}

#header-contacts b
{
	color: white;
}

#header-contacts
{
	color: #ffe868;
}

#header-about
{
	line-height: 20px;
}

#header-about b
{
	color: #ffffff;
}

/* MENU */
.menu ul
{
	margin: 0px;
	padding: 0px;

	list-style-type: none;
}

.menu ul li
{
	float: left;
	margin-right: 1px;
}

.menu ul li a
{
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #FBD73F;

	border-left: 1px solid #08223F;

	text-decoration: none;
}

.menu ul li.sel a
{
	font-size: 16px;
	padding: 10px;
}

.menu ul li a:hover,
.menu ul li.sel a
{
	background: url('row_bg_hover.gif');
	color: white!important;
}

/* NAV_MENU */

#nav_menu
{
	position: absolute;

	top: 160px;
	left: 0%;

	width: 100%;
	height: 40px;

	overflow: hidden;
	background: url('row_bg.gif') #0b2f58;

	font-family: arial, sans-serif;
}

#nav_menu ul
{
	margin-left: 60px!important;
}

#nav_menu .menu ul li a
{
	font-size: 16px;
}

/* FOOTER MENU */

#footer .menu
{
	float: right;
}

/* SUBMENU */

#submenu
{
	position: absolute;

	margin: 0px;
	padding: 0px;

	list-style: none;

	width: 230px;
	/* margin-top: -15px; */
	font-size: 0.75em;

	/* border-top: 1px solid #092444; */
}

#submenu .sel
{
	font-weight: bold;
	font-size: 1.3em;
}

#submenu .sel a
{
	background: #092748!important;
}

#submenu a
{
	display: block;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid white;
	border-top: none;
	background: #20567A;
	color: white!important;
	text-shadow: none;
	text-decoration: none;
}

#submenu a:hover
{
	background: #296d9b;
}

.submenu_content
{
	float: right;
	width: 695px;
}

/* CONTENT */

#content h1,
#content h2,
#content h3
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content h3
{
	font-weight: bold;
}

#content
{
	margin-top: 200px;
	margin-bottom: 30px;
}

#content .wrapper
{
	width: 940px;
	padding: 15px;
}

#content h1
{
	font-size: 1.5em;
}

#content h2
{
	font-size: 1em;
	font-weight: bold;
}

#content p,
#content div.p
{
	display: block;
	margin: 0px;
	padding: 0.5em;
	padding-left: 1.5em;

	text-align: justify;
	font-size: 0.75em;

	line-height: 1.4em;
}

#content div.p ul
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content a
{
	color: #08498F;
}


/* CONTENT BIG */
.content_big
{
	font-size: 1.25em!important;
}

/* CONTENT SMALL */
.content_small
{
	font-size: 0.85em!important;
}

/* FOOTER */

#footer
{
	position: relative;

	left: 0px;
	bottom: 0px;

	height: 35px;
	width: 100%;

	overflow: hidden;

	text-align: center;

	background-color: #092444;

	font-size: 11px;

	color: white;
}

#copyright
{
	float: left;
	margin-top: 10px;
	padding-left: 5px;
}


/* OTHERS */
#wai
{
	display: none;
	position: fixed;

	top: 210px;
	right: 0px;

	background: #C8C8C8;

	width: 24px;
	height: 100px;

	text-align: center;
}

#logo-print
{
	display: none;
}

/* OPACITY */
.opacity
{
	opacity: .8!important;
}

.opacity:hover,
.opacity:focus
{
	opacity: 1!important;
}

/* INNER PAGES */

/* PRADINIS */
.box
{
	float: left;
	padding: 10px;
	width: 300px;
}

.box_last
{
	width: 250px;
}

.pointer
{
	cursor: pointer;

}

.pointer:hover .heading
{
	text-decoration: underline;
}

.pointer:hover a
{
	text-decoration: none;
}

div.price
{
	font-size: 1.2em;
	color: #002D61;
	font-weight: bold;
}

div.price b
{
	color: #000000;
}

.tinklapiai
{
	float: right;
	margin: 10px;
}

.new_order
{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #9F0000!important;
}

.new_order:hover
{
	text-decoration: underline!important;
}

/* APIE */

.profesoriaus-galva
{
	float: right;
	margin: 10px;
	border: 1px solid #DADADA;
}

/* UZSAKYMU FORMA */

#status_box ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#status_box .err
{
	background: #FFCECE;
	color: #C10000;

	border: 1px solid #C10000;

	padding: 10px;
}

#status_box .succ
{
	background: #CFFFCE;
	color: #167100;

	border: 1px solid #167100;

	padding: 10px;
}

#uzsakymas
{
	margin-top: 10px;
}

#uzsakymas fieldset
{
	margin-bottom: 10px;
}

#uzsakymas legend
{
	font-weight: bold;
	font-size: 1.4em;
	padding: 3px;
	color: #000000;
}

#uzsakymas .f_text
{
	font-weight: bold;
	font-size: 1.1em;

	padding: 5px;
}

#uzsakymas .f_field
{
	padding-left: 5px;
}

#uzsakymas .f_field label
{
	display: block;
	padding: 5px;
}

#uzsakymas .f_field label:hover
{
	background: #D6E9FE;
}

#uzsakymas .f_field label:hover span
{
	text-decoration: underline;
}

#uzsakymas .f_field a
{
	text-decoration: none;
	font-weight: bold;
}

#uzsakymas textarea
{
	font-size: 1em;
	font-family: arial, sans-serif;
	line-height: 1.4em;
	padding: 3px;

	width: 500px;
	height: 140px;

	border: 1px solid #A0A0A0;
}

#uzsakymas .textbox
{
	font-size: 1em;
	font-family: arial, sans-serif;
	padding: 3px;

	width: 500px;

	border: 1px solid #A0A0A0;
}

#uzsakymas .textbox:focus,
#uzsakymas textarea:focus
{
	border: 1px solid #3B3B3B!important;
}

#uzsakymas .star
{
	color: #C10000;
	font-family: courier new, sans-serif;
	font-weight: normal;
}

#uzsakymas .submit
{
	float: right;
	font-size: 1.5em;
	margin-right: 10px;
}



/* ATLIKTI DARBAI */

.darbas 
{
	float: left;
	width: 30%;
	border: 1px solid transparent;
	padding: 5px;
	margin: 2px;
}

.darbas:hover
{
	background: white;
	border-color: #D1D1D1;
}

/* REKOMENDACIJOS */

.rekomendacija
{
	float: left;
	width: 30%;
	border: none;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

.rekomendacija img
{
	border: 1px solid  #11426B;
	margin-bottom: 5px;
}

/* PASIEKTI REZULTATAI */

.rezultatas
{
	margin: 10px;
}

.rezultatas .pdf_link
{
	display: block;

	padding: 3px;
	padding-left: 30px;

	background: url( 'rezultatai/pdf_icon.png' ) no-repeat;

	height: 24px;
	overflow: hidden;

	color: #BF1717!important;
	font-weight: bold;
}

.rezultatas .google_link
{
	color: #007D08!important;
	font-style: italic;
}

#sharethis
{
	margin-top: 16px;
}
