body {
	background: #fff url(/images/back.png) repeat-y top center;
	font-family: Tahoma, Arial, sans-serif;
}

#page {
	margin: 0 auto;
	width: 773px;
	min-height: 800px;
	border-bottom: 1px solid #e4e4e4;
}

#header {
	background: #000 url(/images/top.png) no-repeat top left;
	height: 258px;
}

#header > a {
	display: block;
	line-height: 258px;
	text-indent: -9998px;
}

#menu {
	background: #000 url(/images/menu-back.png) repeat-x top left;
	height: 46px;
	width: 773px;
	overflow: hidden;
}

#menu > ul {
	list-style: none;
	text-align: center;
}

#menu > ul > li {
	font-size: 8pt;
	display: inline-block;
	padding: 0 17px;
	background: transparent url(/images/menu-separator.png) no-repeat top right;
}

#menu > ul > li.last,
#menu > ul > li:last-child {
	background: none !important;
}

#menu li > a {
	color: #1f1f1f;
	text-decoration: none;
	display: block;
	line-height: 46px;
}

#search > a:hover,
#menu li > a:hover,
#menu li.selected > a,
#submenu > ul > li.selected > a,
#submenu > ul > li > a:hover {
	color: #eb6e1e;
}

#search {
	background: #494949;
	height: 36px;
	padding: 0 60px;
}

#search > a {
	float: left;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

#submenu {
	float: right;
	text-align: center;
}

#submenu > ul {
	list-style: inside none;
}

#submenu > ul > li {
	float: right;
	height: 36px;
}

#submenu > ul > li > a {
	display: block;
	line-height: 36px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	font-size: 9pt;
}

#footer {
	background: #fff url(/images/footer-back.png) no-repeat top center;
	height: 150px;
}

#footer-content {
	margin: 0 auto;
	width: 773px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#footer-menu {
	position: absolute;
	top: 25px;
	left: 60px;
	display: block;
}

#footer-menu > ul {
	list-style: none;
}

#footer-menu > ul > li {
	font-size: 8pt;
	display: inline-block;
}

#footer-menu li > a {
	color: #494949;
	text-decoration: none;
}

#footer-menu li:first-child {
	padding-right: .5em;
	border-right: 1px solid gray;
}

#footer-menu li + li {
	padding-left: .5em;
}

#footer-menu li > a:hover,
#footer-menu li.selected > a {
	color: #eb6e1e;
}

#footer-copy {
	position: absolute;
	bottom: 25px;
	left: 60px;
}

#footer-copy p {
	font-size: 8pt;
	font-weight: bold;
	color: #eb6e1e;
}

#footer-oneray {
	position: absolute;
	bottom: 25px;
	right: 60px;
}

#footer-oneray p {
	font-size: 8pt;
	color: #494949;
	text-align: right;
}

#footer-oneray a {
	text-decoration: none;
	color: #494949;
}

#footer-oneray img {
	margin-bottom: 15px;
}

#access {
	margin-top: 100px;
}

#access h1 {
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: #eb6e1e;
}

#content {
	padding: 30px 60px;
}

#content-left {
	width: 250px;
	min-height: 300px;
	display: block;
	float: left;
}

#content-right {
	min-height: 200px;
	display: block;
	margin-left: 280px;
}

.clear {
	clear: both;
}

.box {
	display: block;
	margin-bottom: 10px;
}

.box + .box {
	margin-top: 30px;
}

.box h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #eb6e1e;
	margin-bottom: .5em;
}

.box h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #eb6e1e;
	margin-bottom: .5em;
}

.box p {
	color: #494949;
	font-size: 9pt;
	line-height: 1.3em;
	text-align: justify;
}

.box p + p {
	margin-top: .3em;
}

.box a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.more {
	text-align: right;
}

.more a {
	color: #eb6e1e;
	font-size: 8pt;
	padding-right: 10px;
	background: transparent url(/images/rarrow.png) no-repeat center right;
}

.news-head {
	/*min-height: 50px;*/
}

.news-head h1 {
	color: #eb6e1e;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.3em;
	text-align: justify;
	display: block;
}

.news-head h2 {
	color: #eb6e1e;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
	margin-bottom: .5em;
	display: block;
}

.news + .news {
	margin-top: 20px;
}

.news p {
	color: #494949;
	font-size: 9pt;
	line-height: 1.3em;
	text-align: justify;
}

