body{
	padding:0; 
	margin:0;
	/* background:url(images/bg.gif) top repeat-x #eebebd;	  */
	width:100%; 
	vertical-align:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#292727; font-size:11px;
}



.copyright {
	text-align:center;
	color: #9B9B9B;
}

.content {
	margin:5px 20px;
}


.menu { padding:0; height:150px; background: url('images/nav-bkg.gif') no-repeat right top;}
.menu ul {margin:0; padding:0; list-style:none; margin-top:5px;}
.menu ul li {float:left; padding:0px 7px 0px 10px; /*background:url(images/bg-li.gif) no-repeat right*/ }
.menu ul li a {color:#484747; text-decoration:none; font-weight:bold}
.menu ul li a:hover {text-decoration:underline;}

.lowmenu { padding:0; }
.lowmenu ul {margin:0; padding:0; list-style:none; margin-top:5px;}
.lowmenu ul li {float:left; padding:0px 4px 0px 5px;/*background:url(images/bg-li.gif) no-repeat right*/ }
.lowmenu ul li a {font-size:90%; color: #9B9B9B; text-decoration:none;}
.lowmenu ul li a:hover {text-decoration:underline;}


#homenav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#homenav li {
	width:210px;
	height:33px;
} 

#homenav .page-item-gray { background: url('images/nav-bkg-01.png') no-repeat center top; }
#homenav .page-item-red { background: url('images/nav-bkg-02.png') no-repeat center top; }
#homenav .page-item-yellow { background: url('images/nav-bkg-03.png') no-repeat center top; }

#homenav li.page_item {
	padding-top:5px;
	font-weight:bold;
	font-size:10pt;
	font-family: Georgia;
}

#homenav a {
	margin-left:10px;
	position:relative;
	top:3px;
}
#homenav a:link, #homenav a:visited{text-decoration: none; color:black; }
/* #homenav a:hover{text-decoration: none; color:red; } */

#homenav a:hover{text-decoration: underline; color:black; }



#sidebar {
	width:300px;
	margin:20px;
	border:1px dotted red;
	float:right;
}

A:link { color: blue; text-decoration: underline; }
A:visited { color: blue; text-decoration: underline; }
A:hover { color: #C60603; text-decoration: underline;}


#btnYellow {
	width:210px;
	height: 33px;
	background:  url('/wp-content/uploads/2010/06/nav-bkg-03.png');
	text-align: center;
}

#btnRed {
	width:210px;
	height: 33px;
	background:  url('/wp-content/uploads/2010/06/nav-bkg-02.png');
	text-align: center;
}

#btnGray {
	width:210px;
	height: 33px;
	background:  url('/wp-content/uploads/2010/06/nav-bkg-01.png');
	text-align: center;
}

#btnYellow div, #btnRed div, #btnGray div,  {
	margin-top:9px;
	font-weight:bold;
}

.addtocart {
	border:0px;
	position:relative;
	top:4px;
}

a img { border: 0px; }
