/* CSS Document */

body{ 
background-image:url(../images/txture.png);
margin-top:0;
margin-left:0;
margin-right:0;
width:100%;
height:100%;
}

#top-slide {
width:100%;
height:300px;
background-image:url(../images/diamond_upholstery.png);
}

#link-bg {
background-image:url(../images/bg-link.jpg);
height:48px;
width:100%;
}

#link-distributor {
background-color:#333333;
height:48px;
width:100%;
}

.text-distributor {
font-family:Verdana;
font-weight:bold;
font-size:16px;
color:#fff;
}

#content {
width:100%;
background-color:#FFFFFF;
}

#footer {
width:100%;

}

#center-slide {
z-index:6;
margin-left:auto;
margin-right:auto;
width:800px;
height::300px;
display:block;
}

#logo {
z-index:10;
left:50%;
position:absolute;
margin-top:202px;
margin-left: -141px;
width:277px;
height::115px;
}

.text-content {
font-family:Verdana;
font-size:12px;
line-height:16px;
color:#666666;
}

.text-title {
font-family:Verdana;
font-weight:bold;
font-size:14px;
line-height:16px;
color:#000000;
}

.table-content {
margin-top:10px;
margin-bottom:10px;
}

.text-custom-title {
font-family:Verdana;
font-weight:bold;
font-size:10px;
color:#000000;
}
.text-custom {
font-family:Verdana;
font-size:10px;
color:#666666;
}

.text-sdp {
font-family:Verdana;
font-weight:bold;
font-size:13px;
line-height:16px;
color:#ffffff;
}
.text-copyright {
font-family:Verdana;
font-size:10px;
color:#999999;
}

.text-link-title {
font-family:Verdana;
font-weight:bold;
font-size:10px;
color:#ffffff;
}

.link-web:link {
	font-family: tahoma;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
.link-web:visited {
	font-family: tahoma;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
.link-web:hover {
	font-family: tahoma;
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
}
.link-web:active {
	font-family: tahoma;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}


.link-content:link {
font-family:verdana;
font-size:12px;
line-height:16px;
color:#666666;
text-decoration:none;
}
.link-content:visited {
font-family:verdana;
font-size:12px;
line-height:16px;
color:#666666;
text-decoration:none;
}
.link-content:hover {
font-family:verdana;
font-size:12px;
line-height:16px;
color:#000000;
text-decoration:underline;
}
.link-content:active {
font-family:verdana;
font-size:12px;
line-height:16px;
color:#666666;
text-decoration:none;
}