/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
#ContentContainer #column2 a:hover {
	color: #d60
	}
	
@font-face {
	font-family: 'MyriadProRegular';
	src: url('/fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('/fonts/myriadpro-regular-webfont.woff') format('woff'), url('/fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('/fonts/myriadpro-regular-webfont.svg#webfontzuwcQUU3') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'MyriadProSemibold';
	src: url('/fonts/myriadpro-semibold-webfont.eot');
	src: local('☺'), url('/fonts/myriadpro-semibold-webfont.woff') format('woff'), url('/fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('/fonts/myriadpro-semibold-webfont.svg#webfontzuwcQUU3') format('svg');
	font-weight: normal;
	font-style: normal;
	}

/* typography.css */
html {font-size:100.01%;}
body {font-size:81.2%;color:#222;background:#fff;font-family:'MyriadProRegular',"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#d60;}
a {color:#111;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-family:'MyriadProSemibold',"Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: normal; color: #333}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
div.last div {margin-right:0;}
.span-6 {width:230px;}
.span-18 {width:710px;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#eee;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

#Header img {
	float: left;
	}

span.title {
	font-size: 1.6em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 52px;
	float: left;
	}
	
a.StoreLink {
	float: right;
	padding: 16px 24px;
	margin-top: 26px;
	margin-right: 26px;
	background: #f4df00;
	color: #222;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1;
	}
	
a.StoreLink span {
	font-weight: bold;
	}
	
div.stripe {
	background: #F0F2ED;
	}
	
top-bar {
	float: left;
	width: 950px
	}
	
#Navigation {
	border-left: 1px solid #ddd;
	}
	
#Navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#Navigation li {
	float: left;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #F0F2ED;
	border-bottom: 2px solid #F0F2ED;
	}
	
#Navigation li.current {
	border-top: 1px solid #fff;
	background: #fff;
	border-bottom: 2px solid #111;
	}
	
#Navigation li.current a {
	color: #222;
	}
	
#Navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #777;
	}

.navBarTop {
	margin-bottom:8px
	}

ul.primaryNav {	
	z-index: 80;
	}
	
.primaryNav , .primaryNav * {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	z-index: 90;
	}
	
.primaryNav li {
	float:left;
	position:relative;
	padding: 0;
	}
	
.primaryNav a {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 1em;
	text-decoration: none;
	color: #777777;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0.6em 38px 0.5em;
	}
	
.primaryNav li.first a {
	border-left: 1px solid #CCC;
	}
	
.primaryNav a:hover {
	background: #FFF;
	}	
	
.primaryNav .first a {
	border-left: none;
	} 
	
a#video {
	padding: 13px 0;
	width: 138px;
	}
	
a#audio {
	padding: 23px 0 20px;
	width: 123px;
	}
	
a#animation {
	padding: 13px 0;
	width: 136px;	
	}
	
a#architecture {
	padding: 13px 0;
	width: 139px;
	}
	
a#signage {
	padding: 13px 0;
	width: 159px;
	}
	
a#education {
	padding: 23px 0 20px;
	width: 124px;
	}
	
a#stereoscopic {
	padding: 23px 0 20px;
	width: 123px;
	}
	
#SearchContainer {
	margin-top: 20px;
	margin-bottom: 15px;
	}	
	
span#syndicationFeeds {
	margin-left: 240px;
	}	
	
#syndicationFeeds .syndicationLink {
	margin-right: 5px;
	}	

#searchbox {
	text-align: right;
	float: right;
	width: 520px;
	margin-right: 26px;
	position: relative;
	}
	
#searchbox label {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
#searchbox input.input-text {
	width: 161px;
	padding: 4px;
	margin: 0 10px;
	border: 1px solid #ddd;
	}
	
#searchbox select {
	border:1px solid #ddd;
	color:#777;
	font-size: 13px;
	height:25px;
	margin: 0 10px 0 0;
	padding:3px;
	width:161px;
	}
	
#searchbox input.input-submit {
	background:#666;
	border:0 none;
	color:#fff;
	cursor:pointer;
	display: block;
	float: right;
	font-size:13px;
	font-weight: lighter;
	font-weight:normal;
	height:25px;
	padding:0 16px;
	text-decoration:none;
	}

#ContentContainer {
	background: url(images/faux.png) top left repeat-y;
	}

#column1 {
	float: left;
	width: 205px;
	margin-right: 35px;
	}

	
#side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
	}
	
#side-nav li.current a {
	background: #fff;
	color: #111;
	}
	
#side-nav a {
	background: #F0F2ED;
	border-bottom:1px solid #ddd;
	color:#777;
	display:block;
	font-size:15px;
	padding:13px 23px;
	text-decoration:none;
	}
	
#side-nav a:hover {
	background-color: #fff;
	}	
	
#column2 {
	float: left;
	width: 690px;
	margin-right: 20px;
	}
	
.col2-half {
	width: 335px;
	float: left;
	margin-right: 20px
	}
	
