/* begin standard style */

* {
	margin:0;
	padding:0;
}
html, body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(/Blackorange/assets/common/bgPattern.gif);
	background-repeat: repeat-x;
	background-color:#3e3e3e;
	color:#999999;
	line-height:18px;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
#body {
	z-index:1;
	width:700px;
	margin:0 0 20px 10px;
}
#newsBody {
	margin:0 0 20px 10px;
}
#body img {
	border: 0;
}
a:link {
	color:#cacaca;
	text-decoration:underline;
}
a:visited {
	color:#cacaca;
	text-decoration:underline;
}
a:active {
	color:#f58025;
	/*font-weight:bold;*/
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#f58025;
	text-decoration:underline;
}
h1, h2, h3 {
	margin:15px 0 20px 0;
	color:#cacaca;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
h1 span {
	color:#f58025;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
p {
	margin:0px 0px 10px 0px
}
#content p strong {
	color: #CACACA;
}
ul {
	margin: 0 0 10px 14px;
}
.left ul {
	margin: 0;
}
.left ul li {
	list-style-image: url(/Blackorange/assets/common/list.gif);
	margin-left: 14px;
}
.media ul {
	margin:0;
}
.cleaner {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
	margin-right: 4px;
}
object {
	outline:none;
}
.title {
	text-transform: uppercase;
}
/* end standard style */

/* + form style + */
	form {
}
#address {
	text-align:left;
	float:right;
	width:165px;
	padding:8px 0 0 8px;
}
form.standardForm {
	border-right:1px solid;
	float:left;
	padding-right:20px;
	width:450px;
}
label {
	display: block;
	float:left;
	font-weight:bold;
	width:120px;
}
.row {
	overflow:hidden;
	margin:10px 0;
}
#salutationGroup {
	overflow:hidden;
}
#salutationGroup.mediumSelect label {
	width:70px;
	font-weight:normal;
}
form.standardForm h2 {
	font-size:10px;
	float:left;
}
textarea {
	width: 320px;
	height:70px;
	overflow:auto;
}
input {
	font-size: 12px;
	color:#333333;
	width:320px;
}
#salutationGroup.mediumSelect input {
	width:10px;
}
#send {
	overflow:hidden;
	width:auto;
	height:auto;
	float:right;
	margin-right:6px;
}
form.standardForm {
	margin-top: 10px;
	float: left;
}
.standardForm {
	margin-bottom:10px;
	margin-right:10px;
	float: left;
}
/* - form style - */
/* begin layout style */


#wrapper {
	text-align:center;
	background-image: url(/Blackorange/assets/common/headerPattern2.gif);
	background-repeat: repeat-x;
}
#container {
	margin:auto;
	width:950px;
	margin-bottom:20px;
}
#content {
	text-align:left;
	margin:10px;
}
#content img {
	vertical-align:text-top;
}
/* + HEADER + */
	#header {
	margin:auto;
	min-height:375px;
	background: url(/Blackorange/assets/common/headerBlock.png) no-repeat 0 105px;
	position:relative;
	width:950px;
	padding:0;
	margin:0;
}
#headerWrapper {
	overflow:hidden;
	height:355px;
	display:block;
	padding:0;
	margin:0;
	width:950px;
}
/*
	* html #header { 
		width: 950px; 
		height: 375px;
		background: url(/Blackorange/assets/common/headerBlock.png) no-repeat 0 105px;
}
*/


#logo {
	margin-top: 24px;
	width:380px;
	height:50px;
	display: block;
	float: left;
	z-index:10000;
	top:0;
	position:absolute;
}
#logo a, #logo img {
	text-decoration:none;
	border:none;
}
#logo h1 {
	font-size:12px;
	margin:-10px 16px 0 0;
	text-align:right;
	color:#666;
}
#flash {
	float:left;
	margin-top:-70px;
	margin-left:20px;
}
/* - HEADER - */

	
/* + ITEMS + */
	
	#items {
}
.item {
	width:230px;
	height:350px;
	margin:0 0 0 2px;
	position:relative;
	left:4px;
}
/* - ITEMS - */

