body
{ margin:0px 0px 0px 0px;
background-image:url(../images/bg.gif);


}
A:Link, A:Active, A:Visited
{
	Color: #FFFFFF;
	Text-Decoration: None;
}
A:Hover
{
	Color: #FFFFFF;
	Text-Decoration: UnderLine;
}

A:Link.sublinks, A:Active.sublinks, A:Visited.sublinks
{
	Color: #175EA3;
	Text-Decoration: None;
}
A:Hover.sublinks
{
	Color: #175EA3;
	Text-Decoration: UnderLine;
}
A:Link.sub, A:Active.sub, A:Visited.sub
{
	Color: #000000;
	Text-Decoration: Underline;
}
A:Hover.sub
{
	Color: #000000;
	Text-Decoration: UnderLine;
}

.footer
{ text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
line-height:25px;


}
.footerright
{ text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
line-height:25px;


}
.gray
{ text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#D5D5D4;



}
.text
{ text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#484848;
line-height:17px;



}
.pages
{ text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#0381D0;
line-height:17px;




}
.white
{ text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
line-height:17px;




}

p{ margin:4px 0px;
}
h2{margin:4px 0px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;  font-size:14pt; color:#000000;}
h3{margin:4px 0px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;  font-size:11pt; color:#333333;}


PRODUCT BG 

a{ border:0px solid; color:#333; text-decoration:none;}
	.collage {
	background: url(#) repeat-y;
	
	position: relative;
	margin-left: 4px;
}
.collage_inner {
	background: url(#) no-repeat bottom;
	
	overflow: hidden;
	padding-bottom: 16px;
}
.collage h1 {
background-image:url(../images/productbg_off.gif);
background-repeat:no-repeat;
	font-size: 19px; 
	color: #326513; 
	margin: 0;
	padding: 14px 0 0 20px;
	font-weight: normal;
}
.collage ul {
	list-style: none;
	width: 620px;
	margin: 0 0 0 14px;
	padding: 0;
	overflow: hidden;
}
.collage li {
	float: left;
}
.collage img {
	background-image:url(../images/productbg_on.gif);
background-repeat:no-repeat;
	padding: 8px;
	margin: 2px 4px 2px 4px;
	width: 156px;
	height: 149px;
	display: block;
	border:none;
}
.collage img:hover {
	background-position: 0 -81px;
}

/*----------CLOSE------*/


Select
{ padding:2px;
font-size: 9pt;



}

.floatright
{
float: right;
margin: 8 10 0px 0px;
border: ;
padding: 2px;
}

.floatleft
{
float: left;
margin: 8 10 0px 0px;
border: ;
padding: 2px;
}
.listing{padding: 5px;}
.listing td{padding:5px;border-bottom:#0173A0 solid 1px;vertical-align:top;font-size:11px;}
.listing td div.cType{border:#FFFFFF dotted 1px;background-color:#CEE5ED;padding: 1px;font-size:11px;vertical-align:top;}
.listing tr.even{}
.listing tr.odd{background-color:#E8F7FC ;}
.listing h1{
	font-size: 24px;
	COLOR: #dfd49d;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 10px;
	border-bottom: #f4eecf solid 1px;
}
.listing th{
	color:#C0E2EF;
	font-size: 12px;
	padding: 5px 7px;
	border-right:#B7B7B7 solid 1px;
	border-bottom:#B7B7B7 solid 1px;
	font-family:Tahoma;
	font-weight:bold;
	text-align:left;
	background-image:url(../images/list.gif);
	
	
	
}
.floatright
{
float: right;
margin: 8 10 0px 0px;
border: ;
padding: 2px;
}

.floatleft
{
float: left;
margin: 8 10 0px 0px;
border: ;
padding: 2px;
}

.ddsmoothmenu{
font: bold 8pt Verdana;
background: #4095D4; /*background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:#4095D4; /*background of menu items (default state)*/
color: white;
text-decoration: none;


}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;


}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #FFFFFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #175EA3; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #175EA3; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-left:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 8pt Verdana;
width: 120px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-color:#FFFFFF;
border-bottom: 1px dotted ;

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9pt;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
