/* _________________________________ RESET __________________________________ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color: #aaaaaa;
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

form,fieldset,input,textarea,select {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #000000;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 2px 3px 2px 3px;
	margin-right: 3px;
}

select {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

div {
	position: relative;
	float: left;
}

a:link {
	color: #f84369;
	text-decoration: underline;
}
a:visited {
	color: #f84369;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #f84369;
	text-decoration: underline;
}

body {
	background: #000000;
}


/* DIV STRUCTURE */

#site {
	width: 884px;
	margin: 24px 24px 24px 24px;
}

#left {
	margin-right: 12px;
	width: 200px;
}

#lefttop {
	height: 133px;
	width: 200px;
	background: #1a1a1a;
	margin-bottom: 12px;
}

#leftbottom {
	height: 477px;
	width: 200px;
	background: #1a1a1a;
}

#navigation {
	margin: 12px 0px 0px 12px;
}

#copyright {
	position: absolute;
	bottom: 12px;
	left: 12px;
	color: #aaaaaa;
}



#right {
	width: 672px;
	height: 622px;
	background: #1a1a1a;
}

#right_v {
	width: 672px;
	background: #1a1a1a;
	padding: 0px 0px 20px 0px;
}

#content {
	width: 624px;
	margin: 24px 24px 12px 24px;
}

#bigimage {
	height: 468px;
	width: 624px;
	margin-bottom: 12px;
}


#description {
	width: 300px;
}

#p description {
	width: 288px;
}

#thumbs {
	float: right;
	text-align: right;
}

div.thumb {
	margin-left: 6px;
}

#overlay {
	background: transparent;
	background-image: url('/img/navi/diag.png');
	background-repeat: repeat;
	position: absolute;
	left: 0px;;
	top: 0px;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
}


#text {
	width: 412px;	
	margin-right: 12px;
}

#textimages {
	200px;
}
#textimages img {
	margin-bottom: 12px;
}

#text_n {
	width: 200px;	
	margin-right: 12px;
}

#textimages_n {
	412px;
}
#textimages_n img {
	margin-bottom: 12px;
}



div.press {
	width: 624px;
	padding-top: 3px;
	margin-bottom: 8px;
	border-top: 1px solid #aaaaaa;
}

div.presstext {
	width: 306px;
}

div.presstext h2{
	color: white;
}

div.pressimages {
	width: 306px;
	margin-left: 12px;
}

div.pi {
	float: right;
	margin-left: 6px;
	text-align: right;
}

div.thumb {
	margin-left: 6px;
}



/* _______________________________ INDEX _______________________________ */

div.indexheader {
	width: 624px;
	font-size: 15px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #aaaaaa;
}

div.indexbox, div.indexbox_m {
	width: 200px;
}

div.indexbox_m {
	margin-right: 12px;
}

div.indexthumb {
	height: 150px;
	width: 200px;
	overflow: hidden;
}

div.indextitle {
	padding: 3px 0px 12px 0px;	
	width: 200px;
}

div.indextitle a {
	color: #aaaaaa;
	text-decoration: none;
}
div.indextitle a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}



/* _______________________________ MAIN NAVI _______________________________ */


div.navi,div.naviselected {
	width: 164px;
	height: 21px;
	margin: 0px 0px 4px 0px;
}

div.navi a, div.naviselected a {
	float: left;
	height: 0px !important;
	height /**/:21px; /* IE 5/Win hack */ 
	padding: 21px 0 0 0;
	overflow: hidden;
	width: 164px;
}

div.navi a:hover {
	background-position: 0 -21px;
}

div.naviselected a {
	background-position: 0 -42px;
}

a.furniture {
	background: url(/img/navi/main/furniture.gif) top left no-repeat;
}
a.about {
	background: url(/img/navi/main/about.gif) top left no-repeat;
}
a.press {
	background: url(/img/navi/main/press.gif) top left no-repeat;
}
a.contact {
	background: url(/img/navi/main/contact.gif) top left no-repeat;
}
a.careers {
	background: url(/img/navi/main/careers.gif) top left no-repeat;
}


