/* CSS Document */
body
{
	background-color:#F4F0E1;
	background-image:url(../images/inner_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-size:11px;
	font-family:Tahoma, Verdana;
	color:#333333;
}
table, td
{
	font-size:11px;
	
	}
.banner_tile
{
	background-image:url(../images/banner_tile.jpg);
	background-repeat:repeat-x;
	height:176px;
}
.border_01
{
	border-right:#E3DFD2 solid 1px;
}
.border_02
{
	border-left:#FFFDF4 solid 1px;
}
.footer_tile
{
	background-image:url(../images/footer_tile.jpg);
	height:60px;
	color:#E93E2D;
}
.link
{
	color:#312F94;
	font-weight:bold;
	text-decoration:none;
	}
.link:hover
{
	color:#E93E2D;
	font-weight:bold;
	text-decoration:none;
	}		
.btn_bg
{
	background-image:url(../images/btn_bg.jpg);
	width:507px;
	height:32px;
	font-weight:bold;
	color:#FFFFFF;
}
.inner_tile
{
	background-image:url(../images/inner_tile.jpg);
	background-repeat:repeat-y;
	width:802px;
}
.welcome
{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#E93E2D;
}
.text_sub
{
color:#E93E2D;
}
.menu
{
	color:#FFFFFF;
	text-decoration:none;
	}
.menu:hover
{
	color:#E93E2D;
	text-decoration:none;
}
.boredr_03
{
	border:#D8D5C7 solid 1px;
	height:18px;
}
.product_list
{
	background-color:#FFFFFF;
	border-left:#D8D5C7 solid 1px;
	border-right:#D8D5C7 solid 1px;
}
.icon
{
	background-image:url(../images/icon_02.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	height:20px;
	font-weight:bold;
	border-bottom:#D8D5C7 solid 1px;
}							
.product_link
{
	text-decoration:none;
	color:#333333;
	}