#map {
	margin-top:10px;
	width : 200px;
}
#directions {
	margin-top:25px;
	width: 450px;
	padding-right:20px;
}
.description {
	padding-right:40px;
}
.service {
	float:left;
	width: 440px;
}
.service h2 {
	font-size:24px;
	font-weight:normal;
	display:block;
	color: #CACACA;
	margin-bottom:6px;
	margin-top:3px;
}
.service span {
	display:block;
	float:left;
	width: 290px;
	color:#928f8f;
}
.service img {
	float:right;
	border:none;
	position:relative;
	top:25px;
}
.service a {
	text-decoration:none;
	height:100px;
	display:block;
	padding:10px;
}
.service a:hover {
	color:#cacaca;
	background:#333333;
}
.service a:hover strong {
	color:#f58025;
}
.service a:active {
	font-weight:normal;
}
.odd {
	margin-right:40px;
}
/* + FOOTER + */
	#footer {
	background: url(/Blackorange/assets/common/footerPattern.gif) repeat-x;
	height:200px;
	clear:both;
}
#footerBlock {
	margin:auto;
	width:930px;
	text-align:left;
	padding-top:10px;
	clear:both;
}
#footerBlock h3 {
	margin-bottom:15px;
}
.linkColumn {
	width:150px;
	float:left;
	margin:10px 0 0 10px;
}
.linkColumn a {
	display:block;
}
.linkColumn a:active {
	font-weight:bold;
}
#footerBlock .left {
	width:500px;
	height:180px;
	position:relative;
}
#footerBlock .left p {
	margin:0 0 0 10px;
}
#footerBlock .right {
	width:280px;
	position:relative;
	height:200px;
}
.footer {
	margin:auto;
	width:930px;
	text-align:center;
	padding-top:20px;
}
/*#footerBlock img{
	position:absolute;
	bottom:0;
}
*/

/* - FOOTER - */


/* + MEDIA + */
    
    .media {
	overflow:hidden;
}
.mediaObject h2 {
	margin:4px 0 14px 0;
}
.mediaMainLi {
	list-style:none;
	height:360px;
}
.media img {
	display:block;
	margin-right:20px;
}
.mediaObject {
	width:980px;
	position: relative;
	float: left;
	overflow:hidden;
	margin-top:20px;
}
.mediaObject li {
	margin-left:14px;
}
.advert {
	overflow:hidden;
	margin-top:30px;
	margin-left:-10px;
}
.advert a {
	/*font-size:14px;*/
	margin:0 10px 0 10px;
}
.holder {
	float:left;
	width:640px;
	/*margin-right:50px;*/
		background:#2F2F2F;
	margin-top:30px;
	min-height:262px;
	padding:10px;
	overflow:hidden;
	display:block;
}
.holder.big {
	width:660px;
}
/* - MEDIA - */

	
	
/*
	.route {
	float: left;
	width: 500px;
	height: 685px;
	}.directions{
	float: left;
	width: 700px;
	} 
	
	end layout style */

/* begin navigation */

#navigation {
	position:absolute;
	z-index:20000;
	overflow:hidden;
	right:0;
}
#navigation ul {
	list-style: none;
	height: 50px;
	overflow: hidden;
}
#navigation li {
	display:block;
	float:left;
	list-style-type: none;
	line-height:35px;
	height:42px;
	overflow:hidden;
}
#navigation a {
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
	width:130px;
	height:48px;
	display:block;
	background: url(/Blackorange/assets/navigation/nav-sprite.png) center -2px no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	text-decoration:none;
}
#navigation a:hover {
	background-position: center -52px;
}
#navigation a:active, #navigation a.selected {
	background-position: center -102px;
}
#navigation .highlight a {
	background-position: center -102px;
	color:#F58025;
}
/*
#home a  {
	background: url(/Blackorange/assets/navigation/homeButton.png) top left no-repeat;
}
#services a  {
	background: url(/Blackorange/assets/navigation/serviceButton.png) top left no-repeat;
}
#portfolio a  {
	background: url(/Blackorange/assets/navigation/portfolioButton.png) top left no-repeat;
}
#media a  {
	background: url(/Blackorange/assets/navigation/mediaButton.png) top left no-repeat;
}
#contact a  {
	background: url(/Blackorange/assets/navigation/contactButton.png) top left no-repeat;
}
#demo a  {
	background: url(/Blackorange/assets/navigation/demoButton.png) top left no-repeat;
}
*/