#social p {
	margin: 2px 0;
}

#social a + a {
	margin-left: 5px;
}

#portfolio img {
	border: 1px solid #eb6e1e;
}

#portfolio a + a {
	margin-left: 2px;
}

.box h6 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 2em;
}

.box ul {
	list-style: disc outside;
	margin-left: 1.5em;
}

.box li {
	font-size: 9pt;
	line-height: 1.3em;
	color: #494949;
}

.box em {
	font-style: normal;
	color: #eb6e1e;
}

.box li.caption {
	color: #494949;
	list-style: none;
	font-size: 7pt;
}

.box li a {
	font-weight: normal;
	padding-right: 10px;
	background: transparent url(/images/rarrow.png) no-repeat center right;
}

.box p {
	font-size: 9pt;
	font-weight: normal;
	color: #494949;
}

.box p.big {
	font-size: 10pt;
}

.box p + p,
.box ul + p,
.box p + ul {
	margin-top: 1em;
}

.portfolio-left {
	width: 168px;
	display: block;
	float: left;
	height: 75px;
}

.portfolio-right {
	position: relative;
	margin-left: 190px;
	min-height: 75px;
	background: transparent url(/images/portfoliobar.png) repeat-x center left;
}

.portfolio-left img {
	border: 1px solid #eb6e1e;
}

.portfolio-right h1 {
	font-size: 8pt;
	font-weight: bold;
	color: #eb6e1e;
	margin: 0 0 15px 10px;
}

.portfolio-right p {
	font-size: 7pt;
	font-weight: normal;
	color: #aaa;
	padding: 0 100px 0 10px;
}

.portfolio-right a {
	font-size: 7pt;
	font-weight: normal;
	position: absolute;
	top: 27px;
	right: 5px;
	
}

.left {
	text-align: right;
}

.right {
	text-align: right;
	float: right;
}

.foot {
	display: block;
	margin: 20px 0;
}

div.link {
	padding: 15px 20px;
	background: #eb6e1e;
	width: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.link a {
	color: #fff;
	font-weight: normal;
	font-size: 11pt;
	padding-right: 15px;
	background: transparent url(/images/rarrowwhite.png) no-repeat right center;
}

#content a:hover {
	text-decoration: underline;
}

.lista p {
	font-size: 9pt;
	font-weight: normal;
}

.lista em {
	font-style: normal;
	color: #eb6e1e;
}

.lista > ul {
	list-style: disc inside !important;
}

.lista li > ul {
	list-style: circle inside !important;
}

.lista li {
	font-size: 9pt;
	color: #494949;
}

.lista ul {
	margin-left: 10px;
}

.lista > ul > li {
	margin-bottom: 1em;
}

.lista li {
	line-height: 1.2em;
}

.lista2 > ul {
	list-style: outside none;
}

.lista2 > ul > li {
	font-size: 10pt;
	color: #494949;
}

.lista2 > ul > li > ul {
	margin-left: 30px;
	list-style: outside disc;
}

.lista2 > ul > li > ul > li {
	font-size: 9pt;
	color: #494949;
}

.lista2 li {
	line-height: 1.3em;
}

.lista2 li em > strong,
.lista2 li strong > em {
	font-size: 11pt;
}

.lista2 li strong {
	font-size: 9pt;
}

.lista2 li em {
	font-size: 9pt;
	font-style: normal;
	color: #eb6e1e;
}

.lista2 + .lista2 {
	margin-top: 20px;
}

.lista2.oferta > ul > li + li {
	margin-top: .5em;
}

.contact {
	margin: 5px 10px;
}

.contact p {
	margin: 0 !important;
}

p.adr,
p.tel,
p.fax,
p.mail {
	padding-left: 20px;
	line-height: 1.5em;
}

p.adr {
	background: transparent url(/images/adr.png) no-repeat left center;
}

p.tel {
	background: transparent url(/images/tel.png) no-repeat left center;
}

p.fax {
	background: transparent url(/images/fax.png) no-repeat left center;
}

p.mail {
	background: transparent url(/images/mail.png) no-repeat left center;
}

#contact-left {
	min-height: 300px;
	width: 300px;
	display: block;
	float: left;
}

#contact-right {
	position: relative;
	display: block;
	margin-left: 320px;
}

#googlemaps {
	position: absolute;
	right: 0px;
	top: 50px;
	display: block;
}

