/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

html {
	color : #646464;
	padding: 0px;
	margin: 0px;
	text-align: center; /*** Centers the design in old IE versions ***/
	overflow-x:hidden;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto; /*** Centers the design ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/ 
	position: relative;
	padding: 0;
	font-size: 12px;
	/*background: url("back_second.jpg") repeat-x center top #fff;*/
	/* winter */
	background: url("002_back_second.jpg") repeat-x center top #fff;
	/* normal */

	/*background: url("000_back_second.jpg") repeat-x center top #fff;*/
	overflow-x: hidden;
}

body#home {
	text-align: center; /*** Centers the design in old IE versions ***/ 
	/*background: url("back_index.jpg") repeat-x center top #fff;*/
	/* winter */
	background: url("002_back_index.jpg") repeat-x center top #fff;
	/* normal */
/*	background: url("000_back_index.jpg") repeat-x center top #fff;*/
	overflow-x: hidden;
}

ul {
	list-style: none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	padding:0px;
	margin:0px;
	line-height: 1.4em;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

table, tr, th, td {
	font-size: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#646464;
	text-decoration: none;
	text-transform:none;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active
 {
 	color: #424242;
}
/*
 *  FORMS
 */
form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

button {
	cursor: pointer;
	border: none;
	text-decoration: none;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color:#7A7A7A;
}

/*
 *  END FORMS
 */

.clear { 
	clear: both;
	height: 1px;
	font-size:1px;
	margin:0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight:bold;
}

.error {
	color: #FA771F;
}

h1 {
	font-size: 2.2em;
	text-indent: -9999px;
	line-height: 0;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}

h5 {
	font-size: .8em;
}

div.block_right{
	float: right;
}

div.block_left{
	float: left;
}
/*
div#conteiner {
	text-align: center; 
	margin: 0 auto; 
	background: url("bottom_bg.jpg") no-repeat center bottom; 
}
*/
div#wrapper {
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin: 0 auto; /*** Centers the design ***/
	width: 960px;
}

div#header {
	position: relative;
}

div#header h1 {
	position: absolute;
	top: 8px;
	left: 0;
}

div#header h1 a {
	display: block;
	background: url("logo.png") no-repeat left top;
	width: 189px;
	height: 91px;
}

ul.menu {
	float: right;
}

ul.menu li {
	float: left;
	margin: 0 4px 0 0
}

ul.menu li a {	
	display:block;
	height:30px;
	line-height:30px;
	margin:0 2px 0 5px; 
	padding: 0 8px 0 14px;
	color: #fff;
	float: left;
}

ul#topmenu li a {
	background: URL("r_tab.gif") top left no-repeat;
}

ul#topmenu li a:hover,
ul#topmenu li a.on {
	background: URL("r_tab_hover.gif") top left no-repeat;
}

ul.menu li a span {
	position:relative;
	display: block;
	margin: 0 -14px 0 0;
	height: 30px;
	padding: 0 14px 0 0;
	font-weight: inherit;
	cursor: pointer;
}

ul#topmenu li a span {
	background: URL("r_tab.gif") top right no-repeat;
}

ul#topmenu li a:hover span,
ul#topmenu li a.on span {
	background: URL("r_tab_hover.gif") top right no-repeat;
}

ul#navigation li a {
	background: URL("tab.gif") top left no-repeat;
}

ul#navigation li a:hover,
ul#navigation li a.on {
	background: URL("tab_hover.gif") top left no-repeat;
	color: #002b31;
}

ul#navigation li a span {
	background: URL("tab.gif") top right no-repeat;
}

ul#navigation li a span.on {
	background: URL("tab_hover.gif") top right no-repeat;
}

ul#navigation li a:hover span {
	background: URL("tab_hover.gif") top right no-repeat;
}	

div.nav {
	clear: both;
}

ul#navigation {
	margin: 48px 0 0 0;
}

div.menupanel {
	clear: both;
	background: url("menupanel_bg.gif") no-repeat left top;
	padding: 11px 15px 0 15px;
	width: 930px;
	height: 29px;
} 

div.menupanel ul li {
	display: inline;
	margin: 0 18px 0 0;
}

div.menupanel ul li a {
	color: #002b31;
}

