h1, h2, h3	{
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	color: #4C4C4C;
}

/* ----- links ----- */
a,
a:active		{
	color : #0000ff;
	text-decoration: none;
/*	height: 30px;
	width: 140px;*/
}
a:hover			{	color : #FF0000;
					text-decoration : none;}
a:visited		{
	color : #cccccc;
	text-decoration: none;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	/*color: #0A51A1;*/
	text-decoration: none;
	font-variant: small-caps;
	margin-left: 20px;
}
/* -----a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	margin-left: 20px;
} 
----- */
/* ----- 
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 20px;
}
----- */
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99FFCC;
	width: 118px;
	float: left;
	clear: none;
	height: auto;
/*	display: table-cell;*/
	position: relative;
	border-top: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
	clip:       rect(2px auto 2px auto);
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border: 1px dotted; */
}

.pgheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0033CC;
	padding: 10px 20px 15px;
	font-variant: small-caps;
	margin: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE7E00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FE7E00;
	border-left-style: none;
	border-right-style: none;
}
.pgheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0033CC;
	padding: 10px 20px 15px;
	font-variant: small-caps;
	margin: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE7E00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0A51A1;
	border-left-style: none;
	border-right-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #4C4C4C;
	font-size: 13px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 5px 20px 20px;
	text-align: right;
}
.hr {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #339966;
}
.mcont {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE7E00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FE7E00;
	border-left-color: #FE7E00;
	background-color: #FFFFFF;
	padding: 20px;
}
.prodcont {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE7E00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FE7E00;
	border-left-color: #FE7E00;
	background-color: #FFFFFF;
	padding: 10px;
}

#cont table,td	{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #4C4C4C;
	font-size: 13px;
}
.thumbnail	{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

/*--- product gallery style --*/
#mainCenter {
	height:100%;
}
.banner .title,.header{
	font-weight:bold;
	font-family:"Trebuchet MS", verdana, arial;
	font-size: 0.9em;
}

.banner .date{
	font-size:0.9em;
	font-weight:bold;
}

.navigation{
	font-size:0.9em;
	font-weight:bold;
	vertical-align: middle;
}

.navigation a,active	{
		color : #cccccc;
}

.navigation a:hover,a:focus	{
		color : #cccccc;
}

.thumbnail{
	font-size:0.9em;
}

#prodcontent {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

#prodcontent .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#prodcontentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#prodcontentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

/*--- product gallery style end --*/