* {
	outline: none; 
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

body {
	background-image: url(support/BG_green.jpg);
	margin: 20px;
}
.BG_light {
	background-image: url(support/BG_light.jpg);
}
.BG_black {
	background-image: url(support/BG_black.jpg);
}
.maintable {
	border: 10px solid #FFFFFF;
}
.maintext {
	font-size: 12px;
	line-height: 16px;
	color: #666633;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #999966;
	text-decoration: underline;
}
a:visited:hover {
	color: #999933;
	text-decoration: underline;
}
a.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited:hover {
	color: #000000;
	text-decoration: none;
}
.sidebartext {
	font-size: 11px;
	color: #999966;
	margin: 5px 10px 10px;
}
.desctext {
	color: #666633;
	margin: 10px;
	font-size: 12px;
}
.headtext {
	font-size: 19px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.RIheadtext {
	font-size: 21px;
	color: #CCCC99;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.sidebardate {
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
}
.sidebarhead {
	font-size: 18px;
	color: #FF6600;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.navtext {
	font-size: 11px;
	text-transform: uppercase;
	color: #FF9900;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.productTitle {
	margin: 0px; 
	padding: 0px; 
	padding-top:10px;
	font-size: 14px; 
	font-weight: bold; 
	color: #333; 

	}

.productDimensions {
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; 
	color: #666; 
	padding-bottom: 5px; 

	}

.productContainer {
	padding: 10px; 
}
.productDesc {
	margin: 0px; 
	padding: 0px; 
	padding-bottom:10px;
	font-size: 12px; 
	color: #333; 

	}

.productPrice {
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	color: #333; 
	font-size: 14px; 
	padding-bottom: 10px; 
	}

.cartbutton {
	border: 1px solid #CCC; 
	font-size: 10px; 
	background-color: #ECE7D3; 
	color: #222;
	padding: 2px; 
	cursor: pointer; 
	}

.mainWhiteTable {
	background-color: #fff; 
}

.tdWhite {
	background-color: #fff; 
	padding: 10px; 
	}

.orangeText {
	color: #FF6600; 
	font-weight: bold; 
}
.greyBold {
	color: #333; 
	font-weight: bold; 
}



/*  ///////////////////////  DROP DOWN MENU STARTS HERE */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menuDivider {
	color:#FF9900; 
	height:26px; 
	position:relative;
	z-index:100; 
	margin-top: 6px; 
	margin-left:5px;
	font-size: 14px !important; 
}

.menu {
	position:relative; 
	z-index:100; 
	padding-left:10px;  
	font-weight; bold; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:160px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; font-size: 11px; }

/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff; height:30px; padding-left:5px; line-height:29px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}

/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:160px;}


/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ff6600; 
	color:#fff; 
	height:auto; 
	line-height:1em;
	padding:5px 10px;
	width:100px;
	text-transform:uppercase; 
  }

* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; text-decoration:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



