/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1F5111;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1F5111;
}

body {
	
	background: #8CBB5F url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{

}

#back
{
width: 799px;
background: #E3F5D1;
margin: 0 auto;
}

#header {
	height: 101px;
	text-align: left;		
}

#menu1
{
width: 100%;
/* width: 659px;*/
height: 20px;
padding-left: 0px;
background: url(images/buttons.gif) no-repeat;
}
#menu
{
width: 100%;
height: 69px;
padding-left:0px;
text-align: center;
background: #E3F5D1 url(images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;
		
}

#menu li {
	
	display: inline; 
	
}


#menu a {
	float: left;
	width: 110px;
	height: 24px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #1E5010;
	font-weight: bold;
	padding-top: 12px;
	
	font-size: 12px;
	text-transform: uppercase;
	
}

#menu a:hover {
	width: 110px;
    height: 24px;
	
	color: #F8FAF7;
	text-decoration: uppercase;
}



#logo {
background: #E3F5D1 url(images/header.jpg) no-repeat;
width: 769px;
height: 101px;
text-align: left;
padding-top: 155px;
padding-left: 30px;
margin-bottom: 5px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #F8FAF7;
}

#logo H1
{
font-style: italic;
	font-size: 26px;
	color: #F8FAF7;
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 10px;
padding-top: 20px;
background: #E3F5D1;
}

#main_G
{
padding: 0px;
padding-top: 0px;
background: #E3F5D1;
}


#center
{
float: center;
width: 500px;
padding-left: 150px;
background: #E3F5D1;

}

#pics
{
float: center;
width: 790px;
padding-left:10px;
background: #E3F5D1;
}



/* GALLERY CODE */

.gallery-border		{ border: #000000 2px solid; margin-bottom: 2px; }

.gallery-borderon	{ border: #FF0000 2px solid; margin-bottom: 2px; }

.gallerytext		{ COLOR: #666666; FONT: 14px footlight MT light, arial, sans-serif; font-weight: bold; }

.gallerytitle1		{ COLOR: #000000; FONT: 18px "AvantGarde Md BT", arial, verdana, sans-serif; font-weight: bold; }

.gallerytitle2		{ COLOR: #000000; FONT: 16px "AvantGarde Md BT", arial, verdana, sans-serif; font-weight: bold; }

.gallerytitle		{ COLOR: #000000; FONT: 14px "AvantGarde Md BT", arial, verdana, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #339900; FONT: 14px "AvantGarde Md BT", arial, sans-serif; font-weight: bold; }

.cartmargin		{ margin: 5px 0px 0px 0px; }


/* END GALLERY CODE */

#footer {
	height: 70px;
	clear: both;
	padding-top: 2px;
	border-top: 5px solid #1E5010;
	background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #1F5111;
}

#footer a {
	color: #1F5111;
}