/* YUI reset */
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

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: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select { *
	font-size: 100%;
}

a,a:active,a:visited,a:link {
	color: #1E92D1;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

a:hover {
	color: #006CAE;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

html,body {
	font-family: Arial;
	font-size: 11pt;
	font-weight: 500;
	color: #333333;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 720px;
	padding: 8px 30px;
	height: 130px;
}

#logoContainer {
	float: left;
	width: 400px;
}

#descriptionContainer {
	float: left;
	width: 290px;
	padding-left: 30px;
	text-align: right;
}

#descriptionContainer img {
	margin: 17px 0 0 0;
}

#descriptionContainer p {
	margin: 12px 0 0 0;
}

#welcomeContainer {
	clear: both;
	height: 309px;
	background-image: url(../images/building.jpg);
}

#copyright {
	text-align: center;
	color: #5A5A5A;
	height: 25px;
	padding-top: 15px;
	padding-bottom:15px;
	margin: 0 10px 0px 10px;
	background-image: url(../images/bottom-grad.png);
	background-repeat: repeat-x;
	clear: both;
}

#jsddm {
	margin: 0;
	padding: 0 0 0 60px;
	border-top: 1px #cccccc solid;
	background-image: url(../images/menu-grad.png);
	background-repeat: repeat-x;
	height:32px;
}

#jsddm a,#jsddm a:active,#jsddm a:visited,#jsddm a:link {
	text-decoration: none;
	color: #555555;
	background-image: none;
}

#jsddm a:hover {
	text-decoration: none;
	color: #333333;
	background-image: url(../images/menu-grad-active.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#jsddm ul a:hover {
	background-image: none;
	background-repeat: no-repeat;
}

#jsddm li {
	float: left;
	list-style: none;
	font-size:11pt;
}

#jsddm li a {
	display: block;
	padding: 6px 10px 2px 10px;
	text-decoration: none;
	white-space: nowrap;
}

#jsddm li ul a {
	padding: 2px 10px;
}

#jsddm li a:hover {

}

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-color:#ffffff;
	margin-top:4px;
}

#jsddm li ul li {
	float: none;
	display: inline
}

#jsddm li ul li a {
	width: auto;

}

#jsddm li ul li a:hover {

}

#menuContainer {
	padding: 0 10px;
}


#content {
	padding: 10px;
}

.bemu_field {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 30px;
	clear: both;
}

.bemu_field_image {
	width: 300px;
	display: block;
	float: left;
}

.bemu_field_image img {
	padding: 4px;
	border: 1px solid #dddddd;
}

.bemu_field_spacer {
	float: left;
	width: 30px;
	display: block;
}

.bemu_field_text {
	width: 400px;
	display: block;
	float: left;
}

.bemu_field_text p
{
	padding: 3px 0;
	text-align:justify;
}

.bemu_field_text h3 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

/* Imperial Image Viewer */
#viewer {
	background-color: #5a5a5a;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding: 0;
	margin: 0;
}

#viewer .imgs img {
	margin: 6px auto 0 auto;
	padding: 0;
	display: block;
}

.slides,.slidesc,.slidescc,.controls {
	height: 140px;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sendmsger textarea,#sendmsger input {
	width: 100%;
	display: block;
}

#sendmsger textarea {
	height: 300px;
}

#mpsidebar .submit {
	float: right;
	margin: 4px;
}

/* Products Module */
#products,#projects {
	width: 100%;
}

#products_list,#projects_list {
	padding: 15px 0;
	float: left;
	width: 180px;
}

#products_list ul,#projects_list ul {
	padding: 0;
	margin: 0;
}

#products_list li,#projects_list li {
	padding: 0 20px;
	margin: 0;
	list-style-type: none;
}

#products_content,#projects_content {
	float: left;
	padding: 15px 0 0 15px;
}

.projects_content {
	width: 520px;
}

.products_content {
	width: 560px;
	text-align:justify;
}


#products_content div.dbox {
	display: block;
	width: 540px;
	padding: 10px;
	margin-bottom:15px;
	margin-top:8px;
	background-color: #dddddd;
}

