
/*/______________ RESET CSS _________________/*/

img, div { 
	behavior: url(/iepngfix.htc); 
}

body, html {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	background: #000;
	color:#777777;
	font-family:Arial,Sans-serif;
	font-size:11px;
	line-height:1.15;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited, a:active {
color: #E60000;
text-decoration:none;
}

a:hover {
color: #ff4545;
text-decoration:none;
}
 
/*/______________ Basics _________________/*/

h1, h2 {
color: #000;	
}

#lykkhome h1, #lykkhome h2 {
font-size:14px;
margin-bottom:3px;
margin-top:3px;

}


#container {
	height:auto;
	min-height:100%;
	position: absolute;
	z-index: 2;
	width:100%;
	background: #000;
}

* html #container {
	height:100% !important;
	min-height:100%;
	position:relative;
	z-index:10;
}

#container #main {
	background:transparent url(../_img/trans.gif) repeat;
	height:650px;
	text-align:left !important;
	width:100% !important;
	padding-bottom:50px !important;
}


#top-bar {
	width:100%;
	height:58px;
	position:absolute;
	top:30px;
	z-index:999;
}

#black-left {
	height:66px;
	background:transparent url(../_img/blkgry-bg.png) 0 0 no-repeat;
	_background:transparent url(../_img/blkgry-bg.png) 100px 0px no-repeat;
	width:100%;

}

#top-bar .inside {
	width:1000px;
	margin:0 auto;
	height:58px;
	background: #000;
}

#top-bar #logo {
	margin-left: 50px;
	z-index:999;
	background: url(../_img/rogwai_logo.gif) center center no-repeat;
	height:58px;
	width:166px;
	position:absolute;
}

.clear {
	clear:both;
}


/*/______________ Footer _________________/*/

#footer-area {
	background:#212121;
	height:40px;
	width:100%;
	color: #c5c5c5 !important;
	position:absolute;
	bottom:0;
}

.LanguageSelector {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	margin-top:15px;
}

.LanguageSelector span {
	display:block;
	margin-bottom:0.5em;
}

.LanguageSelector a {
	color: #bdbdbd;
	text-decoration:none;
}

.LanguageSelector a:hover {
	color: #fff;
}

p.LanguageSelector {
	font-size:11px;
	text-align:center;
}


/*/______________ Navigation _________________/*/

#navigation {
	margin-left:220px;
	width:500px;
	margin-top:15px;
	position:absolute;
}

#navigation-right {
	right:0;
	/*width:135px;*/
	margin-top:15px;
	position:absolute;
	margin-right:15px;
}

#navigation ul, #navigation-right ul {
	list-style: none;
	list-style-type:none;

}

#navigation {
position:absolute;
z-index:9999999;
}

#navigation ul li {
float:left !important;
}

#navigation ul li, #navigation-right ul li {
	float:left;
	display:block;
}

#navigation ul li a, #navigation-right ul li a {
	float:left;
	display:block !important;
	padding:0 15px 0 15px !important;
}

#navigation ul li a span, #navigation-right ul li a span {
	position:absolute;
	left:99999;
	display:none;
}

#navigation ul li.nav-home {
	background:url(../_img/nav-home-2.gif) no-repeat center center;
	width:62px;
}

#navigation ul li.nav-home a {
	background:url(../_img/nav-home-2.gif) no-repeat center center;
	width: 32px;
	height:30px;
}

#navigation ul li.nav-home a:hover {
	background:url(../_img/nav-home.gif) no-repeat center center;
}

#navigation ul li.nav-aboutrogwai {
	background:url(../_img/nav-aboutrogwai-2.gif) no-repeat center center;
	width: 108px;
}

#navigation ul li.nav-aboutrogwai a {
	width: 78px;
	height:32px;
}

#navigation ul li.nav-aboutrogwai a:hover {
	background:url(../_img/nav-aboutrogwai.gif) no-repeat center center;
}

#navigation-right ul li.nav-updates {
	background:url(../_img/nav-updates-2.gif) no-repeat center center;
	width: 75px;
	display:none;
}

