﻿/* CSS layout */
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat-y;
	font-family: Trebuchet ms;
	font-size: 12px;
	text-align: center;
	background-position: center;
}
a:link {
	color: #8B072C;
	text-decoration:none;
}
a:visited {
	color: #8B072C;
		text-decoration:none;

}
a:hover {
	color: #ff0000;
		text-decoration:none;

}
#container {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 988px;
	height: 121px;
	position: relative;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
#cart {
	width: 380px;
	position: absolute;
	top: 50px;
	right: 20px;
	font-size: 16px;
	height: 68px;
	color: #860629;
}
#cart img {
	border: none;
}
#cart h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #860629;
}
#cartcell {
	color: #860629;
	font-weight: bold;
}
#search {
	width: 250px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 25px;
}
#newsletter {
	width: 200px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size:10px;
	color:#FFFFFF;
}

#nav {
	width: 988px;
	height: 43px;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: no-repeat;
	position:relative;
	padding-top:5px;
}
#content {
	width: 988px;
	background-image: url('../images/content-bg.jpg');
	background-repeat: repeat-y;
	text-align: center;
}
#innercontent {
	width: 948px;
	padding: 0px;
	margin: auto;
	font-size: 12px;
}
#lcol {
	width: 204px;
	text-align: left;
}
#lcol h2 {
	color: #722435;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
	display: list-item;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
#lcol ul {
	margin: 0px 0px 0px 20px;
	width: 180px;
	text-align: left;
}
#lcol a:link {
	text-decoration: none;
	color: #8B072C;
}
#lcol a:visited {
	text-decoration: none;
	color: #8B072C;
}
#lcol a:hover {
	text-decoration: underline;
	color: black;
}
#lcol li {
	list-style-image: url(../images/bullet.jpg);
}
#lcol h3 {
	color: #722435;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#rcol {
	width: 737px;
}
#bodytext {
	width: 717px;
	background-image: url('../images/body-bg.jpg');
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#bodytextfooter {
	width: 727px;
	background-image: url('../images/body-footer.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
}
#footer {
	color: #FFFFFF;
	font-size: 10px;
	height: 105px;
	padding-top: 10px;
	text-align: center;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
}
#footer a:link {
	color: #880000;
}
#footer a:visited {
	color: #880000;
}
#footer a:hover {
	color:#003300;
}
#copyright {
	font-size: 10px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}
#copyright a:link {
	color: #333333;
}
#copyright a:visited {
	color: #330000;
}
#copyright a:hover {
	color: #330000;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #880000;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #ffffff;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}

#slideshow {
	width: 720px;
	height: 414px;
	text-align: center;
	position:relative;

	
}

/*#main_splash {
	width: 680px;
	height: 400px;
	background-image:url('../images/main-splash.jpg');
	background-repeat: no-repeat;
	text-align: center;
	position:relative;
	} */
#innermain_splash {
	width: 280px;
	height: 150px;
	text-align: left;
	position:absolute;
	top:100px;
	left:60px;
	}

#bottomgrid
{
	height: 175px;
	padding:5px;
	background-image:url('../images/bottom-grid-bg.jpg');
	background-repeat: repeat;
	text-align: center;
	border: thin #A4B098 solid;
	text-decoration:none;
}
#cats
{
	font-size:14px;
	margin-left:20px;
}
#brands
{
	font-size:14px;
	margin-left:20px;
}	
	
	