* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
a:link {
	color: #000;
	text-decoration: none;}

a:hover {
	color:#999;
	cursor: pointer;}

a:visited {
	color: #000;
	text-decoration: none;}
	
.CollapsiblePanelTab:Hover {background-color: #000000; color: #FFFF00;}

.CollapsibleTabOpen {background-color: #ffffff; color: #000000;}

.CollapsiblePanel {font-size: 16px;}

.CollapsiblePanelContent {background-color: #ffffff; color: #000000; font-size: 12px; padding: 30px; margin-bottom: 10px}

#wrapper {
	margin: 0px auto;
	width: 900px;
	border: 1px solid #999999;
}

#header {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	width: 870px;
	height: 100px;
	float: left;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding: 15px;
}

#leftcolumn { 
 color: #333333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 180px;
 height: 100%;
 float: left;
}

#content { 
 float: left;
 color: #333333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 480px;
 display: inline;
}

#content2 { 
 float: left;
 color: #333333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 680px;
 display: inline;
}

#rightcolumn { 
 color: #333333;
 margin: 0px 0px 0px 0px;
 width: 200px;
 padding-top: 10px;
 float: left;
}

.gallery {
width: 200px;
height: 200px;
margin: 5px 5px 2px 5px;
border: 1px solid #666666;
float: left;
}

.gallerytext {
width: 200px;
height: 60px;
font-size: .9em;
margin: 0px 5px 5px 5px;
float: left;
}

#table {
font: Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 10px;
display: inline;
}

#accessories { 
 float: left;
 color: #333333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 630px;
 display: inline;
}

.access {
width: 172px;
height: 30px;
float: left;
background-image:url(images/number.png);
background-repeat: no-repeat;
background-color: #99B3D2;
padding: 2px 2px 0px 36px;
margin-bottom: 2px;
}
.order {
width: 66px;
height: 30px;
float: left;
background-color: #99B3D2;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}
.description {
width: 346px;
height: 30px;
float: left;
background-color: #99B3D2;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}

.access2 {
width: 172px;
height: 30px;
float: left;
background-image:url(images/number.png);
background-repeat: no-repeat;
background-color: #C7D5E9;
border-top: 1px #FFFFFF solid;
padding: 2px 2px 0px 36px;
margin-bottom: 2px;
}
.access3 {
width: 172px;
height: 20px;
float: left;
background-color: #ffffff;
font-weight:700;
border-top: 1px #FFFFFF solid;
padding: 12px 2px 0px 36px;
margin-bottom: 2px;
}

.order2 {
width: 66px;
height: 30px;
float: left;
background-color: #C7D5E9;
border-top: 1px #FFFFFF solid;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}
.description2 {
width: 346px;
height: 30px;
float: left;
background-color: #C7D5E9;
border-top: 1px #FFFFFF solid;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}
.order3 {
width: 66px;
height: 30px;
float: left;
background-color: #FFFFFF;
border-top: 1px #FFFFFF solid;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}
.description3 {
width: 346px;
height: 30px;
float: left;
background-color: #FFFFFF;
border-top: 1px #FFFFFF solid;
padding: 2px 2px 0px 2px;
margin-bottom: 2px;
}
.download {
width: 130px;
height:129px;
margin: 5px 5px 5px 5px;
float: left;
}
.download:visited {
color: #999999;
}

.downloadtext {
width: 130px;
height: 30px;
margin: 5px 5px 40px 5px;
float: left;
}

#footer { 
 width: 895px;
 height: 20px;
 clear: both;
 background-image: url(images/nav_back.jpg);
 background-repeat: repeat-x;
 font-size: 9px;
 padding: 10px 0px 0px 5px;
}

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}
#menuh
	{
	font-family: arial, helvetica, sans-serif;
	width:825px;
	height: 22px;
	float:left;
	padding-left: 75px;
	background-color:#666666;
	}	
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	background-color:#333333;
	border-left: 1px #999999 solid;
	border-right: 1px #333333 solid;
	}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FFFFFF;
	text-decoration:none;
	background-color:#666666;
	}
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #FFFF00;
	text-decoration:none;
	background-color:#333333;
	}	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
