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

* {
	padding:0px;
	margin:0px;
}
body, html {
	background-image:url(../images/background-image.png);
	background-attachment:fixed;
	background-repeat:repeat;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
#top_bg {
	background-image:url(../images/top_bg.png);
	height:201px;
	width:900px;
	float:left;

}
#mid_bg {
	background-image:url(../images/wrapper_03.png);
	width:900px;
	float:left;

}
#bot_bg {
	background-image:url(../images/wrapper_05.png);
	height:92px;
	width:900px;
	float:left;
}
#content {
	width:765px;
	height:100%;
	float:left;
	margin-left:60px;
	padding:10px;
	padding-top:20px;
}
#content ul li {
		margin-left:50px;
}
ul#productlist li{
	margin-bottom:20px;
	padding:0px;
	margin-left:0;
}
#nav {
	margin-left:51px;
	margin-top:20px;
	position:absolute;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	display:inline-block;
}
#nav ul li a {
	padding:0px;
	margin:0px;
	display:block;
	margin-right:-5px;
}
#nav ul li#aboutus a {
	background-image:url(../images/btn1.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#ribbons a {
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#rolls a {
	background-image:url(../images/btn3.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#bags a {
	background-image:url(../images/btn4.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#contact a {
	background-image:url(../images/btn5.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#suppliers a {
	background-image:url(../images/btn6.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#cart a {
	background-image:url(../images/btn7.png);
	background-repeat:no-repeat;
	width:132px;
	height:32px;
	margin-left:-1px;
}
#nav ul li#aboutus a:hover {
	background-image:url(../images/btn1-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#ribbons a:hover {
	background-image:url(../images/btn2-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#rolls a:hover {
	background-image:url(../images/btn3-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#bags a:hover {
	background-image:url(../images/btn4-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#contact a:hover {
	background-image:url(../images/btn5-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#suppliers a:hover {
	background-image:url(../images/btn6-roll.png);
	background-repeat:no-repeat;
	width:105px;
	height:32px;
}
#nav ul li#cart a:hover {
	background-image:url(../images/btn7-roll.png);
	background-repeat:no-repeat;
	width:132px;
	height:32px;
	margin-left:-1px;
}
