@charset "utf-8";
body {
  font-family:  "Trebuchet MS", verdana, arial, sans-serif; 
  color:#000000;
  background-color:#ffffff;
	padding: 0;
	margin: 10px;
}

.breadcrumbs{
  display:block;
	width: 100%;
	float: right;
	margin: 0;
 	padding: 0;
  background: #333 url(../images/furniture/curve3.gif) no-repeat left top;
}
.breadcrumbs p{
  font-size: 70%;
	text-align: right; 
	padding: 2px 10px 2px 10px;
	margin:0;
	color: #ccc;
	background-color:transparent;
}

.visual_identity{
	display: block;
	width:100%;
	height: 100px;/**/
  background: #fff url(../images/furniture/line1.gif) repeat-x right top;
}

.visual_identity h1{
  clear: left;
	margin:0;
	padding: 30px 0px 40px 50px;
  background: url(../images/furniture/curve1.gif) no-repeat left top;/* colour here will go over corner curve image #fff*/
}

.visual_identity img {
  float: right; 
	margin: 5px 0px;
}

#search {
 display:block;
	width: 100%;
	margin:0;
	padding: 0px;
	color:#fff;
  background: #666 url(../images/furniture/curve5.gif) no-repeat left bottom;
	border-right: 1px solid #ccc; /**/
}
#search p{
  font-size: 70%; text-align: right; 
	margin: 0px; 	
	padding: 5px 10px 5px 10px;
}

input {
  border-left: 1px solid #000; border-right: 1px solid #ccc; 
	border-top: 1px solid #000; border-bottom: 1px solid #ccc; 
}

#search form {
  margin:0; padding:0;
}

#menu {
  display:block;
	float: right;
	margin: 0;
 	padding: 0;
	width: 100%;
  background: #666 url(../images/furniture/curve2.gif) no-repeat left top;
	/*border-right: 1px solid #ccc;*/
}
/**/
#menu ul{
	margin: 0;
	padding: 5px 10px 5px 10px;
	float: right;
	list-style-type: none;
}

#menu li{
  float: left;
	margin:0;
  margin-left: 2px;
	padding: 0;	
}

#menu a {
	width: 120px;	
	float: left;
	/**/border: #0066aa 1px solid;  
	color: #0066aa; background-color: #ccccf0; text-decoration: none;
	font-family: Arial; font-weight: normal; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 10px; margin: 0px;/*2px 0px 2px*/ 
	display: block;
}

#menu a:visited {
	color: #fff; background-color: #666699;
}
#menu a:hover {
	border-top: #cceeff 1px solid; border-right: #000 1px solid; border-bottom: #000 1px solid;
	border-left: #cceeff 1px solid;
	color: #fff; background-color: #0066aa; text-decoration: none;
	font-size: 90%; text-align: left;
	display: block;
}

#home #menu .home a,
#p1 #menu .p1 a,
#p2 #menu .p2 a,
#p3 #menu .p3 a,
#p4 #menu .p4 a,
#video #menu .video a
{
  color:#000000;
	font-weight: bolder;
	background: #eee;
}

.contents{
	display: block;
	color:#fff;
  background: #333 url(../images/furniture/curve4.gif) no-repeat left bottom;
	border:0;
	padding:5px 30px 20px 30px;/**/
	margin:0;
}

.thumbnail{
  display: block;
	width:200px; height:300px;
	float:left;
	margin:10px 20px 10px 0px;
}

.footers {
	clear: both;
	margin-top: 10px;
	font-size: 80%;
	color: #999; 
	background-color: transparent;
}
.footers p{
  margin: 0; padding: 5px;
	text-align: right;
}
.footers img{
  float:right;
	margin:0px 0px 10px 5px; padding: 0;
	border:0;
}


.thumbnail p{
	text-align: left;
	font-size:70%;
	margin:0; padding:0;
}

.clearing{
 clear: both;
}

/*
* Standard layout elements 
*/
p, li {
  font-size: 90%; text-align: justify;
	margin: 5px 20px 5px 20px;
	padding: 0px;
}


p.caption {
  color: #cccccc; background: transparent; 
	padding: 5px;
}

.equation {
  font-size: 110%;
	/*font-family:  times, serif; */
}

.center { text-align: center;}

p img {
  margin: 0; padding : 0;
}
li img {
  margin: 0; padding : 0;
}

