@charset "utf-8";
/* CSS Document */

body{
	font:80% Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-color:#d8d8d8;
}	
#wrapper{
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:left;
	width:800px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	}
#header{
	margin:0px;
	padding:0px;
	width:850px;
	height:165px;
}	
#menu{
	margin:0px;
	padding:0px;
	width:800px;
	height:37px;
	background-color:#c91830;
	font-size:115%;
	font-weight:bold;
	color:#FFFFFF;
}
#index{
	margin:0px 0px 20px 0px;
	padding:0px auto;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	width:800px;
	background-position:top center;
}
#indexP{
	width:450px;
	height:100px;
	padding:14px 0px 6px 275px;
	text-align:justify;
	font-size:81%;
}
#indexTable{
	width: 689px;
	margin:30px 0px 0px 53px;
}
.indexHeading{
	font-size:145%;
	font-variant:small-caps;
	color:#FFFFFF;
	text-align:center;
	margin-top:8px;
	margin-bottom:10px;
}
.indexCatagory{
	color:#FFFFFF;
	padding-left:10px;
	padding-bottom:0px;
	font-size:83%;
}
#indexProduct{
	background-color:#FFFFFF;
	height:180px;
	margin:20px;
	text-align:center;
	font-size:100%;
	color:#c91830;
	font-weight:bold;
	padding:5px;}
.indexPrice{
	text-align:left;
	font-size:90%;
	font-weight:bold;
	color:#000000;
	}
.Price{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#000000;}
#footer{
	margin:0px;
	padding:0px;
	width:800px;
	height:37px;
	background-color:#c91830;
	font-size:135%;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
}
.normal{
	font-size:80%;
	color:#333333;
	font-weight:normal;
	text-align:left;
}
.white{
	color:#FFFFFF;
}
.red{
	color:#FF0000;
}