.col2-2thirds {
	width: 460px;
	float: left;
	margin-right: 20px;
	}
	
.col2-third {
	width: 210px;
	float: left;
	margin-right: 20px;
	}
	
#column2 .last {
	margin-right: 0;
	}
	
.featured {
	background: #fff;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
	}
	
.featured img {
	border-bottom: 1px solid #ddd;
	}
	
.featured a {
	margin-bottom: 15px;
	display: block;
	}
	
.featured div.text {
	width: 305px;
	padding: 0 15px;
	color: #777;
	}
	
.featured .text h4 {
	font-size: 17px;
	margin-bottom: 2px;
	font-weight: 300;
	color: #222;
	}
	
.featured .text h4 a {
	color: #222;
	margin: 0;
	text-decoration: none;
	} 
	
.featured .text p.author {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	}
	
.featured .text .author a {
	margin: 0;
	display: inline;
	} 
	
.featured .text a {
	color: #222;
	margin: -1.5em 0 1.5em
	}
	
.list-panel {
	position: relative;
	float: left;
	}	
	
.list-panel h3 {
	background: #f4df00;
	float:left;
	padding:7px 20px 7px 15px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 300;
	}
	
.list-panel span a {
	color: #777;
	position: absolute;
	top: 4px;
	right: 15px;
	}
	
.col2-half .list-panel ul {
	width: 335px;
	}
	
.col2-third .list-panel ul {
	width: 210px;
	}	
	
.list-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
.list-panel li {
	background: #fff;
	color: #222;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #bbb;
	float: left;
	}
	
.col2-half .list-panel li {
	width: 305px;
	}
	
.list-panel li p {
	margin-bottom: 0;
	}
	
.list-panel li a {
	color: #222;
	}	
	
.list-panel li span , .list-panel .author {
	color: #777;
	}
	
.list-panel div.text {
	color: #777;
	font-size: 13px;
	padding: 0;
	border-bottom: 0;
	}
	
.list-panel div.teamText {
	color: #777;
	font-size: 13px;
	padding: 0;
	border-bottom: 0;
	width: 103px;
	}	
	
.list-panel .text h2 , .list-panel .text h4 {
	font-size:16px;
	margin-bottom:2px;
	line-height: 1.1
	}
	
.list-panel .teamText h4 {
	font-size:16px;
	margin-bottom:2px;
	line-height: 1.1;
	font-weight: 300;
	}
	
.list-panel h2 a , .list-panel h4 a , .list-panel .teamText h4 a {
	color: #222;
	text-decoration: none;
	}
	
.list-panel .author {
	margin-bottom: 3px;
	}
	
.list-panel a.readmore {
	color: #111;
	display: block;
	}
	
.sectionIntro {
	background: #fff;
	width: 430px;
	margin-top: 10px;
	padding: 20px 15px 0;
	border-bottom: 1px solid #ddd;
	float: left;
	color: #777
	}
	
.sectionIntro h1 {
	font-size: 17px;
	font-weight: 300;
	color: #111
	}	
	
.listings {
	background: #fff;
	width: 460px;
	border-bottom: 1px solid #ddd;
	float: left;
	color: #777;
	margin-bottom: 18px;
	}

.listings ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.listings li {
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 20px 15px 18px;
	width: 430px;
	}
	
a.image-thumb {
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	margin: 10px 15px 0 0;
	}
	
.listings .text {
	float: left;
	width: 320px;
	}
	
.listings a {
	text-decoration: none;
	color: #111;
	}
	
.listings a:hover {
	color: #d60;
	}
	
.listings h2.title {
	font-size: 16px;
	margin-bottom: 2px;
	}
	
.listings .author {
	margin-bottom: 3px;
	}
	
.listings a.readmore , .services a.readmore {
	margin-top: -1.5em;
	display: block;
	text-decoration: underline;
	color: #111;
	}
	
.listings div.paging {
	text-align: right;
	width: 430px;
	float: left;
	padding: 10px 15px;
	}	
	
.paging a {
	padding-left: 15px;
	
	}
	
.paging span {
	padding-left: 15px;
	}
	
.sidebar {
	margin-top: 10px;
	}
	
.sidebar .text , .sidebar .teamText {
	padding: 18px 15px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 180px;
	background: #fff;
	color: #777
	}
	
.sidebar .advert {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 180px;
	background: #fff;
	}
	
.advert a {
	display: block;
	}
	
.articleIntro {
	background: #fff;
	width: 430px;
	margin-top: 10px;
	padding: 20px 15px 18px;
	border-bottom: 1px solid #ddd;
	float: left;
	color: #777
	}
	
.articleIntro .text {
	float: left;
	width: 290px;
	margin-right: 20px;
	}
	
.articleIntro h1 {
	font-size: 18px;
	font-weight: 300;
	color: #111;
	width: 160px;
	line-height: 1.1;
	margin-bottom: 25px;
	}
	
.articleIntro p {
	margin-bottom: 0;
	line-height: 1.4
	}
	
