html, body {
	height: 100%;
}

.png {
	behavior: url('/css/iepngfix.htc');
}

body {
	font: 0.75em Arial, Verdana, sans-serif;
	color: #1f1f1f;
	width: 100%;
	min-width: 1000px;
	background: #d4e3f5 url(../img/body_bg.png) repeat-x left top;
}

.png{
	behavior: url('/css/iepngfix.htc');
}

a:link, a:visited, a:hover {
	color: #354772;
	text-decoration: underline;
}

#wrap {
	position: relative;
	min-width: 814px;
	max-width: 814px;
	width: 814px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -82px;
	height: 82px;
	width: 100%;
	background: transparent url(../img/footer_bg.png) repeat-x;
	z-index: 1;
}

#footer .copyright{
	height: 82px;
	line-height: 82px;
	color: #80848e;
	float: left;
}

#footer .developer{
	height: 82px;
	width: 141px;
	float: right;
	background: transparent url(../img/dego_logo.png) no-repeat center center;
	cursor: pointer;
}

.footer_blank {
	height: 82px;
	z-index: -2;
}

#footer .molecule{
	background: transparent url(../img/molecule_bg.png) no-repeat;
	width: 174px;
	height: 173px;
	position: absolute;
	top: -142px;
	z-index: -1;
}


#body_bg_r {
	background: transparent url(../img/body_bg_r.png) no-repeat 0 0;
	width: 316px;
	height: 403px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

/* @group Heading */

.heading {
	padding: 24px 0 0;
	width: 100%;
}

.heading li {
	float: left;
	width: 33%;
}

/* @group lng */

.lng {
	display: block;
	float: left;
	width: 40px;
	line-height: 20px;
	padding: 25px 0 0;
}

.lng .active {
	background: transparent url(../img/lng_bg.png) no-repeat;
	color: #375499;
	cursor: auto;
}

.lng a {
	display: block;
	float: left;
	width: 40px;
	line-height: 20px;
	text-align: center;
}

.lng a:link, .lng a:visited {
	color: #404040;
	text-decoration: none;
}

.lng a:hover {
	color: #375499;
	text-decoration: none;
}

/* @end */

/* @group Authorization */

.heading form ,.filter form {
	padding: 0;
	margin: 0;
	font-style: italic;
}

.heading label {
	font-size: 1.167em;
	color: #5d5d5d;
	display: block;
	padding: 0 0 5px 0;
}

.heading .textinput ,.filter .textinput {
	border: none;
	background: transparent url(../img/input_bg.png) no-repeat left top;
	width: 160px;
	padding: 0 10px;
	margin: 0;
	font-style: italic;
	color: #5d5d5d;
	outline: none;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
}

.heading .button ,.filter .button {
	border: none;
	background: transparent url(../img/button_bg.png) no-repeat left top;
	width: 75px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-style: italic;
	color: #5d5d5d;
	cursor: pointer;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
}

/* @end */

/* @end */

.submenu{
	float: right;
	width: 274px;
	margin: 30px 35px 15px 35px;
	font-size: 1.083em;
	color: #737373;
	font-weight: bold;
}

.inside{
	float: none !important;
	width: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.submenu li{
	background: transparent url(../img/submenu_li_bg.png) no-repeat left center;
	padding: 2px 0 2px 15px;
}

.submenu a{
	font-weight: normal;
}

.contact{
	float: right;
	width: 274px;
	padding: 0 35px 15px 35px;
	font-style: italic;
	text-align: left;
}

.contact label {
	font-size: 1.167em;
	color: #5d5d5d;
	display: block;
	padding: 0 0 5px 0;
}

.contact .textinput {
	border: 1px solid #acb8c6;
	width: 237px;
	padding: 4px 10px;
	margin: 3px 0;
	font-style: italic;
	color: #5d5d5d;
	outline: none;
}

.contact textarea {
	border: 1px solid #acb8c6;
	height: 91px;
	width: 237px;
	line-height: 20px;
	padding: 0 10px;
	margin: 3px 0;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5d5d5d;
	outline: none;
}

.contact select{
	height: 20px;
	width: 257px;
	margin: 3px 0;
	font-style: italic;
	color: #5d5d5d;
	border: 1px solid #acb8c6;
}

.contact .button {
	border: none;
	background: transparent url(../img/button_bg.png) no-repeat left top;
	width: 75px;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	font-style: italic;
	color: #5d5d5d;
	cursor: pointer;
	font-size: 0.917em;
}

.contact .disabled {
	background: transparent url(../img/button_bg_disabled.png) no-repeat left top !important;
	color: #98a0a9 !important;
	cursor: default;
}

.contact .error{
	border: 1px solid #e70000;
	padding: 5px;
	color: #e70000;
	width: 247px;
	margin: 3px 0;
	text-align: center;
}

.contact .success{
	border: 1px solid #0e4681;
	padding: 5px;
	width: 247px;
	margin: 3px 0;
	color: #0e4681;
	text-align: center;
}

.cn {
	clear: both;
	padding: 60px 0 60px 0;
	line-height: 1.583em;
	position: relative;
	z-index: 2;
}

h1.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	line-height: 0.8em;
}

