/* page layout */
body, html 
{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	background: #EEEEEE url(images/bg.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

div.wrapper
{
	margin: 30px auto;
	background:#ffffff;
	width:950px;
	text-align:left;
}

div#pageFrame 
{
position: relative;
width: 100%; /* total pagewidth */
}

div#logoFrame 
{
	height: 75px;
	position: relative;
}

img#logo 
{
position: absolute;
left: 20px;
top: 10px;
}

div#addressnav 
{
position: absolute;
right: 20px;
top: 10px;
font-weight:bold;
}



div.navBarFrame 
{
margin-left: 5px;
margin-right: 15px;
height: 30px; /* prevent collapse ? */
}

div#middleFrame 
{
	width:100%;
	text-align:center;
	margin-top:10px;
}

/**** Centeralize the contents into middle of body***/
#middleContent, div#bannerFrame, div#navBottomFrame
{
	margin:0px 2px 5px 30px;
	width:510px;
	max-width:510px;
	text-align: left;
	float:left;
	overflow:hidden;
}

div#navBottomFrame 
{
margin: 10px auto;
}

@media all 
{
        div#middleFrame {margin-right: 0;}
} /* values for others */



/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame 
{
float:left;
margin-left:10px;
width: 160px;
}

div#boxes2Frame 
{
float:right;
margin-right: 10px;
width: 170px;
}

div#boxes2Frame .infoBoxHeadingFL,div#boxes2Frame .infoBoxHeading,div#boxes2Frame .productListing-heading 
{
font-size:13px;
font-weight: bold;
color: #000;
background:url(images/module_top.jpg) no-repeat top left;
margin:0px;
padding:0px;
text-align:left;

height:20px !important;
height:30px;
padding-left:35px;
padding-top:10px;
}

div#boxes2Frame .infoBoxHeadingFL 
{
	border:none;
	margin:0px;
}



div#boxes2Frame div.infoboxContentsFL 
{
width: 130px !important;
width: 170px;
min-height:25px;
height:auto !important;
height:25px;
background:url(images/module_bottom.jpg) no-repeat bottom left;
text-align:left;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
}

div#bannerFrame 
{
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

div#toplinks
{
	margin:10px auto auto 10px;
}

ul#toplinks
{
	width:100%;
	height:40px;
	background:#FAFAFA url(images/top_ul_bg.jpg) repeat-x;
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#toplinks li
{
	float:left;
	padding-right:15px;
	padding-left:15px;
	background:url(images/top_li_bg.jpg) no-repeat top right;	
}

ul#toplinks li a
{
	display:block;
	text-decoration:none;
	color:#000;
	margin-top:14px;
	font-weight:bold;
}

ul#toplinks li a:hover, ul#toplinks li a:visited
{
	color:#666666;
}

/* end page layout */