#googlemaps a {
	color: #eb6e1e;
	text-decoration: none;
	font-size: 8pt;
}

#pic {
	margin: 0 auto;
	display: block;
	width: 265px;
	height: 295px;
	background: transparent url(/images/photoframe.png) no-repeat center center;
}

#pic img {
	margin-left: 62px;
	margin-top: 56px;
}

span.black {
	color: #000;
}
.logo {
	text-align: right;
}

.logo img {
	border: 1px solid #eb6e1e;
}

.project-right p + h6 {
	margin-top: 1em;
}

.project-left {
	width: 200px;
	display: block;
	float: left;
}

.project-right {
	display: block;
	margin-left: 220px;
}

.project-right h6 {
	font-size: 9pt;
	font-weight: bold;
	color: #eb6e1e;
}

.cite {
	font-style: italic;
}

.author {
	line-height: 0em !important;
	text-align: right !important;
}

.desc p {
	font-size: 8pt;
	color: #aaa;
}

#sitemap ul {
	list-style: url(/images/rarrow.png) inside;
}

#sitemap li {
	color: #aaa;
}

#sitemap li > a {
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 2em;
	color: #eb6e1e;
}

a.button {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}

a.button:hover {
	text-decoration: none !important;
}

a.button,
input[name=submit] {
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: #eb6e1e;
	color: #fff;
	font-weight: normal;
	font-size: 10pt;
	cursor: pointer;
	overflow: hidden;
}

a.button:hover,
input[type=submit]:hover {
	background: #eb813d;
}

.buttons {
	float: right;
}

.textfield + .textfield {
	margin-top: 20px;
}

.textfield label,
.textfield p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
	color: #aaa;
	line-height: 1.3em;
}

.textfield label {
	margin: 1em;
}

.textfield input[type=checkbox] {
	background: transparent;
}


input {
	padding: 1px 3px;
	background: transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form input[type=text] {
	border: 1px solid #aaa;
	width: 250px;
	height: 20px;
}

.form input[type=text]:focus {
	border-color: #eb6e1e;
	background: #eee;
}

.form {
	margin: 20px auto;
	width: 500px;
	overflow: hidden;
}

.form .desc {
	margin-top: 15px;
	margin-left: 245px;
}

.form .field + .field {
	margin-top: 10px;
}

.form .field {
	display: block;
	position: relative;
	height: 22px;
}

.form .field label {
	font-size: 9pt;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 22px;
	width: 200px;
	text-align: right;
}

.form .field .inputfield {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 258px;
}

.form .field .fakefield {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 258px;
}

.form .field .fakefield .file {
	display: block;
	width: 60px;
	height: 24px;
	overflow: hidden;
	float: left;
	background: transparent url(/images/file.png) no-repeat 0px 0px;
}

.form .field .fakefield .file:hover {
	background-position: 0px -24px;
}

.form .field .fakefield .fakefile {
	display: block;
	width: 170px;
	height: 20px;
	float: right;
	background: #ccc;
	color: #494949;
}

.fakefield .file,
.fakefield .file input {
	cursor: pointer;
}

.fakefield .file input {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity: 0);
}

.messages {
	margin: 0 10px;
}

.messages .message {
}

.messages .message-error h1 {
	background: #dc143c;
}

.messages .message-success h1 {
	background: #0027c2;
}

.messages .message h1 {
	color: white;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.messages .message p {
	font-size: 9pt;
	background: #eee;
	padding: 15px 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.messages .message + .message {
	margin-top: 10px;
}

p.nl {
    margin-top: 1em !important;
}

.person h2 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2em 0 1em;
}

.person p > img {
	float: left;
	margin: 5px 10px 0 0;
	padding: 5px;
	border: 1px solid #eaccb9;
	width: 80px;
}

.person + .person {
	margin-top: 20px;
}

.csbox + .csbox {
	margin-top: 1em;
}

.csbox h3 {
	font-size: 9pt;
}

.docnav > ul {
	list-style: outside none;
	margin: 0 !important;
	padding: 0 !important;
}

.docnav > ul > li {
	display: block;
}

.docnav > ul > li > a {
	/*padding: 0 !important;
	background: none !important;*/
	color: #eb813d;
	font-weight: bold;
}

.cs .title > h2 > a {
	font-size: 12pt;
	font-weight: normal;
	color: #eb6e1e;
	text-decoration: none !important;
}
