/* Basic stuff */

html {
	overflow-y: scroll;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #efefef;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, img, form, fieldset, input, table, th, td, tr {
	border-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

a {
	color: #ac0040;
}

/* curves */

span.corners span.c {
	height: 10px;
	width: 10px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners span span {
	height: 20px;
	width: 20px;
	background-image: url("../img/curves.png");
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners span.ne { top: 0; right: 0; }
span.corners span.ne span { top: -100%; left: 0; }

span.corners span.se { bottom: 0; right: 0; }
span.corners span.se span { top: 0; left: 0; }

span.corners span.sw { bottom: 0; left: 0; }
span.corners span.sw span { top: 0; left: -100%; }

span.corners span.nw { top: 0; left: 0; }
span.corners span.nw span { top: -100%; left: -100%; }

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

/* Header */

#header {
	position: relative;
	height: 121px;
	background: white;
}
img#logo {
	position: absolute;
	left: 44px;
	top: 28px;
}
img#h_contact {
	position: absolute;
	left: 467px;
	top: 33px;
}
img#h_skype {
	position: absolute;
	left: 586px;
	top: 84px;
}

/* Social Icons */

ul#social {
	position: absolute;
	right: 22px;
	top: 22px;
	list-style-type: none;
	width: 86px;
}
ul#social li {
	width: 33px;
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
}
ul#social img {
	float: left;
}

/* Menu */

ul#menu {
	position: relative;
	height: 70px;
	padding: 0 19px 0 20px;
	background: white url("../img/menu_bg.png") no-repeat 20px 0;
	list-style-type: none;
	z-index: 3;
}
ul#menu li {
	float: left;
	z-index: 3;
}
ul#menu li.has_submenu_black {
	position: relative;
	z-index: 10;
}
ul#menu li#menu__end {
	height: 40px;
	width: 20px;
	background: white url("../img/menu.png") 460px 0;
	position: static;
}
span#submenu {
	position: absolute;
	display: none;
	top: 40px;
	left: 20px;
	height: 30px;
	width: 921px;
	background: white url("../img/submenu_bg.png") no-repeat top left;
	z-index: 4;
}
ul#menu li a {
	height: 40px;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	background: white url("../img/menu.png") 460px 0;
	position: relative;
	z-index: 5;
	cursor: pointer;
}
ul#menu li a span {
	float: left;
	background: white url("../img/menu.png") top right;
	line-height: 36px;
	padding-right: 20px;
	height: 40px;
	color: #373737;
	font-size: 17px;
}

ul#menu li#menu_ a {
	background: white url("../img/menu.png") 0 0;
}

ul#menu li a:hover,
ul#menu li a.selected {
	background: white url("../img/menu.png") 460px -40px;
	cursor: pointer;
}
ul#menu li a:hover span,
ul#menu li a.selected span {
	background: white url("../img/menu.png") bottom right;
	color: white;
}

ul#menu li#menu_ a:hover,
ul#menu li#menu_ a.selected {
	background: white url("../img/menu.png") 0 -40px;
}

ul#menu li.has_submenu > a:hover,
ul#menu li.submenu_show > a,
ul#menu li.has_submenu > a.selected {
	background: white url("../img/menu_bg_2.png") top left;
	height: 70px;
}
ul#menu li.has_submenu > a:hover span,
ul#menu li.submenu_show > a span,
ul#menu li.has_submenu > a.selected span {
	background: white url("../img/menu_bg_2.png") top right;
	color: #373737;
	height: 70px;
}

ul#menu li ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 921px;
	height: 30px;
	z-index: 5;
}
ul#menu li ul li {
	background: none;
	height: 28px;
	position: relative;
	overflow: hidden;
}
ul#menu li ul li a {
	background: none;
	height: 30px;
	padding-left: 19px;
}
ul#menu li ul li a span {
	background: none;
	font-size: 14px;
	line-height: 26px;
	height: 30px;
	padding-right: 19px;
}

ul#menu li#menu_about-unp ul li {
	left: 320px;
}
ul#menu li#menu_our-work ul li {
	left: 164px;
}
ul#menu li#menu_contact-us ul li {
	left: 350px;
}

