
/* Color Usage: Shwood Yellow #ffde00, Green #baf16c, White, Black */
/* Begin CSS 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,
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;
}
div { cursor: default; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }

/* End CSS Reset */


/* --- Page Structure --- */
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	background-color: #000;
	overflow: hidden;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#nav-container {
	z-index: 350;
	display: block;
	width: 265px;
	height: 126px;
	position: absolute; top: 50%; left: 70px;
	margin-top: -85px;
}
#logo {
	float: left;
}
#menu-collapsed, #menu-expanded {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
#hide {
	position: absolute;
}
#menu-collapsed {
	padding: 54px 0 0 0;
	margin: 0 0 0 140px;
  	height: 77px;
  	width: 125px;
	cursor: default;
}
#menu-expanded {
	margin: 36px 0 0 140px;
  	height: 66px;
  	width: 125px;
	z-index: 100;
	position: absolute; top: 0;
}

/* -- Collapse and Expand Navigation -- */

ul.menu li  {
	z-index: 250;
	margin-bottom: -8px;
}
ul.menu li a, #hide {
 	text-decoration: none;
 	color: #fff;
 	display: inline-block;
 	background-color: #777;
 	padding: 2px 3px 2px 3px;
 	
}
ul.menu li a:hover {
 	text-decoration: none;
 	color: #baf16c;
 	background-color: #777;
}

/* -- Logo onOver Positioning -- */

#logo-nav {
	width: 125px;
	height: 126px;
	display: block;
	background: transparent url(../img/ui/shwood_menu_logo.png) no-repeat 0 0;
}

/* --- Links --- */
/*#contact-container a, #service-container a {
	color: #fff;
}
#contact-container a:hover, #service-container a:hover {
	color: #baf16c;
}*/

