/*
  AFCommerce Main Style Sheet File
  File Name: style.css, v 2.1       
  Author: Patrick Ferlazzo, AmazingFlash.com

  AFCommerce, Amazing Flash Commerce Solutions
  http://www.afcommerce.com

  Copyright (c) 2005 AFCommerce

  AFCommerce is Released under the GNU General Public License
*/

 

BODY {
     margin: 0px;
     color: #ffffff;
     background: #fefefe;
	 background-image: url('http://maiadiadesigns.com/images/mainsite/grade1.jpg');
	 background-repeat: repeat-y;
	 }
	 

.contentheader {
      font-family : Verdana, Arial, sans-serif;
	  font-size : 21px;
	  font-weight: bold;
	  }


.maintext  { 
     font-family : Verdana, Arial, sans-serif;
     }
	 
/* The view cart class controls the font on viewcart.php */		 
	 
.viewcart { 
     font-family : Verdana, Arial, sans-serif;
     font-size : 15px; font-weight: bold; 
	 }  

	 
/* The menu class is used to control the background color and borders of the navigation menu */	
	
.menu {
     border-width: 0px 1px 0px 1px;
	 padding: 0px;
	 margin: 0px;
	 border-style: solid;
	 border-color: #fff;
	 background-color: #000;
	 font-family : Verdana, Arial, sans-serif;
	 color: #003366;
	 }  
	 
/* The headline1 class controls the border and text at the very top of the navigation menu  */	
	 
.headline1 {
     border-width: 1px 0px 1px 0px;
	 padding: 5px;
	 margin: 0px 0px 15px 0px;
	 border-style: solid;
	 border-color: #fff;
	 background-color: #B21A1F;
	 font-family : Verdana, Arial, sans-serif;
	 font-weight:bold;
	 font-size : 12px;
	 color: #fff;
	 
	 } 

/* The headline2 class controls the border background color and text inside of the navigation menu that is not a link for example where it says STORE OPTIONS inside of the menu  */	 
	 
.headline2 {
     border-width: 1px 0px 1px 0px;
	 padding: 5px;
	 margin: 15px 0px 15px 0px;
	 border-style: solid;
	 border-color: #fff;
	 background-color: #B21A1F;
	 font-family : Verdana, Arial, sans-serif;
	 font-weight:bold;
	 font-size : 12px;
	 color: #fff;
	 } 
	
/* The searchbutton class controls the searchbutton in the main navigation */	
	 


/* controls links inside of the menu if you are not using buttons */
 
A.lftnav:link {
     width: 90%;
	 margin: 7px 5px 7px 5px;
	 padding:4px;
	 text-decoration:none;
	 display:block;
	 border-style:solid;
	 border-width:1px;
	 border-color:#EEEEEE;
	 font-weight:bold;
	 font-size : 12px;
	 color: #ffffff;
	 }
A.lftnav:visited {
     width: 90%;
	 margin: 7px 5px 7px 5px;
     padding:4px;
	 text-decoration:none;
	 display:block;
	 border-style:solid;
	 border-width:1px;
	 border-color:#EEEEEE;
	 font-weight:bold;
	 font-size : 12px;
	 color: #ffffff;
	 }
A.lftnav:hover {
     width: 90%;
	 margin: 7px 5px 7px 5px;
     padding:4px;  
	 text-decoration:none;
	 display:block;   
	 border-style:solid;
	 border-width:1px;
	 border-color:#B7B7B7;
	 background-color:#F7F7F7;
	 font-weight:bold;
	 font-size : 12px;
	 color:#993333;
	 }
A.lftnav:active {
     width: 90%;
	 margin: 7px 5px 7px 5px;
     padding:4px;  
	 text-decoration:none;
	 display:block;   
	 border-style:solid;
	 border-width:1px;
	 border-color:#B7B7B7;
	 background-color:#F7F7F7;
	 font-weight:bold;
	 font-size : 12px;
	 color: #ffffff;
	 }
	 
	
/* controls the borders and background color of the main body of content this class is called on the bottom of the toplayout.php page  */	
	
.bodyframe {
	 border-width: 0px 1px 1px 1px;
	 padding: 10px;
	 border-style: solid;
	 border-color: #fff;
	 background: #000;
	 }  	

/* The getcategory class controls the look of  product listings on  getcategory.php, showspecials.php, showclearance.php showbundles.php, bestsellers.php, whatsnew.php, getmanufacture.php, and search results  */	

.getcategory {
	 border-style:solid;
	 border-width:1px 0px 1px 0px;
	 border-color:#fff;
	 background-color:#B21A1F;
	 }


A.getcategory:link {
     width: 90%;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-width: 0px;
	 
	 }
A.getcategory:visited { 
     width: 90%;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-width: 0px;
	 
	 }
 A.getcategory:hover { 
     width: 90%;
     padding: 5px;
     display:block;
	 color:#D5C99A;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-width: 0px;
	 
	 }
A.getcategory:active { 
     width: 90%;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-width: 0px;
	 }	 

