/* Start of CMSMS style sheet 'global' */
/* Start of CMSMS style sheet 'global' */
@import url("scripts/reset.css");

/* Globals */
html {
	min-width: 940px;
}
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	margin: 5px 0 -3px 0;
	background-color: #fff;
}
h1 span {
	background-color: #fff;
}
h2 {
	font-weight: bold;
	background-color: #fff;
}
.hide {
	display: none;
}
a.logoSmall {
	position: absolute;
	z-index: 10;
	margin: -13px 0 0 0;
	height: 45px;
	width: 37px;
}

/* Page layout */
#pageWrapper {
	width: 940px;
	height: 605px;
	position: absolute;
	top: 30%;
        bottom: 50%;
	left: 50%;
        right: 50%;
        margin: -302px 0 0 -470px;
	padding: 200px 0 0 0;
	z-index: 2;
	background-color: #fff;
}
#contentWrapper {
	width: 940px;
}
#mainContentContainer {
	width: 920px;
	height: 400px;
	background: url(images/main_image_bw.jpg) no-repeat 0 0;
	border: 10px solid #eee;
	overflow: hidden;
}

/* Content pages */
#contentFrame {
	background-color: #fff;
	position: absolute;
	z-index: 2;
	width: 840px;
	height: 340px;
	margin: 13px 20px;
	padding: 15px 20px 20px 20px;
}
#contentFrameShadow {
	display: none;
	background: url(images/contentFrameShadow.png) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	width: 914px;
	height: 410px;
	margin: 0;
}
/*
----- Moved to page inline
#contentFrame #contentScrollerContainer {
	position: absolute;
	width: 580px;
	top: 53px;
}
#contentFrame #contentScroller {
	width: 580px;
	height: 305px;
	overflow: hidden;
}
#contentFrame #contentScroller_noCols {
	width: 780px;
	height: 305px;
	overflow: hidden;
}
*/
#imgCol {
	background-color: #bbb;
	max-width: 230px;
	max-height: 285px;
	position: absolute;
	right: 20px;
	top: 53px;
	overflow: hidden;
	padding: 10px;
}
#imgCol img {
	width: 230px;
	height: 285px;
	overflow: hidden;
}
#imgColNews {
	background-color: #bbb;
	width: 230px;
	height: 285px;
	position: absolute;
	right: 20px;
	top: 53px;
	overflow: hidden;
	padding: 10px;
}
#imgColNews img {
	width: 230px;
	height: 285px;
	overflow: hidden;
}
div.zoom {
	position: absolute; display: none;
	z-index: 100;
	width: 30px;
	height: 30px;
	right: 40px;
	top: 50%;
	margin: 0 0 0 0;
}
#contentFrame .closeBtn {
	position: absolute;
	top: -12px;
	right: -12px;
	z-index: 10;
	width: 30px;
	height: 30px;
}
#contentFrame .closeBtn a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/fancy_closebox.png) no-repeat 0 0;
}
#columnsWrapper {
	width: 920px;
	margin: 10px 10px 0 10px;
}
.col01,
.col02,
.col03 {
	width: 300px;
	height: 125px;
	float: left;
	overflow: hidden;
}
.col01 p,
.col02 p,
.col03 p {
	margin: 0;
}
.colSpacer {
	width: 10px;
	height: 10px;
	float: left;
}
.hr01, .hr02, .hr03 {
	height: 1px;
	width: 300px;
	margin: 5px 0 0 0;
	float: left;
	font-size: 0;
}
.hr01 {
	border-bottom: 1px solid #a54c0f;
	border-top: 1px solid #a54c0f;
	margin-left: 10px;
}
.hr02 {
	border-bottom: 1px solid #c7611c;
	border-top: 1px solid #c7611c;
}
.hr03 {
	border-bottom: 1px solid #db6e23;
	border-top: 1px solid #db6e23;
	margin-right: 10px;
}
/* Menu */
#menuWrapper {
	width: 940px;
	height: 30px;
	text-align: right;
}
#menu {
	float: right;
	width: auto;
}
#menu li {
	float: left;
	margin: 0 0 0 15px;
	width: auto;
}
#menu li a:link,
#menu li a:active,
#menu li a:visited {
	text-decoration: none;
	color: #e06410;
	font-size: 12px;
	background-color: #fff;
}
#menu li a:hover {
	text-decoration: none;
	color: #e06410;
}

/* Home page */
#bigBtn {
	width: 614px;
	height: 115px;
	background: url(images/home_image_bar.png) no-repeat 0 0;
	position: relative;
	left: 0;
	top: 85px;
	padding: 10px 10px 10px 0;
	cursor: pointer;
}
#logo {
	width: 299px;
	height: 62px;
	position: absolute;
	right: 60px;
	top: 50%;
	margin: -31px 0 0 0;
}
#langBar {
	position: absolute;
	height: 11px;
	padding: 0;
	z-index: 10;
	font-family: Verdana;
	font-size: 10px;
	margin: 12px 10px 10px 20px;
}
#portfolioLink {
	width: 299px;
	height: 24px;
	position: absolute;
	right: 60px;
	top: 50%;
	margin: -12px 0 0 0;
}

/* news list */
.news {}
.news li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.news li a:link,
.news li a:active,
.news li a:visited {
	text-decoration: none;
	color: #000;
}
.news li.hover {
	background-color: #ffeacf;
}

/* rss list */
.inspiration {}
.inspiration li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.inspiration li a:link,
.inspiration li a:active,
.inspiration li a:visited {
	text-decoration: none;
	color: #000;
}
.inspiration li.hover {
	background-color: #ffeacf;
}
.colFooter {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 10px;
	margin: 7px 0 0 0;
}
a.readMoreLink {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.readMoreLink:hover {
	text-decoration: underline;
}
a.rssLink {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.rssLink:hover {
	text-decoration: underline;
}

/* Photo Album */
.picturelist {
	margin: 5px 0;
	clear: both;
}
.thumb {
	margin: 0 0 0 0;
	height: auto;
	width: auto;
}
.thumb a {
	margin: 0 10px 10px 0;
	background-color: #ffedd4;
	border: none;
	height: auto;
	width: auto;
}









/* Copyright */
.copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	font-size: 9px;
	color: #ffeacf;
	font-family: Verdana;
	text-align: right;
}
.copyright a:link,
.copyright a:active,
.copyright a:visited {
	font-size: 9px;
	color: #ffeacf;
	font-family: Verdana;
}
.copyright a:hover {
	color: #e06410;
}

















/* End of 'global' */

