/**
 * Reset defaults
 */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, 
q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
/**
 * General
 */
html,
body {
	height: 100%;
}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: #000 url(../images/bg.png) repeat-x left top;
}

img {
	display: block;
}

td {
	vertical-align: top;
}

p {
	margin: 0 0 18px 0;
}

h1 a {
	float: left;
	margin: 18px 0 5px;
	width: 391px;
	height: 72px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

h1 a:hover,
h1 a:focus {
	background: url(../images/logo.png) no-repeat;
}

h2 {
	margin: 0 0 25px 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	color: #353535;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
}

a,
a:visited {
	color: #145482;
}

a:hover,
a:focus {
	color: #fff;
	background: #145482;
}

/**
 * Structure
 */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content-wrapper {
	float: left;
	width: 930px;
	padding: 35px 20px 40px 50px;
	background: #fff;
	border-bottom: 4px solid #ccc;
}

#content-wrapper.wide {
	width: 955px;
	padding-left: 25px;
}

#content {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
	width: 240px;
}

#head-meta {
	float: right;
	margin: 3px 0 0 0;
}

#footer {
	float: left;
	width: 960px;
	margin: 0 0 5px 0;
	padding: 10px 20px 0;
	background: #000 url(../images/bg_footer.png) repeat-x left bottom;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**
 * Navigation
 */
.mainnav {
	float: left;
	width: 960px;
	padding: 8px 20px;
	background: #343434 url(../images/bg_mainnav.png) repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subnav-wrapper {
	float: left;
	width: 960px;
	min-height: 18px;
	padding: 4px 20px;
	background: #404040 url(../images/bg_subnav.png) repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainnav li,
.subnav li {
	float :left;
	margin: 0 50px 0 0;
}

.mainnav a,
.mainnav a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
}

.subnav a,
.subnav a:visited {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
}

.mainnav a:hover,
.mainnav a:focus,
.mainnav .active a,
.mainnav .trail a {
	color: #145482;
	background: none;
}

.subnav a:focus,
.subnav .active a,
.subnav a:hover {
	color: #82ccfe;
}

/**
 * Header
 */
#head-meta a,
#head-meta a:visited {
	color: #333;
	text-decoration: none;
}

#head-meta a:hover,
#head-meta a:focus {
	background: none;
}

#head-meta p {
	margin: 0 0 2px 0;
	text-align: right;
}

#head-slider {
	position: relative;
	float: left;
	margin: 1px 0;
	width: 1000px;
	height: 80px;
	overflow: hidden;
}

#head-slider ul {
	width: 22400px;
}

#head-slider li {
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	width: 142px;
	height: 80px;
	overflow: hidden;
}

.head-slider-preview {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 142px;
	height: 80px;
	background: #14537e;
}

.head-slider-preview a,
.head-slider-preview a:visited {
	display: block;
	padding: 5px 10px 5px;
	width: 122px;
	height: 70px;
	color: #fff;
	background: url(../images/arrow_04_right.png) no-repeat 95px 35px;
	text-decoration: none;
}

.head-slider-preview a span {
	display: block;
}

.head-slider-preview .sl-title {
	text-transform: uppercase;
	font-weight: bold;
}

.head-slider-preview .sl-place {
	margin: 0 0 10px 0;
}

.head-slider-preview .sl-link {
	color: #2CA1EF;
	text-decoration: underline;
	font-weight: bold;
}

#head-slide-prev,
#head-slide-next {
	position: absolute;
	top: 22px;
	left: 10px;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/arrow_04_left.png);
	cursor: pointer
}

#head-slide-next {
	left: auto;
	right: 10px;
	background: url(../images/arrow_04_right.png);
}

/**
 * Content
 */
#content ul,
#content ol {
	list-style-image: url(../images/icon_li.png);
	margin: 0 0 8px 40px;
}

#content li {
	margin: 0 0 5px 0;
}

#content ol {
	list-style: decimal;
}

.content-item {
	float: left;
	width: 630px;
}

.separator {
	float: left;
	width: 630px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #ccc;
}

.content-item.image img {
	float: left;
	margin: 0 20px 18px 0;
}

.content-item.image .image-text {
	width: 350px;
	float: right;
}

.news-tease-item {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 630px;
	border-bottom: 1px solid #ccc;
}

.news-tease-item .icon {
	float: left;
	margin: 0 10px 0 0;
}

