@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body {
	background-color: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fff url(img/bg.png) repeat;
	background-attachment: fixed;
}


#mainwrap {
	background-color: #fff;
	width: 930px;
	padding: 30px; 
	margin: 10px auto; 
}

#header {
	padding-bottom: 30px;
}

#innerwrap {
	width: 910px;
	margin: 0px 10px;
	padding-top: 40px;
	padding-bottom: 54px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer {
	margin: 0px 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 7px 0 7px 0;
}

.left, 
.right {
	float: left;
	display: inline;
}
.left {
	width: 140px;
	margin-right: 40px;
}
.right {
	width: 730px;
}

#header-text {
	font-size: 19px;
	line-height: 1.3em;
	color: #999;
	padding-left: 10px;
	padding-top: 5px;
}

a {
	text-decoration: none;
}



/* Navigation */

#nav-main {
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	background: url(img/line-dot.gif) left bottom repeat-x;
	padding: 0 0 1px 0;
}

#nav-main li {
	background: url(img/line-dot.gif) left top repeat-x;
	padding: 1px 0 0 0;
}
#nav-main li li {
	background: none;
	font-weight: normal;
	padding: 1px 0 0 7px;
}


#nav-main a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 8px 0px;
	background: url(img/nav-arrow.gif) right -30px no-repeat;
}
#nav-main a:hover,
#nav-main a:active,
#nav-main .act a {
	color: #000;
	background-position: right 2px;
}

#nav-main li li a {
	padding: 0px;
	margin-bottom: 8px;
}
#nav-main li.act li a {
	background-position: right -30px;
	color: #999;
}

#nav-main li li a:hover,
#nav-main li li a:active,
#nav-main li li.act a {
	color: #000;
	background-position: right -6px;
}


/* Language Navigation */
#nav-lang {
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	background: url(img/line-dot.gif) left bottom repeat-x;
	padding: 0 0 1px 0;
	margin-top: 32px;
}

#nav-lang li {
	background: url(img/line-dot.gif) left top repeat-x;
	padding: 1px 0 0 0;
}


#nav-lang a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 8px 0px;
	background: url(img/nav-arrow.gif) right -30px no-repeat;
}
#nav-lang a:hover,
#nav-lang a:active,
#nav-lang .act a {
	color: #000;
	background-position: right 2px;
}



/* Footer navigation */
#nav-footer a {
	color: #999;
	font-weight: bold;
}
#nav-footer a:hover,
#nav-footer a:active,
#nav-footer a.act {
	color: #000;
}





#content {
	font-size: 19px;
	line-height: 1.3em;
}

h1 {
	font-size: 28px;
	font-style: italic;
	padding-bottom: 30px;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	line-height: 1.3em;
	padding-bottom: 1.3em;
	font-weight: normal;
}

h2 .number {
	font-size: 32px;
}

h2 .add-info {
	color: #999;
	font-style: italic;
}

h2.big {
	font-size: 26px;
}

#content p {
	padding-bottom: 1.3em;
	line-height: 1.3em;
}

#content img {
	display: block;
	margin-top: 5px;
	padding-bottom: 1.6em;
	border: none;
}

#content ul {
	padding-bottom: 1.3em;
}

img a {
	border: none;
}


#content a {
	color: #000;
	border-bottom: 1px dotted #000;
}
#content a:hover,
#content a:active {
	color: #999;
	border-bottom: 1px dotted #999;
}

#content a img { 
	border: none !important; 
	padding: 0;
	margin-bottom: 1.6em;
}

/* Temporary switch: topborder margin-top was 14 */

.topborder {
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 30px;
}

.smalltext {
	font-size: 14px;
}

div.smalltext {
	padding-bottom: 8px;
}

div.smalltext h2 {
	padding-bottom: 0.9em
}


/* Multicolumns */
.mcol .col {
	float: left;
	display: inline;
	margin-right: 20px;
	/*background-color: #ccc;*/
}

.mcol .lastcol {
	margin-right: 0px;
}

.mcol-2col .col { width: 355px; }
.mcol-3col .col { width: 230px; }

.mcol-3col .span-2 { width: 480px; }


/* Image Slide (Homepage) */
#slideshow-wrap {
	position: relative;
	width: 730px;
	height: 325px;
	margin-bottom: 1.6em;
}

#slideshow-images {
	width: 730px;
	height: 325px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content #slideshow-images img {
	margin-bottom: 0px;
}


a#image-overlay-next,
a#image-overlay-prev {
	bottom: 15px;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 200;
	display: block;
	border: 0 none;
}
a#image-overlay-next:hover,
a#image-overlay-next:active,
a#image-overlay-prev:hover,
a#image-overlay-prev:active {
	background-position: 0 -24px;
	border: 0 none;
}
a#image-overlay-prev {
	left: 15px;
	background: url(img/btn-slideshow-prev.jpg) no-repeat;
}
a#image-overlay-next {
	right: 15px;
	background: url(img/btn-slideshow-next.jpg) no-repeat;
}

/* case studies gallery */

#case-studies {
	margin-left: -20px;
	line-height: 1.4em;	
}

#case-studies li {
	width: 230px;
	float: left;
	display: inline;
	padding: 0px;
	overflow: hidden;
	margin: 0 0px 20px 20px;
}


#case-studies li img {
	display: block;
	margin: 0px 0px 1.3em 0px;
	padding: 0px;
	width: 230px;
	height: 170px;
}


/* Gallery */

#gallery {
	margin-left: -20px;
}


#gallery li {
	width: 230px;
	height: 170px;
	float: left;
	display: inline;
	padding: 0px;
	overflow: hidden;
	margin: 0 0px 20px 20px;
}

#gallery li img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 170px;
}

#gallery li .img-more {
	color: #fff;
	text-align: center;
	cursor: e-resize;
}


#gallery li .description {
	color: #fff;
	text-align: center;
	width: 230px;
	height: 170px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}


#creditfooter{
position: relative;
left:-3px;
}

/* Temporary switch off language navigation 
#nav-lang {
	display: none;
}*/
