body {
	margin: 0; padding: 0;
	font: 76% Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background: url('/images/body-bg.gif') repeat-x 1px 0;
}

table, input, select, textarea {
	font: 1em Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}
input, select {
	vertical-align: middle;
}

form { margin: 0; padding: 0; }
label { color: #7F7F7F }

.textonly {
	display: none;
}

.hr {
	height: 1px; overflow: hidden;
	background: #C7C7C7 url('/images/hr-bg.gif') repeat-y;
}
.hr.index {
	margin-bottom: 17px;
}
.hr.categories {
	margin-bottom: 10px;
}
.submit {
	padding: 1px 2px;
	font-size: .8em;
	border: solid 1px #FFF;
	color: #FFF;
	background: #972912 url('/images/submit-bg.gif') repeat-x 0 50%;
}

.borders {
	border-collapse: collapse;
	border: solid 1px #000;
	color: #000;
}
.borders td {
	padding: 10px;
	border: solid 1px #000;
}


.table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px #FFF;
	color: #000;
	text-align: center;
}
.table td {
	padding: 10px;
	border: solid 2px #FFF;
}
.table-head {
	background: #E6E6E6;
	font-size: .8em;
	color: #000;
}
.row1 { background: #F5F5F5; }
.row2 { background: #FAFAFA; }
.plus { color: #398618; }

#header {
	margin: 0; padding: 0;
	width: 906px;
	height: 134px;
	background: url('/images/header-bg.gif') no-repeat;
}

#logo {
	position: absolute;
	font-size: 0.0001em;
	top: 51px; left: 85px;
	width: 167px; height: 1px;
	padding-top: 58px;
	overflow: hidden;
	background: url('/images/logo.gif') no-repeat;
}

#logo2 {
	position: absolute;
	top: 51px; left: 135px;
	display: block;
	width: 122px; height: 58px;
	background: url('../images/logo2.gif') no-repeat 50% 50%;
	z-index: 100;
}
#logo2 span {display: none;}


#picture {
	position: absolute;
	top: 16px; left: 365px;
	width: 269px; height: 118px;
	background: url('/images/index-picture.jpg') no-repeat;
	background: url('/images/picture.jpg') no-repeat;
}
#picture hr {
	display: none;
}

#title {
	padding: 0; margin: 0 0 10px;
	font-size: 1.36em;
	color: #343434;
}
#title a {
	color: #343434;
	text-decoration: none;
}
#title a.path1 {
	color: #A84132;
}
#title a.path2 {
	color: #5E241C;
}

#content {
	width: 547px;
	padding: 28px 0 25px;
	margin-left: 297px;
	font-size: .9em;
	line-height: 1.45em;
	color: #3F3F3F;
	text-align: justify;
	min-height: 800px;
}
* html #content {height: 800px;}

#content:after { clear: both; content: ' '; display: block; }

#content a {
	color: #666;
	text-decoration: underline;
}

#content a:hover {
	color: #A73C2C;
	text-decoration: none;
}

#categories {
	padding: 6px 0 8px; margin: 0;
	color: #838383;
}
#categories li {
	display: inline;
	padding-right: 3px;
	/* white-space: nowrap; */
}
#categories li:after {
	content: ' /';
}
#categories li.last:after {
	content: '';
}
#categories a {
	margin-right: 3px;
	color: #252525;
}
#categories a:hover {
	text-decoration: none;
}
#categories strong {
	margin-right: 3px;
	font-weight: normal;
	color: #A34132;
}

#languages {
	position: absolute;
	top: 29px; left: 0;
	width: 836px;
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: .75em;
	text-align: right;
}
#languages li {
	float: right;
	width: 28px;
	margin-left: 12px;
	line-height: 12px;
	text-align: center;
	background: url('/images/language-bg.gif') no-repeat;
}
#languages strong, #languages a {
	position: relative;
	display: block;
	width: 100%;
}
#languages strong {
	cursor: default;
	font-weight: normal;
	color: #A73C2C;
}
#languages a {
	color: #1B1B1B;
	text-decoration: none;
}

#left {
	position: absolute;
	top: 134px; left: 0;
	width: 285px; min-height: 180px;
	background: #FFF url('/images/left-bg.gif') no-repeat 100% 0;
}

#navigation {
	margin: 0; padding: 18px 0 0 89px;
	list-style-type: none;
	background: url('/images/navigation-bg.gif') no-repeat;
	font-size: .9em;
}
#navigation li {
	padding: 15px 29px;
	background: url('/images/navigation-li-bg.gif') no-repeat 50% 100%;
}
#navigation li.last {
	background: none;
}
#navigation a {
	display: block;
	padding-left: 29px;
	color: #494949;
	background: url('/images/navigation-bullet.gif') no-repeat 0 50%;
	text-decoration: none;
}
#navigation a:hover, #navigation a.active {
	color: #A73C2C;
}
#navigation ul {
	padding: 20px 0 0 20px; margin: 0;
	list-style-type: none;
	background: url('/images/navigation-li-bg.gif') no-repeat 50% 0;
}
#navigation ul li {
	padding: 5px 0; margin: 0;
	background: none;
}
#navigation ul a {
	padding-left: 16px;
	color: #000;
	background: url('/images/navigation-sub-bullet.gif') no-repeat 0 50%;
	text-decoration: none;
}
#navigation ul a:hover, #navigation ul a.active {
	background: url('/images/navigation-sub-bullet-activ.gif') no-repeat 0 50%;
}

