/* @group General styles */

body {
	text-align: center;
	padding: 0px;
	font: 0.8em/1.2em helvetica, arial, sans-serif;
	margin: 0;
}

#body_image {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

.blogcat {
	width:100%;
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

/* @end */

/* @group layout */

#container_image {
}

#container {
	width: 988px;
	text-align: left;
	position: relative;
	top: 20px;
	padding: 0;
	margin: 0 auto 45px;
	background-image: url(images/content-bg.png);
}

#container,
code {
	border-style: none;
	border-width: 0px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 500px;
	margin-bottom: 0;
	position: relative;
	background-color: inherit;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	border-style: none;
	border-bottom-width: 0px;
}

#pageHeader img {
	text-align: left;
	position: absolute;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 24px;
	margin-left: 4px;
}

#pageHeader h1 {
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 48px 0 0 30px;
}

#pageHeader h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 0;
}

#contentContainer {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 247px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	float: left;
	width: 247px;
	padding: 0;
	position: relative;
	font-size: 0.9em;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sidebarContainer #sidebar {
	line-height: 1.6em;
	padding: 12px 9px 9px;
	position: relative;
	z-index: 1;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	text-align: center;
	padding: 15px 10px 5px;
}

#footer {
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/footer-bg.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	
}


/* @end */

/* @group bread crumb */

#breadcrumbcontainer {
	border-style: none;
	text-indent: 1px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border-top-width: 0px;
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {

}
	
#navcontainer {
	position: relative;
	top: 0;
	display: block;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.8em;
}

#navcontainer #current {
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
}


#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	border-style: none;
	display: block;
	padding-left: 10px;
	height: 18px;
	border-bottom-width: 0px;
}

#navcontainer a:hover {
	border-style: none;
	background: fixed;
	border-bottom-width: 0px;
}

#navcontainer a:active {
}


#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding: 0px 0px 0px 25px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
}


#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 35px;
}

#navcontainer ul ul ul a:hover{

}


#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding: 0px 0px 0px 45px;
}

#navcontainer ul ul ul ul a:hover{

}


#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding: 0px 0px 0px 57px;
}

#navcontainer ul ul ul ul ul a:hover{

}


#navcontainer ul ul ul ul ul ul a{
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}


/* @group global classes */

h5 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 11px;
}

h4 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 14px;
}

h3 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 16px;
}

h2 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 18px;
}

h1 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 25px;
}

code {
	padding: 8px;
	margin-left: 14px;
	display: block;
	margin-right: 14px;
	font: 12px Courier, "Courier New", sans-serif;
	border-width: 1px;
	border-style: dotted;
}

blockquote, .standout {
	font-style: italic;
}

.imageStyle {
	border: 1px none;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

/* @end */

/* @group Blog Style */

.blog-entry-title {
	color: #202020;
	margin-bottom: 0 0 3px;
	font-size: 1.7em;
}

.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-title a:link {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 10px;
	font-size: 1.1em;
	margin-top: 4px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-top: 5px;
	padding-bottom: 5px;
}

.blog-entry-category {
	font-size: 1em;
}

#blog-archives {
	margin-bottom: 10px;
	
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-archive-link-enabled {
	font-weight: bold;
}

.blog-archive-link-disabled {
}
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	font-weight: bold;
}

.blog-category-link-disabled {
}
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @group Archive - Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

/* @group Tag - Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.26em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.34em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.44em;
}

.blog-tag-size-15 {
	font-size: 1.51em;
}

.blog-tag-size-16 {	
	font-size: 1.56em;
}

.blog-tag-size-17 {	
	font-size: 1.61em;
}

.blog-tag-size-18 {	
	font-size: 1.66em;
}

.blog-tag-size-19 {
	font-size: 1.72em;
}

.blog-tag-size-20 {	
	font-size: 1.76em;
}

/* @end */
	

/* www.multithemes.com */

/* @end */

/* @group file sharing */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* www.multithemes.com */

/* @end */

/* @group photo album */

.album-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 25px;
	padding-bottom: 10px;
}

.album-description {
	margin-bottom: 62px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 11px;
}

