/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #eaeaea;
	color: #736F6E;
font-family: Arial, Century Gothic, Verdana, Helvetica;
	font-size: 80%;
	text-align: center
	; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/redBull.gif'); 
	font-size: 100%;
}

hr {
	background-color: #c0c0c0; 
	color: #c0c0c0; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	color: #666666; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	color: #C11B17; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	color: #808080; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	font-size: 18px; 
	font-weight: normal; 
	color: #999999; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #736f6e; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #c11b17; 
	text-decoration: overline underline; 
	font-weight: bold;
}

a:active {
	color: #c11b17; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #616D7E; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #c11b17; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:active {
	color: #c11b17; 
	text-decoration: line-through;
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #fff; 
	text-align: left;
	margin: 0 auto;
	border: 1px solid #c0c0c0;
}

.header {
	background: #fff;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	/* border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	height: 250px;  */
}

.header H1 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	color: #b86039; 
	text-align: left; 
	font-size: 26px; 
	/*font-weight: bold;*/
	margin: 20px 0 40px 0; 
}

.header H2 {
	font-family: Arial, Century Gothic, Verdana, Helvetica;
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}

.navigation {
	background-color:  #c0c0c0;
	color: #000; 
	text-align: center;
	height: 30px;
	letter-spacing: 1px;
	font-size: 90%; 
	font-weight: normal;

}

.sidebar {
	background-color: #fff;
	width: 150px; 
	padding: 5px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	border-right: 1px dotted #c0c0c0;
	/*border-left: 1px solid #c0c0c0;*/
}

.maintext {
	background-color: #fff;
	color: #544e4f; 
	width: 600px; 
	padding: 5px 5px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 161px; 
	padding: 3px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	background-color: #c0c0c0;
	color: #544e4f; 
	width: 750px; 
	padding: 5px 5px; 
	text-align: justify; 
	vertical-align: top; 
}

.footerleft {
	background-color: #c0c0c0;
	text-align: center;
	font-size: 70%; 
	font-weight: normal;
	border-top: 2px solid #fff; 
}

.footerright {
	background-color: #c0c0c0;
	text-align: center;
	font-size: 70%; 
	font-weight: normal;
	border-top: 2px solid #fff; 
	padding: 10px 0;
}

.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;
}