/* @group reset */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

html {
	background-color: #E1D9D1;
}

body {
	background-color: #fff;
	color: #BE4A2C;
	font: normal 1em/1em verdana, arial, helvetica, sans-serif;
	margin: 0px auto;
	position: relative;
	width: 740px;
}

a:link, a:visited {
	color: #7C6A55;
	text-decoration: none;
}

a:hover {
	color: #BE4A2C;
	text-decoration: underline;
}

h2 {
	font-size: .9em;
}

#branding {
	background: url(images/gary-moon-logo.png) no-repeat;
	height: 63px;
	left: 20em;
	position: absolute;
	top: 21px;
	width: 276px;
	z-index: 9;
}

#branding h1 {
	margin-top: -4000px;
}

#menu {
	border-bottom: 6px solid #BE4A2C;
	font-size: .7em;
	line-height: .8em;
	padding: 35px 0 10px 29px;
	position: relative;
	width: 711px;
	z-index: 1;
}

#menu li {
	display: inline;
	margin: 0 3px;
}

#submenu_portfolios {
	font-size: .6em;
	position: absolute;
	right: 600px;
	top: 70px;
	z-index: 20;
}

#submenu_portfolios li {
	line-height: 1.6em;
	text-align: right;
}

#page_content {
	margin: 0px 0 30px 40px;
	min-height: 376px;
	position: relative;
	text-align: center;
	top: 60px;
	width: 700px;
}

#portfolio_navigation {
	font-size: .7em;
	margin: 10px auto;
	text-align: center;
}

#portfolio_navigation li {
	display: inline;
	margin: 0 2px;
}

#text {
	margin: 0px auto;
	width: 400px;
}

#text p, #text ul {
	color: #7C6A55;
	font-size: .7em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#text ul li {
	line-height: 1.2em;
}

#text h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

a.inline_link {
	font-weight: bold;
	text-decoration: underline;
}

.nav_direction {
	font-size: 1.5em;
}

#slideshow_open {
	font-size: .7em;
	text-align: center;
}

#bottommenu {
	background-color: #7c6a55;
	border-bottom: 6px solid #BE4A2C;
	color: #fff;
	font: normal .7em/1em verdana, arial, helvetica, sans-serif;
	margin-top: 80px;
	padding: 12px 0 12px 0;
	text-align: center;
	width: 740px;
}

#bottommenu li {
	display: inline;
	margin: 7px;
}

#bottommenu a, #bottommenu a:visited {
	color: #C1B4A5;
	text-decoration: none;
}

#bottommenu a:hover {
	text-decoration: underline;
}

#footer {
	color: #7C6A55;
	font-size: .5em;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 740px;
}