/* end navigation */

/* begin overwrite style */
.nospace {
	margin:0;
	padding:0;
}
/* begin overwrite style */
#latestBlock {
	overflow:hidden;
	margin:20px 0 0 0;
}
#latestBlock img {
	border:none;
}
/*--- SLIDER PORTFOLIO CSS ---*/


#links ul {
	list-style-type: none;
}
#links ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #cc3030;
	padding-left: 4px;
}
#links ul li a:hover {
	background-color: #cc3030;
	color: #fff7cc;
}
#slider {
	margin: 0 auto;
	display:block;
	height:370px;
	width: 630px;
	overflow:hidden;
	position:relative;
}
#sliderportfolio {
	overflow: hidden;
	width: 650px;
}
#slider a {
	text-decoration:none;
}
#slider ul {
	list-style: none;
	height: 350px;
}
#slider ul li {
	float: left;
	text-align: center;
	margin: 0 0px;
	padding-top: 6px;
}
#slider ul li a {
	/*display: block;*/
	height: auto;
	color: #333;
	text-decoration: none;
}
#slider ul li img {
	display: block;
	border:none;
}
.floating {
	float: left;
	width:520px;
	position:absolute;
	left:52px;
}
#butleft, #butright {
	padding: 0px;
	margin: 0px;
}
#butleft img, #butright img {
	padding: 0px;
	margin: 0px;
}
.buttonleft {
	margin-top:150px;
	float:left;
	background-image: url(/Blackorange/assets/common/left.gif);
	position:absolute;
	z-index:10;
}
.buttonright {
	margin-top:150px;
	float:right;
	background-image: url(/Blackorange/assets/common/right.gif);
	position:absolute;
	z-index:10;
	right:0;
}
.buttonright a {
	height:55px;
	width:55px;
	display:block;
}
.buttonleft a {
	height:55px;
	width:55px;
	display:block;
}
.column {
	width:450px;
	margin-top:26px;
}
/* ---- BEGIN NOTIFICATION & INFO STYLES --------------------------------*/
#notificationDiv {
	clear:both;
	background:#333333;
	padding: 4px;
	margin:10px 0 10px 0;
	border:1px solid grey;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv li {
	list-style:none;
}
#notificationDiv .messageDone, .messageFail {
	line-height:16px;
	padding-left:30px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/blackorange/main/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/blackorange/main/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/blackorange/main/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}
.mediakaart {
	margin: 0 15px 10px 15px;
	color: #FFF;
}
/* 
---- END NOTIFICATION & INFO STYLES --------------------------------*/

