/* Style sheet for SolIdeas.com */
/* July 7, 2003 */

body
{
	margin:0;	
        color:#666666;
	font-family:"verdana";
}

/* datetext applies to the current date at the upper right of the window. 
Pixel dimensions are used to control height of table row.*/

.datetext 
{
	color:#FFFFFF;
	font-family:"verdana";
	font-size:10px;
}

/* maintext applies to the text within the white section of the page.
 Color=dark gray. Size= smaller than default. font controls are used
 to implement this for regular text and text in lists.*/ 

.maintext 
{
	color:#666666;
	font-family:"verdana";
	font-size:.85em;
}

/* maintextblack is same as maintext, except that color is black.
 Used for orange backgrounds, since the gray color looks bluish 
 on that background. */ 

.maintextblack 
{
	color:#000000;
	font-family:"verdana";
	font-size:.85em;
}


/* largecaptions applies to the captions on the enlarged photos. */

.largecaptions 
{
	color:#666666;
	font-family:"verdana";
	font-size:1em;
	text-align: center;
}

/* h1 headers are larger than main text, centered, bold.
 Color=dark gray. Size= larger than default. */ 
h1 
{
	color:#666666;
	font-family:"verdana";
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	margin-top: .5em;
	margin-bottom: .5em;
}

/* h2 headers are slightly larger than main text, bold, justification not defined.
 Color=dark gray. Size= default. */ 
h2 
{
	color:#666666;
	font-family:"verdana";
	font-size:1em;
	font-weight:bold;
}

/* featureheader applies to the headers on "This Month's Feature" and bottom boxes. 
Font family inherited, color is white, weight is bold.*/

.featureheader
{
	color:#FFFFFF;
	font-family:"verdana";
	font-size:.85em;
	font-weight:bold;
}

/* featuretext applies to the text in "This Month's Feature" and bottom boxes. 
Font family inherited, color is dark gray, size is smaller than main text.*/

.featuretext
{
	color:#333333;
	font-family:"verdana";
	font-size:.75em;
}

/* copyright applies to the copyright notice. 
Font family inherited, color is dark gray, size is smaller than main text.
Note: Copyright should be child of body, not child of maintext.*/

.copyright
{
	color:#666666;
	font-family:"verdana";
	font-size:.75em;
}

/* Navigation Controls */

/* Default navigation for main text (on white background). 
Inherit font-family and size from parent.
Link color is dark red, active & visited link = darker red, hover = gold. */

a:link    
{      color:#CF0800; }

a:visited
{      color:#990000; }

a:active
{      color:#990000; }

a:hover
{      color:#FF9A00; }


/* primnav, navigation for main menu (left menu). 
Remove this when menu is converted to images. 
 Link and visited color: white , hover color gray.
bold, no underline. */

a.primnav:link, a.primnav:visited
{
	font-family:"verdana";
	color:#FFFFFF;
	font-size:.85em;
	text-decoration:none;
	font-weight:bold;
}

a.primnav:hover
{
	font-family:"verdana";
	color:#CCCCCC;
	font-size:.85em;
	font-weight:bold;
}

/* secnav, navigation for second level categories in main menu (left menu).
 Remove this when menu is converted to images. 
Link and visited color: white , hover color gray.
bold, no underline. */

a.secnav:link, a.secnav:visited
{
	font-family:"verdana";
	color:#FFFFFF;
	font-size:.8em;
	text-decoration:none;
	font-weight:bold;
}

a.secnav:hover
{
	font-family:"verdana";
	color:#CCCCCC;
	font-size:.8em;
	font-weight:bold;
}

/* thirdnav, navigation for third level categories in main menu (left menu).
 Remove this when menu is converted to images. 
Link and visited color: white , hover color gray.
bold, no underline. */

a.thirdnav:link, a.thirdnav:visited
{
	font-family:"verdana";
	color:#FFFFFF;
	font-size:.75em;
	text-decoration:none;
	font-weight:bold;
}

a.thirdnav:hover
{
	font-family:"verdana";
	color:#CCCCCC;
	font-size:.75em;
	font-weight:bold;
}

/* fourthnav, navigation for fourth level categories in main menu (left menu).
 Remove this when menu is converted to images. 
Link and visited color: white , hover color gray.
bold, no underline. */

a.fourthnav:link, a.fourthnav:visited
{
	font-family:"verdana";
	color:#FFFFFF;
	font-size:.7em;
	text-decoration:none;
	font-weight:bold;
}

a.fourthnav:hover
{
	font-family:"verdana";
	color:#CCCCCC;
	font-size:.7em;
	font-weight:bold;
}

/* Navigation for main part of feature (on light orange background). 
Inherit font-family and size from parent.
Link color is same as main text, Active & visited link also same, hover = dark gray. 
(Purpose of this is to avoid hover color gold on orange background.) */

a.featurebodynav:link, a.featurebodynav:visited
{	color:#CF0800; }

a.featurebodynav:visited
{      color:#990000; }

a.featurebodynav:hover
{	color:#666666; }


/* Navigation for bottom of features (on dark red or dark orange background). 
Used for More and Order Now.
Inherit font-family and size from parent. Bold.
Link color is white, Active & visited link also white, hover = medium gray. */

a.featurebottomnav:link, a.featurebottomnav:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.featurebottomnav:hover
{
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
