/* Site Colors
Blue: #0093D0;
Red: #f00;

*/

BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px auto;
	font-size: 12px;
	background-color: #000;
}



#wrapper
{
	width: 850px;
	background-color: #000;
	margin: 0px auto;
	background-image: url(../graphics/bluewave.gif);
	background-repeat: no-repeat;
	background-position: left 78px;
}


#siliconespage #wrapper
{

	background-image: url(../graphics/redwave.gif);

}
#foampage #wrapper
{

	background-image: url(../graphics/yellowwave.gif);

}


#topbar
{
	color: #300;
	width: 850px;
	height: 70px;
	background-color: #fff;
	border-bottom: 8px solid #0093D0;
}

#topbar P {float: right; 
font-weight: bold; 
font-size: 18px;

margin-right: 20px;
margin-top: 10px;
text-align:center;}

#topbar IMG {margin-left: 30px;}

#siliconespage #topbar
{

	border-bottom: 8px solid #E50318;

}

#foampage #topbar
{

	border-bottom: 8px solid #FACC42;	

}

H1
{
	font-size: 18px;
	color: #0093D0;
}

*html H1 {clear: both;}

#siliconespage H1 {color: #E50318;}

#foampage H1 {color: #FACC42;	}
H2 {font-size: 16px;
color: #f00;}


H3
{   border-top: 1px solid #f00;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	padding-top: 5px;
	clear: right;
}


A, A:link { color: #f00; }
A:hover { color: #0093D0; }


/* CONTENT BOX */
#leftcol
{
	width: 150px;
	margin-left: -27px;
	float: left;
	margin-top: -8px;
}

#leftcol UL
{
	clear: both;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 105px;
	
	
}



#leftcol LI
{
	width: 150px;
	
}



#leftcol LI A
{
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0px 2px 0px;
	border-bottom: 1px solid #f00;
	width: 120px;
}


#leftcol LI A:hover
{
	color: #f00;
	text-decoration: none;
}


#middlecol_sub
{
	background-color: #FFF;

	width: 450px;
	/*position: relative;*/
	margin: 30px 0px 10px 370px;
	padding: 0 10px;
	
}

*html #middlecol_sub {


padding: 0;


}

.boxtop, .boxbottom {width: 478px; margin-top: -23px; margin-left: -14px;}

*html .boxtop, *html .boxbottom {width: 460px; margin-left: -5px; margin-right: -5px;  margin-top: -5px;}


*html #middlecol_sub P, *html #middlecol_sub H1, *html #middlecol_sub H2, *html #middlecol_sub H3 {padding: 0 5px 0 5px;}


/*	Vertical Accordions
		*/

.accordion_toggle
{
	display: block;
	height: 30px;
	width: 97%;
	background-image: url(../graphics/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #0093D0;
	padding: 0 5px 5px 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #fff;
	/*border-bottom: 1px solid #f00;*/
	cursor: pointer;
	margin: 0;
}

#siliconespage .accordion_toggle {background-color: #f00; 	border-bottom: 1px solid #fff;}

#foampage .accordion_toggle {background-color: #FACC42; }

.accordion_toggle:hover
{
	background-color: rgb(151,176,200);
	background-image: url(../graphics/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_toggle_active
{
	/*background-color: #f00;*/
	color: #ffffff;
	border-bottom: 1px solid #f00;
	background-image: url(../graphics/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}






.accordion_toggle_active:hover
{
	background-color: rgb(151,176,200);
	background-image: url(../graphics/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}

.accordion_content { padding: 5px 10px 5px 10px; overflow: hidden; width: 95%;}



/* Footer */

#footer
{border-top: 8px solid #0093D0;
	background-color: #fff;
	clear: both;
	padding: 10px;
	font-size: 11px;
	width: 830px;
	height: 60px;
	line-height: 130%;
}

#footer A
{
	color: #000;
	text-decoration: none;
	margin-right: 8px;
	font-weight: bold;
	
}

#footer A:hover { color: #0093D0; }

#bottomnav
{
	float: right;
	border-left: 2px solid #647d54;
	padding-left: 15px;
	margin-top: 10px;
	line-height: 150%;
}

#siliconespage #footer
{

	border-top: 8px solid #E50318;	

}

#foampage #footer
{

	border-top: 8px solid #FACC42;	

}