.news-tease-heading,
.news-teser-text {
	float: right;
	width: 570px;
}

.news-tease-heading span {
	float: left;
	margin: 0 3px 0 0;
	font-weight: bold;
}

.news-tease-heading h3 {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.news-teser-text p {
	margin: 0;
}

.flickr-object {
	float: left;
}

.gallery-desc {
	float: right;
	width: 410px;
}

.gallery-item,
.project-item {
	float: left;
	margin: 0 0 20px 0;
	width: 955px;
}

.flickr_badge_image,
.project-image {
	float: left;
	margin: 0 1px 0 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#project-box {
	float: right;
	width: 410px;
}

.detail-link-wrapper {
	float: left;
	width: 150px;
	height: 150px;
	background: #eee url(../images/arrow_right.png) no-repeat 115px 115px;
}

.detail-back-wrapper {
	float: right;
	width: 410px;
	background: #eee url(../images/arrow_left.png) no-repeat 10px 50%;
}

.detail-back-wrapper.toggle {
	margin: 1px 0 0 0;
}

.detail-back-wrapper.toggle.open {
	background: #eee url(../images/arrow_down.png) no-repeat 10px 50%;
}

.detail-back-wrapper.toggle.closed {
	background: #eee url(../images/arrow_left.png) no-repeat 10px 50%;
}

.detail-link,
.detail-link:visited {
	color: #666;
	width: 360px;
	display: block;
	padding: 18px 0 18px 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.detail-link:hover,
.detail-link:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

.detail-link.box {
	display: block;
	padding: 10px;
	width: 130px;
	height: 130px;
	word-wrap: break-word;
}

.detail-link.box:hover,
.detail-link.box:focus {
	background: #e5e5e5 url(../images/arrow_right.png) no-repeat 115px 115px;
	text-decoration: none;
}

#related-products {
	float: right;
	margin: 1px 0 0 0;
	width: 410px;
}

.related-image {
	float: left;
	margin: 0 1px 1px 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#related-toggle {
	cursor: pointer;
}

#search-results {
	padding: 10px 0 0 0;
}

#search-results span {
	display: block;
	font-size: 10px;
	color: #666;
}

.project-breadcrumb {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
}

.project-breadcrumb h3 {
	float: left;
	margin: 0 10px 0 0;
}

.project-breadcrumb li {
	float: left;
	margin: 3px 5px 0 0;
}

.project-breadcrumb a,
.project-breadcrumb a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	text-transform: uppercase;
}

.project-breadcrumb a:hover,
.project-breadcrumb a:focus {
	color: #666;
	background: none;
}

.project-item-inner {
	clear: left;
}

.project-item.detail {
	width: 150px !important;
	margin: 0 1px 1px 0;
}

.project-image.architect {
	margin: 0 1px 1px 0;
}

#gallery-desc {
	float: right;
	width: 405px;
}

#gallery-desc .content-item {
	width: 405px;
	margin: 0 0 18px 0;
}

#gallery-slider {
	float: left;
	width: 500px;
	
}

#gallery-main {
	position: relative;
	margin: 0 0 1px 0;
	background: #000;
	width: 500px;
	overflow: hidden;
}

#gallery-slider-thumbs {
	float: left;
	width: 500px;
	background: #14537e;
}

.project-detail-img {
	float: left;
	width: 50px;
	height: 50px;
	border-right: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}

#gallery-main .project-big-img {
	margin: 0 auto;
}

