/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : silver;
	background-color : White;
	font-weight : Normal;
}
 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family : Tahoma;
	font-size : 11px;
	font-weight: bold;
	color: #535252;
	padding-top: 5px;
   
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	padding-top: 3px;

}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family :  Tahoma;
		color : #535252;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family : Tahoma;
	color : #535252;
} 

/*A.category::Links::  Controls the way the  sub-category links look before a user clicks  or mouse overs on them*/ 	 
A.category {
	font-family :  Arial, Helvetica, sans-serif;
	color : Silver;
	font-size : 8pt;
	font-weight : Normal;
	text-decoration: none;
	
}


 /*frame2:: frame2 settings*/		
.frame2 {
	 border-style: solid;
	border-color: #4D4D4D;
	border-width:  1px;
	border-bottom-width:  1px;
	 border-left: none;
	border-right: none;
	border-top: none;
	
}

 /*frame1:: frame1 settings*/		
.frame1 {
	 border-style: solid;
	border-color: #B3B9C0;
	border-width:  1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    border-right-width:  1px;
	border-top-width:  1px;
		
}


/*menu:: Primary  Screen Font size (Default Font Size is 10)*/ 
.menu {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: bold;
	color: #535252;
	padding-top: 3px;
   
}
/*bigtext:: Secondary Screen Font (Default Font Size is 11)*/ 
.bigtext {
	font-family : Tahoma;
	font-size : 12px;
	color: #535252;
    font-weight : Normal;
} 
 
 
/*smalltext:: Secondary Screen Font (Default Font Size is 11)*/ 
.smalltext {
	font-family : Tahoma;
	font-size : 11px;
	color: #898A8C;
    font-weight : Normal;
}
 
 /*font3:: Secondary Screen Font (Default Font Size is 9)*/ 
.font3 {
	font-family : Tahoma;
	font-size : 12px;
    font-weight : bold;
	color: Red;
}
 
</STYLE>
.menulistings {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535252;
	text-decoration: none;
	text-indent: 3px;
	font-weight: bold;
}
