body, td  { color: black; font-size: 12px; font-family: Arial, sans-serif,; text-align: justify }


a {
	font-family: Arial, sans-serif;
	font-size: 12;
	color: #0075E0;
	text-decoration:none;
	font-weight : normal;}
	
a.anchor {
	font-family: Arial, sans-serif;
	font-size: 12;
	color: #0075E0;
	text-decoration:none;
	font-weight : bold;}	
			
a.specialoffer   { color: #ffffff; font-size: 11; font-family: arial, sans-serif; font-weight: bold; }
			
a.one {
	font-family: Verdana, sans-serif;
	font-size: 11;
	color: #0075E0;
	font-weight: bold;
	text-decoration:none;	
}

a.hdr_portfolio {
	font-family: Verdana, sans-serif;
	font-size: 11;
	color: #0593E2;
	font-weight: bold;
}

a.breadcrumbs  { color: #60baea; font-size: 10; font-family: Verdana, sans-serif }

a.footer {
	font-family: Verdana, sans-serif;
	font-size: 10;
	color: #0593E2;
}

a.options {
	font-family: Verdana, sans-serif;
	font-size: 9;
	color: #0593E2;
}

a.search_results  { color: #0593e2; font-size: 11px; font-family: Verdana, sans-serif }

a.search_results_headers   { color: black; font-size: 11px; font-family: verdana, arial, sans-serif; font-weight: bold }

search_results { color: black; font-size: 7px; font-family: arial, verdana, sans-serif; }

a.options_md {
	font-family: Verdana, sans-serif;
	font-size: 11;
	color: #0593E2;
}

ul { margin-left: 15px }

li {
	list-style-image : url("../media/li_point.gif");
}		

a:hover {
		text-decoration:underline;
		
		}

.justify { text-align : justify;
		}
		
.options   { color: black; font-size: 11px; font-family: verdana, arial, sans-serif; }		

.options_bold   { color: black; font-size: 11px; font-family: verdana, arial, sans-serif; font-weight: bold }		

.boldtitle   { color: #1A44AD; font-size: 12px; font-family: Georgia, Times, Verdana, sans-serif; font-style: normal; font-weight: bold }		

.boldtitle_2      { color: #0c4bc2; font-size: 18px; font-family: Verdana, sans-serif; font-style: normal; font-weight: bold }		

.swatch_labels   { text-align : left; }		

.quoteprice       { color: #00a651; font-size: 14px; font-family: Verdana, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline }		
		
.menu01 { font-family: verdana, sans-serif;
		color: #000000;
	  font-size: 8pt;
		background-color:#F0EEE7;
		width: 125px;
		}
		
.input01 { font-family: verdana, sans-serif;
		color: #000000;
	  font-size: 8pt;
		background-color:#F0EEE7;
		}		
		
.breadcrumbs  { color: #548bde; font-size: 10; font-family: Verdana, sans-serif }		
		
.option00 	{ 
		color: #fcca03;
		background-color:#FFFFFF;
		}	
		
.option01 	{ 
		color: #FFFFFF;
		background-color:#fcca03;
		}

.footer 	{
	color: #6685C2;
	font-size: 10px;
}			

.currentpage 	{
	color: #00A2E1;
	font-weight : bold;
}			

.specialoffer 	 { font-family: arial, sans-serif; color: white; font-style: normal; font-weight: normal }

.specialoffer_sml 	  { color: white; font-size: xx-small; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }

.hdr_portfolio 	{
	color: #FB9D45;
	font-weight : bold;
}		

.hdr_portfolio_2 	{
	color: #8F93A1;
	font-weight : bold;
}

.hdr_portfolio_3 	{
	color: FB9D45;
	font-weight : normal;
}
			
.borderimage		{
	border:1px solid white;
}		

.borderimage_swatch		{
	border:1px solid #777777;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 168px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}

ul.nav li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 147px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

ul.nav li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */