/*
* DISBAND THE DEFAULT RULES
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}


/*
* COMMON ELEMENTS
*/

a {
	color: #777;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #b6b5b5;
	text-decoration: underline;
	outline: none;
}

p {
	margin: 0 0 10px;
	line-height: 1.5em;
}

input.button,
input.submit {
	cursor: pointer;
}

h2 {
 clear: left;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
}

ul, ol {
	margin: 10px 30px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*
* HEADER
*/

h1 {
	width: 300px;
	margin: 0 20px -26px;
	position: relative;
}


/*
* HORIZONTAL NAVIGATION
*/

#navigation {
	background: #2b2b2b;
	line-height: 16px;
	padding: 10px 20px;
	margin: 0;
	list-style: none;
	text-align: right;
}

#navigation li {
	display: inline;
	margin-right: -3px;
	border-left: solid 1px #504f4d;
}

#navigation li:first-child {
	border-left: none;
}

#navigation li a {
	padding: 5px 10px;
	text-transform: lowercase;
	color: #777;
}

#navigation li.active a {
	color: #b6b5b5;
	text-decoration: none;
}


/*
* BOTTOM NAVIGATION
*/

#contact-bar p {
	margin: 0 20px 7px;
}

#partners {
	margin: 0 0 20px;
	background: #2b2b2b;
	border: solid 20px #2b2b2b;
}

#partners ul {
	width: 5000px;
	margin: 0;
	list-style: none;
}

#partners ul:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#partners ul:hover li {
	opacity: .3;
}

#partners ul:hover li:hover {
	opacity: 1;
}

#partners ul li {
	display: inline;
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
}

#partners ul li img {
	vertical-align: middle;
}

#additional-information {
	padding: 5px 0 0;
	background: url('../img/backgrounds/bar.png') center 0 no-repeat;
	text-align: center;
}

#additional-information p {
	margin: 0 0 5px;
}

#additional-information ul {
	list-style: none;
	margin: 0 0 6px;
	font-size: .9em;
}

#additional-information ul li {
	display: inline;
	margin-right: -3px;
	border-left: solid 1px #504f4d;
}

#additional-information ul li:first-child {
	border-left: none;
}

#additional-information ul a {
	padding: 5px 10px;
	text-transform: lowercase;
	color: #777;
}

#additional-information ul li.active a {
	color: #b6b5b5;
	text-decoration: none;
}


/*
* CONTENT
*/

#content {
	height: 435px;
	margin: 0 0 7px;
	background: 0 0 no-repeat;
	border-bottom: solid 20px #2b2b2b;
	position: relative;
}

#content .box {
	padding: 30px 30px 10px;
	background: transparent url('../img/backgrounds/semi-transparent.png');
	color: #ddd;
	position: relative;
	z-index: 2;
}

#content .left {
	width: 520px;
	position: absolute;
	left: 0;
	bottom: 30px;
}

#content .right-top {
	width: 540px;
	padding: 20px 20px 10px;
	position: absolute;
	right: 0;
	top: 10px;
}

#content .message {
	position: absolute;
	left: 300px;
	top: 100px;
	right: 300px;
	padding: 20px 20px 0;
	background: #2b2b2b;
}

#content .message .close {
	text-align: right;
}

#content .message .close a:hover,
#content .message .close a:focus,
#content .message .close a:active {
	text-decoration: none;
	opacity: .5;
}

#content .bottom {
	width: 896px;
	padding-bottom: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#content .box h3 {
	margin: 0 0 20px;
	font-size: 1.5em;
	font-weight: normal;
}

#content .box p {
	padding: 0 0 20px;
	margin: 0;
	position: relative;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
}

#content .bottom p {
	font-size: 12px;
}

#content .box p.map {
	display: inline;
	float: right;
	margin-top: -255px;
	margin-bottom: -50px;
	margin-left: 0px;
	margin-right: 48px;
}

#content .box .column-left {
	display: inline;
	float: left;
	width: 370px;
}

#content .contact .column-left {
	width: 190px;
	background: url('../img/building.jpg') 0 0 no-repeat;
	padding-left: 180px;
}

#content .box .column-right {
	display: inline;
	float: left;
	width: 470px;
}

#content form {
	padding: 0 0 10px;
}

#content form:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content form .button input {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 10px;
	color: #bbb;
	text-transform: lowercase;
	padding: 2px 5px;
}

#content form label {
	display: block;
	font-size: 1em;
	margin-bottom: 2px;
}

#content form .text-field {
	display: inline;
	width: 185px;
	margin: 0 0 7px;
	float: left;
}

#content form .textarea-field {
	display: inline;
	width: 270px;
	margin: 0 0 7px;
	float: right;
}

#content form .text-field input {
	width: 181px;
	padding: 2px;
	background: #fff;
	border: none;
	font-size: 1em;
	font-family: Tahoma, Helvetica, sans-serif;
}

#content form .textarea-field textarea {
	width: 266px;
	height: 66px;
	padding: 2px;
	background: #fff;
	border: none;
	font-size: 1em;
	font-family: Tahoma, Helvetica, sans-serif;
}

#content form .button input:hover,
#content form .button input:focus,
#content form .button input:active {
	background: #1b1b1b;
}

#content form .button {
	display: inline;
	width: 265px;
	padding-right: 5px;
	float: right;
	text-align: right;
}

#content.gallery {
	overflow: hidden;
}

#content.gallery .bottom {
	width: 956px;
	padding: 20px 0 0;
}

#content.gallery .thumbs-switch {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 20px;
	background: url('../img/backgrounds/semi-transparent.png');
	text-align: center;
	overflow: hidden;
}