th {
  font-size: 90%; color: #003399; background: transparent;
	text-align: center; font-weight: normal;
}
td {
  font-size: 90%; text-align: left;
	margin: 5px 20px 5px 20px;
	padding: 2px 10px 2px 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;	
	padding: 5px 10px 2px 0px;
	text-align: left;
	color: #0066aa; background: transparent; 
	clear: both;
}

.contents h1, h2, h3, h4, h5, h6 {
	color: #55bbff; background: transparent; 
}

h1 {
	font-size: 160%;  font-weight: bolder;
}
h2  {
	font-size: 150%;  font-weight: normal;
}

h3  {
	font-size: 120%; font-weight: bolder; 
}
h4  {
	font-size: 120%; font-weight: normal;
}
h5  {
	font-size: 100%; font-weight: bolder;
}
h6  {
	font-size: 90%; font-weight: normal; 
}

hr	{color: #dddddd; background: transparent; clear: both;}

img {color: #ffffff; background: transparent; border: 0px; margin-top: 5px; margin-bottom: 5px;}
img.title_left {float: left; margin-right:10px;}
img.title_right {float: right; margin-left: 10px;}
img.right {float: right; margin-left: 10px; margin-right: 0px;}
img.left {float: left; margin-left: 20px; margin-right: 10px;}
img.center {
  clear: both;
	margin-right: auto;
	margin-left: auto;
}

object.right {float: right; margin-left: 10px; margin-right: 10px;}
object.left {float: left; margin-left: 20px; margin-right: 10px;}
object.center {
  clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

embed.right {float: right; margin-left: 10px; margin-right: 10px;}
embed.left {float: left; margin-left: 20px; margin-right: 10px;}
embed.center {
  clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a:link		{color: #6666ff; background: transparent; text-decoration: none;}
a:visited	{color: #ff6666; background: transparent; text-decoration: none;}
a:active	{color: #ffffff; background: #003333; text-decoration: none;}
a:hover		{color: #0000ff; background: #eeeeee; text-decoration: none;}




/* ===== Below doesn't work to compress out extra whitespace added when superscripts are used... ===== */
sup, sub {margin-top: 0px; padding-top: 0px; font-size: 60%;}

pre {
  text-align: left;
	font-family:  times, serif;
	font-size: 100%;
	margin: 5px 20px 5px 30px;
}

.anchor {color: #000099; background: transparent; text-decoration: none;
  text-align: right;
	margin: 5px;
}
	
.ref {
  font-size: 70%; 
	background: transparent; color: #999;}

.comment  {
	border: #000099 1px solid; 
	padding: 5px 20px 5px 20px; 
	margin: 20px;
	color: #000099; background: #cccccc;
	clear: both;/**/ 
}

.menu h2{
	display: block;
	color: #0066aa; background: #ffffff; 
	border: #0066aa 1px solid;  
	text-decoration: none;
	padding: 10px 10px 2px 10px; margin: 2px 0px 2px 0px;
}
.this_page{
	border: #0066aa 1px solid;  
	color: #0066aa; background-color: #ffffff; text-decoration: none;
	font-family: Arial; font-weight: bold; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 10px; margin: 2px 0px 2px 0px;
	display: block; 
}
.this_sub_page{
	border: #0066aa 1px solid;  
	color: #0066aa; background-color: #ffffff; text-decoration: none;
	font-family: Arial; font-weight: bold; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 30px; margin: 2px 0px 2px 0px;
	display: block; 
}

a.nanofolio{
	background: url(../furniture/nanofolio_sm.png) no-repeat 50% 50%;
	border: #0066aa 1px solid;  
	color: #0066aa; background-color: #ffffff; text-decoration: none;
	font-family: Arial; font-weight: bold; font-size: 90%; text-align: center;
	display: block;
	height: 55px;
}
a.nanofolio:visited {
	background: url(../furniture/nanofolio_sm.png) no-repeat 50% 50%;
	color: #aa6600; background-color: #ddeeff;
	display: block;
	height: 55px;
}
a.nanofolio:hover {
	background: url(../furniture/nanofolio_sm_white.png) no-repeat 50% 50%;
	border-top: #cceeff 1px solid; border-right: #666666 1px solid; border-bottom: #666666 1px solid;
	border-left: #cceeff 1px solid;
	color: #fff; background-color: #0066aa; text-decoration: none;
	font-family: Arial; font-weight: normal; font-size: 90%; text-align: center;
	display: block;
	height: 55px;
}