ul#menu li ul li a:hover,
ul#menu li ul li a.selected {
	cursor: pointer;
	height: 30px;
	background: url("../img/submenu.png") bottom left;
}
ul#menu li ul li a:hover span,
ul#menu li ul li a.selected span {
	color: white;
	height: 30px;
	background: url("../img/submenu.png") bottom right;
}


ul#menu li.has_submenu_black ul {
	list-style-type: none;
	position: absolute;
	top: 36px;
	left: 1px;
	width: 228px;
	height: auto;
	z-index: 6;
	background: black;
	opacity: 0.95;
	padding-bottom: 30px;
}
ul#menu li.has_submenu_black ul li {
	float: none;
	display: block;
	position: static;
	height: 27px;
}
ul#menu li.has_submenu_black ul li a {
	background: none;
	white-space: nowrap;
	height: 27px;
	line-height: 27px;
	padding: 0 27px 0 19px;
	width: 182px;
}
ul#menu li.has_submenu_black ul li a:hover {
	background: #3a3a3a;
}
ul#menu li.has_submenu_black ul li a span {
	background: none;
	color: white;
	font-size: 13px;
}

/* Main */

#main {
	background: white;
	padding: 10px 0 30px 0;
}

#left {
	width: 650px;
	margin-left: 20px;
	display: inline;
	float: left;
}

#right {
	width: 250px;
	margin-left: 20px;
	display: inline;
	float: left;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#left.content_page {
	padding: 0 18px;
	width: 614px;
}
#left.full_page {
	padding: 0 18px;
	margin-top: -20px;
	width: auto;
	width: 904px;
}

div.content {
	overflow: hidden;
}

div.content h1 {
	color: #ac0040;
	font-weight: bold;
	font-size: 21px;
	margin: 10px 0;
}
div.content h2 {
	color: #ac0040;
	font-weight: normal;
	font-size: 18px;
	margin: 28px 0 10px 0;
}
div.content h3 {
	color: #303030;
	font-weight: bold;
	font-size: 15px;
	margin: 18px 0 10px 0;
}

div.content p {
	color: #3e3d3d;
	font-size: 14px;
	line-height: 20px;
	margin: 14px 0;
}
div.content p.intro {
	font-weight: bold;
}

div.content ol {
	color: #3e3d3d;
	font-size: 14px;
	line-height: 20px;
}
div.content ol li {
	padding: 3px 0 3px 0;
}

div.side_box ul,
div.content ul {
	list-style-type: none;
	color: #3e3d3d;
	font-size: 14px;
	line-height: 20px;
}
div.side_box ul li,
div.content ul li {
	padding: 3px 0 3px 20px;
	background: url("../img/bullet.png") no-repeat 3px 9px;
}
div.side_box ul li a,
div.content ul li a {
	font-weight: bold;
	text-decoration: none;
}

div.content ul ul {
	padding-top: 2px;
}

/* Home */

#home_intro {
	position: relative;
	background: #ebebeb;
	height: 195px;
	padding: 16px 20px 0 18px;
}
#home_intro h1 {
	margin-top: 0;
}
#home_intro img.button_more {
	position: absolute;
	right: 17px;
	bottom: 15px;
}

#home_photo_container {
	position: relative;
	width: 650px;
	height: 433px;
}
#home_photo_container div {
	position: absolute;
	top: 0;
	left: 0;
}
#home_photo_container div a {
	position: absolute;
	display: block;
	bottom: 12px;
	left: 12px;
	width: 625px;
	height: 50px;
	background: url("../img/photo_strip.png");
	font-size: 23px;
	font-weight: bold;
	color: #dedede;
	line-height: 50px;
	text-indent: 12px;
	text-decoration: none;
}
#home_photo_container div a img {
	position: absolute;
	top: 5px;
	right: 5px;
}

#home_photos {
	margin-top: 16px;
	width: 650px;
	height: 433px;
	overflow: hidden;
}

#home_photos ul {
	list-style-type: none;
}
#home_photos ul li {
	display: none;
	height: 0px;
	overflow: hidden;
}
#home_photos ul img {
	display: block;
}

