@charset "ISO-8859-1";
/* -----------------------------------------------------------------------------
---------------------------------------------------------------------- HANDPRINT
-------------------------------------------------------------- AMAZE EUROPE Ltd.
----------------------------------------------------------------- Author: J.Nash
------------------------------------------------------------------------------*/


/* 1. PAGE MASTER RESET --------------------------------------------------------
------------------------------------------------------------------------------*/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{
	padding: 3px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 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%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0}
html { height: 100%; margin: 0; padding: 0; }
body {
	background-color: #000000;
	margin-top: 15px;
	border: 0 none;
	padding: 0;
	width: 1100px;
	padding-top: 15px;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	
	}

/* 2. PAGE FRAMEWORK SETUP -----------------------------------------------------
------------------------------------------------------------------------------*/

/* PAGE CONTENT POSITIONING --------------------------------------------------*/

/* Main Content Layout */
div#background {
	
}
	
div#wrapper { margin: 0 auto; border: 0 none; padding: 0; width: 731px; height: 100%; }

div#left-navigation { border: 0 none; width: 85px; float: left; padding:20px 0 }
div#content { border: 0 none; width: 571px; padding: 20px 25px; background: url(../images/body.png) top center no-repeat; float: right; z-index:-1;}
div#header { margin: 0 auto; border: 0 none; padding: 30 0 0 0; }

/* DEFAULT TEXT VALUES ---------------------------------------------------------
------------------------------------------------------------------------------*/
h1 {
	font-weight: bold;
	font-size: 3em;
	color: #FFF;
	line-height: 30px;
}
h2 {
	font-weight: bold;
	font-size: 3em;
	color: #666;
}
h3 {
	clear: both;
	font-weight: bold;
	color: #666;
	font-size: 1.2em;
	padding-bottom: 10px;
	background: transparent url(../images/line-break.gif) bottom left repeat-x;
	padding-top: 20px;
}
h4 {clear: both;
	font-weight: bold;
	color: #666;
	font-size: 1.0em;
	padding-bottom: 10px;
	padding-top: 20px;  }
h5 {  }
h6 {  }
p { font-weight: normal; color: #666; font-size: 1.2em; }

p.intro { font-weight: normal; color: #9B9B9B; font-size: 2em; }
p.copyright { font-weight: normal; color: #9B9B9B; font-size: 1em; float: right; padding: 10px;}
b {  }
strong {  }
i {  }
small {  }
big {  }
em {  }
acronym {  }
q {  }
blockquote {  }
cite {  }
code {  }
a { }

a:visited

a:active {  }
p a {  }
address {  }
hr {  }
ul {  }
ul li {  }
ol {  }
ol li {  }
dl {  }
dt {  }

/* DEFAULT ELEMENT STYLING -----------------------------------------------------
------------------------------------------------------------------------------*/
/* TABLES --------------------------------------------------------------------*/
caption {  }
table {  }
table tr {  }
table th {  }
table td {  }

/* FORMS ---------------------------------------------------------------------*/
fieldset {  }
fieldset legend {  }
fieldset label {  }
fieldset ol {  }
fieldset li {  }
fieldset input {  }
fieldset select {  }

/* COMPONENT STYLING -----------------------------------------------------------
------------------------------------------------------------------------------*/

/* HEADER --------------------------------------------------------------------*/
/* Logo */
h1 {
	background: transparent url(../images/logo.png) top left no-repeat;
	height: 120px;
	display: block;
	padding: 30px 0 0 130px;
}
h1 span { display: none }

/* CONTENT BLOCKS ------------------------------------------------------------*/
/* Left navigation */
#left-navigation a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#left-navigation a:link {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#left-navigation a:hover {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
 }
 
 #left-navigation a:active {
 font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}


 #left-navigation p {  
 font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
 }
 
/* Contetn  links */
#content a {
	font-size: 1.0em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#content a:link {
	font-size: 1.0em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	 background-color: #fff;
 }
 
#content a:active {
 font-size: 1.0em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}
/* Gallery */
ul.gallery { width: 600px; }
ul.gallery li { float: left; padding: 10px 10px 0 0; }
ul.gallery li img {
	width: 67px;
	height: 67px;
}


ul#collab li { float: left;  }

