/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #171717;
	margin: 0px;
	background-color:#000000;
}
.table {
	background-color: #FFFFFF;
}
.about_text {
	color: 373737;
	padding-left: 30px;
	line-height: 200%;
	text-align: justify;
	font-weight:bold;
	font-size:11px;
}
.about_img {
	background-image: url(images/Vinay-Silks-About-us.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 526px;
}
.products_img {
	background-image: url(images/Vinay-Silks-Products.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 526px;
}
.contactus_img {
	background-image: url(images/Vinay-Silks-Contact-us-img.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 526px;
}
.enquiry_img {
	background-image: url(images/Vinay-Silks-Enquiry-img.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 526px;
}
.address {
	font-family: Thahoma, Arial, Helvetica, sans-serif;
	color: #7A2626;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.form_field {
	color: #8F0F04;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
.enquiry_btn {
	background-color: #B56818;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.star { 	
	color: #FF0000;
}
.contact_table_border {
	border: #999999 solid 1px;
	color: #7A2626;
	font-weight: bold;
}
.rights {
	font-size: 11px;
	text-align: center;
	color: #171717;
}
a.rights {
	font-size: 11px;
	color:#171717;
	text-align: center;
	text-decoration: none;
}
a.rights:hover {
	text-decoration: underline;
}


