﻿/* CSS Document */
/*basic html styles*/

/*Keyringshop.Com*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background_tile_aqua_02.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}

#dc_body {
	border-top: 1px #000080 solid;
	border-right: 1px #000080 solid;
	border-bottom: 1px #000080 solid;
	border-left: 1px #000080 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: #000080;
	background-image: url('../images/banding-blue-04.jpg');
	background-repeat: repeat;
	height: 22px;
	color: #fff;
	border-left: 1px #000080 solid;
	border-top: 1px #000080 solid;
	border-right: 1px #000080 solid;
	font-weight: bold;
}
#header-image {
	background-color: white;
	background-image: url('http://www.keyringshop.com/images/Keyring_01_Hdr.jpg');
	display: block;
	background-repeat: no-repeat;
	height: 159px;
	width: 800px;
	border-left: 1px #000080 solid;
	border-right: 1px #000080 solid;
}

/*
table {
	background-color: white;
}
*/

table#dc_navigation {
	width: 100%;
	height: 35px;
	vertical-align: middle;
	border-top: 1px #000080 solid;
	border-right: 1px #000080 solid;
	border-bottom: 1px #000080 solid;
	border-left: 1px #000080 solid;
}
table#dc_navigation tr {
	background-color: #000066;
/*	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: #444444;
	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: #000080;
}


/* PAGE Specific styles */
#homepage-content a {
	text-decoration: underline;
	color: #000000;
}
#homepage-content a:visited {
	color: #444;
}
#homepage-content a:hover {
	color: #000080;
}


#logo-mat-facts {
	text-align: left;
}
#logo-mat-facts h1, #logo-mat-facts h2, #logo-mat-facts h3, #logo-mat-facts h4, {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
#logo-mat-facts h2 {
	font-size: x-large;
}
#logo-mat-facts h3 {
	font-size: medium;
}

#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: #000080;
}

#faq-page {
	
}

.style-text-center {
	text-align: center;
}


