@charset "utf-8";


/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em; 
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a:link, 
a:visited, 
a:hover, 
a:active
{
	text-decoration: none;
	color: #f57b2e; 
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
	Compound Selectors
	
\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div.wrapper 
{ 
	width: 98%;
	margin: 1%; 
}

#footer 
{
	font-size: .85em;
	color: #6a747c; 
}

#navcontainer 
{
	padding-left: 100px;
	background: url('../images/sec/header-nav.gif') no-repeat;
	height: 37px;  
}
	
/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

#navcontainer ul 
{
	padding			: 0;
	margin			: 0;
	color			: #b9e5fb;
}
	
/* suckerfish dropdowns */
#navlist, #navlist ul
{
	list-style		: none; 
}

#navlist li ul 
{
	position		: absolute;
	width			: 10em;
	background-color: #00bdf2;
	left			: -999em; 
}

#navlist li:hover ul 
{ 
	left			: auto; 
}
	
#navlist li.sfhover ul
{
	left			: 0;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#navcontainer ul li 
{ 
	display			: inline;
	line-height		: 2.8em;
	font-weight		: bold; 
}

#navlist li 
{
	text-align		: center;
	float			: left;
	width			: 10em; 
	position		: relative;
}
	
/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
td#upperarrow h1 a{	display		: block;	width		: 520px;	margin-top	: 20px;}
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active 
{
	text-decoration: none;
	color: #6a747c; 
}

/* -- main menu navigation highlighting -- */
#home #navcontainer ul li a#home,
#keycaps #navcontainer ul li a#keycaps,
#custom #navcontainer ul li a#custom,
#novelty #navcontainer ul li a#novelty
{ 
	color: #b9e5fb; 
}

#navcontainer ul li a 
{
	color: #fff;
	text-decoration: none; 
}

#navcontainer ul li a:hover 
{
	color: #b9e5fb;  
}

#navlist a 
{
	display: block;
	width: 10em; 
}
	
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

tr, td 
{
	text-align: left; 
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/form#contactForm input{	width		: 275px;}
form#contactForm input[type="submit"]{	width		: auto;}
/*___ LABEL _________________________________________________________________*//*___ TEXTAREA _________________________________________________________________*/form#contactForm textarea{	width		: 500px;	height		: 140px;}

/*___Group/Section/Class_________________________________________________________________*/