/* The subcategory class controls the look of links for subcategories on the getcategory.php page  */
	 
A.subcategory:link {
     
	 margin: 5px;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-style:solid;
	 border-width:1px 0px 1px 0px;
	 border-color:#fff;
	 background-color:#B21A1F;
	 }
A.subcategory:visited { 
     
	 margin: 5px;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-style:solid;
	 border-width:1px 0px 1px 0px;
	 border-color:#fff;
	 background-color:#B21A1F;
	 }
 A.subcategory:hover { 
     
	 margin: 5px;
     padding: 5px;
     display:block;
	 color:#D5C99A;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-style:solid;
	 border-width:1px 0px 1px 0px;
	 border-color:#C4D8E5;
	 background-color:#B21A1F;
	 }
A.subcategory:active { 
     
	 margin: 5px;
     padding: 5px;
     display:block;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 font-size:14px;
	 border-style:solid;
	 border-width:1px 0px 1px 0px;
	 border-color:#fff;
	 background-color:#B21A1F;
	 }	 

	 
/* The name class controls font size and color for the category name on the getcategory.php, showspecials.php, showclearance.php showbundles.php, getmanufactures.php page and the product name on the getproduct.php page  */	 
	 
.name { 
     font-size : 25px;
	 font-weight: bold;
	 color: #eeeeee;
	 
	 }
	 
/* The description class controls font size and color for the category description on the getcategory.php page and the product description on the getproduct.php page  */	 

.description {   
     font-size : 17px;
	 
     color : #eeeeee;
	 }

.border {   
     border: 1px solid;
	 border-color:fff;
	 } 
	 
.multilisting {   
     border: 1px solid;
	 border-color:#eeeeee;
	 background-color: #B21A1F;
	 }
	 
/* the login class controls all links on the account.php page, it also controls the Go Back, Next Page,  and Previous Page links throughout the cart */		 
	 
	 
A.login:link {
     font-family : Verdana, Arial, sans-serif; 
     font-size : 15px;
	 font-weight: bold;
	 color: #D5C99A;
	 }
A.login:visited {
     font-family : Verdana, Arial, sans-serif; 
     font-size : 15px;
	 font-weight: bold;
	 color: #D5C99A; 
	 }
A.login:hover {
     font-family : Verdana, Arial, sans-serif; 
     font-size : 15px;
	 font-weight: bold;
	 color: #fff;
	 }
A.login:active {
     font-family : Verdana, Arial, sans-serif; 
     font-size : 15px;
	 font-weight: bold;
	 color: #D5C99A;
	 }	 
	
  
/* general links */		 
	 
a:link { 
     color: #D5C99A;
     text-decoration: none;
	 }
a:visited { 
     color: #D5C99A;
	 text-decoration: none;
	 }
a:hover { 
     color: #fff;
     text-decoration: underline;
	 }
a:active { 
     color: #D5C99A;
     text-decoration: underline;
	 } 	 
	 
	 
A.maincart:link {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
	 color: #D5C99A;
	 text-decoration: none; 
     }
A.maincart:visited { 
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
	 color: #D5C99A;
	 text-decoration: none; 
	 }
A.maincart:hover {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
	 color: #fff;
	 text-decoration: underline; 
     }
A.maincart:active {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
	 color: #D5C99A;
	 text-decoration: underline; 
     }
	 
a.amazing:link { 
font-family : Verdana, Arial, sans-serif; font-style : italic; font-size : 9px; color: #B21A1F; 
}
a.amazing:visited { 
font-family : Verdana, Arial, sans-serif; font-style : italic; font-size : 9px; color: #B21A1F; 
}
a.amazing:hover { 
font-family : Verdana, Arial, sans-serif; font-style : italic; font-size : 9px; color: #000; 
}
a.amazing:active { 
font-family : Verdana, Arial, sans-serif; font-style : italic; font-size : 9px; color: #B21A1F; 
}


#topnav {  border-width: 1px 0px 1px 0px;
	 padding: 5px;
	 border-style: solid;
	 border-color: #fff;
	 background-color: #B21A1F;
	 font-family : Verdana, Arial, sans-serif;
	 font-weight:bold;
	 font-size : 12px;
	 color: #fff; }


#topnav ul {
margin: 0px;
padding: 0px;
font-family : Verdana, Arial, sans-serif;
color:#fff;
}

#topnav li {
list-style: none;
display: inline;
}

#topnav li a {
padding: 5px 5px 5px 5px;
margin: 5px 10px 5px 10px;
border-width: 0px;
border-style: solid;
border-color: #000;
color:#fff;
}

#topnav li a:hover {
padding: 5px 5px 5px 5px;
margin: 5px 10px 5px 10px;
border-width: 0px;
border-style: solid;
border-color: #000;
color:#D5C99A;
text-decoration: none;
}
	 
hr { 
background-color: #B21A1F;
color: #B21A1F;
height: 1px;
}

form { margin: 0px; padding:0px; }