#contact {
	width:580px;
	background-image:url('../images/_bck_contact.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-left:160px;
	padding-top:30px;	
	
}

#register {
	width:580px;
	background-image:url('../images/_bck_register.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-left:160px;
	padding-top:50px;
}
#faq {
	width:690px;
	background-image:url('../images/_bck_faq.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-top:70px;
	padding-left:50px;
	font-size:12px;
	text-align:justify;		
}
#privacy {
	width:690px;
	background-image:url('../images/_bck_privacy.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-left:50px;
	padding-top:70px;
	text-align:justify;
}
#catalog {
	width:610px;
	background-image:url('../images/_bck_catalog.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-left:130px;
	padding-top:30px;
}

#catalog a 
{
	
	width:200px;
	float:left;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	display:block;
	height:230px;
	overflow:hidden;
	

}
#catalog a img
{
	border:0px;
	border-bottom: solid 5px #0b9237;

}
#catalog a img:hover
{
	border:0px;
	border-bottom: solid 5px red;

}
.catalog_name1
{
	color:#0b9237;
	margin-top:10px;
	font-weight:bold;
	display:block;

}
.catalog_name2
{
	color:#0b9237;
	font-weight:bold;
	display:block;

}
.thank_you_order
{
	color:black;
	font-weight:bold;
	margin-bottom:20px;
	

}

.basket_view_note
{
	color:black;
	font-weight:bold;
	margin-bottom:20px;
	

}
