.maintext {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.menu {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1 {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
}
.menu a:link{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:visited{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:hover{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #C7363B;
	text-decoration: none;
	text-transform: uppercase;
}
.main_heading {
	font-family: Tahoma;
	font-size: 12pt;
	color: #C7363B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #B2B9BA;
}
.main_heading2 {
	font-family: Tahoma;
	font-size: 12pt;
	color: #C7363B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #ffffff;
}
.heading_gray {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.heading_gray a:link{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.heading_gray a:visited{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.heading_gray a:hover{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fcee22;
	text-decoration: none;
}
.heading_red {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: Uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.heading_red a:link{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: Uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.heading_red a:visited{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: Uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.heading_red a:hover{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: Uppercase;
	color: #fcee22;
	text-decoration: none;
}
.readmore {
	font-family: Tahoma;
	font-size: 9pt;
	color: #B83400;
	text-decoration: none;
}
.readmore a:link{
	font-family: Tahoma;
	font-size: 9pt;
	color: #B83400;
	text-decoration: none;
}
.readmore a:visited{
	font-family: Tahoma;
	font-size: 9pt;
	color: #B83400;
	text-decoration: none;
}
.readmore a:hover{
	font-family: Tahoma;
	font-size: 9pt;
	color: #6A7172;
	text-decoration: none;
}
.download {
	font-family: Tahoma;
	font-size: 9pt;
	color:#CC0000;
	text-decoration: none;
}
.download a:link{
	font-family: Tahoma;
	font-size: 9pt;
	color: #cc0000;
	text-decoration: none;
}
.download a:visited{
	font-family: Tahoma;
	font-size: 9pt;
	color: #cc0000;;
	text-decoration: none;
}
.download a:hover{
	font-family: Tahoma;
	font-size: 9pt;
	color: #fcee22;
	text-decoration: none;
}
.thumb_image {
	height: 73px;
	width: 73px;
	border: 1px dashed #979D9D;
	padding: 5px;
}
.thumb_prod {
	height: 73px;
	width: 73px;
	border: 1px dashed #979D9D;
	padding: 3px;
}
.thumb_acc {
	height: 73px;
	width: 73px;
	border: 1px dashed #979D9D;
	padding: 3px;
}
.whitehead {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext {

	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	padding:3px;
}
.whitetext a:link{

	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding:3px;
}
.whitetext a:visited{

	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding:3px;
}
.whitetext a:hover{

	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding:3px;
}
.textDark {
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
	background-color:#CCCCCC;
	text-decoration: none;
	padding: 5pt;
	text-transform: capitalize;
}
.border-left {
	font-family: Tahoma;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*Style sheet for image zoom */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 2px solid #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */

}
.prod_text {
	font-family: Verdana;
	font-size: 7pt;
	color: #575D4F;
	text-decoration: none;
	line-height: 10pt;
	padding-left: 3pt;
}
.prod_link a:link {
	font-family: Verdana;
	font-size: 7pt;
	color: #575D4F;
	text-decoration: none;
	line-height: 10pt;
}
.prod_link a:visited {
	font-family: Verdana;
	font-size: 7pt;
	color: #575D4F;
	text-decoration: none;
	line-height: 10pt;
}
.prod_link a:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10pt;
	background-color: #369494;
}
.textbox {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #333333;
	background-color:#666666;
}
.page_num {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cat_footer {
	font-family: Verdana;
	font-size: 8pt;
	color: #B3B3B3;
}
.prod_head {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 15px;
	font-weight: bold;
	color: #285453;
	text-decoration: none;
	padding-left: 4pt;
}
.cat_head {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 15px;
	font-weight: bold;
	color: #33747A;
	text-decoration: none;
	padding-left: 4pt;
}
.border
{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
	
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
}
.newtext
{
	font-family:Verdana;
	font-size:14pt;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
}
.feedback
{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFF00;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
}
.border1
{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:5px;
	
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:5px;
	
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:5px;
	
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:5px;
}