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

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
body {
	background-color:#464646 ;
	}
span.PrintOnly {
	visibility:collapse ;
	display:none;
	}

/*Identity*/
div#identity {
	display: block ;
	margin: 0 auto ;
	width: 800px ;
	height: 240px ;
	}
div#identity div#logo {
	float: right;
	margin:20px 0;
	border: 1px solid #FF5700 ;
	padding: 0 ;
	width:367px;
	height:137px;
	}
body.index div#identity div#logo {
	background-image:url(../images/wordlogo.jpg);
	}
body.content div#identity div#logo {
	background-image:url(../images/wordlogo.jpg);
	}

/* Home Page images */
body.index div#images {
	width: 100% ;
	height:240px;
	text-align:center;
	}
body.index div#images img {
	border-left: 1px solid #FF5700 ;
	border-right: 1px solid #FF5700 ;
	}
body.index div#images img + img {
	border-left: none ;
	}
	
/* Menu*/
body.pages div#menu {
	border-bottom: 1px solid #FF5700 ;
	}
div#menu {
	clear:both;
	padding-bottom: 20px ;
	text-align:center;
	}
div#menu ul {
	display:inline;
	list-style:none;
	}
div#menu li{
	display:inline;
	margin:0 40px ;
	text-transform:uppercase ;
	}
div#menu li a{
	color: #FF5700 ;
	font-weight:bold ;
	text-decoration:none;
	}
div#menu li a:hover{
	text-decoration:underline;
	}

/*General Content */
div#content {
	margin:0 auto;
	width:800px ;
	padding: 20px 0 ;
	color: #FF5700 ;
	font-size:85%;
	}
div#content h1 {
	margin: 30px 0 20px inherit ;
	font-size: 18px ;
	font-weight: bold ;
	}
div#content h2 {
	margin:0 0 20px 20px ;
	font-size: 16px ;
	font-weight: bold ;
	}
div#content p {
	margin:0 20px 20px ;
	text-align:left ;
	line-height: 1.5;
	}
div#content ul {
	margin-top:0px ;
	}
div#content li {
	margin:0 20px 10px;
	line-height:20px;
	}
div#content a {
	color:#FF5700 ;
	}
div#content img {
	display:block ;
	float:right;
	margin:6px 0 20px 20px ;
	}

/* Content - Products */
div#content div.product {
	margin-left:20px;
	}
div#content div.product h2 ,
div#content div.product p {
	margin-left: 0 ;
	}
div#content div.product + div.product {
	clear:both;
	margin-top:10px ;
	/*	border-top: 1px solid #668 ; */
	padding-top: 15px ;
	}
div#content td {
	vertical-align:top;
	valign:top;
	text-align:center;
	}
div#content td.left,
div#content td.right {
	width: 250px
	}
div#content td.centre {
	width: 300px ;
	}
div#content td img {
	display: inline ;
	float:none;
	margin:20px 0px ;
	}

/* Contents - Christmas */
img.Christmas {
	border: 1px solid #FF5700 ;
	}
/* Contents - Biography */
div#content p.quote {
	text-align:center;
	font-style:italic;
	}

/* Contents - Contact */
div#content p.gallery {
	margin-top: 0 ;
	margin-left:60px;
	line-height:1.25;
	}

	
/* Footer */	
body.pages #footer{
	border-top: 1px solid #FF5700 ;
	}
div#footer {
	clear:both;
	padding: 5px ;
	color: #FF5700 ;
	font-size:9px ;
	text-align:center;
	}
div#footer a {
	color: #FF5700 ;
	}
	