#navigation-right ul li.nav-updates a {
	background:url(../_img/nav-updates-2.gif) no-repeat center center;
	width: 45px;
	height:32px;
}

#navigation-right ul li.nav-updates a:hover {
	background:url(../_img/nav-updates.gif) no-repeat center center;
}

#navigation ul li.nav-portfolio {
	background:url(../_img/nav-portfolio-2.gif) no-repeat center center;
	width: 77px;
}

#navigation ul li.nav-portfolio a:hover {
	background:url(../_img/nav-portfolio.gif) no-repeat center center;
}

#navigation ul li.nav-portfolio a {
	background:url(../_img/nav-portfolio-2.gif) no-repeat center center;
	width: 47px;
	height:32px;
}

#navigation ul li.nav-contact {
	background:url(../_img/nav-contact-2.gif) no-repeat center center;
	width: 74px;
}

#navigation ul li.nav-contact a {
	background:url(../_img/nav-contact-2.gif) no-repeat center center;
	width: 44px;
	height:30px;
}

#navigation ul li.nav-contact a:hover {
	background:url(../_img/nav-contact.gif) no-repeat center center;
}


#navigation a:active, #navigation-right a:active {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}



/*/______________ HOME: Big photo _________________/*/

#loading {
	position: absolute;
	background: #000;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(../_img/loading.gif);
}

#supersize{
	position:fixed;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
	display:block;
}

.imgcontent {
	width:100%;
	height:100%;
	min-height:700px;
	overflow:hidden;
	position:absolute;
	z-index:-1;
}
		
#supersize .prevslide, #supersize .prevslide img{
	z-index:-50;
}

#supersize .activeslide, #supersize .activeslide img{
	z-index:-15 !important;
}

#supersize img, #supersize a {
	z-index:-60;
}

/*/______________ HOME: White content area _________________/*/

#white-content-area {
	width:100%;
	background:#FFFFFF url(../_img/texture-bg-white.jpg) top center repeat-x;
	position:absolute;
	bottom:40px;
	height:150px;
}

#white-content-area .inside {
	width:950px;
	margin:0 auto;
}

.inside #home-infoblock {
	width:310px;
	position:relative;
	height:110px;
	padding:20px 0 0 30px;
	margin-bottom:10px;
	color:#777777;
	font-family:Arial,Sans-serif;
	font-size:11px;
	line-height:1.15;
	float:left;
}

.inside #home-infoblock-2 {
	width:360px;
	position:relative;
	height:110px;
	padding:20px 0 0 30px;
	margin-bottom:10px;
	color:#777777;
	font-family:Arial,Sans-serif;
	font-size:11px;
	line-height:1.15;
	float:left;
}

.inside #home-rightblock {
	width:155px;
	position:relative;
	height:110px;
	margin-bottom:10px;
	padding:20px 30px 0 0;
	color:#777777;
	font-family:Arial,Sans-serif;
	font-size:11px;
	line-height:1.15;
	float:right;
}

.inside #home-rightblock .flickr-link {
	background: url(../_img/flickr_icon.gif) no-repeat;
	display:block;
	padding: 15px 0 15px 50px;
	color:#777777 !important;
	margin-bottom:8px;
}

.inside #home-rightblock .flickr-link:hover {
	background: url(../_img/flickr_icon_2.gif) no-repeat;
	color: #000 !important;
}

.inside #home-rightblock .twitter-link {
	background: url(../_img/twitter_icon.gif) no-repeat;
	display:block;
	padding: 15px 0 15px 50px;
	color:#777777 !important;
	margin-bottom:8px;
}

.inside #home-rightblock .twitter-link:hover {
	background: url(../_img/twitter_icon_2.gif) no-repeat;
	color: #000 !important;
}

.inside #home-infoblock strong, .inside #home-infoblock-2 strong, #white-content-area .inside strong {
	/*color: #e60000;*/
	color: #000;
}

.inside #home-infoblock a, .inside #home-infoblock a:active, .inside #home-infoblock a:visited, .inside #home-infoblock-2 a, .inside #home-infoblock-2 a:active, .inside #home-infoblock-2 a:visited, #white-content-area .inside a, #white-content-area .inside a:visited, #white-content-area .inside a:active {
	color:#E60000;
}

