﻿/* HTML TAG DEFINITIONS */



html {

	height: 100%; 

	margin-bottom: 1px;}



body {
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 70%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background: #404040;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;
}



hr {

	background-color: #bf201a;

	color: #bf201a;

	height: 1px;

	width: 100%;}



img {
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 2px 2px;
	border-radius: 4px;
	text-shadow: 1px 2px 3px #010101;
	-webkit-box-shadow: 2px 4px 10px 3px #3F3F3F;
	box-shadow: 2px 4px 10px 3px #3F3F3F;
}



ul {

	padding: 0;

	margin: 0 0 0 17px;

	list-style: square;}	



h1 {

	color: #525252;

	font: bold 22px Georgia, Georgia, serif;

	text-align: left;

	padding: 0 0 5px 0;

	margin: 0 0 10px 0;}



h2 {
	color: #7a140f;
	font: normal 20px Georgia, Georgia, serif;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}



h3 {

	color: #7a140f;

	font: normal 20px Georgia, Georgia, serif;

	text-align: left;

	padding: 0;

	margin: 100x 0 10px 0;}



h4 {

	color: #525252;

	font: bold 16px Arial, Helvetica, sans-serif;

	margin: 15px 0;}



h5 {

	color: #887140;

	font: normal 14px Arial, Helvetica, sans-serif;

	margin: 10px 0;

	padding: 10px 0;

	border-bottom: 1px solid #c0c0c0;}



h6 {

	color: #7a140f;

	font: bold 14px Arial, Helvetica, sans-serif;

	margin: 10px 0;}



a {
	color: #bf201a;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}



a:hover {
	color: #727272;
	text-decoration: underline;
	font-weight: bold;
	/* [disabled]font-size: large; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

	

p.center {

	text-align: center;}	



/* PAGE LAYOUT IDs */



#wrapper {
	background-image: url('images/wrapperbg.jpg'), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,158,158,1.00) 24.44%,rgba(255,158,158,1.00) 37.38%,rgba(255,0,0,1.00) 100%);
	background-image: url('images/wrapperbg.jpg'), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,158,158,1.00) 24.44%,rgba(255,158,158,1.00) 37.38%,rgba(255,0,0,1.00) 100%);
	background-image: url('images/wrapperbg.jpg'), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,158,158,1.00) 24.44%,rgba(255,158,158,1.00) 37.38%,rgba(255,0,0,1.00) 100%);
	background-image: url('images/wrapperbg.jpg'), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,158,158,1.00) 24.44%,rgba(255,158,158,1.00) 37.38%,rgba(255,0,0,1.00) 100%);
	background-color: #fff;
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

	

#logoimage {

	height: 150px;}

	

#navigation {

	background: #bf201a url('images/navbar-black.jpg'); 

	text-align: center;

	color: #fff;

	font-size: 90%;

	padding: 8px 0 0 0;

	height: 22px;}

	

#navigation a {

	color: #fff;

	font-weight: normal;

	text-decoration: none;}



#navigation a:hover {

	color: #fff;

	font-weight: normal;

	text-decoration: underline;}

	

#sidebar {

	width: 230px;

	float: left;

	text-align: left;

	font-size: 60%;

	padding: 10px;}

	

#content {
	width: 480px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-color: #F8F8F8;
}



#footer {

	clear: both;

	background: #fff url('images/footer.jpg') no-repeat;

	color: #606060;

	height: 40px;

	text-align: left;

	line-height: 2em;

	font-size: 85%;

	padding: 10px 0 0 15px;

	height: 50px;

	border-top: 5px solid #A58C4F;}

	

#footer a {

	font-weight: normal;}

	

#footer a:hover {

	font-weight: normal;}

	

#footer p {

	padding: 0;

	margin: 0;}



/* FORMATTING CLASSES */



.box {
	background: #f7f7f7;
	border: 1px solid #c0c0c0;
	padding: 10px;
	text-shadow: 0 0 0 #000000;
}
#wrapper #content .box {
	text-shadow: 0 0 0 #1F1F1F;
	border-radius: 4;
	border: 1px solid #000000;
	border-spacing: 0px 0px;
}
#wrapper #content .box {
}
#wrapper #content .box {
}
#wrapper #content .box {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
.box .center img {
	border-width: 1px;
	border-style: solid;
	border-spacing: 2px 2px;
	background-color: #000000;
}
.box .center img {
}
.box .center img {
	-webkit-box-shadow: 2px 4px 10px 3px #383838;
	box-shadow: 2px 4px 10px 3px #383838;
	text-shadow: 2px 1px 4px #060606;
}



.hottopic {

	color: #8e4c3b;

	font-weight: bold;}



.contact {

	padding: 5px;

	text-align: left;

	margin: 20px 0;}



.contact label {

	width: 150px; 

	float: left; 

	text-align: right; 

	margin: 3px 5px 5px 5px; 

	clear: both;}



.contactbox {

	margin: 3px 5px 5px 5px; 

	background-color: #fff; 

	color: #000; 

	border: 1px solid #c0c0c0;}



.contactbutton {

	text-align: center; 

	margin: 5px 0 0 170px; 

	border: none;}



.catalogleft {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	/* [disabled]border: thin solid #000000; */
	/* [disabled]background-color: #C9C9C9; */
	color: #000000;
}

	

.catalogright {
	width: 220px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

	

.imagemiddle {

	margin: 0; 

	border: 3px double #c2c2c2;}

	

.imageleft-noborder {

	margin: 0 10px 0 0; 

	float: left;}



.imageright-noborder {

	margin: 0 0 0 10px; 

	float: right;}

	

.imageleft-border {

	margin: 0 10px 0 0; 

	float: left;

	border: 3px double #c2c2c2;}



.imageright-border {

	margin: 0 0 0 10px; 

	float: right;

	border: 3px double #c2c2c2;}
