/* Layout Stylesheet */ 

body {
 margin:0 auto;
 position:relative;
 text-align:center;
 background-color:rgb(42,46,58);
}

#headnav {
 margin:0 auto;
 width:949px;
 height:26px;
 padding-top:10px;
}

#header {
 margin:0 auto;
 position:relative;
 width:949px;
 height:302px;
 background: url('../images/hdbannernav.jpg') no-repeat;
 z-index:12;
}

#topform {
 position:absolute;
 top:175px;
 right:20px;
 text-align:right;
}

#content {
 position:relative;
 margin:0 auto;
 width:949px;
 text-align:left;
 background-color:#fff;
 z-index:1;
}

#subfooter {
 margin:0 auto;
 height:81px;
 width:949px;
}

#footer {
 margin:0 auto;
 width:949px;
 height:184px;
 background: url('../images/footerbg.jpg') no-repeat;
}

#footerhome {
 margin:0 auto;
 width:949px;
 height:184px;
 background: url('../images/footerbghome2.jpg') no-repeat;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l2.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: blue; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
/*	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.testimage {
 float:left;
 width:164px;
 text-align:center;
}

.storeitem { width:600px;border-bottom:1px solid #ccc; }
.storeitempic { float:left;width:180px;height:250px;text-align:center;padding-top:20px; }