h1.pagetitle span{
	color: #737373;
	font-size: 0.389em;
	font-weight: normal;
	display: block;
	width: 300px;
	padding: 0 0 8px 0;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.833em;
}

p {
	margin: 1em 0;
	line-height: 1.583em;
}

.illustration{
	float: right;
	width: 274px;
	height: 274px;
	margin: 0 35px 15px 35px;	
}
.i1{
	background: transparent url(../img/illustration_1_bg.png) no-repeat 0 0;
	behavior: url('/css/iepngfix.htc');
}
.products{
	width: 100%;
	clear: both;
}

.products thead td{
	background: transparent url(../img/products_th_bg.png) repeat-x center top;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #0e4681;
	font-weight: bold;
	padding-bottom: 10px;
}

.products thead td a:link,.products thead td a:visited,.products thead td a:hover{
	color: #0e4681;
	font-weight: bold;
	text-decoration: none;
}

.products thead td a.dsc{
	background: transparent url(../img/ico_dsc.png) no-repeat left center;
	padding: 0 0 0 12px;
}

.products thead td a.asc{
	background: transparent url(../img/ico_asc.png) no-repeat left center;
	padding: 0 0 0 12px;
}

.products thead td.l{
	padding-left:10px;
	background: transparent url(../img/products_th_bg_l.png) no-repeat left top;
	width: 50px;
	text-align: center;
}

.products thead td.r{
	padding-right:10px;
	background: transparent url(../img/products_th_bg_r.png) no-repeat right top;
	width: 15%;
	text-align: center;
}

.products tbody td{
	border-bottom: 1px solid #b4c7da;
	height: 20px;
	vertical-align: middle;
}

.products_hoover{
	background: #c9d8e7;
}

.products tbody td.l, .products tbody td.r{
	text-align: center;
}

.products tfoot td{
	background: transparent url(../img/products_tf_bg.png) no-repeat center bottom;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 10px 0 0;
	text-align: center;
}
.legend{
	padding: 10px 0 30px 0;
	margin: 0;
}

.legend li{
	float: left;
	padding: 0 30px 0 0;
}

.legend li.r{
	float: right;
	padding: 0;
	color: #7f7f7f;
}
.filter{
	padding: 0;
	margin: 0;
}

.filter form{
	padding: 25px 0 0;
}

.filter li{
	float: left;
	padding: 0 50px 10px 0;
}

.filter li.letters{
	float: right;
	padding: 0 120px 10px 0;
}

.filter li.letters span{
	padding: 25px 5px 0 0;
	float: left;
	font-style: italic;
}

.filter li.letters ul{
	float: right;
	height: 44px;
	width: 181px;
	background: transparent url(../img/letters_bg.png) no-repeat left top;
	padding: 5px 15px 0 15px;
}
.filter li.letters li{
	float: left;
	padding: 2px;
}

.filter li.letters li a{
	text-decoration: none;
}

.sign{
	background: transparent url(../img/sign_bg_r.png) no-repeat right top;
	height: 42px;
	width: 300px;
	float:right;
}
.sign p{
	background: transparent url(../img/sign_bg_l.png) no-repeat left top;
	display: block;
	color: #fff;
	padding: 2px 20px;
	margin: 0;
}


#obligatory {
	display:none;
}
.pad{
	padding: 0 344px 0 0;
}