div.menupanel ul li a:hover,
div.menupanel ul li a.on { 
	color: #FF9600;
}	

div.menupanel form {
	float: right;
}

div.menupanel form input,
div#footer div.block_right form input {
	background: url("search_input.gif") no-repeat right bottom;
	border: none;
	width: 202px;
	height: 19px;
	vertical-align: top;
	padding: 1px 0 0 4px;
}

div.menupanel form button {
	background: url("search_btn.gif") no-repeat left top;
	padding: 0 0 2px 0;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
	margin: 0 0 0 4px;
}

div#sidebar {
	float: left;
	margin: 32px 0;
}

div.menu_block {
	width: 216px;
	background: url("side_bg.gif") no-repeat left top;
	padding: 16px 20px 0 20px;
	margin: 0 0 30px 0;
} 

div.menu_block h2.infotitle {
	color: #0e6dbf;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}

div.menu_block ul li {
	background: url("pointer.gif") no-repeat left center;
	padding: 5px 0 5px 12px;
	border-bottom: 1px solid #ebebeb;
}

div.menu_block ul li.mtitle {
	color:	#ff9600;
	font-size: 11px;
	background: url("downpointer.gif") no-repeat left center;
	padding: 5px 0 5px 12px;
}

div.menu_block ul li a:link,
div.menu_block ul li a:active,
div.menu_block ul li a:visited {
	font-size: 11px;
	color: #646464px;
}

div.menu_block ul li a:hover,
div.menu_block ul li a.on {
	color: #FF9600;
}

div.menu_block ul li.btitle {
	color:	#ff9600;
	font-size: 11px;
	background: url("back.gif") no-repeat left center;
	padding: 5px 0 5px 12px;
}

div.catalog {
	background: url("catalog_bg.gif") no-repeat left top;
	width: 220px;
	height: 48px;
	padding: 6px 15px;
	margin: 0 0 30px 0;
	font-size: 11px;

}

div.catalog a {
	color: #0e6dbf;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
/*	font-weight: bold; */
}

div.side_block {
	background: url("side2_bg.gif") no-repeat left top;
	width: 216px;
	margin: 0 0 20px 0;
	padding: 13px 20px 0 20px;
}

div.side_block h2.infotitle {
	margin: 0 0 13px 0;
}

div.side_block h2.infotitle,
div.side_block h2.infotitle a {
	color: #0e6dbf;
	line-height: 14px;
}

div.side_block a {
/*	vertical-align: top; */
}

div.side_block p {
	display: inline-block;
	width: 155px;
	font-size: 11px;
	margin: 0 0 0 5px;
	vertical-align: top;
	line-height: 14px;
}

div#content {
	margin: 32px 0 20px 0;
}

div.product_first {
	background: url("product_first1.gif") no-repeat left top;
	width: 933px;
	height: 249px;
	margin: 0 -3px 20px -3px;
	padding: 1px 13px 4px 20px;
}
/*
h2.p_title,
h2.p_title a {
	color: #0e6dbf;
	font-size: 15px;
	font-weight: bold;
} 
*/
div.product_first h2.infotitle,
div.product_first h2.infotitle a {
	color: #0e6dbf;
	font-size: 15px;
	font-weight: bold;
}

div.product_first h2.infotitle {
	margin: 18px 0 10px 0; 
	overflow: hidden;
}

div.product_first p {
	color: #646464;
	width: 310px;
	max-height: 120px;
	overflow: hidden;	
}

a.product_img {
	float: right;
	margin-top:-1px;
}

div.info {
	padding: 0 17px;
	margin: 0 0 20px 0;
	height: 156px;
	overflow: hidden;
}

h2.infotitle {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
}

div.info h2.infotitle,
div.info h2.infotitle a {
	color: #0e6dbf;
	width: 200px;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	overflow: hidden;
}

div.info div.block_left,
div.info div.block_right {
	width: 460px;
}

div.info div.block_right span,
ul.newslist li span {
	font-size: 10px;
}

div.info p {
	color: #646464;
}