#content.gallery .thumbs-switch a {
	display: block;
	text-align: center;
}

#content.gallery .thumbs-switch a img {
	position: relative;
	height: 40px;
	width: 15px;
}

#content.gallery .thumbs {
	position: relative;
	overflow: hidden;
}

#content.gallery .thumbs .previous {
	position: absolute;
	top: 38px;
	left: 30px;
}

#content.gallery .thumbs .next {
	position: absolute;
	top: 38px;
	right: 30px;
}

#content.gallery .thumbs .disabled {
	opacity: .3 !important;
	cursor: default;
}

#content.gallery .thumbs .previous:hover,
#content.gallery .thumbs .previous:focus,
#content.gallery .thumbs .previous:active,
#content.gallery .thumbs .next:hover,
#content.gallery .thumbs .next:focus,
#content.gallery .thumbs .next:active {
	opacity: .75;
}

#content.gallery .thumbs ul {
	margin: 0;
	height: 76px;
	padding: 13px 10px;
	list-style: none;
	text-align: center;
}

#content.gallery .thumbs ul:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content.gallery .thumbs ul li {
	display: inline;
	float: left;
	position: relative;
	margin: 0 6px;
	opacity: .5;
}

#content.gallery .thumbs ul li:hover {
	opacity: 1;
}

#content.gallery .thumbs ul li.active {
	margin: 0 4px 0 4px;
	left: 0px;
	top: -2px;
	opacity: 1;
}

#content.gallery .thumbs ul li.active img {
	border-width: 3px;
	border-color: #fff;
}

#content.gallery .thumbs ul li h3 {
	display: inline;
	margin: 0;
}

#content.gallery .thumbs ul li img {
	display: block;
	border: solid 1px #a4a4a4;
	position: relative;
}

#content.gallery .thumbs .description {
	display: none;
}

#content.gallery .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 956px;
	height: 435px;
	z-index: 1;
}

#content.gallery .loading {
	background: transparent url('../img/backgrounds/semi-transparent.png');
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 47%;
	margin: -60px 0 0 -60px;
	z-index: 3;
}

#content.gallery .loading div {
	background: transparent url('../img/icons/loading.gif') center center no-repeat;
	width: 100%;
	height: 100%;
}

#content.gallery .description {
	width: 460px;
	padding: 20px 20px 10px;
	position: absolute;
	left: 0;
	bottom: 145px;
}

#content.gallery .show-description {
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
}

#content.gallery .right {
	left: auto;
	right: 0;
}

#content.gallery .show-description p {
	padding: 0;
	margin: 0;
}

#content.gallery .show-description a {
	display: block;
	width: 100px;
	padding: 2px 20px 4px 20px;
	text-decoration: none !important;
	text-transform: lowercase;
	color: #ddd;
	font-size: .9em;
	text-align: right;
	background: transparent url('../img/icons/arrow-right-2.png') right center no-repeat;
}

#content.gallery .right a {
	text-align: left;
	background: transparent url('../img/icons/arrow-left-2.png') 0 center no-repeat;
}

#content.gallery .show-description a:hover,
#content.gallery .show-description a:focus,
#content.gallery .show-description a:active {
	opacity: .6;
}

#content.gallery .previous-image {
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	height: 100%;
	z-index: 1;
	background: url('../img/icons/arrow-left-big.png') -1000px bottom no-repeat;
	cursor: pointer;
}

#content.gallery .previous-image:hover {
	background-position: left bottom;
}

#content.gallery .next-image {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 100%;
	z-index: 1;
	background: url('../img/icons/arrow-right-big.png') -1000px bottom no-repeat;
	cursor: pointer;
}

#content.gallery .next-image:hover {
	background-position: right bottom;
}

#content .left-navigation {
	position: absolute;
	left: 0;
	top: 0;
	padding: 125px 13px 10px;
	width: 150px;
	height: 300px;
	background: #303030;
}

#content .left-navigation ul {
	margin: 0;
	list-style: none;
}

#content .left-navigation ul li {
	padding-bottom: 1px;
	background: url('../img/backgrounds/dots.png') 0 bottom repeat-x;
	text-transform: lowercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
}

#content .left-navigation ul li a {
	display: block;
	padding: 6px 10px;
}

#content .left-navigation ul li.active a {
	color: #b6b5b5;
	text-decoration: none;
}

#content .highlights {
	position: absolute;
	right: 0;
	top: 0;
}

#content .highlights ul {
	margin: 0;
	list-style: none;
}

#content .highlights ul li {
	display: inline;
	float: left;
}

#content .highlights ul li a {
	opacity: .5;
}

#content .highlights ul li a:hover,
#content .highlights ul li a:focus,
#content .highlights ul li a:active {
	opacity: 1;
}

#content .right-top p {
	padding: 0 0 10px;
}

#content ul.images {
	margin: 0 0 10px;
	list-style: none;
}

#content ul.images li {
	display: inline;
	margin-right: 15px;
}

#content ul.images li img {
	border: solid 1px #a0a0a0;
}

#content ul.images li a:hover img,
#content ul.images li a:focus img,
#content ul.images li a:active img {
	border-color: #fff;
}


/*
* HYPERCAROUSEL
*/

.hypercarousel {
	position: relative;
	overflow: hidden;
}

.hypercarousel ul {
	position: relative;
	left: 0;
}


/*
* GLOBAL RULES
*/

.hidden,
.aural,
#contact-bar h3,
#partners h3,
#content .left-navigation h3,
#content .highlights h3 {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

body {
	background: #353535;
	padding: 40px 0 0;
	margin: 0;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
}

#content:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#main-container {
	width: 956px;
	margin: 0 auto;
}
