@charset "UTF-8";
#head-top #elements {
	text-align: left;
	position: relative;
	width: 700px;
	top: 42px;
	left: 50px;
}
#head-top #elements img {
	float: left;
}

#head-bottom #breadcrumbs {
	clear: both;
	display: block;
	text-align: right;
	margin-top: -20px;
	z-index: 999;
	color: #fff;
}
#head-bottom #breadcrumbs a {
	color: #fff;
	padding: 0 7px;
}

/* Main content area */
#main_content_left {
	float: left;
	width: 640px;
	padding: 10px;
}

#main_content_right {
	float: left;
	margin: 53px 0 0 20px;
}
#main_content_wide {
	clear: left;
	display: block;
	width: 900px;
	text-align: left;
}

#main_content_left h3,
#main_content_wide h3 {
	clear: left;
	margin-bottom: 0;
}

#main_content_left p,
#main_content_wide p {
	width: 500px;
	margin: 7px 0;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4, h5 {
	font-size: 11px;
}

img.floattextleft {
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
	width: 160px;
}
.clearall {
	clear: left;
	clear: right;
	clear: both;
	display: block;
	margin: 0 auto;
	display: block;
	height: 1px;
}

a.backlink, a.totoplink {
	float: left;
	padding: 5px;
}

.right {
	text-align: right;
}

sup {
	font-size: 65%;
}

#main_content_left a, 
#main_content_wide a {
	color: #986f41;
	text-decoration: none;
}
#main_content_left a:hover, 
#main_content_wide a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

.sidebar {
	display: block;
	width: 240px;
	height: auto;
	padding: 0;
}
.sidebar .sidebar-top {
	clear: both;
	display: block;
	width: 220px;
	height: 14px;
	background: transparent url(../images/sidebar/sidebar-top.png) no-repeat top center;
}
.sidebar .sidebar-middle {
	clear: both;
	display: block;
	width: 190px;
	height: auto;
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
	background: transparent url(../images/sidebar/sidebar-shadow.png) repeat-y center center;
}
.sidebar .sidebar-bottom {
	clear: both;
	display: block;
	width: 220px;
	height: 14px;
	background: transparent url(../images/sidebar/sidebar-bottom.png) no-repeat bottom center;
}

.sidebar ul, .sidebar li {
	list-style: none;
	list-style-type: none;
}
.sidebar a {
	line-height: 14px;
	text-decoration: none;
	color: #4c3720;
}
.sidebar a:hover {
	color: #be3f34;
	text-decoration: underline;
}

/* Table styles */
.theading {
	font-weight: bold;
	background-color: silver;
}
.theading th {
	text-align: left;
}
.odd {
	background-color: #3f5f7f;
}
.even {
	background-color: #f3f5f7;	
}
.hilite {
	background-color: #f34567;
}
.tcell {
	padding: 3px;
}
/* End table styles */



/* Page footer elements */
#footer_left {
	width: 680px;
	float: left;
}
#footer_left ul, #footer_left li {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
	list-style: none;
}
#footer_left li {
	float: left;
}
#footer_left a {
	color: #bf8a4e;
	text-decoration: none;
	display: block;
	font-size: 11px;
	line-height: 35px;
	padding: 3px 20px;
}
#footer_left a:hover {
	color: #cfa473;
	text-decoration: underline;
}
#footer_right {
	float: left;
}
#footer_right p {
	color: #986F41;
	text-align: center;
	font-size: 11px;
	padding: 3px;
}
/* End footer elements */


a.fancyzoom img {
	border: 1px solid silver;
}
a.fancyzoom:hover img {
	border: 1px solid #333;
}
div#zoom {
	display: none;
}
div#zoom_close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: -12px;
	left: -12px;
	background: transparent url(../images/closebox.png) no-repeat;
	cursor: pointer;
}

div#zoom_content {
	text-align: center;
	border: 1px solid silver;
	background-color: #303030;
	padding: 16px;
}
div#zoom_content img {
	border: 1px solid silver;
}

div.player {
	width: 420px;
	border: 1px dotted silver;
	margin: 20px auto;
	text-align: center;
}

div.videolink {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
div.videolink a {
	text-decoration: none;
	color: #303030;
	padding: 5px 0;
	font-weight: bold;
}
div.videolink a:hover {
	text-decoration: underline;
	color: #3c3c3c;
}
div.share {
	clear: both;
	display: block;
	width: 420px;
	margin: 0 auto;
}
div.share a {
	float: right;	
}
}