#gal-prev {
	position: absolute;
	left: 10px;
	top: 40px;
	width: 27px;
	height: 27px;
	background: url(../images/arrow_left.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#gal-next {
	position: absolute;
	right: 10px;
	top: 40px;
	width: 27px;
	height: 27px;
	background: url(../images/arrow_right.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.product-detail-list {
	float: left;
	width: 400px;
	margin: 0 0 50px 0;
}

.product-detail-list dt {
	float: left;
	width: 100px;
}

.download-item {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.download-item h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.download-item p {
	margin: 0;
}

.download-item:hover {
	background: #f2f2f2;
}

.download-pdf {
	float: left;
	margin: 0 0 0 5px;
	width: 50px;
	height: 51px;
	background: url(../images/icon_pdf_small.png) no-repeat;
	text-indent: -9999px;
}

.download-pdf:hover,
.download-pdf:focus {
	background: url(../images/icon_pdf_small.png) no-repeat;
}

.download-desc {
	float: right;
	width: 550px;
}

/**
 * Sidebar
 */
.sidebar-item {
	width: 190px;
	padding: 12px 0 0 50px;
	background: url(../images/arrow_bright.png) no-repeat left top;
	color: #666;
}

.sidebar-item.dark {
	background: url(../images/arrow_dark.png) no-repeat left top;
}

.sidebar-item h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #9e9e9e;
	text-transform: uppercase;
}

/**
 * Homepage
 */
#slideshow-home {
	position: relative;
	float: left;
	margin: 1px 0 2px 0;
	width: 1000px;
	height: 407px;
}

.slideshow-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow-item a:hover {
	background: none;
}

.slideshow-prev {
	position: absolute;
	width: 37px;
	height: 37px;
	top: 20px;
	left: 10px;
	background: url(../images/arrow_04_left.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1;
}

.slideshow-next {
	position: absolute;
	width: 37px;
	height: 37px;
	top: 20px;
	right: 10px !important;
	background: url(../images/arrow_04_right.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1;
}

#home-news-wrapper,
#home-pages-overview {
	float: left;
	margin: 0 0 2px 0;
	width: 1000px;
}

#home-pages-overview {
	width: 1004px;
	padding: 0 -4px 0 0;
}

#news-home,
#project-home {
	float: left;
	width: 456px;
	height: 130px;
	padding: 15px 20px;
	background: url(../images/news_bg.png) repeat-x;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#project-home {
	float: right;
	background: url(../images/project_bg.png) repeat-x;
}

#project-home-image {
	float: left;
	width: 145px;
	height: 100px;
	overflow: hidden;
}

#project-home-desc {
	float: right;
	width: 270px;
}

#news-home h2,
#project-home h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

#news-home h2 {
	margin: 0 0 8px;
}

#news-home h2 a {
	text-decoration: none;
	color: #333;
}

#news-home h2 a:hover,
#news-home h2 a:focus {
	background: none;
}

#news-home .news-item {
	margin: 0 0 3px;
	line-height: 12px;
}

#news-home .news-item span {
	display: block;
	margin: 0 0 1px;
	font-size: 12px;
}

#news-home .news-item h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

#news-home .news-item h3 a,
#news-home .news-items h3 a:visited {
	color: #145482;
	text-decoration: none;
}

#news-home .news-item h3 a:hover,
#news-home .news-item h3 a:focus {
	background: none;
	text-decoration: underline;
}

.pages-box {
	float: left;
	margin: 0 4px 0 0;
	padding: 15px 20px;
	width: 207px;
	height: 120px;
	background: url(../images/pages_bg.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pages-box h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.pages-box a,
.pages-box a:visited {
	color: #333;
	text-decoration: none;
}

.pages-box a:hover,
.pages-box a:focus {
	color: #145482;
	background: none;
}

/**
 * Footer
 */
#footer h3 {
	margin: 0 0 3px 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

#footer a,
#footer a:visited {
	color: #84bfec;
}

.footer-address1 a:hover,
.footer-address1 a:focus,
.footer-address2 a:hover,
.footer-address2 a:focus {
	color: #fff !important;
	background: none;
}

.footer-address1,
.footer-address2,
.footer-links {
	float: left;
	width: 250px;
}

.footer-links {
	margin-top: -20px;
}

.footer-links h3 {
	margin: 0 0 15px 0 !important;
}

.footer-links #facebook,
.footer-links #con-email,
.footer-links #rss {
	float: left;
	width: 39px;
	height: 39px;
	margin: 0 5px 0 0;
	background: url(../images/button_facebook.png) no-repeat;
	text-indent: -9999px;
}

.footer-links #con-email {
	background: url(../images/button_email.png) no-repeat;
}

.footer-links #rss {
	background: url(../images/button_rss.png) no-repeat;
}

/**
 * Head Slider
 */
 
 /**
  * Forms
  */
#searchform label {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#searchform input {
	display: block;
	width: 170px;
	padding: 1px 0 1px 20px;
	border: 1px solid #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f2f2;
	text-transform: uppercase;
	color: #666;
}

#searchform #search-submit {
	margin: -16px 0 0 5px;
	width: 12px;
	heigth: 13px;
	border: none;
	background: url(../images/lupe.png) no-repeat;
	text-indent: -9999px;
}


