﻿/* CSS Document */
/*basic html styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("http://spc-marketing.net/dc/images/grayscale_bg_tile.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

#dc_body {
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 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;
}
h1 {
	font-size: large;
	font-weight: bold;
}

a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#site-heading-bar {
	background-color: black;
	background-image: url("http://spc-marketing.net/dc/images/siteheading-band_01.jpg");
	background-repeat: repeat;
	height: 22px;
	color: #CCCCCC;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
}
#header-image {
	background-color: white;
	background-image: url('http://spc-marketing.net/dc/images/DC_Promos_01.jpg');
	display: block;
	background-repeat: no-repeat;
	height: 160px;
	width: 800px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

/*
table {
	background-color: white;
}
*/

table#dc_navigation {
	width: 100%;
	height: 35px;
	vertical-align: middle;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
table#dc_navigation tr {
	background-color: #888;
/*	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: #666;
	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: maroon;
}

/* PAGE Specific styles */
#homepage a {
	text-decoration: underline;
	color: #000000;
}
#homepage a:visited {
	color: #444;
}
#homepage a:hover {
	color: maroon;
}


#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: maroon;
}

.style-text-center {
	text-align: center;
}

#products {
	border-width:0px;
	text-align:center;
}

#products a{
	border:0px #FFFFFF hidden;
}

img{
	border:0px #FFFFFF hidden;
}

#home{
	font-size:medium;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}

#home h1{
	color:#087E9C;
	font-size:xx-large;
	font-weight:bold;
}

#product-dis{
	font-size:small;
	color:black;
	font-family:Arial, Helvetica, sans-serif;

}

#products td{
width:20%;
}

#landingpage p{
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
	font-size:medium;
	}

#landingpage a:hover{
	color:#087E9C;
	font-weight:bold;
}

#landingpage a{
font-weight:normal;
color:#081e9c;
}

.img_left{
	float:left;
	margin-right:10px;
	}
	
.img_right{
	float:right;
	margin-left:10px;
	}

.landing_link{
	text-align:center;
}	

#landingpage hr{
	width:100%;
	
}
	
#spotlight{
	display:block;
}