*{
	margin: 0px;
	padding: 0px;
}

html, body{
	background-color: #111111;
}

body{
	font-family: "Century Gothic", Arial, Verdana;
}

a{
	border: none;
	text-decoration: none;
}

img{
	border: none;
}

#container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -230px 0px 0px -480px;
	height: 460px;
	width: 960px;
}

/* ARTWORK */

#artworkbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 180px;
}

#artwork1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 180px;
	z-index: 2;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#artwork2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 180px;
	z-index: 1;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#portfolio_transparent{
	position: absolute;
	top: 68px;
	left: 43px;
	z-index: 3;
}

/* MENU */

#page_main{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 960px;
	height: 280px;
}

#menu{
	position: absolute;
	top: 0px;
	height: 180px;
	width: 960px;
	background: url("../images/menu_bg.gif") repeat-x;
}

.menubox{
	position: absolute;
	top: 0px;
	height: 180px; /* 180 - 0px padding */
	padding: 0px 0px 0px 44px;
	background: url("../images/menu_bend.gif") no-repeat 28px 29px;
}

#menu1{
	left: 0px;
	width: 196px; /* 240px - 44px padding */
}

#menu2{
	left: 240px;
	width: 196px; /* 240px - 44px padding */
}

#menu3{
	left: 480px;
	width: 196px; /* 240px - 44px padding */
}

#menu4{
	left: 720px;
	width: 136px; /* 180px - 44px padding */
}

#buttonsright{
	position: absolute;
	top: 0px;
	left: 900px;
	height: 180px;
	width: 60px;
}

.minilink{
	position: absolute;
	left: 0px;
	height: 15px;
	width: 60px;
	overflow: hidden;
}

#next{
	top: 18px;
	background: url("../images/next.gif") 0px 0px;
}

#gbook{
	top: 43px;
	background: url("../images/gbook.gif") 0px 0px;
}

#email{
	top: 66px;
	background: url("../images/email.gif") 0px 0px;
}

/* NEWS */

.newsitem{
	position: absolute;
	top: 190px; 
	height: 75px; /* 90px - 15px padding */
	width: 170px; /* 240px - 50px - 20px padding */
	padding: 15px 20px 0px 50px;
	background: url("../images/news_bg.gif") repeat-x;
	font-size: 12px;
	line-height: 14px;
	color: #8F8F8F;
}

#news1{
	left: 0px;
}

#news2{
	left: 240px;
}

#news3{
	left: 480px;
}

#news4{
	left: 720px;
}

.header{
	color: #BBBBBB;
}

/* CONTACT */

#page_contact{
	visibility: hidden;
}

.pagecontainer{
	position: absolute;
	top: 180px;
	left: 0px;
	height: 280px;
	width: 960px;
	background: url("../images/pagecontainer_bg.gif") repeat-x;
	font-size: 14px;
	color: #C8C8C8;
	line-height: 24px;
}

.contact_header{
	color: #FFFFFF;
}

#contact_maintext{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px; /* 490px - 50px - 20px padding */
	height: 265px; /* 280px - 15px padding */
	padding: 15px 20px 0px 50px;
	background: url("../images/quotes.gif") no-repeat;
}

#contact_software{
	position: absolute;
	top: 0px;
	left: 530px;
	width: 190px;
	height: 265px; /* 280px - 15px top padding */
	padding-top: 15px;
}

#contact_contact{
	position: absolute;
	top: 0px;
	left: 770px;
	width: 190px;
	height: 265px; /* 280px - 15px top padding */
	padding-top: 15px;
}

#contact_mail{
	color: #C8C8C8;
}

#contact_mail:hover{
	color: #FFFFFF;
}

.backbutton{
	position: absolute;
	top: 240px;
	left: 900px;
	height: 40px;
	width: 60px;
}

/* DOWNLOADS */

#page_downloads{
	visibility: hidden;
}

#dl_header_div{
	position: absolute;
	left: 50px;
	top: 10px;
}

#dl_header_big{
	font-size: 14px;
	color: #FFFFFF;
}

#dl_header_small{
	font-size: 12px;
	color: #C8C8C8;
}

#dl_row1, #dl_row2{
	position: absolute;
	left: 50px;
	height: 120px;
	width: 850px;
}

#dl_row1{
	top: 40px;
}

#dl_row2{
	top: 160px;
}

.dl_box{
	float: left;
	height: 120px;
	width: 100px;
	margin-left: 20px;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	color: #C8C8C8;
}

.dl_box img{
	margin-bottom: 5px;
}

.farleft{
	margin-left: 0px;
}

.dl_movname{
	font-size: 13px;
	color: #FFFFFF;
}

.download_text{
	color: #C8C8C8;
}

.download_text:hover{
	color: #FFFFFF;
}
