/* BODY STYLES */  

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td 
{
	font-size: 11px;
}



/* BACKGROUND STYLES */  

/*.HomeBodyPicBg {
	background-image: url(../images/home_body_pic.jpg);
	background-repeat: no-repeat;
}*/


/* TEXT STYLES */

.HomeBottomText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 23px;
	
	background-image: url(../images/home_bottom_right_2_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.FooterText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 192px;
}

.BodyText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
	padding-left: 11px;	
	padding-right: 21px;
	padding-bottom: 21px;
}

.SubNavText
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #F5F5F5;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
}


/* HEADING STYLES */

.SubHeading, .ContentTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9C8856;
}

/* HYPERLINK STYLES */

A          { color: #004081; text-decoration : underline; }
A:visited  { color: #004081 }
A:Active   { color: #004081 }
A:Hover    { color: #BBBBBB; text-decoration : none; }

A.SubNavText          { color: #FFFFFF; width:100%; text-decoration : none; text-align: right;}
A:visited.SubNavText   { color: #FFFFFF }
A:Active.SubNavText    { color: #FFFFFF }
A:Hover.SubNavText     { color: #BBBBBB; text-decoration : none; }

.FooterText A          { color: #FFFFFF; text-decoration : underline; }
.FooterText A:visited  { color: #FFFFFF }
.FooterText A:Active   { color: #FFFFFF }
.FooterText A:Hover    { color: #BBBBBB; text-decoration : none; }

.SubMenuItem
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	background-color: #666666;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	color: #FFFFFF;
	text-align:left;
}

.SubMenuItemOver
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	background-color: #666666;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	cursor:hand;
	color: #F8D609;
	text-align:left;
}



/* 
--------------------------------------------------------------
HOMEPAGE left links
*/

 #home-left-links {
background:#666;
text-align:right;
padding:0; 
width:171px ;
border:0;

}

#home-left-links td {
padding:3px 10px 0 0;
margin:0;
height:8px;
}

 #home-left-links td a {
color:#fff;
text-decoration:none;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
}

 #home-left-links td a:hover {
color:#fcdd07;
text-decoration:none;

}

/* 
--------------------------------------------------------------
HOMEPAGE featured product
*/

#feature-pic{
padding:0;
margin:0;
height:150px;
width:264px;
overflow:hidden;
margin:0;
padding:0;}

#feature-title{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
background: url(../images/feature-title-bg.jpg) #c0c0c0;
height:23px;
overflow:hidden;
margin:0;
padding:0;
}
#feature-title p{ margin: 3px 0 0 15px}
#feature-blurb{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
background: url(../images/feature-blurb-bg.png);
height:63px;
overflow:hidden;
margin:0;
}
#feature-blurb p{ margin: 10px 5px 0 15px}