/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
}
h1 {
	color: #6F2184;
	font-size: 2em;
	padding: 0px;
}
h2 {
	font-size: 1em;
	color: #6F2184;
	padding: 0px;
}
p {
	color: #6F2184;
	font-size: 0.8em;
	padding: 0px;
}

/******* links  *******/
a:link, a:visited, a:active{
	color: #81C3DD;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #B5D9E9;
}
/******* layout  *******/
#container{
	width: 95%;
	position:absolute;
	top: 10px;
	left: 2%;
	right: 4%;
	background-color: #ffffff;
	padding: 10px;
}
#banner{
}

#banner img {
	margin: 4px;
}
#leftbar {
	float: left;
	width:182px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 2px;
	top: 150px;
}
#content{
	padding: 0px;
	margin: 0px 10px 0px 200px;
	top: 150px;
}
/************** utility nav *****************/
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 8px;
	right: 15px;
	padding: 5px;
}
#utility a{
	color: #ffffff;
	background: #CC3399;
	padding: 2px 5px 2px 5px;
}
#utility a:hover {
	background-color: #66CC99;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#utility .uactive {
	background-color: #66CC99;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #FFFFFF;
}
/************* breadcrumb ***************/
#breadcrumb{
	position: absolute;
	top: 40px;
	left: 210px;
	color: #AAAAAA;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}
#breadcrumb a{
	color: #663366;
}
#breadcrumb a:hover {
	color: #66CC99;
	text-decoration: none;
}
#breadcrumb img {
	padding: 0px;
	margin: 0px;
}
/************ navsections styles **************/
#navhead_lt {
	background: #CC3399;
	color: #FFFFFF;
	width: 176px;
	padding: 3px 0px 3px 5px;
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0px 0px 0px 1px;
}
#navhead_lt a:link, #navhead_lt a:visited{
	background: #CC3399;
	color: #FFFFFF;
}
#navhead_lt a:hover{
	text-decoration: none;
	color: #66CC99;
}
#navsections{
	margin: 0px;
	padding: 0px;
}
#navsections a:link, #navsections a:visited {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #666699;
	font-size: 0.7em;
	background-color: #FFFFFF;
}
#navsections a:hover, #navsections {
	border-top: 1px solid #CCFFCC;
	text-decoration: none;
	background-color: #CCFFCC;
}
.active {
	display: block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #FFFFFF;
	font-size: 0.7em;
	background-color: #66CC99;
	text-decoration: none;
}
/************** content layout *****************/
.body_copy_home table
{
	border: 0;
	margin: 10px 0px 5px 0px;
	width: 100%;
}
/************** body_copy styles *****************/
.body_copy_home {
	margin-top: 0px;
	margin-right: 0px;
}
.body_copy_home .heading {
	background: #66CC99;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 1.2em;
	padding: 3px 0px 3px 5px;
}

.imgnopadding{
	padding: 0px;
}
.xsmall {
	font-size: 0.7em;
	font-weight: normal;
}
#bodytext {
	padding: 0px 15px 5px 10px;
}
hr {display: block; height: 1px; border-top: 1px dotted #66CC99; border-left: 0 none; border-right: 0 none; border-bottom: 0 none; margin: 0; padding: 0;}
/*************** home page slideshow ******************/
#slideshow
{
	border: 1px dashed #CCCCCC;
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 260px;
	height: 310px;
		

}
#slideshow img
{
	border: 0;
	cursor: pointer;
	width: 250px;
	height: 300px;
	padding: 5px;

	
}
/*************** product styles ******************/
.productzone table
{
	border: 0;
	margin: 0px;
	width: 100%;
}
.productzone td
{
	vertical-align:top;
	text-align: left;
}	
.productzone li
{
	line-height: 1.5em;
	padding-left: 0px;
	font-size: 0.8em;
	list-style: url(../images/bullet.gif);
	text-indent: -20px;
	display: block;
}
.productzone img
{
	padding: 0px 0px 0px 5px;
}
.product_head {
	color: #666699;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px 0px 3px 0px;
}
.product_subhead {
}
.product a.product:hover{
	text-decoration: underline;
}
td.productBox_main{
	border: 1px dashed #CCCCCC;
	padding: 3px;
	width: 290px;
	text-align: center;
}
td.productBox_zone{
	border: 1px dashed #CCCCCC;
	padding: 3px;
	width: 45%;
	text-align: center;
}
td.productBox_main p{
	font-size: 0.7em;
}
td.productBox_detail{
	border: 1px dashed #CCCCCC;
	padding: 3px;
	width: 100%;
	text-align: center;
}
td.productBox_image{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 70px;
}
.productname {
	font-size: 1.1em;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}
.producttitle {
	font-size: 0.9em;
	font-weight: bolder;
	padding: 3px 0px 0px 0px;
}
.tablehead {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-size: 0.9em;
	background-color: #666699;
	border: 1px solid #CCCCCC;
}
.tableitem {
	padding: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
}
.tabletag {
	display: block;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #666699;
}
td.tablehead {
	text-align: center;
}
td.tableitem {
	text-align: center;
}
.hideimage  {width: 125px;}	
/************** footer styles ****************/
#footer{
	border-top: 1px solid #66CC99;
	font-size: 0.7em;
	color: #333333;
	padding: 5px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
	clear: both;
	width: 100%;
	text-align: right;
}