/* Testimonials */

div.testimonial {
	position: relative;
	padding: 16px 20px 16px 18px;
	left: -20px;
	width: 610px;
	background: #f2f2f2 url("../img/quote_close.png") no-repeat bottom right;
	margin-top: 16px;
}
div.full_width {
	left: 20px;
	width: 880px;
	padding-bottom: 22px;
}
div.testimonial span.quote_open {
	position: absolute;
	top: 20px;
	left: 24px;
	width: 44px;
	height: 31px;
	background: #f2f2f2 url("../img/quote_open.png") no-repeat bottom right;
}
div.full_width p.quote {
	width: 700px;
}
div.testimonial p.byline {
	font-weight: bold;
	color: #303030;
	font-size: 12px;
	padding: 0 60px 0 70px;
	margin-bottom: 0;
}
div.full_width p.byline a {
	text-decoration: none;
}
div.full_width p.byline a:hover {
	text-decoration: underline;
}
div.testimonial p.quote {
	padding: 0 60px 0 70px;
	margin-top: 0;
}

/* Features */

div.content ul#features_list {
	width: 910px;
	margin-top: 22px;
}
div.content ul#features_list li {
	padding: 0;
	background: none;
	float: left;
	width: 172px;
	height: 162px;
	margin-right: 10px;
}
div.content ul#features_list li a {
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-align: center;
	display: block;
	line-height: 14px;
}
div.content ul#features_list li a div {
	position: relative;
	width: 172px;
	height: 115px;
	margin-bottom: 5px;
}
div.content ul#features_list li img {
	width: 172px;
	height: 115px;
}

/* History */

div.content ul#timeline {
	list-style-type: none;
	height: 30px;
	margin-top: 24px;
}
div.content ul#timeline li {
	float: left;
	padding: 0;
	background: none;
}
div.content ul#timeline li a {
	position: relative;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 92px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #f2f2f2;
	margin-right: 10px;
}
div.content ul#timeline li a:hover {
	background: #d9d9d9;
}
div.content ul#timeline li a.selected,
div.content ul#timeline li a.selected:hover {
	background: #c70751;
	color: white;
}

div.content ul#history_1998 {
	list-style-type: none;
	height: 102px;
	margin-top: 20px;
}
div.content ul#history_1998 li {
	border: 1px solid black;
	float: left;
	margin-right: 14px;
	padding: 0;
	background: none;
}
div.content ul#history_1998 li a {
	float: left;
}
div.content ul#history_1998 li img {
	float: left;
}

div.content ul#history_2002 {
	list-style-type: none;
	margin-top: 20px;
}
div.content ul#history_2002 li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 73px;
	padding: 0;
	background: none;
}
div.content ul#history_2002 li img {
	border: 1px solid black;
}

div.content ul.workinprint li a {
	float: left;
	border: 1px solid black;
}
div.content ul.workinprint li img {
	float: left;
}
div.content ul.workinprint {
	list-style-type: none;
	margin-top: 20px;
}
div.content ul.workinprint li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 0;
	background: none;
}
div.content ul.workinprint li a {
	float: left;
	border: 1px solid black;
}
div.content ul.workinprint li img {
	float: left;
}

/* Contact */

div.contact_chunk {
	float: left;
	padding-bottom: 14px;
}
div.contact_chunk p {
	margin-bottom: 20px;
}
#contact_phone {
	width: 160px;
}
#contact_digital {
	width: 200px;
}
#contact_address {
	width: 254px;
}

#contact_phone a,
#contact_digital a,
#contact_phone strong,
#contact_digital strong {
	color: #ac0040;
	font-weight: bold;
	text-decoration: none;
}

/* Gallery */

#gallery_container {
	float: left;
	width: 750px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.gallery_portraits #gallery_container {
	width: 920px;
	height: 450px;
	margin-bottom: 10px;
}
#loading_overlay {
	width: 750px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	color: white;
	text-align: center;
	display: none;
	padding-top: 220px;
	font-size: 20px;
}
.gallery_portraits #loading_overlay {
	width: 920px;
	height: 250px;
	padding-top: 200px;
}