.articleContent {
	padding: 20px 0px;
	float: left;
	width: 460px;
	color: #777;
	background: #fff;
	border-bottom: 1px solid #ddd;
	}

.articleContent h2 , .articleContent h3 {
	font-size: 18px;
	font-weight: 300;
	color: #111;
	line-height: 1.1;
	margin-bottom: 5px;
	}

.articleContent .mainContent {
	padding: 0px 15px;
	}
	
.articleContent .youtubeVideo {
	margin-bottom: 15px;
	}
	
div.commentCount {
	float: right;
	background: #666;
	color: #fff;
	padding: 0 5px;
	}
	
div.commentCount a {
	color: #fff;
	text-decoration: none;
	}
	
div.commentCount a:hover {
	text-decoration: underline;
	}
	
#comments {
	padding-top: 1.5em;
	}
	
#comments p.contourMessageOnSubmit {
	padding: 10px 10px 0;
	}	
	
a#commentToggle {
	font-size:14px;
	font-weight:300;
	font-family: 'MyriadProRegular',"Helvetica Neue",Arial,Helvetica,sans-serif
	}
	
#comments .submit {
	border: 1px solid #BBB;
	float: left;
	width: 428px;
	}	
	
#comments .manditory {
	color: red;
	}
	
.submit #contour {
	position: relative;
	}
	
.submit #contour br {
	line-height: 5px;
	}
	
.submit #contour message br {
	line-height: 0;
	}
	
.submit #contour .message textarea {
	height: 100px;
	}
	
.submit #contour .contourFieldSet {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
	
.submit #contour .contourButton {
	background: #F0F2ED;
	border: none;
	position: absolute;
	padding: 15px 20px;
	bottom: 20px;
	right: 0px;
	}
	
#comments .comment {
	border-bottom: 1px solid #bbb;
	padding: 15px 0 0;
	}
	
#comments div.first {
	border-top: 1px solid #bbb;
	}
	
.glossaryHalf {
	width: 208px;
	float: left;
	margin-right: 14px;
	}
	
#glossary ul {
	list-style: none;
	padding-left: 0;
	}
	
#tinymce {
	color: #777;
	}
	
h4.searchRefine {
	color:#111111;
	font-size:14px;
	font-weight:300;
	margin-bottom: 5px;
	}
	
div.searchRefine {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	}	
	
.searchRefine p {
	margin-bottom: 4px;
	float: left;
	width: 180px;
	}

.searchRefine input {
	float: left;
	}

.searchRefine label {
	width: 150px;
	float: left;
	margin: 0.25em 0 0;
	}
	
label.disabled {
	color: #aaa
	}
	
input.input-submit {
	float: right;
	}
	
.Doc2Form ol {
	list-style: none;
	padding-left: 0;
	}
	
.Doc2Form textarea {
	width: 364px;
	height: 200px;
	}
	
.Doc2Form input.button {
	float: right;
	}
	
.footer p {
	margin-bottom: 0.7em;
	}

/* ShareThis Styles */

.addthis_toolbox {
	padding: 14px 0 0;
	}
	
span.addthis_text {
	float: left;
	padding: 1px 5px 0 0;
	}
	
/*Gallery*/
#gallery {
	margin-top: 10px;
	position: relative;
	}
	
a.backTo {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	}	
	
#gallery .controls {
	float: left;
	width: 460px;
	margin-bottom: 9px;
	}
	
a.fullSize {
	float: left
	}	
	
#gallery .main {
	float: left;
	width: 460px;
	background: #F0F2ED;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #ddd;
	}	
	
#gallery .galleryPrev , #gallery .galleryNext {
	float: right;
	background: #666;
	color: #fff;
	padding: 0 5px;
	}
	
#gallery .galleryNext {
	margin-left: 10px;
	}
	
#ContentContainer #gallery a.galleryPrev:hover , #ContentContainer #gallery a.galleryNext:hover {
	background: #111;
	color: #fff
	}
	
a.gallerylink {
	float: left;
	width: 100%;
	}
	
a.gallerylink span {
	float: left;
	width: 100%;
	margin-bottom: 9px;
	}
	
#gallery .last , a.gallerylink img.last {
	margin-right: 0;
	}	
	
 a.gallerylink img {	
	float: left;
	width: 98px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd
	}

.galleryThumb {
	float: left;
	width: 98px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd
	}
	
#gallery .current {
	border-color: #111
	}
	
.gallerysidebar .articleIntro {
	margin-top: 0;
	padding: 15px;
	width: 180px;
	}
	
.gallerysidebar .articleIntro .text	{
	width: 180px;
	margin-right: 0;
	padding: 0;
	border-bottom: none;
	}

/* -----------------------------------------------------------------------

FancyBox!

----------------------------------------------------------------------- */

#gallery .fancyGalleryList {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-31697px;
	top:-31697px;
	}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 13px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 13px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
p {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

strong {

}

del {

}

dfn {

}

em {

}

.box {

}

.left {

}

.right {

}


