A.shop { BACKGROUND: url(images/our-products-off.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right}
A.shop:hover { BACKGROUND: url(images/our-products-on.jpg) no-repeat; TEXT-DECORATION: none ;WIDTH: 98px;  HEIGHT: 33px;display:block;float:right}

A.gallery { BACKGROUND: url(images/gallery_OFF.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }
A.gallery:hover { BACKGROUND: url(images/gallery_ON.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right}

A.view { BACKGROUND: url(images/viewcart_OFF.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }
A.view:hover { BACKGROUND: url(images/viewcart_ON.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }

A.home { BACKGROUND: url(images/home_OFF.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }
A.home:hover { BACKGROUND: url(images/home_ON.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }

A.blog { BACKGROUND: url(images/blog_OFF.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }
A.blog:hover { BACKGROUND: url(images/blog_ON.jpg) no-repeat; TEXT-DECORATION: none; WIDTH: 98px;  HEIGHT: 33px;display:block;float:right }


body
{
	
 
}


.menu_div
{
    position: absolute;
    visibility: hidden;
    margin: 33 358;
    padding: 0;
    border: 1px solid #5970B2;
    
}

.menu_link
{	position: relative;
		display: block;
		margin: 0;
		padding: 3px 16px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000000;
		color: white;
		font: 11px arial
}

.menu_link:hover
{	background: #EAEBD8;
	color: black
}

.border {
border-width: 2px;
border-style: solid;
border-color: #900;
padding: 1px;
} 

.xxsmall
{
    font-size: 10px;
    font-family: Arial, helvetica;
}      


.xsmall
{
    font-size: 11px;
    font-family: Arial, helvetica;
    
}      

.xsmallbold
{
    font-size: 11px;
    font-family: Arial, helvetica;
    font-weight: bold;
}     

.small
{
    font-size: 12px;
    font-family: Arial, helvetica;
}      

.smallbold
{
    font-size: 12px;
    font-family: Arial, helvetica;
    font-weight: bold;
    
}      

.big{
    font-size: 14px;
    font-family: Arial, helvetica;
    
}   

.bigbold{
    font-size: 14px;
    font-family: Arial, helvetica;
    font-weight: bold;
}   


h3
{
    font-size: 15px;
    font-family: Arial, helvetica;
} 

.faqbg
{
    background-color: 	#FFDAB9;
    
}       


a
{
    color: #a9a9a9;
    font-size: 11px;
    text-decoration: none;
    font-family: Arial, helvetica;
    
}
a:hover {
  	color: #a9a9a9;
  	text-decoration: underline;
  	font-family: Arial, helvetica;
}


a.cart
{
    color: #003366;
    font-size: 14px;
    text-decoration: underline;
    font-family: Arial, helvetica;
    font-weight: bold;
}

a.cart:hover {
  	color: #003366;
  	text-decoration: underline;
  	font-family: Arial, helvetica;
  	 font-weight: bold;
}



.head
{
    font-family: Arial, helvetica;
    FONT-SIZE: 16px; 
    COLOR: #504634; 
    
}


.header
{
    font-family: Arial, helvetica;
    FONT-SIZE: 13pt; 
    COLOR: #504634; 
    BORDER-BOTTOM:#504634  1px solid;
}

.blogtext
{
    font-family: arial;
    FONT-SIZE: 9pt; 
    COLOR: #6A5537; 
    font-weight: bold;
}
.blogtext:hover {
  	font-family: arial;
  	text-decoration: none;
  	COLOR: #333333; 
    font-weight: bold;
}


.xblogtext
{
    font-family: arial;
    FONT-SIZE: 7pt; 
    COLOR: #000000; 
    font-weight: bold;
}
.xblogtext:hover {
  	font-family: arial;
  	text-decoration: underline;
  	COLOR: #000000; 
    
}








/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}


