/** START EDITOR **/

@import url(nyroModal.css);

body {
	font-size:70%;
	line-height:1.6;
	margin: 5px;
	}

body, h1, h2, h3, input, select, option, button, textarea {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #666666;
	}

h1, h2, h3 	{
	font-style: normal;
	font-weight: bold;
	color: #ffb681;
	line-height: 1;
	}
h1.dark, h2.dark, h3.dark {
	color: #ff6b01;
	}

h1,h2,h3,ul,ol { margin-bottom: 0; margin-top: 0; }

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { color: #FF6B01; }
a:hover, a:focus { color: #FF6B01; }

p { margin: 0; }

/** END EDITOR **/


/** BASIC STYLES **/

html, body { margin: 0px !important; }

body {
	background: #ffffff url('/image/bg.png') no-repeat center top;
	}

code {
	font-size: 110%;
	font-family: monospace;
	}

form legend {
	width: 300px;
	margin: 0;
	font-weight: bold;
	}
form p.requiredField {
	}
form p.missing {
	}
form *:focus {
	}
form p input,
form textarea {
	border: 1px solid #aaaaaa;
	font-size: 100%;
	}
form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}
form p {
	overflow: hidden;
	clear: both;
	}
form label {
	display: block;
	width: 12em;
	float: left;
	}
form input {
	display: block;
	width: 20em;
	float: left;
	}
form textarea {
	width: 31.8em;
	height: 8em;
	}
form strong {
	margin-left: 5px;
	}
form input[type='hidden'] {
	display:none;
	}


/** CLASSES **/

.errorMessage {
	color: red;
	border: 1px solid red;
	background: pink;
	padding: .5em;
	display: block;
	font-family: arial;
	font-size: 13px;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

.clear {
	clear: both;
	display: block;
	}

ul.styled,
ul.styled ul,
ul.styled li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}


/** LAYOUT **/

#container {
	width: 920px;
	margin: 0px auto;
	}
#wrapper {
	overflow: hidden;
	padding-bottom: 50px;
	}


/** HEADER **/

#header {
	clear: both;
	height: 150px;
	position: relative;
	}

#logo {
	width: 150px;
	height: 29px;
	padding: 15px 0px 25px 0px;
	}
#logo a {
	display: block;
	text-decoration: none;
	}
#logoIcon {
	margin-top: -10px;
	margin-left: -55px;
	position: absolute;
	}

#topnav {
	top: 0px;
	right: 0px;
	width: 250px;
	position: absolute;
	}
#topnav li {
	float: left;
	width: auto;
	height: 29px;
	line-height: 29px;
	padding: 20px 0px 20px 20px;
	text-align: right;
	}
#topnav li a {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
	}
#topnav a.active,
#topnav .active a {
	color: #000000;
	font-weight: bold;
	}

#topnav a:hover {
	color: #FF6B01;
}

/** NAVIGATION **/

#navigation {
	clear: both;
	height: 41px;
	overflow: hidden;
	padding-left: 13px;
	position: relative;
	background: #e5e5e5 url('/image/nav.png') no-repeat;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav ul {
	background-color: skyblue;
	}
#nav a {
	height: 41px;
	line-height: 41px;
	color: #666666;
	display: block;
	font-size: 13px;
	margin: 0px;
	padding-right: 10px;
	text-decoration: none;
	}
#nav a span {
	display: block;
	cursor: pointer;
	padding-left: 10px;
	}

#nav a:hover,
#nav a:hover span,
#nav .active a,
#nav .active a span,
#nav .open a,
#nav .open a span {
	background: url('/image/navitem.png') no-repeat left top;
	}

#nav a:hover {
	background-position: right -41px;
	}
#nav a:hover span {
	background-position: 0px -41px;
	}

#nav .active a, #nav .open a {
	background-position: right 0px;
	}
#nav .active a span, #nav .open a span {
	color: #ffffff;
	background-position: 0px 0px;
	}

#nav li {
	float: left;
	width: auto;
	}
#nav li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	}
#nav li ul ul {
	margin: -1em 0 0 20em;
	}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
	}


#searchWebsite {
	right: 0px;
	width: 180px;
	padding: 9px 0px;
	overflow: hidden;
	position: absolute;
	}
