/* CSS Document */

.bgpattern{
	background-image: url(../images/bgpattern.jpg);
	background-repeat: repeat;
	background-color: #788991;
}
.maintablebg{
	background-color: #FFFFFF;
}
.main-bg {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}
.copy-right {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7C8C92;
	text-decoration: none;
	padding: 5px;
}
.footer-link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #54666D;
	text-decoration: none;
	padding: 5px;
}
.footer-link a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #54666D;
	text-decoration: none;
}
.footer-link a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B6041E;
	text-decoration: underline;
}
.lhs-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E8EA;
}
.footer-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E8EA;
}
.v-line {
	background-image: url(../images/v-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.h-line {
	background-image: url(../images/h-line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
}

.whtsnewtext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
	padding-right: 3px;
	padding-left: 3px;
}

.bestsellers {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3796C5;
	text-decoration: underline;
}
.bestsellers a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3796C5;
	text-decoration: underline;
}
.bestsellers a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #83B031;
	text-decoration: none;
}
.readmore {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #83B031;
	text-decoration: underline;
}
.readmore a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #83B031;
	text-decoration: underline;
}
.readmore a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3796C5;
	text-decoration: underline;
}
.form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #4A791C;
}