a { color: #fff; text-decoration: none; }
a:hover { color: #baf16c; text-decoration: underline;  }

a.ylink { color: #fff }
a.ylink:hover { color: #baf16c }


/* --- Typography --- */

p, ul.p-list, ul.data-list, ul.lens-list {
	line-height: 1.29em;
	color: #fff;
}

ul.data-list {
	padding: 0 0 0 13px;
	list-style: disc;
}
p.large-call {
	font-size: 14px;
}

/* --- Pages & Content --- */
#positioner {
	width: 100%;
	height: 615px;
	position: absolute; top: 50%; left: 0;
	display: block;
	margin-top: -320px;
	z-index: 230;
}
#blog-container {
	overflow: auto;
	height: 615px;
	margin-left: 335px;
}

.entry {
	width: 500px;
	text-align: left;
}
#sidebar {
	position: absolute; top: 0;
}
/* Collection Page */

.collect-img {
	height: 235px;
	width: 685px;
}
.collect-title {
	height: 52px;
	margin: 22px 0 0 0;
	width: auto;
	clear: left;
}

img.rule { margin: 5px 0 0 0 }
img.rule-collect-item { margin: 5px 0 31px 0 }

.collect-infocol-one, .collect-infocol-two {
	height: auto;
	float: left;
}
.collect-infocol-one {
	width: 405px;
	margin: 0 0 26px 0;
}
.collect-infocol-two {
	width: 265px;
	margin: 0 0 26px 15px;
	clear: right;
	
}
.collect-item-choice {
	height: auto;
	width: auto;
	clear: left;
}
.collect-item-choice div.select-lens, .video-infocol-spread div.select-thmb {
	margin: 0;
}
.video-infocol-spread div ul li {
	width: 125px;
	height: auto;
	display: block;
	float: left;
	text-align: center;
}
.photo-infocol-spread div ul li, .photo-infocol-spread div ul li.last-item {
	width: 55px;
	height: 55px;
	display: block;
	float: left;
	text-align: center;
}
.collect-item-choice div ul li, .collect-item-choice div ul li.last-item {
	width: 125px;
	height: 70px;
	display: block;
	float: left;
	text-align: center;
}
.collect-item-choice div ul li, .video-infocol-spread div ul li, .photo-infocol-spread div ul li{
	margin: 0 15px 0 0;
}
.collect-item-choice div ul li.last-item, .photo-infocol-spread div ul li.last-item  {
	margin: 0;
}
.collect-item-choice div ul li a {
	display: block;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.collect-item-choice div ul li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	cursor: pointer;
}
.collect-item-choice div ul li a img {
	margin: 0 0 7px 0;
}
.photo-infocol-spread ul li.last-item {
	clear: right;
}
h2.title, h3.buynow, h3.option-frame {
	font-family: Times, "Times New Roman", Georgia, serif;
}
h2.title {
	font-size: 14px;
	color: #fff;
	letter-spacing: .076em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 1px;
}
h2.title span.yel, h3.option-lens span.yel {
	color: #baf16c;
}
h2.title a, h2.title a:hover {
	text-decoration: none;
}
h3.buynow {
	text-align: right;
	margin: 0 1px 0 0;
}
h3.buynow a:hover {
	text-decoration: none;
}
h3.option-frame {
	float: left;
}
h3.option-frame, h3.buynow {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 0 0 0;
}
h3.buynow a {
	color: #baf16c;
	text-decoration: none;
}
h3.buynow a:hover {
	color: #fff;
}

/* Contact Page */

.contact-infocol-spread {
	height: auto;
	float: left;
	margin: 0 0 26px 0;
}
.contact-infocol-one, .contact-infocol-two {
	height: auto;
}
.contact-infocol-one {
	width: 195px;
	margin: 0 0 26px 0;
	clear: left;
	float: left;
}
.contact-infocol-two {
	width: 195px;
	margin: 0 0 26px 15px;
	float: left;
}
.about-infocol-wide {
	width: 475px;
	margin: 0 0 26px 0;
}

/* Customer Service Page */

.service-infocol-one, .service-infocol-two {
	height: auto;
	float: left;
}
.service-infocol-one {
	width: 335px;
	margin: 0 0 26px 0;
}
.service-infocol-two {
	width: 335px;
	margin: 0 0 26px 15px;
	clear: right;
}


/* --- Gallery --- */

.gallery_unstyled li { width: 55px; height: 55px; overflow: hidden; margin-bottom: 15px; }

/* --- Footer --- */
#footer {
	font-size: 9.5px;
	text-transform: uppercase;
	background-color: #613d2d;
	height: 25px;
	width: 100%;
	display: block;
	position: absolute; bottom: 0;
	z-index: 240;
}

#footleft {
	float: left;
}
#footright {
	float: right;
	height: 25px;
}
#footright ul li {
	margin: 8px 15px 0 0;
	float: left;
}
#footright ul li a {
	color: #000;
	text-decoration: none;
}
#footright ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer-trans {
	font-size: 9.5px;
	text-transform: uppercase;
	width: 250px;
	height: auto;
	background-color: #f00;
	display: block;
	position: absolute; bottom: 7px; right: 0;
	z-index: 240;

}
#footright-trans {
	float: right;
	height: 11px;
}
#footright-trans ul li {
	margin: 0 15px 0 0;
	float: left;
}
#footright-trans ul li a {
	color: #000;
	text-decoration: none;
}
#footright-trans ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* -- Gallery Nav -- */
#gallery-nav {
	width: 100%;
	height: 25px;
	position: absolute; bottom: 25px;
	z-index: 250;
}
#gall-hold {
	width: 78px;
	display: block;
	margin: 0 auto;
}
#gallery-nav span {
	cursor: pointer;
	float: left;
}
#gall-hold span img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#gall-hold span img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* - Switchable Background Display - 

#p_display, #p_display table, #p_display td, #cont { width: 100%; height: 100%; }

#p_display div{ position: absolute; width: 200%; height: 200%; top: 0; left: 0; overflow-x: hidden; }
#p_display img{ min-height: 50%; min-width: 50%; margin: 0 auto; cursor: default; }*/

/* - Switchable Video Display - */

#vid-display, #switchable {
	z-index: 0;
}