#searchWebsite #q {
	width: 127px;
	height: 17px;
	margin-top: 1px;
	border: 1px solid #c8c8c8;
	}
#searchWebsite #btnSearch {
	width: 36px;
	border: 0px;
	padding-top: 2px;
	background: transparent;
	font-size: 13px;
	}


/** CONTENT - DEFAULT **/

#visualHolder {
	width: 639px;
	height: 220px;
	overflow: hidden;
	}
#hp #visualHolder {
	height: 260px;
	margin-left: 260px;
	}

.corner {
	top: 10px;
	right: 10px;
	width: 5px;
	height: 220px;
	z-index: 100;
	position: absolute;
	display: block;
	}
#corner-right { background: url('/image/corner-content-right.png'); }
#hp #corner-right { background: url('/image/corner-home-right.png'); height:260px; right:11px; }
#corner-left { background: url('/image/corner-content-left.png'); left:10px; right:none; }

#contactBlock {
	float: right;
	width: 162px;
	position: relative;
	}
#contactBlock .card {
	border:1px solid #e2e2e2;
	border-radius:7px;
	padding:15px;
	display:block;
	overflow:hidden;
	behavior: url(/content/css/PIE.php);
}
#contactBlock .card .figure {
	margin-left:-5px;
}
.loc {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	cursor: pointer;
	background: url('/image/pixel.gif');
	}

.loc-hide {
	display: none;
	}

#contactBlock h1 {
	margin:15px 0;
	background:#ff6b01;
	padding:15px;
	display:block;
	border-radius:7px;
	font-size:17px;
	behavior: url(/content/css/PIE.php);
}
#contactBlock h1 a {
	color:#fff;
	text-decoration:none;
}

/** CONTENT - HOMEPAGE **/

#homeHolder {
	height: 261px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	padding: 10px 10px 22px 10px;
	background: url('/image/home-holder.png') no-repeat;
	}
#homeNav {
	left: 10px;
	z-index: 100;
	width: 262px;
	height: 260px;
	padding-right: 26px;
	position: absolute;
	background: url('/image/home-nav.png') no-repeat;
	}
#homeNav li {
	}
#homeNav li a {
	color: #ffffff;
	height: 52px;
	line-height: 52px;
	display: block;
	font-size: 14px;
	text-indent: 20px;
	text-decoration: none;
	}
#homeNav li:hover a,
#homeNav li.sfhover a {
	z-index: 110;
	color: #ff6b01;
	background: url('/image/home-nav-arrow.png') no-repeat left center;
	margin-right: -26px;
	position: relative;
	}
#homeNav li li:hover a:hover,
#homeNav li li.sfhover a:hover {
	color: #ffffff;
	}
#homeNav ul {
	top: 0px;
	left: -999em;
	height: 261px;
	position: absolute;
	background: url('/image/pixel.gif');
	}
#homeNav li:hover ul,
#homeNav li.sfhover ul {
	left: 261px;
	}
#homeNav ul li {
	width: 250px;
	height: 26px;
	line-height: 26px;
	margin: 3px 0px 2px 0px;
	text-align: right;
	background: url('/image/home-nav-2nd.png') no-repeat left center;
	}
#homeNav ul li a,
#homeNav li:hover ul li a,
#homeNav li.sfhover ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	}
#homeNav li:hover ul li a,
#homeNav li.sfhover ul li a,
#homeNav ul li a:hover {
	color: none;
	width: 240px;
	margin-left: 0px;
	position: static;
	padding-right: 10px;
	background: none;
	}

#homeContent {
	overflow: hidden;
	background: url('/image/home-lines.gif') repeat-y 290px 0px;
	}

#homeAbout {
	float: left;
	width: 261px;
	padding-left: 10px;
	padding-right: 19px;
	}
#homeAbout .content {
	padding-top: 25px;
	}

#homeProjects {
	float: left;
	width: 453px;
	width: 416px;
	padding: 0px 17px 0px 20px;
	}
#homeProjects .content {
	padding-top: 20px;
	}

.homeProject {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	}
.homeProject a {
	display: block;
	color: #666666;
	text-decoration: none;
	}
.homeProject * {
	display: block;
	}
.homeProject img {
	float: left;
	margin-right: 10px;
	}
.homeProject strong {
	color: #ff6b01;
	font-size: 12px;
	}




/** CONTENT - GENERATOR **/

