/* own css styles in addition to blueprint */

body {
	background: #fff url(../images/background-pattern.gif) repeat-x;
	padding: 0;
	margin: 0;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 20px;
}

body div {	
	text-align: left;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	outline: none;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	margin: 0 0 25px 0;
	font-size: 18px;
	color: #666;
}

h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

strong, b {
	font-weight: bold;
}

pre {
	margin: 0;
	padding: 0;
}

/******************************************************/

#tooltip {
	z-index: 10000;
	position: absolute;
	left: inherit;
	top: inherit;
	display: none;
	background: #fff;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	padding: 5px;
	width: 80px;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#ie6 {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

#noScript {
	position: relative;
	width: 50%; 
	top: 25%; 
	margin: 0 auto; 
	border: 10px solid #ff774a;
	padding: 30px 30px 20px 30px;
}

.message {
	text-align: center;
	width: 100%;
	padding: 10px;
}

.message h2 {
	font-weight: bold;
	color: #ff774a;
	line-height: 1.5;
}

#overlay {
	padding: 0;
	margin: 0;
	background: #fff;
	top: 0;
	left: 0;
	visibility: visible;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2000000;
}

#container {
	z-index: 100;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	height: 100%;
}

#container-inner {
	width: 3320px;
	height: 755px;
	top: 0;
	position: relative;
}

.siteItem {
	position: absolute;
	left: 830px;
	padding-left: 0;
	width: 0;
}

#home {	
	width: 830px;
	height: 550px;
}
	
	#backgroundFix {
		display: block;
		position: absolute;
		left: 0;
		top: 105px;
		width: 150px;
		height: 150px;
		background: url(../images/backgroundfix-pattern.gif);
	}

	#home .inner-padding {
		padding: 105px 0 0 0;
	}
	

#portfolio {
	width: 830px;
}

#portfolioColumns {
	width: 830px;
	height: 590px;
	position: absolute;
	overflow: hidden;
}

#portfolioColumns .wrapper {
	width: 10000px;
	height: 560px;
	position: relative;
}

#about {
	width: 830px;
	height: 800px;
}

#about .imagesContainer {
	margin: 0 0 0 40px;
	position: relative;
	width: 270px;
	height: 405px;
	overflow: hidden;
}

#about .imagesContainer .realContainer {
	position: absolute;
	width: 270px;
}

#about .imagesContainer .realContainer .cImage {
	float: left;
}

#about .topicWrapper {
	margin: 0 0 25px 0;
}

#about h1,
h1.headline {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #eee;
	cursor: pointer;
}

h1.headline {
	cursor: inherit;
}

#about .text {
	position: relative;
	width: 510px;
}

#about .text .text-inner {
		padding: 0 0 1px 0;
}

#about .text span,
#contact .text {
	padding: 0;
	margin: 0;
	display: inline;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

#contact span.links {
	line-height: 2.3;
}

#contact div.span-10.last {
	margin: 0 0 0 40px;
}

#about .text span.inner,
#contact .text  {
	line-height: 21px;
}

#about .text span p {
	margin: 0;
	padding: 0;
}

#about .text span a {
	color: #666;
	padding: -2px 0 2px 0;
	border-bottom: 1px solid #666;
}

#about .text span a:hover {
	border-bottom: 0;
}

#contact {
	width: 830px;
	height: 800px;
}

#contact input[type=text],
#contact input[type=submit],
#contact textarea {
	font-family: Helvetica, Arial, Verdana;
	width: 100%;
	color: #666;
	font-size: 14px;
	height: 9px;
	padding: 8px;
	border: 1px solid #b6b7b8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	outline: none;
}

#contact input[type=text] {
 line-height: 10px;
}

#contact input[type=submit] {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 4em;
	cursor: pointer;
	font-weight: bold;
}

#contact textarea {
	line-height: 21px;
	height: auto;
}

#contact input[type=text]:focus,
#contact input[type=submit]:hover,
#contact textarea:focus {
	border: 1px solid #999;
}

#splash {
	display: block;
}

	.banner {
		margin: 0 0 0 -13px;
		width: 845px;
		height: 51px;
		background: url(../images/enter-banner.png) no-repeat;
	}
	
	.banner a span {
		display: none;
		text-decoration: none;
		visibility: hidden;
	}
	
	.banner a {
		height: 51px;
		display: block;
	}
	
	.logoOnStart {
		margin: 445px 20px 0 774px;
	}
	
.header {
	width: 830px;
}
	
.header .logo {
	padding: 33px 0 17px 0;
	height: 45px;
	width: 218px;
	float: left;
}

.header .claim {
	padding: 45px 0 0 0;
	width: 165px;
	float: right;
}

.header .navigation {
	width: 100%;
	margin: 0;
	float: left;
}

.header ul.navigationList {
	display: block;
	width: 100%;
	padding: 0;
	margin: 18px 0 0 0;
}

	.header ul.navigationList li {
		line-height: 0;
		float: left;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	
	* html .header ul.navigationList li {
		margin: -2px 0 0 0;
		height: 22px;
	}

	.header ul.navigationList li.dot {
		margin: 0;
		padding: 10px 0 0 0;
		width: 16px;
		height: 30px;
	}

.content .bars {
	display: none;
	float: left;
	width: 100%;
	height: 8px;
	background: url(../images/bars.gif) left no-repeat;
}

.content .bars.top {
	margin: 0 0 2px 0;
}

.content .bars.bottom {
	width: 300px;
	margin: 2px 0 2px 0;
}

.content .bars.normalBottom {
	margin: 10px 0 2px 0;
}


.content .padding {
	margin: 8px 0 0 0;
}

.content .spacer {
	height: 10px;
}

.photoWrapper,
.blankPhotoWrapper {
	position: relative;
	background: url(../images/slot_background.gif) no-repeat;
	width: 270px;
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
}

.photoRow {
	float: left;
	padding: 0 0 10px 0;
}

#pagina img {
	vertical-align: middle;
}

.viewLarger {
	cursor: pointer;
	margin-top: 0;
	margin-left: -270px;
	width: 270px;
	height: 29px;
	background: url(../images/btn-viewlarger.png) no-repeat;
	position: absolute;
}

.lightboxBackground {
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background: #ccc;
	width: 100%;
	height: 100%;
}

.lightboxContainer {
	visibility: hidden;
	z-index: 20000;
	padding: 2px;
	position: fixed;
	background: #ff3f00 url(../images/iris.gif) no-repeat center;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
}

.closeLightbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50000;
}

#btnContainer {
	display: none;
	position: relative;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

a.nav:link, a.nav:visited, a.nav:focus, a.nav:hover, a.nav:active {
	overflow: hidden;
	height: 10px;
	text-decoration: none;
	font-size: 21px;
	color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ff774a;
}

a.close:link, a.close:visited, a.close:focus, a.close:hover, a.close:active {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

a.nav.active:link, a.nav.active:visited, a.nav.active:focus, a.nav.active:hover, a.nav.active:active {
	border-bottom: 2px solid #fff;
}


a.pagina:link, a.pagina:visited, a.pagina:focus, a.pagina:hover, a.pagina:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #777;
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #ccc;
}

a.pagina:hover {
	border-bottom: 2px solid #777;
}

/*a.nav:hover {
	border-bottom: 2px solid #fff;
}*/

.hover {
	border-bottom: 2px solid #fff;
}

.normal {
	border-bottom: 2px solid #ff774a;
}
