/* Redesign stylesheet 10/23/06 */

body {
	/*background-image: url(images/css-images/bg.gif);*/
	background-color: #E6E6CC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 10px 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

.copyrights {
	float: left;
	font-size: 9px;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#main-wrapper {
	border-left: 2px solid #800000;
	border-top: 2px solid #800000;
	border-right: 2px solid #800000;
	border-bottom: 2px solid #800000;
	float: left;
	position: relative;
	width: 780px;
}

#header {
	width: 780px;
}

#header-L {
	background-image: url(images/css-images/header-L.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 144px;
	width: 210px;
}

#logo {
	background-image: url(images/css-images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 144px;
	width: 355px;
}

#header-R {
	background-image: url(images/css-images/header-R.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 144px;
	width: 215px;
}

#sitemap {
	background-color: #800000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding: 8px 0 0 150px;
	width: 630px;
}

#sitemap ul {
	float: left;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	background-image: url(images/css-images/menu-icon.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding-right: 30px;
}

#sitemap ul li a {
	color: #fdd017;
	text-decoration: none;
}

#sitemap ul li a:hover {
	color: #fdd017;
	text-decoration: underline;
}


#homeimages {
	width: 780px;
}

#homeimages img {
	float: left;
	margin:0;
	padding:0;
}

#homeimages-L {
	background-image: url(images/css-images/homeimages-L.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 299px;
	width: 180px;
}

#homeimages-M {
	background-image: url(images/css-images/homeimages-M.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 299px;
	width: 330px;
}

#homeimages-R {
	background-image: url(images/css-images/homeimages-R.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 299px;
	width: 270px;
}

#redbar {
	background-color: #800000;
	float: left;
	height: 33px;
	width: 780px;
}

#footer {
	background-image: url(images/css-images/footer.jpg);
	background-repeat: repeat-y;
	float: left;
	font-size: 12px;
	height: 64px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 760px;
}

#footer a {
	color: #800000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content-container {
	background-image: url(images/css-images/footer.jpg);
	background-repeat: repeat-y;
	float: left;
	padding: 20px 30px;
	width: 720px;
}

#poweredby {
	clear: both;
	font-size: 9px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 760px;
}

#poweredby a {
	color: #000066;
	text-decoration: none;
}

#poweredby a:hover {
	text-decoration: underline;
}

#flash_content {
	float: left;
	height: 450px;
	padding-left: 60px;
	width: 540px;
}

#slipcover_logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 68px;
	right: 5px;
	position: absolute;
	top: 8px;
	width: 72px;
	z-index: 2;
}

#credit_card_logo {
	background-image: url(images/creditcards.gif);
	background-repeat: no-repeat;
	height: 75px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 118px;
	z-index: 2;
}

#welcome-text {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 15px;
	background-color: #F4ECD3;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.welcome-text a:link {
	text-decoration: none;
	color: #800000;
	}
.welcome-text a:visited {
	text-decoration: none;
	color: #800000;
	}
.welcome-text a:hover {
	text-decoration: none;
	color: #77AAA1;
	}
.welcome-text a:active {
	text-decoration: none;
	color: #77AAA1;
	}



A.imgbord:link {color: #F4ECD3;} 
A.imgbord:active {color: #F4ECD3;} 
A.imgbord:visited {color: #F4ECD3;} 
A.imgbord:hover {color: #F4ECD3;} 




