/* CSS Document */
body{
      background-image: url(images/bg.jpg); background-repeat:repeat-x; margin:0px ; background-color:#f6f6f6
}

.header {
	font-family:sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.header a{
	font-family:sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
.header a:hover{
	font-family:sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline
}
.small_header {
	font-family:sans-serif;
	font-size: 20px;
	color: #ffffff;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height:18px
}
.text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height:18px;
	text-decoration:none
}
.text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height:18px;
	text-decoration:underline
}
.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	line-height:18px
}
.product a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	line-height:18px;
	text-decoration:none;
}
.product a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #25aafb;
	line-height:18px;
	text-decoration:underline;
}
.contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:20px;
}
.contactus a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:20px;
	text-decoration:none
}
.contactus a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:20px;
	text-decoration:underline
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height:20px
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:20px
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:20px;
	text-decoration:none;
	
}
.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height:20px;
	text-decoration:underline;
}
.more{font-family: sans-serif; font-size:12px; text-decoration:none;font-weight:bold;color:#3cb4ff}
.more a{font-family: sans-serif; font-size:12px; text-decoration:none;font-weight:bold;color:#3cb4ff; text-decoration:none}
.more a:hover{font-family: sans-serif; font-size:12px; text-decoration:none;font-weight:bold;color:#d86314; text-decoration:underline}

.orange_heading {
	font-family:sans-serif;
	font-size: 20px;
	color: #FF3300;
}

.orange{font-family: sans-serif; font-size:16px; text-decoration:none;font-weight:bold;color:#d86314}