/* SETS BASIC HTML DEFINITIONS */

html {
	background: #622322 url('images/background.jpg');
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background: url('images/topbg.jpg') repeat-x;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 0;
}

table, td {
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

hr {
	background-color: #a1162c; 
	color: #a1162c; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	color: #a1162c;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #9f9a96;
	font: normal 18px Verdana, Arial, sans-serif;
	text-align: left;
}

h3 {
	color: #a1162c;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #a1162c;
	font: bold 16px Verdana, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #9f9a96;
	letter-spacing: 3px;
}

/* SETS THE MAIN HYPERLINK PROPERTIES */

a {
	color: #c41a46;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cdcdcd;
	text-decoration: underline;
	font-weight: bold;
}

/* SETS THE VARIOUS CLASS PROPERTIES */

.wrapper {
	width: 750px;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.sitename {
	background-image: url('images/sitename.jpg');
	color: #9f9a96;
	font: normal 26px "Times New Roman", Times, serif;
	width: 500px;
	height: 100px;
	padding: 0;
}

span.long {
	color: #a1162c;
	font-size: 36px;
	letter-spacing: 5px;
}

.global {
	background-image: url('images/global.jpg');
	color: #808080;
	text-align: right;
	font-size: 90%;
	line-height: 20px;
	letter-spacing: 2px;
	width: 250px;
	height: 100px;
	padding: 0;
}

.mainnavigation {
	background-image: url('images/mainnavbg.jpg');
	color: #fff;
	text-align: center;
	height: 30px;
}

.rollover {float: left; color: #000; padding-left: 6px;}

.rollover a {
	display: block; 
	margin: 0;
	text-align: center; 
	width: 123px; 
	padding: 8px 0 7px 0; 
	float: left; 
	font: bold 12px Arial; 
	color: #c41a46; 
	background: url("images/buttongroup.jpg") 0 0 no-repeat
}

.rollover a:hover {
	background-position: -200px 0; 
	font: normal 12px Arial; 
	color: #fff; 
	text-decoration: none;
}

.content {
	background: #fff url('images/texttopbg.jpg') no-repeat;
	color: #000;
	padding: 10px 10px 0 10px; 
	vertical-align: top; 
	text-align: justify;
}

.contentwide {
	background: #fff url('images/texttopbg.jpg') no-repeat;
	color: #000;
	padding: 10px 30px 0 30px;
	vertical-align: top;
	text-align: justify;
}

.sidebar {
	background: #fff url('images/texttopbg.jpg') no-repeat;
	color: #000;
	padding: 10px 10px 0 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.mainimage {
	width: 50%; 
	text-align: left; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footer {
	background: url('images/footer.jpg') no-repeat;
	text-align: center;
	color: #fff; 
	font-size: 85%; 
	font-weight: normal; 
	letter-spacing: 2px;
	padding: 20px 0 10px 0;
}

.footer p {margin: 10px 0 10px 0;}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}
