@charset "UTF-8";
/* CSS Document */

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0px;
}
body{
	color: #333333;
	font: 12px "Helvetica",Arial,Tahoma,Verdana,Sans-Serif;
	background-color: #000;
	background-image: url(images/bkg.gif);
}

p {
	line-height: 140%;
}

h1{
	color: #333333;
	font: 16px "Helvetica",Arial,Tahoma,Verdana,Sans-Serif;
	font-weight: bold;
}

h2{
	color: #333333;
	font: 12px "Helvetica",Arial,Tahoma,Verdana,Sans-Serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

/*=== Layout ===*/
#page{
	margin: auto;
	width: 960px;
	height: 100%;
}
/*=== Header ===*/

#header {
	padding: 0px;
	height: 101px;
	width: 100%;
}

/*- Logo -*/

#logo {
	background: url(images/header.jpg) no-repeat top;
	float: left;
}

#logo h1{
	float: left;
	text-indent: -9999px;
}
#logo h1 a{
	display: block;
	height: 101px;
	width: 101px;
}

/* Menu */

#menu {
	background: url(images/header.jpg) no-repeat top;
	background-color:#000000;
	height:101px;
	width:100%;
}

#menu ul {
	margin: 0px;
	padding: 70px 0px 0px 50px;
	list-style: none;
	text-align:center;
	width:100%;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 40px 0px 42px;
	font-weight:bold;
	text-decoration: none;
	text-transform: lowercase;
	font-family:  "Helvetica",Arial,Tahoma,Verdana,Sans-Serif;
	font-size: 13px;
	color: #c9c176;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu .first a {
	background: none;
}

#menu .active a {
	text-decoration: none;
	color: #ffffff;
}


/*=== Columns ===*/
#columns{
	
}
#banner {
	margin-top:0px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 128px;
	height: 100%;
}
/*--- Centre Column ---*/
#centrecol{
	float: left;
	width: 371px;
}
/*--- Right Column ---*/
#rightcol{	
	width: 461px;
	height:100%;
	float:left;
}


/*=== Styling Boxes ===*/
/*- Box1 -*/
#thread-top{
	background: url(images/thread-top.png) repeat-y;
	width: 128px;
	height: 17px;
}
#thread-middle{
	background: url(images/thread.png) repeat-y;
	width: 128px;
	height: 312px;
}
#buttons-left{
	background: url(images/buttons-left.png);
	height:211px;
	width:128px;
}
#paper-top{
	background: url(images/paper-top.jpg);
	float:left;
	height:17px;
	width:371px;
}
#paper-middle{
	background: url(images/paper.jpg);
	float:left;
	height:470px;
	width:352px;
}
#paper-right{
	background: url(images/paper-right.jpg);
	float:left;
	height:470px;
	width:19px;
}
#paper-bottom{
	background: url(images/paper-bottom.jpg);
	float:left;
	height:53px;
	width:371px;
}
#wallpaper-top{
	background: url(images/wallpaper-top.jpg) no-repeat;
	width: 460px;
	height:439px;
	float: left;
}
#wallpaper-top ul{
	list-style: none;
	padding: 10px;
	width: 320px;
}
#wallpaper-top li{
	float:left;
	padding:2px;
}
#wallpaper-top p{
	color:#fff;
	margin-top:20px;
	margin-right:100px;
	text-align:center;
}
#wallpaper-bottom{
	background: url(images/wallpaper-bottom.jpg) no-repeat;
	width: 352px;
	height:101px;
	float: left;
}
#wallpaper-right{
	background: url(images/wallpaper-right.png);
	height:101px;
	width:109px;
	float: left;
}
#gallery-top{
	background: url(images/gallery-top.jpg);
	width:685px;
	height:17px;
}
#gallery-middle{
	background-color:#fff;
	float:left;
	height:539px;
	width:685px;
}
#gallery-centre{
	background: url(images/gallery-centre.jpg);
	background-color:#fff;
	float:left;
	height:466px;
	width:665px;
	padding-left:20px;
}
#gallery-centre p{
	color:#000;
	margin-top:20px;
	text-align:center;
}
#gallery-right-image{
	width: 38px;
	height:540px;
	float: left;
	background: url(images/gallery-right.jpg);
}

#gallery-transparent-right{
	background: url(images/gallery-right.png);
	width: 104px;
	height:540px;
	float: left;
}
#gallery-bottom{
	background: url(images/gallery-bottom.jpg);
	height:58px;
	width:685px;
	float:left;
}

/*=== Pages ===*/
/*- home -*/
#home p{
	color:#593002;
	font-size:1.3em;
	padding: 0px 20px 20px 60px;
}
.logo {
	background: url(images/logo.png);
	height:118px;
	margin-left:60px;
	width:171px;
}
.spacer{
	height:20px;
}
#background p{
	color:#593002;
	font-size:1.0em;
	padding: 0px 20px 20px 60px;
}
#background .link a{
	color:#593002;
	font-weight:bold;
	text-decoration:underline;
}
#team p{
	color:#593002;
	font-size:1.0em;
	padding: 0px 20px 20px 60px;
}
#contact p{
	color:#593002;
	font-size:1.3em;
	padding: 0px 20px 20px 60px;
}
#contact a{
	color:#593002;
}
#contact a:hover{
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}
/*- fabric -*/
.fabric-menu ul{
	padding-left:100px;
}
.fabric-menu li{
	color: #593002;
	display:block;
	list-style:none;
	font-weight:bold;
	font-family:  "Helvetica",Arial,Tahoma,Verdana,Sans-Serif;
	font-size: 18px;
	padding:10px 0 10px 0;
}
.fabric-menu a {
	text-decoration: none;
	color: #593002;
}
.fabric-menu a:hover {
	text-decoration: none;
	color: #217e8f;
}
.fabric-menu .active a {
	text-decoration: none;
	color: #217e8f;
}
#fabric-top{
	background: url(images/fabric-top.jpg);
	float:left;
	height:17px;
	width:371px;
}
#fabric-middle{
	background: url(images/fabric-centre.jpg);
	background-color:#fff;
	float:left;
	height:470px;
	width:352px;
}
#fabric-right{
	background: url(images/fabric-right.jpg);
	float:left;
	height:470px;
	width:19px;
}
#fabric-bottom{
	background: url(images/fabric-bottom.jpg);
	float:left;
	height:53px;
	width:371px;
}

/*=== Footer ===*/
#footer{
	background-image: url(images/footer.png);
	clear: both;
	height: 82px;
}
#footer ul{
	text-align:center;
	padding-left:200px;
}
#footer li{
	color:#fff;
	float:left;
	font-size:0.90em;
	list-style:none;
	padding: 10px 30px 5px 10px;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

/* jScrollPane  */

a.jScrollArrowUp {
	background: url(images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 345px;
	height: 310px;
	overflow: auto;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 320px;
}

#pane1 {
}
#pane2 {
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	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;*/
}
/*************************************************************/
/* ----------- Galleria ----------- */
/*************************************************************/
.galleria{
	list-style:none;
	width:200px
}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}
.galleria li a{
	display:none
}
.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img{
	cursor:pointer
}
.galleria li.active div img,.galleria li.active div{
	display:block
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
* html .galleria li div span{/* MSIE bug */
	width:400px
} 

