BODY {
	color: #666666; 
	font-family: Verdana, arial, helvetica;
	text-decoration: none;
	font-size: 8pt;
}

a {
	color: #041936;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
	color: #0d0436;
}

.gmloft_main_table {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 850px;
}

.footer_copyright {
	font-size: 10pt;
	
}

.cm_general_text_heading {
	FONT-WEIGHT: bold; COLOR: #000000
}
.cm_general_text_content {
	COLOR: #000000
}
.cm_drop_down_menu {
	COLOR: #000000; FONT-SIZE: 12px;
}
.cm_drop_down_menu_over {
	BACKGROUND-COLOR: #cccccc; FONT-SIZE: 12px; color:#FF0000;
}
TABLE.tablemenu {
	FONT-SIZE: 12px; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; 
}
.cm_button {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; WIDTH: 170px; CURSOR: hand; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid
}
.cm_edit_field {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid
}
.cm_product_list {
	BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid
}
.cm_product_list_heading {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #8e3b4f; FONT-VARIANT: small-caps
}
.cm_product_list_data {
	
}
.cm_product_list_rollover {
	COLOR: #a9aaae
}
.cm_datalist_rollover {
	COLOR: #8e3b4f
}
.cm_datalist_heading {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #8e3b4f; FONT-VARIANT: small-caps
}
.cm_datalist {
	
}
.cm_quick_order_table {
	
}
.cm_quick_order_data {
	
}
.cm_quick_order_header {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-VARIANT: small-caps
}
.cm_quick_order_label {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-VARIANT: small-caps
}
.cm_quick_order_field {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid
}
.cm_quick_order_text {
	FONT-SIZE: 10px
}
.cm_special_table {
	
}
.cm_special_header {
	FONT-VARIANT: small-caps
}
.cm_special_text {
	FONT-VARIANT: small-caps
}
.cm_special_was {
	FONT-WEIGHT: bold
}
.cm_special_now {
	FONT-WEIGHT: bold; COLOR: #ff0000
}
.cm_product_info_table {
	
}
.cm_product_info_header {
	FONT-SIZE: 12px; FONT-VARIANT: small-caps
}
.cm_product_info_text {
	FONT-WEIGHT: bold; FONT-VARIANT: small-caps
}
.cm_product_info_price {
	FONT-WEIGHT: bold
}
.cm_product_info_special {
	FONT-WEIGHT: bold; COLOR: #ff0000
}
.cm_feedback_form_label {
	FONT-WEIGHT: bold; COLOR: #000000
}
.header {
	FONT-WEIGHT: bold; FONT-VARIANT: small-caps
}
.footer {
	FONT-SIZE: 9px
}
TD {
	FONT-SIZE: 11px
}
A {
	color: #003399;
	text-decoration:none;
}
A:active {

}
A:visited {

}


/* expanding menu for css*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/asdonlogo.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; */ /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
text-align: left;
}



.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



/* Left navigation  */

#navcontainer { margin-left: 50px;
 border-bottom: 1px dotted gray;
 }

 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-family: verdana, arial, Helvetica, sans-serif;
 font: bold 14px;

 }

 #navcontainer li { margin: 0 0 1px 0; 
 
  border-top: 1px dotted gray;
 
 }

 #navcontainer a
 {
 display: block;
 padding: 5px 10px;
 width: 200px;
 color: #CC6600;

 text-decoration: none;
 }

 #navcontainer a:hover
 {
 color: #660;

 text-decoration: none;
 }

 #navcontainer ul ul li { margin: 0 0 1px 0; }

 #navcontainer ul ul a
 {
 display: block;
 padding: 5px 5px 5px 30px;
 width: 200px;
 color: #CC6600;

 text-decoration: none;
 }

 #navcontainer ul ul a:hover
 {
 color: #660;

 text-decoration: none;
 }
 
  #navcontainer ul ul a:active
 {
 color: #660;

 text-decoration: none;
 }
 
   #navcontainer ul ul a.active:hover 
 {
	color: #CC6600;
 text-decoration: none;
 }
 
  #navcontainer ul ul a:link
 {
color: #CC6600;

 text-decoration: none;
 }
 


/*End of left navigation */









