.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.side-nav {
	background-image: url(images/side-nav.gif);
	background-repeat: repeat-y;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010066;
}
.form-area {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #010066;
	border-right-color: #010066;
	border-bottom-color: #010066;
	border-left-color: #010066;
}
.gradiant-bg {
	background-image: url(images/gradiant.jpg);
	background-repeat: no-repeat;
}
.bottom-left-bg {
	background-image: url(images/bottom-left-block.gif);
	background-repeat: no-repeat;
}
a.product:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0494F;
	text-decoration: underline;
}
a.product:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD2A23;
}
a.product:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A0873;
	text-decoration: none;
}
a.product:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.scroll-bar {
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #A7A9AC;
	scrollbar-arrow-color: #0C0D60;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #A7A9AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}