body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #695D3C; /*dark brown*/
	text-align: center;
	background: white url(gradient3.jpg) repeat-x;

}

#wholepage {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D4C9AB; /*dark tan*/
	width: 960px;
	padding: 0px;
}

.highlight{
   font-weight:bold;
   color:#695D3C;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #C6160E; /*dark red*/
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

ul{
	padding-left:20px; 
	margin-left:20px;
}

.pText{
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 15px;
	font-size: 11px;
	margin: 0 10px;
	padding-bottom:10px;
}

a:link {
	color: #063BE2; /*blue*/
}

a:hover, a:active {
	text-decoration: none;
	color: #DD8900; /*dark orange*/
}

a:visited {
	color: #063BE2; /*blue*/
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333; /*almost black*/
}

.button {
	color:#6B5D39;
	font-weight:bold;
	background-color:#FFF3DE;
	border-top:2px solid #ECE2C8;
	border-left:2px solid #ECE2C8;
	padding:5px;	
}

/* Header */

#header {
	width: 960;
	margin: 0px;
   padding: 0px;
	background: #FFFFFF;
}

.header_top {
    margin: 0px;
    /* MJE 20090511 padding: 5px 15px 0px 15px; */
    padding: 0px 0px 0px 0px;
    
    /* MJE 20090511  height: 80px; */
    height: 100px;
    background: url(../image/bg_header_top.gif) repeat-x;
}

.header_middle {
    margin: 0px;
    padding: 0px;
    height: 30px;
    background: #FFFFFF;
}

.header_menu {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    background: url(../image/bg_menu.gif) repeat-x;
}

/* Menu */
.menu_text {
    color:#90C6DB;
    font-weight:bold;
    font-size:15px;
    padding-top: 10px;
}

.menu_text A:hover {
   color:red;
}

.menu_text A {
   text-decoration:none;
   color:#061daa;
}

/** LOGO */
.logo{
    background: url(../image/logo.gif) no-repeat;
}




/* Page */

#page {
	width: 100%;
	min-height: 800px;
	margin: 0px;
}

/* Content */

#content_top {
   background:url(../image/bg_content_top.gif) repeat-x;
}

#content_middle {
   padding-top:5px;
   background:#FFF3DE;
   padding-bottom:5px;
}

#content_middle_pse {
   padding-top:5px;
   background:#FFF3DE;
   height:auto;
}

.button_title {
   padding: 5px 0px 0px 15px;
   color:#6B5D39;
   font-size:15px;
   font-weight:bold;
}

/* Index */
.boxIndexTop {
	background:url(image/round_box_top_440.gif) no-repeat; 
	width:440px; 
	height: 12px
}
.boxIndexMiddle
{
	width:438px;
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #D6C7A5; 
	border-right:1px solid #D6C7A5;
	height:100px; 
	position: relative; 
	top: -4px;
}
.boxIndexMiddleBottom
{
	width:438px;
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #D6C7A5; 
	border-right:1px solid #D6C7A5;
	height:auto; 
	position: relative; 
	top: -4px;
}	
.boxIndexBottom
{
	background:url(image/round_box_bottom_440.gif) no-repeat ;
	width:440px; 
	height: 14px;
	position: relative; 
	top: -4px;
}

.boxTop
{
	float:left; 
	background:url(image/round_box_top_217.gif) no-repeat; 
	height:12px;
	width:217px;
}
.boxMiddle
{
	float:left; 
	position: relative; 
	top: -4px;
	width:215px;
}
.boxBottom
{
	float:left;
	background:url(image/round_box_bottom_217.gif) no-repeat; 
	position: relative; 
	top: -4px;
	height:14px;
	width:217px;
}
.linhaIndex
{
	width:445px; 
	height:250px
}
.boxIndex
{
	width:217px;
	float:left
}

/* Container */
.container_217 {
   padding-left:5px;
}

.container_217_product {
   padding:6px;
   text-align:center;
}

.container_240 {
	padding-left:8px;
}

.container_240_title{
	font-size:12pt;
   font-weight:bold;
	color:#90C6DB; /*dark green*/
}