div.gallery_photo {
	width: 750px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.gallery_portraits div.gallery_photo {
	width: 920px;
	height: 450px;
}

div.gallery_photo p {
	margin: 0;
	width: 700px;
	background: url("../img/gallery_caption.png");
	position: absolute;
	left: 13px;
	bottom: 23px;
	padding: 0 12px;
	font-size: 13px;
	color: #e0e0e0;
}
div.gallery_photo p span.top {
	width: 724px;
	height: 10px;
	background: url("../img/gallery_caption_top.png");
	position: absolute;
	top: -10px;
	left: 0;
}
div.gallery_photo p span.bottom {
	width: 724px;
	height: 10px;
	background: url("../img/gallery_caption_bottom.png");
	position: absolute;
	bottom: -10px;
	left: 0;
}

#gallery_nav {
	width: 160px;
	height: 500px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	position: relative;
}
.gallery_portraits #gallery_nav {
	width: 920px;
	height: 150px;
	margin-left: 0;
}

div.content ul#gallery_filmstrip {
	height: 500px;
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
}
div.gallery_portraits ul#gallery_filmstrip {
	width: 2000px;
}

div.content ul#gallery_filmstrip li {
	padding: 0;
	background: none;
	margin: 0;
	border-bottom: 1px solid white;
	height: 107px;
	float: left;
}
div.gallery_portraits ul#gallery_filmstrip li {
	border-bottom-width: 0;
	border-right: 1px solid white;
	width: 100px;
}

div.content ul#gallery_filmstrip a {
	display: block;
	height: 107px;
}
div.gallery_portraits ul#gallery_filmstrip a {
	width: 100px;
}
div.content ul#gallery_filmstrip img {
	display: block;
}

a#gallery_prev {
	height: 20px;
	width: 160px;
	border-bottom: 1px solid white;
	background: #c70751;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.gallery_portraits a#gallery_prev {
	width: 20px;
	height: 86px;
	border-bottom-width: 0;
	border-right: 1px solid white;
	padding-top: 64px;
}
a#gallery_next {
	height: 20px;
	width: 160px;
	border-top: 1px solid white;
	background: #c70751;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.gallery_portraits a#gallery_next {
	left: auto;
	right: 0;
	width: 20px;
	height: 86px;
	border-top-width: 0;
	border-left: 1px solid white;
	padding-top: 64px;
}

/* Portfolio select */

#portfolio_select {
	float: left;
	height: 140px;
	margin: 10px 30px 0 0;
	width: 592px;
	background: #ebebeb;
	position: relative;
	left: 20px;
	padding: 13px 0 0 18px;
	color: #505050;
}
#portfolio_select ul {
	list-style-type: none;
	padding-top: 2px;
}
#portfolio_select ul li {
	float: left;
	width: 196px;
	padding-top: 9px;
}
#portfolio_select ul li a {
	text-decoration: none;
}
#portfolio_select ul li a:hover {
	text-decoration: underline;
}

#portfolio_select strong {
	color: #ac0040;
}

#portfolio_select p.producer {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	padding-top: 16px;
}

/* Case studies */

div.content ul.case_studies {
	padding-top: 10px;
}
div.content ul.case_studies li {
	padding: 0;
	background: 0;
	float: left;
	width: 120px;
	margin-right: 32px;
	margin-bottom: 18px;
}
div.content ul.case_studies li a img {
	border: 1px solid black;
}
div.content ul.case_studies li a span {
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-align: center;
}

/* Clients */

div.content ul#pr_clients {
	background: #f2f2f2;
	padding: 8px 12px;
	height: 200px;
	position: relative;
	left: -12px;
	width: 608px;
	overflow-y: scroll;
}
div.content ul#pr_clients li {
	background: none;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	width: 290px;
	float: left;
}

div.client_container {
	height: 170px;
	overflow: hidden;
	position: relative;
}
div.client_container span.overlay {
	width: 614px;
	height: 170px;
	background: url("../img/clients_overlay.png") !important;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
}

