/* CSS Document */

body {
margin:0 0 0 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.middle-repeat {
background-image:url(../images/middle-repeat.gif);
background-repeat:repeat-x;
}

.logo-bg {
background-color:#084A97;
padding:0 0 0 31px;
}

.lines-bg-repeat {
background-image:url(../images/lines-bg-repeat.gif);
background-repeat:repeat-x;
height:14px;
}

.nav-bg-repeat {
background-image:url(../images/nav-side-bg-repeat.gif);
background-repeat:repeat-x;
}

.red-link {
font-size:10px;
color:#FF0000;
text-decoration:underline;
padding-left:5px;
}

.red-link a {
font-size:10px;
color:#FF0000;
text-decoration:underline;
}

.red-link a:hover {
font-size:10px;
color:#FF0000;
text-decoration:none;
}

.footer-color {
background-color:#EDDFD0;
height:3px;
}

.footer-txt {
font-size:11px;
color:#585858;
}


/***************************** Product Listing Css **********************************/

.prod_listing_logo_bg {
	background-color:#EEA301;
	width:80%;
	text-align:left;
	padding:0 0 0 31px;
	}
.prod_listing_logo_bg_b_bg {
	background-image:url(../images/prod_list_logo_b_bg.gif);
	background-repeat:repeat-x;
	}
.prod_listing_nav_bg {
	background-image:url(../images/prod_listing_nav_bg.jpg);
	background-repeat:repeat-x;
	width:80%;
	text-align:left;
	padding-left:30px;
	}
.prod_listing_header_bg {
	background-color:#FDE361;
	background-image:url(../images/cont_top_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	}
.prod_listing_header_left_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:19px;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px 3px 10px;
	text-transform:uppercase;
	}
.prod_listing_header_left_text a {
	text-decoration:none;
	color:#FFFFFF;
	}

.prod_listing_header_left_text a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
.prod_listing_header_right_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	height:19px;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px 3px 0px;
	}
.prod_listing_header_right_text a {
	text-decoration:none;
	color:#000000;
	}
.prod_listing_header_right_text a:hover {
	text-decoration:none;
	color:#D56300;
	}
.product_text {
	font-size:12px;
	color:#000000;
	line-height:19px;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}
.product_text a {
	text-decoration:none;
	color:#000000;
	}
.product_text a:hover {
	text-decoration:underline;
	color:#D56300;
	}
.product_detail_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-transform:uppercase;
	padding:15px 0 0 10px;
	font-weight:bold;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px 10px 0 10px;
	font-weight:lighter;
	text-align:justify;
	}
.border
{	border-width:2px; 
	border-color:#EFA300; 
	border-style: solid;
}
	
	.product_text {
	font-size:12px;
	color:#000000;
	line-height:19px;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
	background-color:#EFA300;
}
.product_text a {
	text-decoration:none;
	color:#000000;
	}
.product_text a:hover {
	text-decoration:underline;
	color:#D56300;
	}
.description-text{ font-family:aerial; font-size:12px; text-align:justify; padding-left:5px; padding-right:5px}

.border-text
{	 
	background-color:#EFA300; line-height:20px; 
	font-family:aerial; font-size:12px; color:#FFFFFF; 
}
/***************************** Contact Us Css **********************************/

.logo-contact-bg {
background-color:#347C10;
padding:0 0 0 31px;
}

.contact-middle-repeat {
background-image:url(../images/contact-middle-repeat.gif);
background-repeat:repeat-x;
}

.contact-lines-bg-repeat {
background-image:url(../images/contact-us-lines-bg-repeat.gif);
background-repeat:repeat-x;
height:14px;
}

.contact-nav-bg-repeat {
background-image:url(../images/contact-nav-side-bg-repeat.gif);
background-repeat:repeat-x;
}


