@charset "utf-8";
/* CSS Document */

#body_left_product1
{
background:url(qq.jpg);
width:185px;
height:290px;
float:left;
text-align:center;
}

#product1
{
background:url(qq.jpg);
background-position:center;
background-repeat:no-repeat;
width:200px;
height:300px;
text-align:center;
align:center;
valign:center;
}
#product2
{
background:url(shadow_type1.jpg);
background-position:center;
background-repeat:no-repeat;
width:280px;
height:250px;
text-align:center;
align:center;
valign:center;
}
#product3
{
background:url(../images/bgimages/background1.gif);
background-position:center;
background-repeat:no-repeat;
width:170px;
height:280px;
text-align:left;
align:right;
valign:center;
}

#product4
{
background:url(../clients/shadow_type3.gif);
background-position:center;
background-repeat:no-repeat;
width:270px;
height:250px;
text-align:center;
align:center;
valign:center;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #FFFFFF;
	display: block;
	height: 18px; /* sliding doors padding */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/btn_green.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	width: 66px;
	padding-top: 3px;
}

a.button:hover {
	color: #FFFFFF;
	display: block;
	height: 18px; /* sliding doors padding */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/btn_green_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	width: 66px;
	padding-top: 3px;
}







