@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
BODY { background:#FFFFFF url(images/bgshadow.jpg) center repeat-y; font-family:Verdana, Helvetica, sans-serif; font-size:10pt; }
TABLE.frame { width:800px; }
TD.head { background:#FF0000 url(images/rvHeader.jpg) no-repeat center; height:235px; width:800px; }
TD.content { width:550px; }
TD.spine { width:100px; background-color:#FF9900; }
DIV.margin { padding:15px;  width:600px;}
IMG { border: #ffffff 0px solid; }
IMG.daddy { padding-left:30px; padding-right:10px; padding-top:40px; }
IMG.parts { padding-left:30px; padding-right:10px; }
IMG.card { padding-left:10px; padding-top:10px; }

ul#vertMenu
{
	list-style-type:none;
}

ul#vertMenu li
{
	display:inline;
}

ul#vertMenu a
{
	float:left;
	width:150px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#FF9900;
	padding:10px;
	border-bottom:#000000;
}

ul#vertMenu a:hover
{
	background:#FFCC00;
}


ul#horizMenu
{
	padding-top:0px;
	list-style-type:none;
}

ul#horizMenu li
{
	display:inline;
}

ul#horizMenu a
{
	float:left;
	width:245px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#FF9900;
	padding:10px;
	border-right:1px solid #000000;
}

ul#horizMenu a:hover
{
	background:#FFCC00;
}


ul#certified
{
	align:left;
	width:400px;
	list-style-type:none;
}

ul#certified li
{
	height:30px;
	display:inline-block;
}

ul#certified a:hover
{
	background:url(images/hover.jpg) left repeat-y;
}

ul#certified a
{
	font: 12px Verdana, Georgia, sans-serif; 
	color:#0000FF; 
	display:inline-block;
	text-decoration:none; 
}

div#menu 
{
	width:190px; 
	background:url(images/header.gif) top no-repeat; 
	padding-top:42px;
}

div#menubody 
{
	background:url(images/body.gif) repeat-y; 
	padding-left:0px;
}

div#menubottom 
{
	height:28px; 
	background:url(images/bottom.gif) top no-repeat;
}

ul#menulist 
{
	width:300px; 
	list-style-type:none;
}

ul#menulist li 
{
	height:50px; 
}

ul#menulist a
{
	width:190px; 
	height:5px; 
	 
	font: 12px Verdana, Georgia, sans-serif; 
	color:#000000; 
	
	text-decoration:none; 
	padding:20px 0 0 20px; 
	display:block !important; 
	display:inline-block;
}

ul#menulist a:hover 
{
	background:url(images/highlight.gif) left repeat-y;
}