

div.hr {
  height: 10px;
  background: url(../images/hr.jpg) no-repeat scroll center;
}
div.hr hr { 
  display: none;  
}  
	
#screenwrapper {
width:750px; /* sets the width of the store */
height:auto;
border:0px; /* gives the store a white background */
margin:auto;
}
#screenwrapper2 { 
width:750px; /* sets the width of the store */
border:0px; /* gives the store a white background */
margin:auto;
}

.placement
{
width:750px;
background:#FFF;
margin:auto;
border:0px solid #999999;
}

A.link:hover
{
color:#f8b80b;
border:0px;
text-decoration:none;
}
.cart
{
position:absolute;
top:85px;
right:5px;
}
.pushcontainer
{
position:absolute;
top:100px;
right:5px;
}
.viewcart
{
text-align:right;
font-family:"geneva" , arial, sans serif;
font-size:9pt;
}



.navbar
{
	position:absolute;
	top:85px;
	left:0px;
	background-image: url("../images/navbar.jpg");
	background-repeat: no-repeat;
	width:750px;
	height:22px;
	text-align:center;
	line-height:180%;
	float:left;
	font-family:"geneva" , arial, sans serif;
	font-size:8pt;
}
ul.nav
{

display:inline;
padding-right:35px;
}
li.nav
{

display:inline;
margin-left:5px;
margin-right:5px;
font-size:12pt;
color:#3366e7;
padding-right:0px;
padding-left:0px;
}