.inside #home-infoblock a:hover, .inside #home-infoblock-2 a:hover, #white-content-area .inside a:hover {
	color: #000;
}


/*/______________ HOME: Updates _________________/*/


#updates {
	position:absolute;
	top:170px;
	/*filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;*/
	right:0;
}

#updates li {
position:relative;
height:38px;
}

.trans {
	position:relative;
	z-index:300;
	right:0;
}

.non-trans {
right:0;
	position:absolute;
	z-index:320;
}

div.trans span {
	background: #1c1a16;
	/*_filter:alpha(opacity=60);*/
	opacity: 0.6;
	-moz-opacity:0.6;
	display:block;
	text-align:right;
	color: #000;
	font-size:12px;
	display:block;
	padding:12px;
	float:right;
}

div.trans span strong {
	color: #fff;
	font-weight:bold;
}

#updates-overlay {
	position:absolute;
	z-index:220;
	right:0;
	top:170px;
}

div.non-trans {
	height:38px;
}

div.non-trans span:hover {
	background: #1C1A16;

}

div.non-trans span {
	background: transparent;
	display:block;
	text-align:right;
	color: #bdbdbd;
	font-size:12px;
	display:block;
	padding:12px;
	float:right;
}

div.non-trans span strong {
	color: #fff;
	font-weight:bold;
}

#updates a, #updates a:visited, #updates a:active, #updates-overlay a, #updates-overlay a:visited, #updates-overlay a:active {
	color: red;
	text-decoration:none;
}

#updates a:hover, #updates-overlay a:hover {
	text-decoration:underline;
}


/**/

#lykkvv #white-content-area {
height:auto;
}

#lykkvv #container {
background: transparent;
}

#lykkvv .imgcontent {
height:300px;
overflow:hidden;
/*min-height:300px;*/
}

#lykkvv .about .imgcontent, .portfolio .imgcontent {
height:100% !important;
}

#lykkvv .imgcontent img {
	height:auto;
	width:100%;
	position:absolute;
	z-index: -1;
	display:block;
}

#lykkvv #white-content-area {
z-index:999;
bottom:auto;
/*top:200px;*/
top:140px;
left: 50%;
/*margin-left: -500px;*/
margin-left:-475px;
width:950px;
/*width:1000px;*/
}

#lykkvv .about #main {
height:650px !important;
}

.inside #vvleftblock {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 30px;
position:relative;
width:110px;

}

.inside #vvcontentblock {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 30px;
position:relative;
width:600px;
}




/**PORTFLOLIO */

  body .portfolio #main {
  height:775px !important;
  }
  
  body .pt-index #main {
  height:1150px !important;
  }

#lykkvv .portfolio #white-content-area {
background: transparent !important;
width:950px;
margin-left:-475px;
top:110px;
}



#lykkvv .portfolio #white-content-area .inside {
width:950px;
}

#lykkvv .portfolio {
background: #1c1a16 !important;
}

#portfolio-area {
color:#000000;
font-family:Arial,Helvetica;
font-size:12px;
line-height:1.5;
word-spacing:0;
padding:30px 0 30px 30px;
background: #efefef;
width:682px;
float:right;
position:relative;
overflow-x: hidden;
}


#portfolio-list li {
float:left;
}

.grey-area {
background: #EFEFEF;
height:400px;
width:712px;
float:right;
}

.project_thumb {
border:1px solid #dedede;
display:block;
float:left;
margin:5px 0 5px 10px;
_margin:5px 0 5px 5px;
width:200px;
float:left;
height:220px;
position:relative;
}

.project_thumb a {
	display:block;
	height:220px;
	background:#fff;
}

.project_thumb a:hover {
	background: #212121;
}


.thumb_title, .thumb_title a, .thumb_title a:visited {
color:#353535;
font-size:20px;
font-weight:bold;
line-height:25px;
font-style:normal;
white-space:nowrap;
font-family:Helvetica, sans-serif;
margin-top:5px;
letter-spacing:0px;
margin-left:10px;

}

