/* ----- BEGIN RESET ----- */

/* Gracias, Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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

blockquote, q {
	quotes: "" "";
}

/* ----- END RESET ----- */

/* ----- BEGIN LAYOUT ----- */

body {
	font-size: small;
	background: #4c301f;
	font-family: Helvetica, Arial, sans-serif;
	color: #8c8c8c;
}

#wrap {
	background: #fff;
	border-top: 5px solid #bedee8;
	border-bottom: 4px solid #81573a;
	text-align: center;
	margin-top: 12px;
}

#container {
	width: 935px;
	text-align: left;
	margin: 0 auto;
}

#content {
	position: relative;
	margin-top: 44px;
	height: 600px;
}

#primary {
	position: relative;
	top: 0;
	left: 190px;
	text-align: center;
	width: 555px;
	height: 400px;
}

#browse {
	position: absolute;
	bottom: 140px;
	left: 95px;
	visibility: hidden;
	width: 745px;
}

#sec_nav {
	position: absolute;
	top: 0;
	right: 764px;
}

#meta {
	position: absolute;
	top: 0;
	left: 764px;
}

#footer {
	width: 935px;
	margin: 0 auto;
	font-size: 88%;
	color: #dcdcdc;
}

/* ----- END LAYOUT ----- */

/* ----- BEGIN NAV ----- */

#main_nav {
	overflow: hidden;
	list-style: none;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-weight: bold;
	width: 555px;
	margin-left: 190px;
	padding-bottom: 22px;
}

#main_nav li {
	display: block;
	float: left;
	width: 91px;
	padding-left: 4px;
}

#main_nav li a {
	display: block;
	float: left;
	padding-top: 12px;
}

#main_nav li a:link, #main_nav li a:visited {
	color: #c6c6c6;
	text-decoration: none;
}

#main_nav li a:hover {
	color: #b4d3dc;
}

#main_nav li a.current {
	color: #b4d3dc;
	background: url(/themes/site_themes/erika/nav_current.gif) no-repeat center top;
}


/* ----- END NAV ----- */

/* ----- BEGIN BRANDING ----- */

#brand a {
	display: block;
	text-indent: -9999px;
	background: url(/themes/site_themes/erika/logo.gif) no-repeat left top;
	width: 555px;
	height: 44px;
	margin-left: 185px;
}	

/* ----- END BRANDING ----- */

/* ----- BEGIN PRIMARY ----- */

#main_img {
	border: 5px solid #d6d6d6;
}

/* ----- END PRIMARY ----- */

/* ----- BEGIN BROWSE ----- */

#thumb_container {
	position: absolute;
	top: 458px;
	left: 190px;
	width: 570px;
	overflow: hidden;
}

#thumbs {
	width: 10000px;
	overflow: hidden;
	position: relative;
	left: 0px;
}

#thumbs li {
	float: left;
	margin-right: 15px;
	width: 80px;
	height: 80px;
}

#thumbs li a {
	display: block;
	border: 5px solid #d6d6d6;
	width: 70px;
}

#thumbs a:hover {
	border: 5px solid #b6b6b6;
}

.thm_meta {
	visibility: hidden;
}

#browse p {
	display: block;
	width: 11px;
	height: 26px;
	position: absolute;
	top: 24px;
	text-indent: -9999px;
}

#browse p#back {
	background: url(/themes/site_themes/erika/back.gif) no-repeat left top;
	left: 65px;
}

#browse p#forward {
	background: url(/themes/site_themes/erika/forward.gif) no-repeat left top;
	right: 65px;
}

#browse p:hover {
	cursor: pointer;
}

#browse p:hover#back {
	background: url(/themes/site_themes/erika/back.gif) no-repeat left -26px;
}	

#browse p:hover#forward {
	background: url(/themes/site_themes/erika/forward.gif) no-repeat left -26px;
}	

/* ----- END BROWSE ----- */

/* ----- BEGIN SIDE_NAV ----- */

#sec_nav ul {
	margin-top: 30px;
}

#sec_nav ul li {
	margin-bottom: 32px;
	line-height: 12px; /* KLUDGE: Only needed for IE6 to override line-height: 1; in reset rules */
}

#sec_nav ul li a {
	display: block;
	height: 12px;
	width: 171px;
	text-indent: -9999px;
}

#sec_nav ul li a#travel {
	background: url(/themes/site_themes/erika/travel.gif) no-repeat left top;
}

#sec_nav ul li a#natural {
	background: url(/themes/site_themes/erika/natural.gif) no-repeat left top;
}

#sec_nav ul li a#still {
	background: url(/themes/site_themes/erika/still.gif) no-repeat left top;
}

#sec_nav ul li a#interior {
	background: url(/themes/site_themes/erika/interior.gif) no-repeat left top;
}

#sec_nav ul li a#macro {
	background: url(/themes/site_themes/erika/macro.gif) no-repeat left top;
}

#sec_nav ul li a#industrial {
	background: url(/themes/site_themes/erika/industrial.gif) no-repeat left top;
}

#sec_nav ul li a:hover#travel, #sec_nav ul li a#travel.current {
	background: url(/themes/site_themes/erika/travel.gif) no-repeat left bottom;
}

#sec_nav ul li a:hover#natural, #sec_nav ul li a#natural.current {
	background: url(/themes/site_themes/erika/natural.gif) no-repeat left bottom;
}

#sec_nav ul li a:hover#still, #sec_nav ul li a#still.current {
	background: url(/themes/site_themes/erika/still.gif) no-repeat left bottom;
}

#sec_nav ul li a:hover#interior, #sec_nav ul li a#interior.current {
	background: url(/themes/site_themes/erika/interior.gif) no-repeat left bottom;
}

#sec_nav ul li a:hover#macro, #sec_nav ul li a#macro.current {
	background: url(/themes/site_themes/erika/macro.gif) no-repeat left bottom;
}

#sec_nav ul li a:hover#industrial, #sec_nav ul li a#industrial.current {
	background: url(/themes/site_themes/erika/industrial.gif) no-repeat left bottom;
}

/* ----- END SIDE_NAV ----- */

/* ----- BEGIN META ----- */

#meta {
	width: 171px;
	font-size: 86%;
	line-height: 1.4em;
}

#img_meta {
	margin-top: 30px;
}

#img_meta .title {
	font-style: italic;
}

/* ----- END META ----- */

/* ----- BEGIN FOOTER ----- */

#footer p {
	margin-left: 195px;
	padding: 20px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color: #d6d6d6;
	text-decoration: underline;
}

#footer a:hover {
	color: #d6d6d6;
	text-decoration: none;
}

/* ----- END FOOTER ----- */

