/* CSS Document */
a:link, a:visited {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}


.side_bg{
	background-position:top;
	background-repeat:repeat-y;
	background-color: #70C8DE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.right_bg{
	background-image:url(images/right_bg.jpg);	
	background-position:top;
	background-repeat:repeat-y;
}

.footer{
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.copyright{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}

.normal_txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#484949;
	font-size:12px;
	font-weight:normal;
}

.bold_txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#484949;
	font-size:13px;
	font-weight:bold;
}

.title_txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#7B7B7B;
	font-size:26px;
	font-weight:bold;
}

a:hover{
	color:#999999;
}

.product_txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-size:11px;
	font-weight:bold;
}.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.normal_link {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066FF;
	font-size:12px;
	font-weight:normal;
}
.larger_product_txt {
	font-family:Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-size:13px;
	font-weight:bold;
}
.larger_product_txt_red {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

