/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A0302E;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #EE9122;
}

h4 {
	font-size: 10px;
	color: #66481F;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 15px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	text-align: center;
	color: #A73C3C;
}

.text2 {
	margin-bottom: 8px;
	font-size: 18px;
}

/** LINKS */

a {
	color: #999059;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x left top; }
.bg3 { background: url(images/bg05.jpg) no-repeat left top; }
.bg4 { background: url(images/bg06.jpg) repeat-y left top; }
.bg5 { background: url(images/bg07.jpg) no-repeat left bottom; }
.bg6 { background: url(images/bg08.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage14.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.hr2 {
	height: 1px;
	background-color: #EBC28B;
	margin-top: 20px;
	margin-bottom: 20px;
}


.section-title {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
.menu-category {
	color: #004528;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	background-image: url(images/bg-subnav-panel.jpg);
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.arrow-up {
	margin-left: 635px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}
#footer a:link {
	color: #A73C3C;
}
#footer a:hover {
	color: #A73C3C;
}
#footer a:active {
	color: #A73C3C;
}
#footer a:visited {
	color: #A73C3C;
}
.img-grid {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