div.content ul.clients {
	position: relative;
	top: 0;
	left: 0;
}
div.content ul.clients li {
	background: none;
	padding: 10px 0 0 0;
	float: left;
	margin-right: 18px;
}
div.content ul.clients li img {
	float: left;
}

a#show_all_media_clients {
	position: relative;
	left: 414px;
}
a#show_all_corporate_clients {
	position: relative;
	left: 414px;
}

/* county list */

#county_list {
	float: right;
	padding-top: 14px;
}

/* Side boxen */

#right {
	margin-top: -16px;
}

div.side_box,
a.side_box {
	position: relative;
	display: block;
	height: 137px;
	margin-top: 16px;
	padding: 16px 15px 0 17px;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	background: url("../img/box_white_bg.png");
}
div.side_box p,
a.side_box p {
	margin: 10px 0;
	color: #383838;
}
div.side_box p.link,
a.side_box p.link {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	color: #c70751;
}

div.side_box.stretch,
a.side_box.stretch {
	height: auto;
	background: url("../img/white_box_stretch.png") no-repeat bottom left;
	padding-bottom: 20px;
}
div.side_box.stretch span.top,
a.side_box.stretch span.top {
	height: 10px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/white_box_top.png") no-repeat top left;
}

a.side_box.pink_box {
	background: #c70751 url("../img/box_pink_arrow.png") no-repeat bottom right;
}
a.side_box.pink_box p {
	color: white;
}
a.side_box.pink_box p.link {
	color: #ea97b7;
}

div.side_box ul li {
	padding: 3px 0 3px 26px;
	background: url("../img/bullet.png") no-repeat 9px 9px;
}

div.side_box ul.feed_list li {
	background: none;
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	width: 242px;
	position: relative;
	left: -13px;
}
div.side_box ul.feed_list li a {
	display: block;
	padding: 6px 13px 6px 13px;
}
div.side_box ul.feed_list li a:hover {
	background: #f0f0f0;
}
div.side_box ul.feed_list li span.date {
	display: block;
	font-size: 10px;
	color: #505050;
	font-weight: normal;
}

div.side_box ul.twit_list li {
	background: none;
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	width: 216px;
	position: relative;
	left: -13px;
	padding: 6px 13px 6px 13px;
}
div.side_box ul.twit_list li span {
	display: block;
}
div.side_box ul.twit_list li:hover {
	background: #f0f0f0;
}

/* Footer */

#footer {
	background: url("../img/footer.png") no-repeat;
	font-size: 12px;
	color: #222222;
	padding: 44px 30px 50px 40px;
}

p#footer_contact {
	font-weight: bold;
}
p#footer_contact strong,
p#footer_contact a {
	color: #ac0040;
	text-decoration: none;
}

p#footer_address {
	padding-top: 7px;
}
p#footer_address span.org {
	font-weight: bold;
}

#footer_right {
	float: right;
	text-align: right;
}
p#footer_links {
	
}
p#footer_links a {
	text-decoration: none;
}
p#footer_links a:hover {
	text-decoration: underline;
}
p#footer_copyright {
	padding-top: 7px;
}

/* FB */


#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('../img/fb/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('../img/fb/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/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: 11px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	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('../img/fb/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('../img/fb/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

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

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../img/fb/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('../img/fb/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('../img/fb/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fb/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('../img/fb/fancybox-x.png');
}

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

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

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

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

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

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

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

/* IE */

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

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

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

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

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

/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 442px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #ac0040;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #ac0040;
	line-height: 10px;
}

span.tip {
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}

/* Panoramic */

#panoramic_container {
	width: 920px;
	height: 600px;
	position: relative;
	left: -18px;
}

#pano_select {
	position: relative;
	margin: 10px 0 0 20px;
	height: 75px;
	width: 920px;
	overflow: hidden;
}
#pano_select ul {
	list-style-type: none;
	width: 1000px;
}
#pano_select ul li {
	list-style-type: none;
	float: left;
	height: 75px;
}
#pano_select ul img {
	border-left: 1px solid white;
	float: left;
}

#pano_select ul li.first {
	width: 227px;
	background: #ebebeb;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
}