/* Main template styling*/
* { margin: 0; padding: 0; }
body, html { height: 100%; }
body {
	background: #111 url(images/bg-body-diagonal.png) left top;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #b7a58d;
	position: relative;
}
#outer-wrapper {
	width: 760px;
	height: 450px;
	background: #000;
	/*Position the page in the middle of the browser window*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -370px;
}
#menu {
	width: 239px;
	float: left;
	height: 450px;
	border-right: 1px solid #171716;
}
#menu ul {
	list-style: none;
	margin: 50px 0 0 50px;
	font-size: 0.85em;
}
#menu li {
	padding: 0 0 0 10px;
	margin: 13px 0 0 0;
	background: transparent url(images/red-arrow.png) no-repeat 0 center;
	font-weight: bold;
	clear: left;
}
#menu a {
	text-decoration: none;
	color: #b7a58d;
	text-transform: uppercase;
}
#menu a:hover {
	color: #f2dabb;
}
#content {
	float: left;
	margin: 20px;
	width: 480px;
	height: 410px;
	overflow: auto;
}
#footer {
	clear: both;
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 0.8em;
}
#footer span {
	color: #444;
	padding-left: 10px;
	margin-left: 5px;
	background: transparent url(images/footer-dot.png) no-repeat 0 center;
}
#footer span a {
	color: #444;
	text-decoration: none;
}
#footer span a:hover {
	text-decoration: underline;
}
h1 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	margin: 0 0 1em 0;
	background: transparent url(images/red-arrow.png) no-repeat 0 center;
}
p {
	font-size: 0.9em;
	margin: 0 20px 0 9px;
}
#tablecss {
	margin-left: 9px;
	width: 450px;
	table-layout: auto;
}
#tablecss2 {
	margin-left: 9px;
	width: 200px;
	table-layout: auto;
}
td {
	font-size: 0.9em;
}
a {
	color: #b7a58d;
}
a:hover {
	color: #f2dabb;
}
/*Image Gallery Styling*/
#image-gallery #content {
	float: left;
	margin: 0;
	width: 520px;
	height: 450px;
	overflow: hidden;
}
#image-gallery #content img#main-image { margin: 0 1px 0 0; }
#image-gallery #content img {
	border: 0;
	float: left;
	margin: 0 0 1px 1px;
}
#image-gallery h1 {
	position: absolute;
	bottom: 5px;
	left: 550px;
	font-size: 0.8em;
	margin: 0;
}
/* IE6 only hack*/
* html #image-gallery h1 { width: 175px; }
#image-gallery a#next {
	position: absolute;
	bottom: 2px;
	right: 227px;
	text-transform: uppercase;
	font-size: 1.4em;
	text-decoration: none;
	color: #222;
}
#image-gallery a#previous {
	position: absolute;
	bottom: 2px;
	right: 505px;
	text-transform: uppercase;
	font-size: 1.4em;
	text-decoration: none;
	color: #222;
}
#image-gallery a#downloadimage {
	position: absolute;
	bottom: 2px;
	right: 300px;
	text-transform: none;
	font-size: 0.8em;
	text-decoration: none;
	color: #FFF;
}
/* IE6 only hack*/
* html #image-gallery a#next {	width: 4em;	text-align: right; }
* html #image-gallery a#previous {	width: 0.6em;	text-align: left; }
#image-gallery #content #thumbs {
	height: 382px;
	overflow: auto;
	cursor: pointer;
}
#image-gallery #content #thumbs a {
	line-height: 1.5em;
	color: #b7a58d;
}
/* Collection menu styling */
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 1em;
}

li#collections {
	width: 9em;
}

li#collections a {
	display: block;
	width: 9em;
}

li#collections li a:hover  {
	background: #516a16;
}

li#collections, li#collections li { /* all list items */
	width: 8em; /* width needed or else Opera goes nuts */
}

li#collections li {
	margin: 0;
	padding: 0;
	background: transparent;
	font-weight: bold;
	border-bottom: 1px solid #b7a58d;
	float: left;
}

li#collections li a {
	padding: 3px 0 3px 0.2em;
	background: #222;
	width: 7.8em;
}

li#collections ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: 8em;
	margin-top: -1.3em;
	border-top: 1px solid #b7a58d;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu li {
	padding: 0 0 0 10px;
	margin: 13px 0 0 0;
	background: transparent url(images/red-arrow.png) no-repeat 0 center;
	font-weight: bold;
	clear: left;
}
#menu a {
	text-decoration: none;
	color: #b7a58d;
	text-transform: uppercase;
}
#menu a:hover {
	color: #f2dabb;
}

input#myusername {
	width:150px;
	z-index: 200;
}

input#mypassword {
	width: 150px;
}