a.certif {
	float: left;
	width:111px;
	height:17px;
	margin: 24px 0px 0 0;
	padding:90px 20px 0 20px;
	background: url(http://terazid.com/design/certificate.gif) no-repeat left top;
	font-size:10px;
}

a.certif1 {
	float: left;
	margin: 27px 0px 0 0; 
}
div.opt_block {
	width: 220px;
	height: 240px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin:0 7px; 
	padding: 10px 0 0 0;
}

div.opt_block h2.infotitle {
	margin: 8px 0 22px 0;
	line-height: 16px;
}

div.opt_block p {
	font-size: 11px;
}

div.bottom_panel div.block_left {
	background: url("prdbg2.gif") no-repeat left top;
	width: 620px;
	padding: 12px 15px 0 15px;
}

div.bottom_panel div.block_left h2.infotitle {
	color: #0e6dbf;
}

div.bottom_panel div.block_left ul {
	margin: 33px 0 0 0;
}

div.bottom_panel div.block_left ul li {
	display: inline-block;
	width: 200px;
	margin: 0 4px 10px 0;
	vertical-align: top;
}

div.bottom_panel div.block_left ul li a {
	font-size: 11px;
	color: #646464;
}

div.bottom_panel div.block_left ul li a:hover {
	color: #ff9600;
}

div.bottom_panel div.block_right {
	width: 288px;
	padding: 12px 0 0 10px;
}

div.bottom_panel div.block_right h2.infotitle {
	color: #fff;
	margin: 0 0 34px 0;
}

a.loleft {
	float: left;
	margin: 0 10px 0 0;
}

div.bottom_panel div.block_right ul li {
	height: 46px;
	margin: 0 0 20px 0;
}

div.bottom_panel div.block_right ul li h3 {
	font-size: 12px;
	color: #7a7a7a;
}

div.bottom_panel div.block_right ul li a {
	color: #FE8C10;
}

div.detiled {
	background: url("detiled_bg1.gif") no-repeat left top;
	width: 676px;
	padding: 0 0 0 20px; 
	margin: 0 0 40px 0;
	float: right;
	min-height:250px;
}

div.detiled h2.infotitle {
	color: #0e6dbf;
	margin: 14px 20px 14px 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 12px;
	overflow: hidden;
}

div.detiled div.block_right div {
	background: url("print.gif") no-repeat left top;
	height: 47px;
}

div.detiled div.block_right div a.print {
	line-height: 47px;
	font-size: 11px;
	background: url("printer.gif") no-repeat left center;
	padding: 10px 0 10px 44px;
	height: 34px;
	margin: 0 0 0 10px;
}

div.detiled p {
	margin: 0 20px 0 0;
}

div#imgbox {
	width: 340px;
	padding: 2px 14px 0 0;
	background: url("imgbg.gif") no-repeat right top;
	margin: 0 0 10px 14px;
	text-align:center;
}

div#imgbox img {
	
	height: 250px;
}

div.linkedprd {
	margin: 30px 0 0 0;
}

div.linkedprd h2.infotitle {
	color: #0e6dbf;
	border-bottom: 1px solid #eee;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}

div.linkedprd div.block_left,
div.linkedprd div.block_right {
	width: 320px;
}

div.linkedprd ul li {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

div.linkedprd ul li a:link,
div.linkedprd ul li a:visited,
div.linkedprd ul li a:active {
	font-size: 11px;
}

div.linkedprd ul li a:hover {
	color: #ff9600;
}

div#footer {
	background: url("footer_bg.gif") no-repeat left top;
	width: 920px;
	min-height: 80px;
	padding: 20px 20px 0 20px;
	clear: both;
}

div#footer p,
div#footer p a {
	font-size: 11px;
	color: #929292;
}

div#footer div.block_right form {
	margin: 0 0 10px 0;
}

div#footer div.block_right form button {
	background: url("add.gif") no-repeat left top;
	width: 60px;
	height: 20px;
	padding: 0 0 2px 0; 
	color: #fff;
	font-size: 11px;
	vertical-align: top;
	margin: 0 0 0 4px;
}

div.info div.block_right p {
	margin: 5px 0 0 0;
	overflow: hidden;
}

div.info div.block_right h3.newstitle {
	margin: 0 0 5px 0;
}

h3.newstitle,
h3.newstitle a {
	color: #0e6dbf;
	font-size: 12px;
	font-weight: bold;
}

