body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	background-color:#ffffff;
	font-size:  76%;
	text-align: center;
	position: relative;
	font-family:  "Courier New", serif;
}


#wrapper {
	width:  960px;
		margin: 100px auto;
		text-align: left;
		position: relative;
}

#content {
	background: #fff url(http://www.unusualindustries.com/images/uploads/main_bg.jpg) no-repeat left top;
	width:  960px;
	height: 372px;
}

#footer {
	color: #ffffff;
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#nav {position:  absolute;top: 4px;left: 50px;color: #E7E7E7;font-size: 0.9em;}
#subnav, #subnav_2 {color: #ffffff;}

#nav a:link, #nav a:visited, #subnav a:link, #subnav a:visited,#subnav_2 a:link, #subnav_2 a:visited,#studio a:link, #studio a:visited, #atelier a:link, #atelier a:visited {color: #ffffff;text-decoration: none;}

#subsubnav a:link, #subsubnav a:visited {color: #E7E7E7;text-decoration: none;}
#nav a:hover, #subnav a:hover, #subnav_2 a:hover, #studio a:hover, #subsubnav a:hover {text-decoration: underline;}

#subnav, #subnav_2 {position:  absolute;top: 90px;left: 10px;color: #E7E7E7;font-size: 1em;}
#subnav_2 {top: 105px;left: 275px;}

#subsubnav {position: absolute;top: 135px;left: 185px;color: #ffffff;}

#studio {font-size: 1.4em;color: #ffffff;position: absolute;top: 155px;left: 140px;}
#atelier {font-size: 1.3em;color: #e7e7e7;position: absolute;top: 230px;right: 45px;width: 120px;line-height: 0.65em;text-align: right;}
#atelier a:link, #atelier a:visited {color: #e7e7e7;text-decoration: none;}
#atelier a:hover {text-decoration: underline;}

h1#logo {
	width: 322px;
	height: 42px;
	background: transparent url(http://www.unusualindustries.com/images/uploads/logo.png) top left no-repeat;
	position:  absolute;
	top:  260px;
	left: 100px;
	text-indent: -4000px;
	z-index: 1000;
}

ul#imagegallery {list-style: none;
width: 105px;
height: 300px;
position: absolute;
top: 35px;
right: 12px;
}


ul#imagegallery li {padding: 0 0 7px 0; }

ul#imagegallery li a img {border: 1px solid #8A9692;opacity: 0.5;}

ul#imagegallery li a:hover img, ul#imagegallery #current_thumb a img {border: 1px solid #000;opacity: 1;}


#main_img {position: absolute;
top: 38px;
right: 150px;
z-index: 10;}

#main_img img {display:none}

#text {
	position: absolute;
top: 36px;
width: 195px;
left: 20px;
}

#text p {
	color: #ffffff;
	line-height: 1.3em;
	font-size: 1em;
}

/*-------- scrollbar CSS rules ----------------*/

.jScrollPaneContainer {
	position: absolute;
	top: 36px;
	right: 20px;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ffffff;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
