/* begin main navigation */
a.navigation:link    {color: #ffffff; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; }
a.navigation:visited {color: #ffffff; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; }
a.navigation:active  {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; background-color: #6FA8E0;}
a.navigation:hover   {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; background-color: #6FA8E0;}

/* end main navigation */

/* begin subnavigation */
a.subnavigation:link    {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
a.subnavigation:visited {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
a.subnavigation:active  {color: #6FA8E0; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; background-color: #88221B;}
a.subnavigation:hover   {color: #6FA8E0; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; background-color: #88221B;}

/* end subnavigation */

a.pagenav:link    {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
a.pagenav:visited {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
a.pagenav:active  {color: #F4BA92; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; background-color: #88221B;}
a.pagenav:hover   {color: #F4BA92; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; background-color: #88221B;}

a.pagenavB:link    {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
a.pagenavB:visited {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
a.pagenavB:active  {color: #F4BA92; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; background-color: #88221B;}
a.pagenavB:hover   {color: #F4BA92; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; background-color: #88221B;}

a.pagenavmain:link    {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
a.pagenavmain:visited {color: #000000; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
a.pagenavmain:active  {color: #ffffff; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; background-color: #630303;}
a.pagenavmain:hover   {color: #ffffff; text-decoration: none; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; background-color: #630303;}

/* page controls */
body {
	background-color: #0E113C;
	margin-top: 3px;
}

/* end page controls */

/* begin page text */
.text{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.text_bold{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
}
.testimonials{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#282d6f;
}
.redtext{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
.footer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.footer_bold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.product_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
/* end page text */

.comment_and_attachment_collapsed {
	width:100%;
	height:20px;
	overflow:hidden;
	vertical-align:top
}

.comment_and_attachment_expanded {
	width:100%;
	height:auto;
	overflow:inherit;
	vertical-align:top	
}

.comment_and_attachment_collapsed2 {
	width:100%;
	height:70px;
	overflow:hidden;
	vertical-align:top
}

.comment_and_attachment_expanded2 {
	width:100%;
	height:auto;
	overflow:inherit;
	vertical-align:top	
}


/*  Start MENU Script    */

#dropmenudiv{
position:absolute;
width: 100%;
border:1px solid #6FA8E0;
border-bottom-width: 0;
font:normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #6FA8E0;}

/* END MENU Script  */