ul.newslist li {
	margin: 0 0 30px 0;
	min-height:88px;
}

ul.newslist li div {
	float: left;
	margin: 6px 10px 0 0;
}

ul.newslist li h3 {
	margin: 0 0 5px 0;
}

ul.newslist li p {
	margin: 5px 20px 0 0;
}

div.contform {
	width: 322px;
}

div.contform a {
	color:#0e6dbf;
}

div.contform a:hover {
	text-decoration: underline;
}

form.contacts label {
	display: block;
	margin: 5px 0;
}

form.contacts input {
	border: 1px solid #b0b0b0;
	width: 290px;
}

form.contacts textarea {
	border: 1px solid #b0b0b0;
	width: 290px;
	height: 100px;
}

form.contacts button {
	float: right;
	margin: 5px 28px 0 0;
	background: url("add.gif") no-repeat left top;
	font-size: 11px;
	color: #fff;
	width: 60px;
	height: 20px;
	padding: 0 0 2px 0;
	text-decoration: none;
}

ul.gallery li {
	float: left;
	width: 92px;
	margin: 0 9px 9px 9px;
	height: 120px;
	overflow: hidden;
}

ul.gallery li p {
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 13px;
}

ul.content_list {
	margin: 0 0 46px 0;
}

ul.content_list li {
	margin: 0 0 18px 0;
}

ul.content_list li a:hover {
	color: #ff9600;
}

div.distrib h2 {
	color: #0e6dbf;
	font-family: Times New Roman,Times,serif;
	font-size: 18px;
	margin: 5px 0;
}

div.docs div.block_right,
div.docs div.block_left {
	width: 330px;
}

div.docs p {
	font-size: 10px;
}

div.article ul li {
	margin-left:20px;
	list-style-type:disc;
}

div.article table {
	border-collapse:collapse;
}

div.article table td {
	border:1px solid #000;
	margin:0;
}

div.article a {
	color:#0E6DBF;
}

div.article a:hover {
	text-decoration:underline;
}

a.more {
	display: block;
	width: 123px;
	height: 40px;
	background: url("button_index.gif") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 18px;
}

a.en {
	background: url("button_index_en.gif") no-repeat left top !important;
}

ul.gallery_first li {
	float: left;
	width: 317px;
	vertical-align: top;
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
}

ul.gallery_first li a {
	float: left;
	margin: 0 10px 0 0;
}

ul.gallery_first  li h2.infotitle {
	margin-top:0;
	border: none;
}

a.page {
	float: right;
	background: url("back.gif") no-repeat left center;
	padding: 0 0 0 10px;
	font-size: 11px;
	margin: 0 20px 0 0;
}

a.page:hover {
	color: #ff9600;
}

a.img_tumb{
	float: left;
	margin: 0 14px 0 0;
}

ul.tihs_gallery li {
	float: left;
	margin: 10px 9px 0 0;
}

ul.tihs_gallery li a img {
	width: 104px !important;
	height: 83px !important;
}
h3.dtl {
	background: url("pointer.gif") no-repeat left center;
	font-size: 11px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

.date {
	font-size: 10px;
	display: block;
	margin-top: 4px;
}

ol.poll li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 20px 0;
	line-height: 20px;
}

ol.poll li strong {
	padding-bottom: 20px;
}

ol.poll li label {
	display: inline;
	padding: 2px 0;
}

ol.poll li input {
	padding: 4px 0;
	vertical-align: middle;
}

ol.poll li textarea {
	margin: 10px 0 0 0;
	border: 1px solid #b0b0b0;
}

h2.poll {
	margin: 20px;
}

button.poll {
	color: #fff;
	font-size: 11px;
	width: 60px;
	height: 20px;
	background: url("add.gif") no-repeat left top;
	float: right;
	margin: 0 80px 20px 0;
	padding-bottom: 2px;
	text-decoration: none;
}

a.poll {
	display: block;
	color: #575b5e;
	border: 1px solid #575b5e;
	width: 50px;
	height: 16px;
	background: #D4D0C8;
	margin: 0 0 0 20px;
	text-align:center;
}

.b1 {
	width: 210px;
	height: 150px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

