@charset "utf-8";
body {
	background-color: #fefae4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {color: #4E0001; text-decoration: none;}
a:hover {color: #000000;  text-decoration: underline;}

img {border: none;}

#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
	margin-top: 50px;
	position: relative;

}
#top {
	background-image: url(../images/template_01.png);
	background-repeat: no-repeat;
	height: 201px;
	width: 900px;


}
#mid {
	background-image: url(../images/template_02.png);
	background-repeat: no-repeat;
	height: 188px;
	width: 900px;
	float: left;
	
}
#nav {
	background-image: url(../images/template_03.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 47px;
	float: left;
}
#bdy {
	background-image: url(../images/template6-28-09_02.png);
	background-repeat: no-repeat;
	position: relative;
	height: 174px;
	width: 900px;
	float: left;
}
#bdy1 {
	background-image:url(../images/template_04.png);
	background-repeat: repeat;
	position: relative;
	height: auto;
	width: 800px;
	padding:  60px 50px 0px 50px;
	float: left;
	margin: 0px;
}
#prod1 {
	position: absolute;
	top: 261px;
	left: 14px;
	z-index: 9;
}
#prod2 {
	position: absolute;
	top: 453px;
	left: 760px;
		z-index: 9;
}
#prod3 {
	position: absolute;
	top: 77px;
	left: 85px;
}
#ftr {
	background-image: url(../images/template_05.png);
	float: left;
	height: 26px;
	width: 900px;
}
#ftr-nav {
	float: left;
	height: auto;
	width: 900px;
	padding-top: 10px;
	text-align: center;
}
#search
{
	position: absolute;
	left: 680px;
	top: 113px;
}
#ipt
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
width: 140px;

}