/* ------------------------------ TAGs ------------------------------ */

a {
	color: #cb9400;
	text-decoration: none;
}

a:hover {
	color: #2795bb;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #647d67 url('/images/gui/background.jpg') repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	color: #4a6e4f;
	font: normal x-large Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	background: #4a6e4f url('/images/gui/header_content.gif') no-repeat top center;
	color: #638568;
	font: normal medium Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding: 2px 8px;
	text-align: center;
	width: 554px;
}

hr {
	border: none;
	border-top: 1px solid #c0cfb0;
	height: 1px;
	margin-bottom: 12px;
}

/* ------------------------------ IDs ------------------------------- */

#banner {
	margin-bottom: 8px; 
}

#container {
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	min-height: 500px;
	width: 740px;
}

#content {
	background: url('/images/gui/footer.jpg') no-repeat center bottom;
	color: #333;
	display: inline;
	float: left;
	line-height: 1.5em;
	margin-left: 20px;
	width: 570px;
}

#copy {
	background: url('/images/gui/content_bg.gif') repeat-y;
	padding: 12px 12px 0 12px;
	margin-bottom: 12px;
}

#copy p {
	margin: 12px 0;
}

#footer {
	clear: both;
	color: #999;
	font-size: x-small;
	letter-spacing: .25em;
	margin: 0 auto 0 170px;
	padding-top: 12px;
	text-align: center;
	width: 570px;
}

#navbar {
	background: #4a6e4f url('/images/gui/tab_left.gif') no-repeat top left;
	margin-bottom: 10px;
	overflow: hidden;
	width: 150px;
}

#navbar h2 {
	background-image: url(/images/gui/header_nav.gif);
	width: 134px;
}

#navbar ul {
	background: #c0cfb0 url('/images/gui/footer_nav.gif') no-repeat bottom center;
	list-style-type: none;
	margin: 0;
	padding: 8px;
}

#navbar ul li {
	margin: 0 0 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #B6C7A4;
}

#navbar ul li a {
	color: #426875;
}

#navbar ul li a:hover {
	color: #2795BB;
}

#sidebar {
	float: left;
}

/* ----------------------------- CLASSES ---------------------------- */

.products {
	float: left;
	margin: 4px 8px 8px 0;
}
