/* basic elements */
html  {
	margin: 0px;
	padding: 0px;
	}

BODY  {
	display: block;  
	font: 10pt normal normal georgia, serif;
	line-height: 1.88889;
	color: #000000; 
	background-color: #DCC79A;	
      margin: 0px; 
	padding: 0px;
	text-align: center;

	}
p     { 
	margin-top: 0px; 
	text-align: justify;
	}
P.center     { 
	margin-top: 0px; 
	text-align: center;
	}
.coltext {
	display: inline;  
	font: 10pt normal normal georgia, serif;
	line-height: 1.88889;
	color: #000000; 
      margin: -10px 10px 0px 0px; 
	padding: 0px;
	text-align: justify;

	}
.column {
	font: 10pt normal normal georgia, serif;
	line-height: 1.88889;
	color: #000000; 
	text-align: justify;

	}


H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }

H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }

H3    { 
	font: bold 1.17em verdana, sans-serif;
	line-height: 1.5em;
	background-color: #EEE3CD;
	color: #A83C0F;
	}

H4		{ font-size: 1em; margin: 1.33em 0 }
H5          { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6          { font-size: .67em; margin: 2.33em 0 }

img  {
      border: none;
     }
img.floatleft { 
    float: left; 
    margin: 20px 10px; 
    padding: 0px 10px 0px 0px;
}
img.floatright { 
    float: right; 
    margin: 6px; 
}

A:LINK { 
	font-weight: 700; 
	text-decoration: none; 
	color: #39600C;
	}
A:VISITED { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8A9A78;
	}
A:HOVER { 
	font-weight: bolder;
	text-decoration: underline; 
	color: #336C0C;
	}
A:FOCUS  { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #336C0C;
	}
A:ACTIVE { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #336C0C;
	}


ACRONYM {
	cursor: help;
	border-bottom: none;
	}


#MainMenu {
	font: 1.4em Verdana,Helvetica,Sans-serif;
	text-align: left;
	margin: 4px 4px;
}

LI#MainMenu {
display:inline;
font-family: verdana, helvetica, sans-serif;
background-color:#eee;
border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0px;
padding:.5em;

} 

#MainMenu A:LINK { 

	font-weight: bold; 
	text-decoration: none; 
	color: #39600C;
	}
#MainMenu A:VISITED { 
	font-weight: bold; 
	text-decoration: none; 
	color: #39600C;
	}
#MainMenu A:HOVER { 
	font-weight: bold; 
	font-style: italic; 
	color: #336C0C;
	}
#MainMenu A:FOCUS  { 
	font-weight: bold; 
	font-style: italic; 
	color: #336C0C;
	}
#MainMenu A:ACTIVE { 
	font-weight: bold; 
	font-style: italic; 
	color: #336C0C;
	}

#Contact{
	position:relative; top:-35px;
	z-index:5;
}
#PageContainer {
	width: 740px;
	border:4px solid;
	border-color: #833D1A;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}

#Header { 
	width: 740px;    
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	}

#Content {
	width: 715px;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px; 
	padding: 10px;
	text-align: justify;
	}

#Catalog{	
	width: 740px;
	background-color: #FFFFFF;
	margin: 12px auto 0px auto; 
	padding: 0px;
	text-align: left;

	}

#Upsell {
	clear: both; 
	width: 740px;
	background-color: #FFFFFF;
	margin: 12px auto;
	padding: 0px;
	text-align: center;
}

#Content2 {
	width: 715px;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px; 
	padding: 10px;
	text-align: justify;
}

#Footer{
	clear: both; 
	width: 740px;
	height: 75px;
	font: small tahoma, sans-serif;
	line-height: 1.88889;
	color: #EEE3CD; 
	background-color: #833D1A;	
      margin: 0px; 
	padding: 0px;
	text-align: center;
	}
div.gallery
  {
  margin:4px 4px;
  border:2px solid #A35A31;
  background-color: #FFF;
  width:172px;
  height:650px;
  float:left;
  text-align:center;
  }
div.gallery img
  {
  display:inline;
  margin-top:6px;
  margin-right:2px; 
  margin-bottom:6px;
  margin-left:2px;
  border:2px solid #000000;
  }

/* 

<!--div.img a:hover img
  {
  border:1px solid #FFFFFF;
  }
*/

div.desc
  {
  text-align:justify;
  font-weight:normal;
  width:150px;
  margin:5px 0px 5px 0px;
  padding: .5em .5em .5em .5em;
  }
div.autocenter
{margin:0px auto;
}

div.column
  {
  display:inline;
  text-align:justify;
  font-weight:normal;
  width: 300px;
  margin-top: 0px;
  margin-right: 6px; 
  margin-bottom: 0px;
  margin-left: 6px;
  padding: .5em .5em .5em .5em;
  }


.decocolor1 {
	color: #EB9542;
	}

.decocolor2 {
	color: #5A5526;
	}

form { 
 border: 1px solid #833D1A;
 background-color: #EEE3CD; 
 padding: 5px; 
}

input {
 background-color: #DCC79A;
}

select { 
 background-color: #DCC79A; 
 color: #833D1A; 
}


textarea { 
 background-color: #DCC79A; 
 color: #000000; 
}

input.radio { background-color: #EEE3CD; }
input.checkbox { background-color: #EEE3CD; }
input.textarea { 
 background-color: #DCC79A; 
 color: #000000; 
}
input.textbox { 
 background-color: #DCC79A; 
 color: #000000; 
}


.button { font-size: 12px; font-family: Lucida Calligraphy; background-color: #A35A31; color: ivory; }