.thumbnail-frame img {
    border: none;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame:hover {
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 45px;
	margin-left: 0;
}

.thumbnail-table {
	width: 50%;
}

/* @group single page */

.photo-background {
	text-align: center;
}

.photo-navigation {
	width: 190px;
	float: left;
	margin: 0;
	padding: 10px;
	
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	padding: 1px;
	position: absolute;
	left: 222px;
	top: 13px;
}

.photo-title {
	margin: 10px 0 20px;
	font-size: 2em;
	text-align: center;
}

.photo-caption {
	margin: 0;
}

/* www.multithemes.com */


/* @end */
/* @group EXIF data */
/* Data wrapper */
.exif-data {
	clear: left;
	margin: 0 0 0 10px;
	float: left;
	width: 190px;
	padding: 6px;
}

.exif-data p {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

/* icon */

p.exif-focal-length {

}

/* icon */

p.exif-dimensions {
}

/* icon */

p.exif-pixel-y-dimension {

}

/* icon */

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

/* icon */

p.exif-shutter-speed {

}

/* icon */

p.exif-datetime-original {

}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

/* icon */

p.exif-exposure-time {

}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

/* icon */

p.exif-image-uniqueid {

}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

/* icon */

p.exif-aperture {

}

p.exif-sharpness {
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

/* icon */

p.exif-35mm-focal-length {

}

/* icon */

p.exif-datetime-digitized {

}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

/* icon */

p.exif-max-aperture {

}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
}

/* icon */

p.exif-iso-rating {

}

/* icon */

p.exif-maker-note {

}

p.exif-digital-zoom-ratio {
}

/* icon */

p.exif-user-comment {

}
/* @end */


/* www.multithemes.com */
	
/* @end */

/* @group quicktime page */

.movie-description {
	margin-top: 25px;
}
	
/* @end */

/* @group quicktime album */

.movie-page-title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 20px;
	text-align: left;
}

.movie-thumbnail-frame {
	display: inline;
	text-align: center;
	font-size: 0.9em;
	float: left;
	width: 131px;
	margin: 5px;
	padding: 4px;
}

.movie-thumbnail-caption {
	padding-top: 5px
}

/* @group single page */

.movie-background {
	margin: 20px 0 30px;
}

.movie-title {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

.movie-frame {
	text-align: center;
}

	
/* @end */

/* www.multithemes.com */


/* @end */

/* @group contact form */
.message-text {
	margin-top: 25px;
} 


#pageHeader #license {
	background-image: url(images/license.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 302px;
	margin-top: 91px;
	margin-left: 4px;
}

#pageHeader #inpotitle {
	margin-left: 373px;
	margin-top: 0px;
}

#pageHeader #worker {
	margin-left: 727px;
	margin-top: 0px;
	z-index: 5;
}

#pageHeader #inponavigation {
	margin-top: 119px;
	z-index: 3;
	height: 35px;
	width: 980px;
	position: absolute;
	margin-left: 4px;
}


#pageHeader #imageplaceholder {
	margin-top: 154px;
	margin-left: 0px;
	z-index:3;
}


#footer #footerbottom {
	background-image: url(images/footer-bottom.gif);
	height: 40px;
	width: 988px;
}

#footerbottom {
	font-size:8px;
}

#footertop {
	height: 32px;
	width: 988px;
}

#pageHeader #contenttop {
	background-image: url(images/content-top.png);
	height: 32px;
	width: 988px;
	margin-top: 468px;
	position: absolute;
}
 
#nav {padding:0; margin:0; list-style:none; height:38px; background:#fff url(three_0.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(three_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(three_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(three_0a.gif) no-repeat right top;}

