body {
	background-image:url('./images/background.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:"Trebuchet MS",Verdana,san-serif;
	color:#000000;
	font-size:12px;
	margin:0; padding:0;
	text-align:left;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
#container{
	position:relative;
	width:919px;
	left:50%;
	margin-left:-460px;
}
#header {
	width:919px;
	height:133px;
	background-image:url('./images/header.jpg');
	background-repeat:no-repeat;
}
#menu {
	padding-top:95px;
	margin-left:40px;
	color:#ffffff;
	font-weight:bold;
}
#menu a{
	color:#cdcdcd;
	text-decoration:none;
	margin-right:30px;
	font-size:120%;
}
#menu a:hover{
	color:#ffffff;
}
#cart {
	float:right;
	margin-right:20px;
	margin-top:5px;
	font-size:80%;
}
#middle {
	width:919px;
	background-image:url('./images/middle.jpg');
	background-repeat:repeat-y;
	text-align:left;
}
#content {
	width:870px;
	margin-left:25px;	
}
#footer {
	width:919px;
	height:41px;
	background-image:url('./images/footer.jpg');
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:20px;
	padding-top:10px;
}
.submit {
	color:#ffffff;
	background-color:#333333;
	font-family:"Trebuchet MS",Verdana,san-serif;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;	
}
.input {
	font-family:"Trebuchet MS",Verdana,san-serif;
	font-size:10px;
}
.cat{
	margin-left:20px;
	font-size:200%;
	border-top:1px solid #5d5d5d;
	font-weight:bold;
	margin-bottom:10px;
	color:#5d5d5d;
	clear:both;
}
form {
	margin-top:0px;
	margin-bottom:0px;
}

.p_cont {
	margin-left:30px;
	width:380px;
	border:1px solid #000000;
	margin-bottom:20px;
	float:left;
}

.p_head{
	background-image:url('./images/p_head.jpg');
	background-repeat:repeat-x;
	height:28px;
	border-bottom:1px solid #000000;
	padding-left:10px;
	padding-top:5px;
	font-size:135%;
	overflow:none;
	font-weight:bold;
	color:#ffffff;
}
.product {
	background-image:url('./images/p_backg.jpg');
	background-repeat:repeat-x;
	height:130px;

}

.product img{
	float:left;
	margin-bottom:5px;
}

.p_name {
	margin-right:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:150%;
	color:#333333;
	border-bottom:1px solid #333333;
}

.price {
	float:right;
	text-align:right;
	padding-right:20px;
	margin-top:5px;
}

.p_text{
	margin-top:4px;
	height:90px;
	overflow:auto;
	font-size:95%;
	margin-bottom:2px;
}

.p_table{
	width:700px;
	text-align:right;
	border:1px solid #000000;
}
.p_table_head{
	font-size:110%;
	font-weight:bold;
	height:19px;
	background-image:url(./images/p_head.jpg);
	color:#ffffff;
}
.no_image {
	float:left;
	width:122px;
	height:130px;
}

.extra_image{
	margin-right:6px;
	float:left;
	color:#ffffff;
	padding:3px;
	padding-right:8px;
	padding-left:8px;
	background-color:#333333;
	font-family:"Trebuchet MS",Verdana,san-serif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #ffffff;
}
.extra_image a{
	color:#ffffff;
}