.container_240 ul{
	padding-top:5px;
	font-size:10pt;
	line-height:1.3em;
	list-style-type: square;
	list-style-position: outside;
}

.container_440 {
    padding-left:8px;
    padding-right:5px;
	background:#FFFFFF none repeat scroll 0 0;
}

.container_690 {
   padding-left:5px;
   padding-right:5px;
}


/* Sidebar */
.topMenu
{
	height:10px; 
	width:240px;
	background:transparent url(/image/menu/top.gif) no-repeat scroll 0 0;
}
.cellMenu
{
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	background-color:#EFEFEF;
	*position: relative;
	*top: -14px;
}

.menuLinha
{
	background:#EFEFEF url(/image/menu/linha.gif) no-repeat scroll 0 0;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	height:4px;
	width:238px;
}
.bottomMenu
{
	height:12px; 
	width:240px;
	background:transparent url(/image/menu/bottom.gif) no-repeat scroll 0 0;
	*position: relative;
	*top: -14px;
}
.boxSidebarTop
{
	background:transparent url(/image/round_box_top_240.gif) no-repeat scroll 0 0;
	float:left;
	height:12px;
	width:240px;
}
.boxSidebarMiddle
{
	float:left; 
	position: relative; 
	top: -4px;
	width:230px;
	border-left:1px solid #D6C7A5; 
	border-right:1px solid #D6C7A5;
	background-color: #FFF;
}
.boxSidebarBottom
{
	background:transparent url(image/round_box_bottom_240.gif) no-repeat scroll 0 0;
	float:left;
	position: relative; 
	top: -4px;
	height:14px;
	width:240px;
}

.rssMiddle{
background-color:#FFF;
border-left: 1px solid #D6C7A5;
border-right: 1px solid #D6C7A5;
padding-right:35px;
}
 


/* Search */

.search {
   width:440px;
   height:37px;
   background:url(../image/search.png) no-repeat;
   color:#4C4C4C;
   font-size:14px;
   font-weight:bold;
   margin-bottom: 5px;
   padding:2px 0px 0px 35px;
}

.search_large {
   width:650px;
   height:60px;
   background:url(../image/search_large.png) no-repeat;
   color:#4C4C4C;
   font-size:14px;
   font-weight:bold;
   margin-bottom: 5px;
   padding:2px 0px 0px 35px;
}

.search_input {
   border: 1px solid #DDDDDD;
   padding-left:3px;
   color:#444444;
}

#s {
	width: 250px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.round_box_240_middle {
   width: 240px;
   background: #FFFFFF;
   border-left: 1px solid #D6C7A5;
   border-right: 1px solid #D6C7A5;
}                

.round_box_440_middle {
   width: 440px;
   background: #FFFFFF;
   border-left: 1px solid #D6C7A5;
   border-right: 1px solid #D6C7A5;
}                

.round_box_217_middle {
   width: 215px;
   height:220px;
   background: #FFFFFF;
   border-left: 1px solid #D6C7A5;
   border-right: 1px solid #D6C7A5;
}                

.round_box_690_middle {
   width: 690; 
   background: #FFFFFF;
   border-left: 1px solid #D6C7A5;
   border-right: 1px solid #D6C7A5;
}                

/* Footer */

#bottom {
   background:url(../image/bg_bottom.gif) repeat-x;
   border-top: 2px solid #AD9E7B;
	margin: 0px;
	height: 80px;
	min-height: 80px;
	padding: 0px;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
	font-size: 12pt;
}

#legal a {
	color: #999999;
}


.dff_category_link {
	font-size:10pt;
	text-align: left;
}

.dff_featured_store {
	float: left;
	width: 110px;
	height: 100px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-left: 10px;
}

#dff_breadcrumb {
	font-size: 14pt;	
}

#dff_tag_cloud {
	font-size: 8pt;
}

#dff_number_found {
	font-size: 15pt;
	margin-left: 0px;
	margin-top: 0px;
	color: #559106;
}

#dff_paging {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.dff_paging_link {
	border: 1px solid #AAAAAA;
	padding: 2px 3px;
}

.dff_paging_active {
	border: 2px solid #467805;
	font-weight: bold;
	padding: 2px 3px;
}