#portfolioNav {
	width: 280px;
	float: left;
}
#portfolioNav .marginTop {
	margin-top:20px;
}
#portfolioNav .right {
	padding-right: 5px;
}
#portfolioNav h2 {
	color:#f58025;
	margin:0;
	float:left;
	display:block;
}
#portfolioNav img {
	float:right;
}
#portfolioNav ul {
	border:1px solid;
	margin:0;
	list-style-position: inside;
	background:#2F2F2F;
	padding:10px;
}
#portfolioNav li a {
	color:#999999;
}
#portfolioNav li a:hover {
	color:#f58025;
}
#portfolioNav ul li img {
	margin: 10px 10px 3px 10px;
}
#portfolioNav ul li a img {
	border: 1px solid #999;
}
#portfolioNav ul li a:hover img {
	border: 1px solid #f58025;
}
/*---------------- FOOTER LOGO'S--------------------------------------------------*/
.footer-logos img {
	border:none;
	width: 115px;
	height: 40px;
}
.footer-logos li {
	display:inline;/*    padding-right:20px;*/
}
.footer-logos {
	margin-top:10px;
	width:360px;
	margin-left: -80px;
}
* html .footer-logos {
	margin-top:10px;
	width:360px;
	margin-left: 30px;
}
.footer-logos-2 {
	width:360px;
	margin-left: -80px;
}
* html .footer-logos-2 {
	width:360px;
	margin-left: 30px;
}
.footer-logos-2 img {
	border:none;
}
.footer-logos-2 li {
	display:inline;
}
.favorites {
	margin-top:56px;
}
a:focus {
	outline:none;
}
#carousel {
	display:none;
	position:absolute;
	right:10px;
	top:28px;
}
* html #carousel {
	position:absolute;
	right:10px;
	top:28px;
}
#robot {
	position:absolute;
	left:180px;
	top:89px;
}
.portfolioItem {
	position: absolute;
	width: 910px;
	height: 316px;
	text-align: left;
	margin:37px 0 0 21px;
	padding:0;
}
.portfolioItemText h2 {
	font-size:24px;
	font-weight:normal;
	margin-top:22px;
	text-transform: uppercase;
}
.portfolioItemText {
	float:left;
	margin-top: 85px;
	padding:0px 0 15px 20px;
	width: 370px;
}
.portfolioItemText p strong {
	float: left;
	width: 60px;
	overflow: hidden;
}
.portfolioItemImage {
	float:right;
	padding:5px 0 5px 0;
}
#portfolioItems {
	height:355px;
}
.icon {
	background: url(/Blackorange/assets/icons/rss.png) no-repeat left;
	padding-left:16px;
}
#websites ul {
	list-style: none;
	height: 40px;
	overflow: hidden;
	width: 300px;
	height:50px;
	margin:30px -12px;
}
#websites li {
	display: inline;
	list-style-type: none;
}
#websites a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	width: 150px;
}
#websites a:hover {
	background-position: 0 -50px;
}
#websites a:active, #websites a.selected {
	background-position: 0 -100px;
}
#websites .active a {
	background-position: 0 -100px;
}
#website a {
	background: url(/Blackorange/assets/navigation/websitesButton.png) top left no-repeat;
}
#magazine a {
	background: url(/Blackorange/assets/navigation/magazinesButton.png) top left no-repeat;
}
/*
.websites {
	display: block;
	width: 100%;
	height: 47px;
overflow:hidden;
margin:40px -6px;

}
.websites a {
	background: url(/Blackorange/assets/buttons/btn-bg.jpg) no-repeat;
	display: block;
	width: 220px;
float:left;
	height: 39px;
margin-right:50px;
font-size:20px;
text-align:center;
padding-top:8px;
text-decoration:none;

}
.websites .active{
color:#F58025;
}

*/












.magazines {
	background: url(/Blackorange/assets/buttons/btn-bg.jpg) no-repeat;
	display: block;
	width: 218px;
	height: 47px;
}
#bodyContentDiv {
	overflow:hidden;
}
#bodyContentDiv .right {
	width:430px;
	margin-top:50px;
}
#bodyContentDiv .description {
	font-size:12px;
	line-height:18px;
	margin:0 0 20px 0;
	padding-bottom:0px;
	padding:0;
	font-style:italic;
	color:#A3A3A3;
	font-weight:normal;
}
#bodyContentDiv div {
	color:grey;
}
.extra_nav {
	margin-bottom:20px;
}
#itemsBlock {
	overflow:hidden;
}
#itemsBlock img {
	border:none;
}
#contactBlock {
	overflow:hidden;
}
#contactBlock .right {
	width:660px;
	margin-top:20px;
}
.holder table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	width:100%;
	margin:0 0 20px 0;
}
.holder table td {
	padding:6px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.holder ul {
	margin-bottom:20px;
}
.hidden {
	display:none;
}
#mediawrapper {
	display:block;
	height:540px;
	overflow:hidden;
	background:url('/Blackorange/assets/common/mediaBg.png');
}
#mediaspace {
	width:900px;
	display:block;
	overflow:hidden;
	margin:15px 15px;
}
#smallTitle {
	text-transform:none;
	font-size:16px;
}
.newsDiv {
	border-bottom:1px solid #4A4A4A;
	padding:0 0 20px 0;
}
.testWrapper #latestBlock {
	clear:both;
}
.testWrapper .twoColumn#body, .testWrapper .twoColumn#newsBody {
	width:550px;
	float:left;
	margin-bottom:0;
}
.testWrapper #rightColumn {
	margin:0 0 20px 0;
	float:right;
	width:320px;
}
.testWrapper #rightColumn .itemContainer {
	margin:20px 0 0 0;
	background:#373737;
	padding:10px;
	clear:right;
}
.testWrapper #rightColumn .itemContainer .itemBox {
	margin:0 0 0 0;
}
.testWrapper #rightColumn .newsItem .itemBox:last-child {
	border-top:1px solid #4a4a4a;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}