a:hover .thumb_tag {
color: #999 !important;
}

.thumb_tag {
font-weight:normal;
color:#999999;
font-size:10px;
font-style:normal;
line-height:15px;
text-decoration:none;
position:absolute;
bottom:6px;
margin-left:10px;
}

.thumb_tag .text {
	text-transform:uppercase;
}

#portfolio-area a:hover .thumb_title span {
color: #fff !important;
padding:0 2px;

}

.thumb_title {
display:block;
}

#overlay-img {
position:absolute;
height:300px;
width:100%;
z-index:50;
background:transparent url(../_img/raster.gif) repeat;
}

  #test3, #test4, #test5 {
    margin: 0 auto;
    width: 100%;
    height: 500px;
	background: #000;
  }
  
  #test4, #test3, #test5 {
  display:none;
  position:absolute;
  }
 
  
  #imgcontent {
  background: #ebebeb !important;
  height:300px;
  }
  
 

#port-menu {
float:left;
margin: 35px 0 0 0;
width: 238px;
background: #fff url(../_img/grad-port-menu.gif) top right repeat-y;
}

#port-menu .styles {
font-size:11px;
line-height:1.15;
color:#777777;
padding:20px 20px 25px 20px;
}

#port-menu .styles h1, #port-menu .styles h3 {
font-size:20px;
display:block;
color: #000;
margin-bottom:5px;
}

#port-menu .styles .pm-info {
font-size:11px;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #777777;
}

#port-menu .styles strong {
font-size:11px;
}

#port-menu .styles ul {
}

.activated {
font-weight:bold;
color: #000 !important;
text-decoration:none;
}

#lykkvv .about #white-content-area {
height:400px !important;
-moz-border-radius: 5px;
}

#lykkvv .updates #main {
height:850px !important;
}

#lykkvv .updates #white-content-area {
height:550px !important;
-moz-border-radius: 5px;
}

.updates .inside #vvcontentblock {
width:900px;
padding:30px 0 0 10px;
}

.updates .inside #vvcontentblock li {
list-style:none;
list-style-image:none;
list-style-type:none;
margin: 3px 0 3px 0;
}

.updates .inside #vvcontentblock li strong {
color: #000 !important;
}

#load {
position:absolute;
margin-left:-330px; 
top:230px;
z-index:2000;
left:50%;
background:url(../_img/qload.gif);
width:16px;
height:16px;
display:block;

}

.blk {
color: #000 !important;
}


/* portfolio item */
.pm-short {
padding-bottom:20px;
}

.portfolio-item #port-menu {
background:#FFFFFF url(../_img/grad-port-menu.gif) repeat-y right top;
margin:35px 0 0;
width:230px;
}

#portfolio-item-area {
width:680px;
background:#EFEFEF none repeat scroll 0 0;
color:#000000;
float:right;
font-family:Arial,Helvetica;
font-size:12px;
line-height:1.5;
padding:20px 20px 0 20px;
position:relative;
word-spacing:0;
}

.portfolio-item h4 {
font-family:Helvetica,Arial;
font-size:16px;
font-weight:normal;
color: #000;
}

.portfolio-item h5 {
font-family:Helvetica,Arial;
font-size:24px;
color: #000;
font-weight:normal;
padding-bottom:20px;
}

.portfolio-item .portfolio-intro {
font-style: italic;
font-size:12px;
}



.portfolio-item .image-holder-portfolio, .portfolio-item .image-holder-portfolio img {
width:680px;
}

.portfolio-item .image-holder-portfolio {
width:680px;
height:440px;
margin-top:10px;
margin-bottom:15px;
overflow:hidden;
position:relative;

}

.image-changer-array {
margin-bottom:30px;
}

.image-changer-array ul li {
float:left;
margin-right:5px;
}

.image-changer-array ul li a img {
border:2px solid #ccc;
width:75px;
height:auto;
}

.image-changer-array ul li a:hover img {
border:2px solid red;
}

.image-changer-array ul li a.activeSlide img {
border:2px solid red;
}

a.back-to-pt {
position:absolute;
right:20px;
top:30px;
font-size:11px;
color: #777777 !important;
}

