@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

.line_top_bottom {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #df4949;
	border-bottom-color: #df4949;
}
.line_right {
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #df4949;
	margin: 0px;
	padding: 0px;
}
.index_aboutus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585850;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.index_aboutus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.latest_product_names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485652;
	font-weight: bold;
}

.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #df4949;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
.welcome_to_azal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.welcome_bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.top_banners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	width: 85px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;

}

.top_banners:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	width: 85px;
	text-decoration: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.top_banners:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	width: 85px;
	text-decoration: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.top_banners:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 25px;
	width: 85px;
	text-decoration: none;
	background-repeat: repeat;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.cat_names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919073;
}
.cat_names:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919073;
	text-decoration: none;
}
.cat_names:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919073;
	text-decoration: none;
}
.cat_names:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.product_thumb {
	border: 1px solid #a9adac;
	padding: 2px;
}

.product_thumb:hover {
	border: 1px solid #a9adac;
	padding: 2px;
	background-color: #C00;
}

