/* -- ELEMENT STYLES -- */

body
{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #4D4D4D;
	margin: 6px 20px 6px 20px;
	text-align: justify;
	line-height: 1.3em;
	background: #ebffed;
}

.address{	
	font-size: .6em;
	line-height: 1.3em;
	margin: 20px 0px 20px 10px;
	}

.article_title {
	margin: 20px 0px 20px 0px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #6D6C6C;
}

.bold
{
	font-weight: bold;
	margin: 0px 0 4px 0;
}


#banner
{
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 76px;
	padding: 14px 0px 0px 0px;
}

.center	{
	padding: 0px 30px 20px 30px;
	font-size: .7em;
	text-align: justify;
	line-height: 1.3em;
}


.text{text-align: justify;}


.menutitle
{
	background-image: url(/images/hbg.jpg);
	height: 17px;
	font-size: 14px;
	color: #6D6C6C;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0 0 14px; 
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	}

.right
{
	font-size: .9em;
	color: #fff;
	padding: 0px 10px 4px 10px;
	background: #CECECE;
	font-weight: bold;
}

.righttext
{
	font-size: .7em;
	color: #6C6C6C;
	padding: 0px 10px 0px 10px;
	line-height: 1em;
}



#footer
{
	font-size: .6em;
	height: 50px;
	padding: 50px 4px 4px 4px;
	color: #626262;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	}
	

#footer a {
	color: #626262;
}

#pics
{
	float: right;
	padding: 0px 0px 0px 30px ;

	}



img.specials
{
	margin: 10px 0 10px 10px;
}



.formbits {  
	font-size: 11px; 
	COLOR: #8C8C8C; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	padding: 2px 3px 3px 3px;
	margin: 0px 0px 5px 0px ;
	font-weight: normal;
	border: 1px solid #6C6C6C;
	background-color: F4F4F4;
}


a {
  color: #3C6067;
  text-decoration:underline;
}

a:hover {
  text-decoration:underline;
}


a.prod {
  color: #3C6067;
  text-decoration:none;
}

a.prod:hover {
  text-decoration:underline;
}

.product_title {
	font-size: 1.6em;
	text-align: left;
}

.product {
	text-align: justify;
}

img.product_image {
	width: 150px;
	border: 1px solid;
}

#productnotfound {
	width: 90%;
	border: 1px solid;
	text-align: center;
}