#content {
	float: left;
	width: 659px;
	overflow: hidden;
	background: url('/image/content-lines.gif') repeat-y
	}
#contentHolder {
	height: 220px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	padding: 10px 10px 22px 10px;
	background: url('/image/content-holder.png') no-repeat;
	}
#contentNedmin {
	float: left;
	width: 462px;
	}

#sidebar {
	float: left;
	width: 251px;
	padding-right: 10px;
	}
#sidebar h2 {
	margin-bottom: 10px;
	}
#sidebar a.readmore {
	background: pink;
	}

#subnavBlock {
	height: 220px;
	padding: 10px 0px;
	margin-bottom: 47px;
	}
#subnav li,
#subnav a {
	display: block;
	}
#subnav a {
	color: gray;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	text-decoration: none;
	}
#subnav .active a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url('/image/subnav.png') no-repeat;
	}

#sidebar .album ul {
	overflow: hidden;
	margin-bottom: 10px;
	}
#sidebar .album li {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 10px 10px 0px;
	}
#sidebar .album li a {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	}
#sidebar .album li a:hover {
	width: 44px;
	height: 44px;
	border: 3px solid #FF6B01;
	}
#sidebar .album li a:hover img {
	margin-top: -3px;
	margin-left: -3px;
	}


/** FOOTER **/

#footer {
	clear: both;
	height: 41px;
	background: #fdb40b url('/image/footer.png') no-repeat;
	margin-bottom: 20px;
	}

#footer p,
#footer a {
	color: #ffffff;
	text-decoration: none;
	}
#footer p {
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	}


/** FORM BUILDER **/

p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	}
form p.FormTextArea label,
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}
	
.padded { margin-bottom: 1.25em; }

#sitemap {
	margin: 0;
	list-style: none;
	font-size: 1.5em;
}

#sitemap ul {
	list-style: none;
	font-size: 0.6667em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#sitemap a {
	text-decoration: none;
}

#sitemap ul a {
	color: #666666;
}

.figure.left img {
	float: left; padding-right: 10px;
}

.figure.right img {
	float: right; padding-left: 10px;
}

.typeNews-list .item {
	width: 100%;
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 1em; 
	border-bottom: 1px solid #FF6B01;
}

.typeNews-list .item .content {
	padding-left: 95px;
}

.pageNav {
	text-align: right;
}

.pageNav a, .pageNav span {
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
	padding: 0 0.25em;
	color: white;
}

.pageNav span {
	background-color: #FF6B01;
}

#sidebar .block h2 {
	font-size: 14px;
	margin-bottom: 32px;
}

.block { margin-bottom: 20px; }

.block .projectlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.block .projectlist li { clear: both; width: 100%; 	line-height: 30px; }

.block .projectlist img { margin-right: 10px; float: left; }

.block .projectlist a { display: block; text-decoration: none; }

#bigslides { list-style: none; margin: 0; padding: 0; }

#bigslides li {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 10px 10px 0px;
}

#bigslides li a {
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
}

#bigslides li a:hover {
	width: 74px;
	height: 74px;
	border: 3px solid #FF6B01;
}

#bigslides li a:hover img {
	margin-top: -3px;
	margin-left: -3px;
}

p.searchResultInfo { margin-bottom: 1.2em; }

.searchResult {
	border-bottom :1px solid #e2e2e2;
	margin-bottom :10px;
	padding-bottom :10px;
}

.searchResult .searchResultTitle { font-size: 1.25em; text-decoration: none; }

.searchResult .searchResultSnapshot {
	margin-bottom: 1.2em;
}

.td2.top { margin-bottom: 1.25em; }

#footer .left { float: left; }
#footer .right { float: right; }

.pagination {
	text-align: center;
	width: 100%;
	clear: both;
}

.pagination span, .pagination a {
	font-weight: bold;
	padding: 2px 6px;
	text-decoration: none;
	color: white;
	background-color: #ccc;
}

.pagination a:hover {
	background-color: #888;
}

.pagination span {
  background-color: #FF6B01;
}

#oilBlock {
	margin-bottom: 15px;
}

#oilBlock a {
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	background:#ff6b01;
	padding:15px;
	display:block;
	border-radius:7px;
	behavior: url(/content/css/PIE.php);
}

#oilBlock a:hover {
}
