/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }

#wrapper {
	width:950px;
	margin: 0 auto;
}

.adr {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	color:#FFF;
	text-align: right;
}

h1 {
	display:block;
	text-decoration:none
	text-align:left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	color:#000;
}

tr {
	display:block;
	text-decoration: none;
	text-align:left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#000;
}

p {
	display:block;
	text-decoration: none;
	text-align:left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color:#000;
}

#logo {
	width: 950px;
	height: 37px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/logo.png);
}

/*TOPNAV*/
#topnav {
	padding: 0px 0px 0px 0px;
	background-image:url(../images/topnav.png);
	width: 950px;
	height: 35px;
}
#topbtn_home {
	width: 165px;
	height: 35px;
	float: left;
	margin: 0px 0px 0px 8px;
	background-image:url(../images/topnav_unactiv.png);
}

#topbtn_home a {
	display:block;
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#topbtn_products {
	width: 165px;
	height: 35px;
	float: left;
	margin: 0px 0px 0px 20px;
	background-image:url(../images/topnav_unactiv.png);
}

#topbtn_products a {
	display:block;
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#topbtn_contacts {
	width: 165px;
	height: 35px;
	float: right;
	margin: 0px 2px 0px 0px;
	background-image:url(../images/topnav_unactiv.png);
}

#topbtn_contacts a {
	display:block;
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#topbtn_home a:hover, #topbtn_home .active a {
	widht: 147px; 
	height: 35px;
	background:url(../images/topnav_activ.png) no-repeat;
	color:#000;
}

#topbtn_products a:hover, #topbtn_products .active a {
	widht: 147px; 
	height: 35px;
	background:url(../images/topnav_activ.png) no-repeat;
	color:#000;
}

#topbtn_contacts a:hover, #topbtn_contacts .active a {
	widht: 147px; 
	height: 35px;
	background:url(../images/topnav_activ.png) no-repeat;
	color:#000;
}
/*TOPNAV-END*/

/*HOME*/

#img_home {
	float:left;
	margin: 9px 0px 0px 0px;
	width: 950px;
	height: 560px;
	background-image:url(../images/home/home.jpg);
}

#img_contacts {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 950px;
	height: 564px;
	background-image:url(../images/home/contacts.png);
}

#txt_contacts {
	float:left;
	margin: 145px 0px 0px 330px;
	width: 400px;
	height: 400px;
}


/*FOOTER*/

#img_footer {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 950px;
	height: 19px;
	background-image:url(../images/footer.png);

}

#txt_footer {
	float:right;
	margin: 1px 10px 0px 0px;
	width: 600px;
	height: 19px;
}