address {
	margin: 0 0 0 100px;
	width: 180px;
	text-align: left;
	font-style: normal;
	font-size: .9em;
	line-height: 1.27em;
	color: #454545;
}
address strong {
	color: #000;
}
address a {
	color: #a73c2c;
}

#footer {
	clear: both;
	font-size: .75em;
	line-height: 1.5em;
	color: #7C7C7C;
	width: 547px;
	padding: 7px 0;
	margin-left: 297px;
	border-top: solid 3px #F7F7F7;
	text-align: right;
}
#footer a {
	color: #A73C2C;
}
#project {
	padding: 0 4px;
}
#copy {
	float: left;
	text-align: left;
	padding: 0 4px;
}

#banners {
	padding: 20px 0 0 100px;
}

#banners div {
	padding-top: 10px;
}
#order-form fieldset {
  margin: 5px;
  border: 0;
}

#order-form dd {
  margin: 0;
}

#order-form label {
  display: block;
  margin: 5px 0 2px 0;
}

.column {
  float: left;
}

.column input,
.column select {
  width: 100px;
}

.column input.chr {
  width: auto;
}

#order-form span {
  color: #b22222;
  font-weight: bold;
  font-size: .9em;
}

#order-submit {
  clear: both;
}

.error {
  color: #b22222;
}

/* =calc */

#calc-form {
  clear: both;
  margin: 20px 0;
  text-align: left;
}

#calc-form fieldset {
  margin: 0;
  padding: 10px 15px;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}

fieldset#calc-metals {
  padding: 25px 15px;
}

.f1 #calc-metals { background: url('/images/calc-1.gif') no-repeat 95% 50%; }
.f2 #calc-metals { background: url('/images/calc-2.gif') no-repeat 95% 50%; }
.f3 #calc-metals { background: url('/images/calc-3.gif') no-repeat 95% 50%; }
.f4 #calc-metals { background: url('/images/calc-4.gif') no-repeat 95% 50%; }
.f5 #calc-metals { background: url('/images/calc-5.gif') no-repeat 95% 50%; }
.f6 #calc-metals { background: url('/images/calc-6.gif') no-repeat 95% 50%; }
.f7 #calc-metals { background: url('/images/calc-7.gif') no-repeat 95% 50%; }

.calc-inp {
  float: left;
  width: 30.5%;
  margin: 0 2% 0 0;
  padding: 5px 0;
}

.f4 .calc-inp,
.f5 .calc-inp,
.f7 .calc-inp {
  width: 24%;
  margin: 0;
}

#calc-form fieldset em {
  vertical-align: middle;
  font-size: .85em;
  font-style: normal;
}

fieldset#calc-res {
  border-bottom: 1px solid #ccc;
}

span#out1,
span#out2,
span#out3 {
  font-weight: bold;
  font-size: 11px;
  color: #b22222;
}

#f1, #f2, #f3, #f4, #f5, #f6, #f7,
#calc-res1, #calc-res2, #calc-res3 {
  display: none;
}

div.f1 #f1,
div.f2 #f2,
div.f3 #f3,
div.f4 #f4,
div.f5 #f5,
div.f6 #f6,
div.f7 #f7 {
  display: block;
}

.cl {
  clear: left;
  float: left;
}

.calc-inp span {
  position: relative;
  top: 2px;
  font-size: .7em;
}

#calculate ul {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 10px 0;
}

#calculate li {
  float: left;
  margin: 0 0 2px 0;
  padding: 2px 7px 3px 7px;
  border-left: 1px solid #ccc;
  text-align: left;
  white-space: nowrap;
}

#calculate li a {
  color: #666;
}

#calculate li a:hover,
#calculate.f1 .n1 a,
#calculate.f2 .n2 a,
#calculate.f3 .n3 a,
#calculate.f4 .n4 a,
#calculate.f5 .n5 a,
#calculate.f6 .n6 a,
#calculate.f7 .n7 a {
  color: #a73c2c;
  text-decoration: none;
}

#dens {
	display: inline-block;
	display: -moz-inline-box;
	vertical-align: center;
	margin-left: 10px;
}

/* =spaw */

table.simple { margin: 10px 0; border-collapse: collapse; }
table.simple th,
table.simple td {
	padding: 3px 7px; border: 1px solid #ccc;
}



#calc-link {
	width: 165px;
	height: 72px;
	margin: 15px 0 0 100px;
	text-indent: -9999pt;
}

#calc-link a {
	display: block;
	width: 165px;
	height: 72px;
	background: url('/images/metaluskaiciuokle.jpg') no-repeat;
	outline: none;
	text-decoration: none;
}