.testWrapper #rightColumn .itemContainer .itemBox p {
	margin:0;
}
.testWrapper #rightColumn .itemContainer .itemBox .date {
	font-size:10px;
	color:#dadada;
}
.testWrapper #rightColumn .itemContainer h2 {
	color:#F58025;
	font-size:14px;
	margin:0 0 10px 0;
	padding:6px 0 0 0;
}
.testWrapper #rightColumn .itemContainer h2 a {
	color:#F58025;
}
.testWrapper #rightColumn .itemContainer h3 {
	margin:0;
	height:18px;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
}
.testWrapper #rightColumn .itemContainer h2 span {
	color:#CACACA;
	font-size:20px;
	text-transform:uppercase
}
.testWrapper #rightColumn .itemContainer.twitterItem .itemBox {
	margin:10px 0 0px 0;
}
.testWrapper #rightColumn .itemContainer.twitterItem #tweet1 {
	margin:-10px 0 0px 0;
}
.testWrapper #rightColumn .itemContainer.twitterItem h2 {
	background:url(/Blackorange/assets/icons/twitter-small.png) no-repeat 230px 0px;
	height:30px;
}
.testWrapper #rightColumn .addthis_toolbox {
	float:right;
	margin:0 0 15px 0;
	display:block;
	width:125px;
}
.testWrapper #container {
	position:relative;
}
a.button {
	text-decoration:none;
	display:block;
	background:url(/Blackorange/assets/navigation/sprite.png) no-repeat;
	width:150px;
	height:48px;
	display:block;
	margin:20px 0;
	padding:0;
	position:relative;
	left:-15px;
	text-align:center;
	line-height:38px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
}
a:hover.button {
	background-position:0 -50px;
}
a:active.button {
	top: 1px;
	outline:none;
}
.strongContactWidth {
	display: inline-block;
	width:30px;
}

#casesBlock {
	overflow:hidden;
	padding-top:80px;
	position:relative;
	top: -156px;
	margin-bottom: -196px;
}
#casesBlock .portfolioItem {
	margin:0;
	height:228px;
	position:relative;
	background:#2F2F2F;
	border:1px solid #5f5f5f;
	width: 928px;
	margin-top: 110px;
}
#casesBlock.single .portfolioItem{
	background:none;
	border:none;
	height:auto;
}
#casesBlock .portfolioItemText {
	height:216px;
}
#casesBlock.single .portfolioItemText {
	width: 640px;
}
#casesBlock.single .portfolioItemText {
	height:auto;
}
#casesBlock .portfolioItemImage {
	padding:0;
	position:relative;
	left:1px;
}
#casesBlock.single .portfolioItemImage{
	
}
#casesBlock .portfolioItemImage, #casesBlock .portfolioItemText {
	position:relative;
	top:-87px;
}
#casesBlock .services {
	position:absolute;
	bottom:0;
}
#casesBlock.single .services {
	position:static;
}

