﻿/* CSS Document */
/*basic html styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/tan-bg-tile-1.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}

#dc_body {
	border-top: 2px #663300 solid;
	border-right: 2px #663300 solid;
	border-bottom: 2px #663300 solid;
	border-left: 2px #663300 solid;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	background-color: white;
}

p, h1, h2, h3, h4, h5, em, li, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	color: #663300;
}

a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#site-heading-bar {
	background-color: #663300;
	background-image: url("http://spc-marketing.net/dc/images/banding-brown-02.jpg");
	background-repeat: repeat;
	height: 22px;
	color: #EDDEC0;
	border-left: 2px #663300 solid;
	border-top: 2px #663300 solid;
	border-right: 2px #663300 solid;
	font-weight: bold;
}
#header-image {
	background-color: white;
	background-image: url("http://www.foodgiftpromo.com/images/Food_01_Hdr.gif");
	display: block;
	background-repeat: no-repeat;
	height: 160px;
	width: 800px;
	border-left: 2px #663300 solid;
	border-right: 2px #663300 solid;
}

/*
table {
	background-color: white;
}
*/

table#dc_navigation {
	width: 100%;
	height: 35px;
	vertical-align: middle;
	border-top: 2px solid #663300;
	border-right: 2px solid #663300;
	border-bottom: 2px solid #663300;
	border-left: 2px solid #663300;
}
table#dc_navigation tr {
	background-color: #cfaa5c;
/*	background-image: url("../images/grayscale_bg_tile.jpg");
	background-repeat: repeat;
*/
	padding-bottom: 2px;
}
table#dc_navigation td {
	text-align: center;
}
table#dc_navigation td tr {
	background-image: none;
}
table#dc_navigation a font {
	font-weight: bold;
	font-size: 12px;
}
table#dc_navigation a {
	color: #FFFFFF;
	display: block;
}
table#dc_navigation a:hover {
	text-decoration: none;
	display: block;
}


/*
table #CategoryListTable {
	padding: 5px;
	border: 2px #000 solid;
}
#CategoryListTable a {
	color: #000;
	text-decoration: none;
}
#CategoryListTable a:hover {
	color: #CC0000;
	text-decoration: underline;
}
*/
#container {
	background: white;
	position: relative;
	width: 770px;
	top: 10px;
	left: 0%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0;
	text-align: center;
	height: ;
}

#site-interlinks a {
	text-decoration: underline;
	color: #000;
}
#site-interlinks a:visited {
	color: #000;
}
#site-interlinks a:hover {
	color: #663300;
}

/* PAGE Specific styles */
#homepage a {
	text-decoration: underline;
	color: #000000;
}
#homepage a:visited {
	color: #444;
}
#homepage a:hover {
	color: #663300;
}
#homepage h1 {
	color: #663300;
	font-size: x-large;
	font-weight: bold;
}




#spc-links {
	text-align: left;
}
#spc-links a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#spc-links a:visited {
	color: #444;
}
#spc-links a:hover {
	color: #663300;
}

.style-text-center {
	text-align: center;
}



