/*******************************************************************
 *                        Global                                   *         
 ******************************************************************/
 
* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
	margin-bottom: 1em;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.bordered {
	border: 1px solid #C6C;
	padding: 5px;
}

img.inline {
	margin-bottom: 0;
}

img.alignCenter {
	margin: 0 auto 1em auto;
}

div.bordered {
	border: 1px solid #C6C;
	padding: 10px;
	margin-bottom: 1em;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.alignCenter {
	text-align: center;
}

.noMargin {
	margin: 0;
}

.textHighlight {
	color: red;
	font-weight: bold;
}

.textHighlightError {
	color: red;
	font-weight: bold;
}

div.containAfloat {
	clear: both;
	height: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bodyBg.jpg) top left no-repeat;
}

body.popup {
	background: #fff;
}

a:link {  color: #666666; text-decoration: underline}
a:visited { color: #666666; text-decoration: underline }
a:active { color: #CC66CC; text-decoration: underline }
a:hover { color: #CC66CC; text-decoration: underline }

hr {
	color: #ccc;
	height: 1px;
}

/*
div.hr {
	clear: both;
	height: 2px;
	background-color: #F60;
	margin-bottom: 25px;
}
div.hr hr {
  display: none;
}
*/

.clearBoth {
	clear: both;
}

.noIndent {
	text-indent: 0;
}








/*******************************************************************
 *                        Typography                               *         
 ******************************************************************/

body, p, a, div, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
}

p {
	/*line-height: 110%;*/
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	/*text-align: justify;*/
}

h1 {
	color: #666;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

h2 {
	color: #c6c;
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	margin-bottom: 5px;
}

blockquote {
	line-height: 110%;
	text-indent: 2em;
	font-size: 0.75em;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #C6C;
	padding: 10px;
	margin: 0 5px 1em 0;
}

blockquote span.signoff {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	display: block;
	margin-top: 1em;
}

ul {
	margin: 0 0 1em 0;
}

ul li {
	list-style-image: url(../images/iconUl.gif);
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
}

ol {
	margin: 0 0 1em 0;
}

ol li {
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
}

li li {
	font-size: 1em;
}

li ul {
	margin: 0.5em 0 0.5em 0;
}

li ol {
	margin: 0.5em 0 0.5em 0;
}







/*******************************************************************
 *                       Main Structure                            *         
 ******************************************************************/

#layerBodyText {
	position:absolute;
	width:390px;
	z-index:1;
	overflow: hidden;
	left: 333px;
	top: 290px;
}

#layerBodyText h1 {
	background: url(../images/SDiconTitle.gif) top left no-repeat;
	padding-left: 43px;
	padding-bottom: 20px; /* stops bg img being cropped if single line text */
	margin-bottom: 0;
	overflow: visible;
}

#messageBox {
	border: 1px solid red;
	padding: 1em;
	text-align: left;
	margin-bottom: 2em;
}

#messageBox p, #messageBox li {
	text-align: left;
	color: red;
	font-weight: bold;
}

#messageBox p {
	margin-bottom: 0.5em;
}

#messageBox ul {
	margin: 0;
}

#messageBox li {
	list-style-image: none;
	margin: 0 0 0.5em 2.5em;
}

#messageBox li li {
	font-size: 1em;
}

#messageBox li ul {
	margin: 0.5em 0 0.5em 0;
}

#footer {
	margin: 50px 0 20px 0;
	font-size: 0.75em;
}
#footer a:link {  color: #ccc; text-decoration: underline}
#footer a:visited { color: #ccc; text-decoration: underline }
#footer a:active { color: #c6c; text-decoration: underline }
#footer a:hover { color: #c6c; text-decoration: underline }

#footerBack a {
	float: left;
	background: url(../images/buttonBackOff.gif) top left no-repeat;
	padding-left: 22px;
	margin-left: 75px;
	margin-bottom: 20px;
	height:17px;
}

#footerBack a:active, #footerBack a:hover {
	background: url(../images/buttonBackOn.gif) top left no-repeat;
}

#footerTop a {
	float: right;
	background: url(../images/buttonTopOff.gif) top left no-repeat;
	padding-left: 22px;
	margin-right: 75px;
	margin-bottom: 20px;
	height:17px;
}

#footerTop a:active, #footerTop a:hover {
	background: url(../images/buttonTopOn.gif) top left no-repeat;
}

#footerLogos {
	clear: both;
	text-align: center;
}

#layerMenu {
	position:absolute;
	width:345px;
	z-index:1;
	overflow: hidden;
	left: 407px;
	top: 42px;
}

#layerDots {
	position:absolute;
	width:7px;
	height:47px;
	z-index:1;
	overflow: hidden;
	left: 576px;
	top: 91px;
}

#layerButtonContact {
	position:absolute;
	width:16px;
	height:17px;
	z-index:1;
	overflow: hidden;
	left: 615px;
	top: 121px;
}

#layerBreadcrumbs {
	position:absolute;
	width:450px;
	height:18px;
	z-index:1;
	overflow:hidden;
	left: 333px;
	top: 250px;
	font-size: 12px;
}

#layerCopyright, #layerPrivTerms {
	position:absolute;
	z-index:1;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
}

#layerCopyright {
	width:220px;
	height:19px;
	left: 4px;
	top: 402px;
}

#layerPrivTerms {
	width:100px;
	height:19px;
	left: 230px;
	top: 402px;
}

#layerCopyright a:link, #layerPrivTerms a:link {  color: #fff; text-decoration: none}
#layerCopyright a:visited, #layerPrivTerms a:visited { color: #fff; text-decoration: none }
#layerCopyright a:active, #layerPrivTerms a:active { color: #fff; text-decoration: underline }
#layerCopyright a:hover, #layerPrivTerms a:hover { color: #fff; text-decoration: underline }

#layerClock {
	color: #fff;
	font-size:11px;
	position: absolute;
	width: 66px;
	height: 17px;
	z-index: 1;
	overflow: hidden;
	left: 565px;
	top: 173px;
}
	





/*******************************************************************
 *                         Contact page                            *         
 ******************************************************************/

#contactFormTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

#contactFormTable td {
	padding: 0.25em;
	font-size: 0.75em;
}
	





/*******************************************************************
 *                            Portfolio                            *         
 ******************************************************************/

table.webFolioTbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

table.webFolioTbl td.img {
	width: 185px;
	padding: 10px 10px 10px 0;
}

table.webFolioTbl td.name {
	padding: 10px 0;
	width: 99%;
}

table.webFolioTbl td.descr {
}





	





/*******************************************************************
 *                           Slideshows                            *         
 ******************************************************************/

#slideshowTbl{
	width: 100%;
	border-collapse: collapse;
}

#slideshowTbl td {
	padding: 0.25em;
	font-size: 0.75em;
}

#imagecontainer{
	margin-bottom: 1em;
}

#numberDiv a{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
