body {
	background-color: #AB1B1A;
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sidebar {
	background-color: #FDFBE8;
	background-image: url(../images/sidebar-border.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 19px;
	padding-left: 15px;
	height: 351px;
	padding-right: 35px;
	width: 172px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

img {
	margin:0px;
}
/* Main Links */
a:link {
	color: #AB1B1A;
	text-decoration: underline;
}
a:visited {
	color: #AB1B1A;
	text-decoration: underline;
}
a:hover {

	color: #711311;
	text-decoration: underline;
}
a:active {

	color: #AB1B1A;
	text-decoration: underline;
}
/* White Links */
a.whiteLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteLink:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteLink:active {

	color: #FFFFFF;
	text-decoration: none;
}

.home-background {
	background-image: url(../images/home-content-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 600px;
}
.home-padding {
	padding-right: 10px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.sidebarProducts {
	background-color: #FDFBE8;
	background-image: url(../images/sidebar-border.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 370px;
	width: 172px;
}
.subnav {
	line-height: 28px;
}
.leftBorder {
	background-image: url(../images/repeat-left-bg.jpg);
	background-repeat: repeat-y;
}
.rightBorder {

	background-image: url(../images/repeat-right-bg.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 14px;
	color: #AB1B1A;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.sidebarBackground {
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 223px;
}
