/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
}
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	128%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	118%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	120%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{
	list-style-type: disc;
	list-style-image: url(images/RW_Bullet.gif);
	list-style-position: outside;
	vertical-align: top;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

hr
{
	border: solid 0px #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	height: 1px;
	background-color: #cccccc;
	color: #cccccc;
}

body

{
	margin: 0;
	padding: 0;
	font-size: 72%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #f5f5f5;
}


#container

{
	margin: 0em auto 1em auto;
	width: 722px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	font-size: 100%;
}

#headerTop
{
	background-image: url(images/bgHeaderTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
	background-color: #000000;
}

#headerMid

{

	height: 186px;

	width: 100%;

	background-image: url(header.jpg);

	background-repeat: no-repeat;

	background-position: 0 0;

	border-bottom: 1px solid #fff;

	position: relative;

	border: 1px none #fff;

	border-bottom: 1px solid #fff;

}

#headerMid IMG
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}


#mainnav ul { list-style-type: none; }

#mainnav li { display: inline; }



#menu

{
	float: left;
	width: 220px;	
}

#menuinner

{
	padding-left: 15px;
	
	
}

#contents { margin: 0 20px 40px 250px; font-size: 100%; }


.contentsinner p, table
{ 
	line-height: 1.2em;
	font-size: 95%;
	
}
.contentsinner p
{ 
	line-height: 1.2em;
	font-size: 95%;
	margin: 7px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	
}


#footer

{
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 90%;
}

.tocbg
{
	background-image: url(images/bgToc.gif);
	background-position: left top;
	background-repeat: repeat-x;	
}

.bgcaption
{
	background-image: url(images/bgcaption.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #f5f5f5;	
}

.bgSectionA
{
	background-image: url(images/bgSectionA.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	border: solid 0px #ffffff;
	margin: 0px 0px 0px 0px;
}

.bgSectionB
{
	background-image: url(images/bgSectionB.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 4px 0px 4px 0px;
	
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	
}

.bgSectionDark
{
	color: #333333;
}

.bgSectionInnerA
{
	background-color: #4d4d4d;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	border: solid 0px #ffffff;
	margin: 0px 0px 0px 0px;
}

.bgSectionInnerAA
{
	background-color: #e8e8e8;
	padding: 10px 10px 10px 10px;
	color: #333333;
	font-size: 85%;
	word-spacing: .02em;
}

.bgSectionInnerAB
{
	
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 95%;
}

.spacer
{
	border: solid 0px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	background-color: #cccccc; 	
}

.price
{
	font-size: 16px;
	font-weight: bold;
	text-align: right;	
}

.placeanorder
{
	border: solid 1px #cccccc;
	padding: 8px 8px 8px 8px;
	background-color: #f5f5f5;
	font-weight: bold;
}

a.onDark:link     {   text-decoration: none;  font-weight: normal; color: yellow}
a.onDark:visited  {   text-decoration: none;  font-weight: normal; color: yellow}
a.onDark:active   {   text-decoration: none;  font-weight: normal; color: yellow}
a.onDark:hover    {   text-decoration: none; color: #ffffff; }