#products_content div.dbox li {
	list-style-type: none;
	padding: 1px 4px;
}

#products_content .sider {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}


#projects h2 {
	text-align: center;
}

#projects_images {
	text-align: center;
}

#projects_images img {
	max-height: 300px;
	max-width:500px;
	padding: 2px;
	border: 1px solid #888888;
	margin: 5px 3px 10px 3px;
}

.sapa div {
	padding: 0px 5px;
	clear: both;
}

.sapa span,.sapa img {
	float: left;
	display: block;
}

.sapa div.sapa_first {
	padding-bottom: 10px;
}

.sapa_first span {
	display: block;
	width: 460px;
	padding-left: 40px;
	text-align: justify;
}

.sapa h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.sapa_second {
	border: 1px solid #cccccc;
}

.sapa_second span {
	width: 670px;
	text-align: justify;
	padding: 8px 15px 8px 5px;
}

.sapa_second img {
	padding: 13px 5px;
}

#akademia {
	width: 100%;
	padding: 0;
	margin: 0;
}

#akademia tbody tr {
	margin-bottom: 2px;
}
#akademia tbody td {
	padding: 3px 5px;
}

#login
{
	width:300px;
	margin:15px auto 15px auto;
}

#login form
{
	width:220px;
	padding:40px;
}

#login form span
{
	display:block;
	margin: 0 0 10px 0;
	text-align:center;
}

#login form h2
{
	padding:5px;
	margin: 0 0 20px 0;
	text-align:center;
}

#login form div.error
{
	border:1px solid #aaaaaa;
	padding:4px;
	margin:2px 2px 10px 2px;
	text-align:center;
	margin-top:10px;
}

#login form input.text
{
	display:block;
	margin:2px;
	padding:2px;
	width:210px;
}

#login form input.submit
{
	display:block;
	width:120px;
	margin:0 auto;
}

#adlist
{
	width:100%;
	padding:0;
	margin:15px 0;
}

#adlist thead td
{
	background-color:#dddddd;
	text-align:center;
	font-weight:bold;
	padding:8px;
}

#adlist td
{
	border: 1px solid #dddddd;
	padding:5px;
}

#vproj h1
{
	display:block;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
	margin:0;
}

#vproj div.grid
{
	width:660px;
	background-color:#eeeeee;
	margin:15px auto;
	padding:15px;
}

#vproj div.grid div.element div.container
{
	width:110x;
	height:80px;
}

#vproj div.grid div.element
{
	text-align:center;
	width:110px;
	padding:5px;
	margin:5px;
	border:1px solid #aaaaaa;
	float:left;
	background-color:#ffffff;
}

#vproj div.grid div.element img
{
	max-width:108px;
	max-height:80px;
	border:1px solid #aaaaaa;
	margin:auto;
	display:block;
}

#vproj div.grid div.element a
{
	display:block;
	text-align:center;
	padding:10px 10px 5px 10px;
}

#upimg, #modpr, #toggle
{
	width:658px;
	border:1px solid #dddddd;
	margin:10px auto 15px auto;
	padding:15px;
}

#upimg h2
{
	display:block;
	font-size:16px;
	padding:0 0 15px 0;	
}

#upimg input.submit
{
	float:right;
}

#addpr
{
	border:1px solid #dddddd;
	padding:15px;
}

#addpr h2, #modpr h2
{
	font-size:14px;
	padding:6px 0;
}

#addpr textarea, #addpr input.text, #modpr textarea, #modpr input.text
{
	display:block;
	margin: 2px auto;
	padding:2px;
	border:1px solid #333333;
}

#addpr textarea, #addpr input.text
{
	width:700px;
}

#modpr textarea, #modpr input.text
{
	width:600px;
}

#addpr textarea, #modpr textarea
{
	height:120px;
}

#addpr div.attention, #modpr div.attention
{
	padding:10px;
	margin:5px auto;
	background-color:#eeeeee;
	text-align:justify;
}

#addpr div.attention
{
	width:690px;
}

#modpr div.attention
{
	width:590px;
}

#toggle input.submit
{
	float:right;
	width:200px;	
}
