html{
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}


body{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 11px;
    background-color: #333333;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

li{
    list-style-type: none;
}

img{
    border: none;
}

h1{
    font-size: 22px;
    color: #cc0000;
	text-transform: uppercase;
	font-weight: lighter;
}

h2{
    font-size: 14px;
    color: #cc0000;
	text-transform: uppercase;
	font-weight: lighter;
}



/*box surrounding the whole site*/

#container{
    position: absolute;
    width: 94%;
    height: 90%;;
    left: 2%;
    top: 4%;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    background-color: #777777;
}


/*navigation to the left*/

#navcontainer{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 15%;
    margin: 0px;
    text-align: right;
    background-color: #555555;
    border-right: 1px solid #444444;


}

#navcontainer ul{
	position: absolute;
	top: 40%;
	right: 0px;
	margin-right: -25px;
	z-index: 3;
}


#navcontainer a{
    padding: 0px;
    padding-right: 10px;
    color: #f0f0f0;
    text-decoration: none;
	text-transform: uppercase;
}

#navcontainer a:hover{
    color: #ff9933;
}


/*background for main/center section*/

#main_bg{
    position: relative;
    float: left;
    width: 70%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    background-color: #f0f0f0;    
    border-right: 2px solid #555555;
    overflow: hidden;
}


/* displaying ragnhild winsvold ceramics*/

#main_splash{
    position: relative;
	left: 25%;
    top: 0px;
    width: 300px;
    height: 100%;
    font-size: 22px;
    color: #cc0000;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
    background-color: #fcfcfc;
    background-image: url('images/logo.jpg');
    background-position: -50px 50%;
    background-repeat: no-repeat;
    border-left: 10px solid #f5f5f5;
}

#main_splash p{
	position: absolute;
	top: 40%;
	left: 0%;
	padding: 10px;
	margin: 0px;
	width: 270px;
}



/*content text*/

#main_content{
    position: relative;
	left: 5%;
    top: 0px;
    width: 85%;
    height: 100%;
	text-align: left;
    background-color: #fcfcfc;
    background-image: url('images/logo.jpg');
    background-position: 40% 50%;
    background-repeat: no-repeat;
    border-left: 10px solid #f5f5f5;
}

#main_content div{
}


#main_content a{
	text-decoration: none;
	color: #555555;
}

#main_content a:hover{
	color: #cc0000;
}

#main_content p, h1{
	position: relative;
	top: 0%;
	text-align: justify;
	padding: 20px;
	padding-bottom: 40px;
	margin: 0px;
}

#main_content tr{
	vertical-align: top;
	width: 100%;
	padding-left: 30px;
	padding-right: 0px;
}

#main_content td{
	width: 50%;
	font-size: 12px;
}

#main_content h2{
	padding-left: 20px;
}


.scroll-track{
margin-left: -10px;
height:10px;
width:20px;
background-image: url('images/scrollbar_bg.png');
background-position: 3px 0px;
background-repeat: repeat-y;
}

.scroll-handle{
height: 10px;
width:7px;
background:#cc0000;
cursor:pointer;
}

#image_bar .scroll-track{
margin-left: 0px;
height:10px;
width:20px;
background-image: url('images/scrollbar_bg_black.png');
background-position: 3px 0px;
background-repeat: repeat-y;
}

#image_bar .scroll-handle{

height: 10px;
width:7px;
background:#cc0000;
cursor:pointer;
}







/*image section, bar on the right side*/

#image_bar{
	position: relative;
	float: right;
	width: 14%;
	height: 100%;
	overflow: hidden;
}

#image_bar ul{
	margin: 15px;
	width: 93%;
	margin-left: 0px;
	margin-bottom: 40px;
	padding: 0px;
}

#image_bar img{
	width: 96%;
	margin: 15px;
	margin-left: 3px;
	margin-bottom: 10px;
	cursor: pointer;
}


#image_scroller{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: url(images/transgrey.png) repeat;
	text-align: center;
	color: white;
	width: 15%;
	z-index: 4;                          
}

#image_scroller p{
	margin: 0px;
	padding: 9px;
}

#scroll_down, #scroll_up{
    cursor: pointer;    
}

#about_scroller{
	position: absolute;
	bottom: 0px;
	left: 5%;
	height: 30px;
    background-color: #fcfcfc;
    border-left: 10px solid #f5f5f5;
	text-align: center;
	color: #cc0000;
	width: 85%;
	z-index: 4;                          
}

.english{
	color: #777777;
}

#first{
	visibility: visible;
}

.image_text{
	position: absolute;
	top: 38%;
	width: 100%;
    border-top: 10px solid #f5f5f5;
    background-color: #fcfcfc;
    visibility: hidden;
}

.image_text p, .image_text h1{
	position: relative;
	width: 60%;
	left: 25%;
	padding: 10px;
	margin: 0px;
}

.main_image{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(images/transgrey.png) repeat;
	overflow: hidden;
	text-align: center;
	z-index: 20;
	visibility: hidden;
}

.main_image img{
	position: relative;
	top: 50%;
	padding: 0px;
	margin: 0px;
	margin-top: -233px;
	width: auto;
	cursor: pointer;
}

#cv a{
	text-decoration: none;
	color: #cc0000;
}

#cv td{
	padding-left: 40px;
}