#nav li:hover a.top_link, 
#nav li.iehover a.top_link {color:#fff; background: url(three_1.gif) no-repeat; cursor:pointer;}
#nav li:hover a.top_link span,
#nav li.iehover a.top_link span {background:url(three_1.gif) no-repeat right top; cursor:pointer;}
#nav li:hover a.top_link span.down,
#nav li.iehover a.top_link span.down {background:url(three_1a.gif) no-repeat right top; cursor:pointer;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200; cursor:pointer;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:180px; height:auto; z-index:300; cursor:pointer;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:180px; font-weight:normal; cursor:pointer;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:180px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #bbd37e; cursor:pointer;}
#nav li ul.sub li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; cursor:pointer;}
#nav li:hover ul.sub li a:hover
{background:#6a812c; color:#fff; border-color:#fff; cursor:pointer;}
#nav li:hover ul.sub li a.fly:hover
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; cursor:pointer;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 



.wdth {



	padding-right: 8px;



	padding-left: 8px;



	font-weight: bold;



	font-size: 14px;



	padding-bottom: 2px;



	vertical-align: middle;



	color: #FFFFFF;



	padding-top: 2px;



	background-color: #264C9B;



	text-align: left;



	text-decoration: none;



	text-transform: uppercase;



}


.wdtd {



	padding-right: 8px;



	padding-left: 8px;



	font-size: 12px;



	padding-bottom: 8px;



	vertical-align: top;



	color: #000000;



	padding-top: 8px;



	font-family:Arial, Helvetica, sans-serif;



	background-color: #FFFFFF;



	text-align: justify;



	text-decoration: none;



	overflow: visible;



}


.style1 {
	color: #B70004;
	font-weight: bold;
}


.w-small {
	width: 100px;
	text-align: right;
}


.td2 {
	background-color: #f5f5f5;
}


.td1 {
	background-color: #e9e9e9;
}

.w-full {
	width: 100%;
}

table.calc-2 {
	width: 100%;
}

table.calc-2 th, table.sale th {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
}

table.calc-2 td, table.sale td, table.form-credit td {
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
}

table.calc-2 td.td1 {
	background-color: #e9e9e9;
}

table.calc-2 td.td2 {
	background-color: #f5f5f5;
}

table.calc-2 td.buttons {
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.formplot {



	font-weight: bold;



	font-size: 12px;



	vertical-align: middle;



	width: 100%;



	color: #FFFFFF;



	font-style: normal;



	font-family:Arial, Helvetica, sans-serif;



	background-color: #264C9B;



	text-align: left;



}

.formal {



	padding-right: 4px;



	padding-left: 4px;



	font-size: 12px;



	padding-bottom: 4px;



	vertical-align: top;



	width: 30%;



	color: #000000;



	padding-top: 4px;



	height: 16px;



	background-color: #FFFFFF;



	text-align: left;



	font-style: normal;



	font-weight: normal;



}

.formar {



	padding-right: 4px;



	padding-left: 4px;



	font-size: 12px;



	padding-bottom: 4px;



	vertical-align: top;



	width: 20%;



	color: #000000;



	padding-top: 4px;



	height: 16px;



	background-color: #FFFFFF;



	text-align: left;



	font-style: normal;



	font-weight: normal;



}

a.mainlevel {
	font-size: 12px;
	font-weight:bold;
}

a.sublevel {
	margin-left: 15px;
	font-size: 12px;
}




div.pathway {
	position:relative;
	bottom: 7px;
	
}


.contentheading h2,  .contentheading {
	font-size:18px; 
	color:#FFD500;
	font-weight:bold;
}

.pathway img {
	display: inline;
}



#Radiator {width: 519px; height: 359px; background: url('/images/radiator.jpg') no-repeat 22px 0; font-size: 0.9em;}

#Radiator LI {background: none; padding: 0; position: relative; list-style-type:none;}

#Radiator .left {width: 90px; text-align: right} #Radiator .right {left: 350px; width: 119px}

#Radiator .n1 {top: 135px; right: 30px;} #Radiator .n2 {top: 200px; right: 9px; width: 70px;} #Radiator .n3 {bottom: 63px; left: 361px;} #Radiator .n4 {bottom: 43px; left:361px; width: 100px} #Radiator .n5 {bottom: 20px; left:361px; width: 100px}

#Radiator H4 {display: none}

#Radiator .p {display: block} #Radiator .left .p {width: 5px; margin-left: auto}

.p {padding-left: 5px; background: url('/images/p-black.gif') no-repeat 0 60%}

.cols3 {width: 100%; padding-top: 1em; font-size: 0.9em}

.cols3 DIV {float: left; width: 30%; margin-right: 5%} .cols3 .last {width: 29%; margin: 0}

.rad_besond H3 {margin: 30px 0 0px 0; padding-bottom: 0; font-size: 1.9em; font-weight: normal; color: #52989c; line-height: 1em}



.cols3 H4 {margin: 1em 0}

.cols3 H4 A {color: black}

.cols3 H4, .cols3 P {padding-left: 3px}

.cols3 .last H4 {padding-right: 3px}

.catalog H4 {color: red; text-transform: uppercase}

.catalog TABLE {width: 443px}

/** TABLES **/

TABLE {width: 100%}

.catalog TABLE TH, .catalog TABLE TD {padding: 0.3em 0.5em; border: 1px solid #AFC8C9}

.catalog TABLE TH {color: #52989C}

.catalog TABLE TBODY TH {text-align: left}

.catalog TABLE TBODY TD, .data TABLE TBODY TD {text-align: center}

.catalog .section TH, .catalog .section TD {text-align: center}



/* stripes */

.stripe TH, .stripe TD {background: #F0F7F7}


.corners .corner {z-index: 1; display: block; position: absolute; width: 11px; height: 11px; margin: 0; font-size: 0; line-height: 0}

/* Presto */

HTML>BODY .corners .left {left: 0}

HTML>BODY .corners .right {right: 0}	

HTML>BODY .corners .top .corner {top: 0}

HTML>BODY .corners .bottom .corner {bottom: 0}



/* Gecko */

BODY:last-child .corners .left {left: -1px}

BODY:last-child .corners .right {left: 100%; margin-left: -11px; /*right: -1px*/ }	

BODY:last-child .corners .top .corner {top: -1px}

BODY:last-child .corners .bottom .corner {bottom: 0}



/* Trident */

.corners .left {left: 0}

.corners .right {right: -1px}

.corners .top .corner {top: 0}

.corners .bottom .corner {bottom: -1px}



/* background positioning */

.corners .top .right {background-position: 100% 0}

.corners .bottom .left {background-position: 0 100%}

.corners .bottom .right {background-position: 100% 100%}



.catalog .scheme UL {margin: 0; font-size: 0.9em} .catalog #Content .scheme LI {background: none; padding: 0}

.catalog .scheme {position: relative; line-height: 1.2em}

.catalog .scheme LI {position: absolute; top: 0; left: 0; list-style-type:none;}

.catalog .scheme .p {margin-left: 5px}

.catalog .scheme A {text-decoration: none} .catalog .scheme A:hover {text-decoration: underline}

.catalog .scheme IMG {margin: 35px 0}




.Twin .scheme .technology1 {width: 110px}

.Twin .scheme .technology2 {left: 123px; width: 145px}

.Twin .scheme .technology3 {left: 286px}

.Twin .scheme .technology4 {top: 72px; left: 355px}

.Twin .scheme .technology5 {top: 200px; width: 130px}

.Twin .scheme .technology6 {top: 200px; left: 150px; width: 100px}

.Twin .scheme .technology7 {top: 200px; left: 348px; width: 100px}


.Optimal .scheme .technology1 {width: 110px}

.Optimal .scheme .technology2 {left: 122px; width: 150px}

.Optimal .scheme .technology3 {left: 288px; top: 17px;}

.Optimal .scheme .technology4 {top: 98px; left: 352px}

.Optimal .scheme .technology5 {top: 207px; left: 2px; width: 130px}

.Optimal .scheme .technology6 {top: 222px; left: 151px; width: 150px}



.Evolution .scheme .technology1 {width: 110px}

.Evolution .scheme .technology2 {left: 123px; width: 160px}

.Evolution .scheme .technology3 {left: 286px; top: 17px;}

.Evolution .scheme .technology4 {top: 98px; left: 355px}

.Evolution .scheme .technology5 {top: 205px; width: 130px}

.Evolution .scheme .technology6 {top: 220px; left: 150px; width: 90px}

div.weider, div.weider a {
font-size: 10px;
color: #999;
}



/* @end */