BODY {
	background-color: white; 
	margin: 0 0 40 0; 
	padding: 0 0 0 0; 
	font-family: arial; 
	font-size: 12px;
	color: #434343;
}
A {
	color: #417ae6;
}
TABLE {
	font-size: 12px;
}
TD {
	vertical-align: top;
}
P {
	margin: 0 0 15 0;
}
   

/***** products *****/
.productsBlock {
	left: 0; 
	top: 43;
	position: absolute;
}
.productsList {
	font-family: verdana;
	font-size: 11px;
	color: #9ca2b2;
	background: #ffffff;
	border: solid #c6cad6 1px;
	width: 128;
	padding: 7 10 20 12;
	margin: -11 0 0 0;
	display: none;
}
A.productsItem {
	color: #5780cd;
	font-size: 10px;
	text-decoration: none;
}

/***** contacts *****/
.contacts {
	color: #79829e;
	font-family: verdana;
	font-size: 11px;
	vertical-align: bottom;
	text-align: right;
	line-height: 16px;
	padding: 60 85 55 0;
	background: url(../images/home/back_left1.jpg) left bottom no-repeat;
}
.phone1 {
	color: #a0aac6;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.phone2 {
	color: #a0aac6;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}


/***** footer *****/
.copyright {
	font-family: verdana; 
	font-size: 10px;
	color: #757575;
	vertical-align: top;
	padding: 7 0 0 0;
}


