/* CSS Document */

/* ********Fonts******** */

body {
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
	color:#616161;

	}

p {
	margin:0 0 10px 0;
	
	}

td {
	
	}
	
a {
	color:#000;
	}
	
a:hover {

	}
	
.error {
	font-weight:bold;
	color: #CC0000;
	}

h1 {
	display: none;
	
	}

#title {
	font-family: 'Cinzel', serif;
	color:#000;
	padding:15px 0 5px 0;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: -0.1em;
}	


hr {
	border-top-color: #2D517F;
	border-top-width:1px;
	border-top-style: solid;
	height:0px;
	clear:both;
	}
	
img {
	border: 0px;
	}

.saleprice {
	font-weight: bold;
	color: #990000;
	}
	
.strikethru {
	text-decoration: line-through;
	}