@charset "UTF-8";
/* CSS Document */

/* global styles
------------------------------------------------------*/
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:none;
	outline:0;
}

html,body{
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

body{font-size:62.5%;}

img{-ms-interpolation-mode: bicubic;}


/*interface styles
------------------------------------------------------*/
#container{
position:absolute;
min-width:100%;
min-height:100%;
}

#wrapper{
min-width:1200px;
/*min-height:600px;*/
}

#top{
position:relative;
left:0;
top:O;
min-width:100%;
height:100px;
background:url(img/company_logo.jpg) no-repeat #FFF;
}

#middle{
position:relative;
min-width:100%;
min-height:300px;
background-color:#FFF;
}

#content{
font-size:1.12em;
line-height:1.1em;
color:#777;
width:445px;
height:auto;
padding:10px 0 30px 30px;
text-align:justify;
}
#content a{color:#bb6e1e; text-decoration:underline;}
#content a:hover{color:#000; text-decoration:none;}
#content img{
border:dashed 1px #bb6e1e;
padding:2px;
}

#right{position:absolute; left:505px; width:445px; height:auto;}


.orange{color:#bb6e1e;}

.imgspace{margin-right:7px;}

#slogan{
position:absolute;
width:672px;
height:98px;
background:url(img/slogan.png);
bottom:280px;
right:30px;
}

#footer{
position:relative;
min-width:100%;
min-height:120px;
background-color:#000;
border-top:dotted 1px #FFF;
}

#monkey{
position:absolute;
background:url(img/bottom_right.png) no-repeat;
right:0;
bottom:121px;
width:688px;
height:263px;
}

#copy{
position:absolute;
width:125px;
height:10px;
background:url(img/copy.gif) no-repeat;
right:10px;
top:10px;
}

h1{
padding:0 0 10px 0;
}
.about{width:444px; height:9px; background:url(img/about.jpg) no-repeat;}
.artwork{width:444px; height:9px; background:url(img/artwork.jpg) no-repeat; margin-top:30px;}
.news{width:444px; height:9px; background:url(img/news.jpg) no-repeat; margin-top:30px;}
.contact{width:444px; height:9px; background:url(img/contact.jpg) no-repeat;}

#fancybox-title{font-size:0.95em!important;color:#bb6e1e!important;}