/* CSS Document */

body {
background-image: url(images/bg.jpg);
background-repeat: repeat;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;}



.hm-links:link {
font-size: 14px;
text-decoration: underline;
color: #666666;}

.hm-links:visited {
font-size: 14px;
text-decoration: underline;
color: #666666;}

.hm-links:hover {
font-size: 14px;
text-decoration: none;
color: #666666;}

.hm-links:active {
font-size: 14px;
text-decoration: underline;
color: #666666;}


.footer-links:link {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;}


.footer-links:visited {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;}

.footer-links:hover {
color: #FFFFFF;
font-size: 12px;
text-decoration: underline;}

.footer-links:active {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;}

.footer-heading {
font-size: 18px;
font-weight: bold;
color: white;}

.footer-heading2 {
font-size: 14px;
font-weight: bold;
color: white;}


.sub-heading {
font-size: 18px;
font-weight: bold;
color: #666666;}

.td-text {
line-height: 25px;
padding-left: 25px;
padding-right: 25px;
text-align:justify;}


#sidebar {
	width: 200px;
}


.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}


.side_menu li {
	padding: 0;
	margin: 0;
}


.side_menu li a {
	display: block;
	color: #333333;
	padding: 5px 10px;
	font-size: 13px;
	border-bottom: 1px dotted #777777;
}

.side_menu li a:hover {
	text-decoration: none;
	background: #CC3300;
	color: #FFFFFF;
}



.table-with-border {
border: #777777 1px dotted;}

.td-with-border {
border-bottom: #CCCCCC 1px dotted;}

.products-links:link {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #0033CC;
text-decoration: none;
border-bottom:#003399 1px dotted;}

.products-links:visited {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #0033CC;
text-decoration: none;
border-bottom:#003399 1px dotted;}

.products-links:hover {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #0033CC;
text-decoration: none;
border-bottom: none;}

.products-links:active {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #0033CC;
text-decoration: none;
border-bottom:#003399 1px dotted;}


/* shadow */

img.shadow {
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}


  /* carousel */
  
  
.infiniteCarousel {
  width: 1000px;
  height: 360px;
  position: relative;
  background-color: #000000;
}

.infiniteCarousel .wrapper {
  width: 1000px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
    height: 360px;
  margin: 0px;
  position: absolute;
  top: 0;
  background-color: #000000;
}

.infiniteCarousel ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  height: 360px;
  width: 1000px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: none;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -1000px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.style4 {
color:#187698;}


.hm-text {
	padding-left: 40px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


a.bulletpoints:link {
color:#666666;
text-decoration: none;
}

a.bulletpoints:visited {
color: #666666;
text-decoration: none;
}
a.bulletpoints:hover {
color: #666666;
text-decoration: none;
}

a.bulletpoints:active {
color: #666666;
text-decoration: none;
}

.input-box {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#333333;}