a.back-to-pt strong {
color: #E60000 !important;
}

a.back-to-pt:hover strong {
color: #000 !important;
}








.red-bg-bar div {
background:#E60000 url(../_img/red-playing-bg.gif) left top no-repeat;
height:18px;
margin-top:6px;
float:left;
width:220px;
overflow:hidden;
}

#navigation-right ul li {
float:right !important;
}

#lykkhome .imgcontent {
margin-top:-150px !important;
}

.invis {
visibility:hidden !important;
position:absolute;
z-index:99999;
left:-99999;
}

ul#marm {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 220px;
	height: 22px; /* height should be included to reserve visual space for the marquee */
}

ul#marm li {
	/* required styles */
	position: absolute;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	padding: 3px 5px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	top:0 !important;
}

.stop-marquee li {
	top:0 !important;
	left:0 !important;
}






/* Contact page */

div#map {
border:0px solid white;
height:100%;
width:100%;
background-color:#E5E3DF;
position:absolute;
z-index:50;
}

#lykkvv .contact #main {
width:50px !important;
}


#lykkvv .contact #wca-container {
top:140px;
width:950px;
left:50%;
margin-left:-475px;
position:absolute;
height:5px;
z-index:9999999;
}

#lykkvv .contact #wca-1 {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
height:150px !important;
top:0px;
width:950px;
background:#fff;
position:absolute;
}

#lykkvv .contact #wca-2 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
height:80px !important;
top:350px;
width:950px;
background:#fff;
position:absolute;
}

#lykkvv .contact #wca-3 {
height:200px;
background: #fff;
position:absolute;
top:150px;
right:0;
width:150px;
}

#lykkvv .contact #wca-4 {
height:200px;
background: #fff;
position:absolute;
top:150px;
left:0;
width:180px;
}

.contact #wca-2 #vvcontentblock {
padding:20px 0 0;
}


.contact .inside #vvleftblock {
width:270px;
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 30px;
position:relative;
}

.contact .inside #vvcontentblock {
width:300px;
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 0;
position:relative;
}

.contact .inside #c-block-1 {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 0;
position:relative;
}

.contact .inside #c-block-2 {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 0;
margin-left:50px;
position:relative;
}

.contact .inside #c-block-4 {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 0;
margin-left:50px;
position:relative;
}


.contact .inside #c-block-3 {
width:500px;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 0;
position:relative;
}

.contact .inside .contact-vvleftblock {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:30px 0 0 30px;
position:relative;
width:150px;
}

.contact .inside .contact-vvleftblock-2 {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
line-height:1.15;
margin-bottom:10px;
padding:0px 0 0 30px;
position:relative;
width:150px;
}

.contact .inside .contact-vvrightblock {
color:#777777;
float:left;
font-family:Arial,Sans-serif;
font-size:11px;
font-weight:bold;
line-height:1.5;
margin-bottom:10px;
padding:0px 0 0 20px;
position:relative;
}


.contact .inside .contact-vvrightblock strong {
font-size:17px;
}


#cba-top {
width:100%;
height:140px;
position:absolute;
top:0;
background: #000;
z-index:800;
opacity:0.5;
filter: alpha(opacity = 50);

}


#cba-bottom {
width:100%;
position:absolute;
top:540px;
bottom:0 !important;
background: #000;
z-index:800;
opacity:0.5;
filter: alpha(opacity = 50);
_height:50%;
}

#cba-mid {
width:100%;
position:absolute;
height:10px;
top:140px;
z-index:800;
}

#cba-mid-right {
width:51%;
right:0;
margin-right:-475px;
position:absolute;
height:400px;
background: #000;
opacity:0.5;
filter: alpha(opacity = 50);

}

#cba-mid-left {
width:51%;
left:0;
position:absolute;
margin-left:-475px;
height:400px;
background: #000;
opacity:0.5;
filter: alpha(opacity = 50);

}

.contact {
overflow-x:hidden;
width:100%;
}

.contact div.box2 {
width:300px;
display:block;
}

.box2 {
width:220px;	
}
