/* COPYRIGHT (2010) SENSIBLE WEB SOLUTIONS LTD. */

/* Construct Page */

html{
height:101% !important;
height:auto;
}

body{
margin:0;
padding:0;
color:#fff;
background-color:#000;
font-family:verdana,arial,helvetica,sans-serif;
font-size:13px;
}

#accessibility{
display:none;
}

#page{
margin:0 auto;
width:900px;
background-color:black; /* CHANGE COLOUR */
}

#header{
height:280px;
background-color:black; /* CHANGE COLOUR */
background:url(../images/banner.jpg) 0 0 no-repeat;
overflow:hidden;
}

#menu{
height:91px;
position:relative;
z-index:98;
background:#121212 url(../images/menu-bg.png) 0 0 repeat-x;
font-size: 15px;
padding:0px 20px;
}

#leftcol{
padding-top:20px;
width:200px;
background-color:black; /* CHANGE COLOUR */
overflow:hidden;
float:left;
clear:left;
}

#content{
padding:20px;
background-color:black; /* CHANGE COLOUR */
overflow:hidden;
float:left;

/*position:relative;
z-index:1;*/
}

.onecol{
width:860px;
}

.twocol{
width:660px;
}

.threecol{
width:460px;
}

#breadcrumbs{
margin-bottom:20px;
background-color:black; /* CHANGE COLOUR */
}

#rightcol{
padding-top:20px;
width:200px;
background-color:black; /* CHANGE COLOUR */
overflow:hidden;
float:left;
}

#footer{
padding:0 20px;
height:40px;
line-height:40px;
background-color:#121212; /* CHANGE COLOUR */
font-size:10px;
overflow:hidden;
clear:left;
border-top:medium dotted #fff;
}

/* Header */

a#logo{
margin:20px;
padding:0;
border:0;
display:block;
float:right;
}

/* Menu */

#nav,
#nav li{
margin:0;
padding:0;
height:91px;
line-height:91px;
list-style:none;
overflow:hidden;
}

#nav li {
    background: url("../images/menu-li-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    padding-left: 3px;
}

#nav a{
padding:0 10px;
color:#fff; /* CHANGE COLOUR */
text-decoration:none;
float:left;
}

#nav a:hover{
background-color:#000; /* CHANGE COLOUR */
background:url("../images/li-bg-hover.png") repeat-x #000;
color: #ff6600;
text-decoration:none;
}

/* Footer */

#footer-left,
#footer-right{
width:50%;
float:left;
}

#footer-right{
text-align:right;
}

#footer a{
color:#fff; /* CHANGE COLOUR */
}

/* Content */

#content h1,
#content h2,
#content h3{
color:#ff6600; /* CHANGE COLOUR */
line-height:1em;
font-weight:normal;
}



#content h1{
margin-top:0;
font-size:24px;
/*position:relative;*/
}

#content h2{
font-size:18px;
}

#content h3{
font-size:14px;
}

#content p,
#content ul,
#content address{
margin-top:1em;
margin-bottom:1em;
line-height:1.5em;
}

#content img{
 /* removed border & CHANGED COLOUR */
}

#content img.noborder{
border:0;
}

#content a{
font-weight:bold;
}

#content a img{

margin:0 10px 5px 0;
}

#content hr{
margin:0;
padding:0;
height:1px;
color:white; /* CHANGE COLOUR */
background-color:black; /* CHANGE COLOUR */
border:0;
}

/* Content - Pagination */

#content p#pagination,
#content p.counter{
text-align:center;
}

#content p.counter{
line-height:1em;
font-size:12px;
}

#content ul.pagination{
margin:0;
padding:0;
line-height:1em;
font-size:12px;
text-align:center;
list-style:none;
overflow:hidden;
}

#content ul.pagination li{
margin:0 5px;
display:inline;
}

#content ul.pagination .active li{
font-weight:bold;
}

/* Edit */

#content .hasTip{
position:relative;
z-index:2;
}

#content .hasTip img{
border:none;
}

.tool-tip{
padding:5px;
max-width:200px;
background:#ffffcc;
border:1px solid #d4d5aa;
float:left;
}

.tool-title{
margin:0;
margin-top:-15px;
padding:0;
padding-top:15px;
padding-bottom:5px;
background:url(../../system/images/selector-arrow.png) no-repeat;
font-size:100%;
font-weight:bold;
}

.tool-text{
margin:0;
font-size:100%;
}

/* Breadcrumbs */

#you-are-here{
font-weight:bold;
}

/* Message Area */

dl#system-message,
dl#system-message dd,
dl#system-message ul,
dl#system-message li{
margin:0;
padding:0;
list-style:none;
}

dl#system-message dt{
display:none;
}

dl#system-message dd{
margin-bottom:10px;
padding:5px;
color:#fff;
background-color:black; /* CHANGE COLOUR */
font-size:14px;
font-weight:bold;
}

/*dl#system-message dd.message,
dl#system-message dd.notice{
}*/

dl#system-message dd.error{
background-color:black; /* CHANGE COLOUR */
}

#content .message ul{
line-height:1em;
}

p.error{
padding:5px;
color:#fff;
background-color:black; /* CHANGE COLOUR */
font-size:14px;
font-weight:bold;
}

/* Modules */

.module h3{
margin:0;
}

.module p{
margin:0;
}

.module ul{
margin:0;
padding:0;
/*list-style-position:inside;*/
list-style-position:outside; /* Useless MSIE */
}

#leftcol .module,
#rightcol .module{
margin-bottom:20px;
}

/* Modules - Menus */

.services{
margin:5px 0;
}

.services ul li a {
height:30px;
padding:5px;
background:url("../images/li-bg-hover.png") repeat-x #000;
border-bottom:2px solid #FFF;
color:#FFF;
line-height:30px;
text-align:center;
 }
.services ul li a:hover{
border-bottom:2px solid #FF6600;
color:#FF6600;
  }

.admin a{
height:30px;
background-color:#029FFF;
line-height:30px;
padding:5px;
text-align:center;
color:#FFF;
}
.admin a:hover{
background-color:#FFF;
color:#000;
}

ul.menu{
margin:0;
padding:0;
list-style:none;
}

ul.menu li{
margin:0;
padding:0;
}

ul.menu li a{
display:block;
}

ul.menu li a:hover{
/* background:black; /* CHANGE COLOUR */
text-decoration:none;
}

/* Forms */

form,
fieldset{
margin:0;
padding:0;
border:0;
}

input,
textarea{
padding-left:0;
padding-right:0;
color:black; /* CHANGE COLOUR */
border:1px solid grey; /* CHANGE COLOUR */
font-family:verdana,arial,helvetica,sans-serif;
font-size:13px;
}

input.button{
margin:0;
padding:0;
color:#fff;
background-color:#121212; /* CHANGE COLOUR */
border-color:white; /* CHANGE COLOUR */
cursor:pointer;
}

input.button:hover{
background-color:#ff6600; /* CHANGE COLOUR */
}

#content input.button{
padding:5px;
}

/* Contact Form */

#email-form div{
margin-bottom:10px;
overflow:hidden;
clear:left;
}

#email-form label{
width:120px;
float:left;
}

#email-form input.inputbox,
#email-form textarea{
width:380px;
}

#email-form input.button{
margin-left:0px;
}

#email-form label#label-copy{
width:auto;
float:none;
}

#email-form input#contact-copy{
border:0;
}

#email-form label.error{
color:#ff0000;
}

#email-form input.error,
#email-form textarea.error{
border-color:#ff0000;
}

/* Search Form */

#search-form div{
margin-bottom:10px;
}

#search-form div{
margin-bottom:15px;
}

#search-phrases input,
#search-areas input{
border:0;
}

/* Styles (Global Formatting) */

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.left{
float:left;
}

.right{
float:right;
}

img.left{
margin-right:10px;
}

img.right{
margin-left:10px;
}

a img{
border:0;
}

a{
color:#FF6600; /* CHANGE COLOUR */
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

address{
font-style:normal;
}

/***** SUPERFISH MENU *****/

/*** ESSENTIAL STYLES ***/
.menu-sf-menu, .menu-sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu-sf-menu {
	line-height:	1.0;
}
.menu-sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu-sf-menu ul li {
	width:			100%;
}
.menu-sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu-sf-menu li {
	float:			left;
	position:		relative;
}
.menu-sf-menu a {
	display:		block;
	position:		relative;
}
.menu-sf-menu li:hover ul,
.menu-sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu-sf-menu li:hover li ul,
ul.menu-sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.menu-sf-menu li li:hover ul,
ul.menu-sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu-sf-menu li li:hover li ul,
ul.menu-sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu-sf-menu li li li:hover ul,
ul.menu-sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu-sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}
.menu-sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.menu-sf-menu a, .menu-sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.menu-sf-menu li {
	background:		#BDD2FF;
}
.menu-sf-menu li li {
	background:		#AABDE6;
}
.menu-sf-menu li li li {
	background:		#9AAEDB;
}
.menu-sf-menu li:hover, .menu-sf-menu li.sfHover,
.menu-sf-menu a:focus, .menu-sf-menu a:hover, .menu-sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.menu-sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu-sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-sf-menu ul a:focus > .sf-sub-indicator,
.menu-sf-menu ul a:hover > .sf-sub-indicator,
.menu-sf-menu ul a:active > .sf-sub-indicator,
.menu-sf-menu ul li:hover > a > .sf-sub-indicator,
.menu-sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Print Styles */

@media print{
body,
#page,
#header,
#content,
.wide,
.narrow{
margin:0;
padding:0;
width:100%;
border:0;
font-size:11px;
float:none;
overflow:visible;
}

#menu,
#breadcrumbs,
#leftcol,
#rightcol,
#footer,
form{
display:none;
}

#header{
margin-bottom:20px;
padding-bottom:10px;
height:66px;
/*border-bottom:1px solid red;*/ /* CHANGE COLOUR */
}

#header a,
#header a img{
margin:auto;
width:200px;
height:100px;
display:block;
float:none;
}

#content h1{
font-size:21px;
}

#content h2{
font-size:16px;
}

#content h3{
font-size:12px;
}
}
 /* Editor Page */

form.editor legend{
/*margin-bottom:10px;*/
padding-bottom:10px;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}

form.editor div{
margin-bottom:10px;
/*padding:5px 5px 8px 5px;
background-color:#f0f0f0;*/
overflow:hidden;
-moz-border-radius:4px;
border-radius:4px;
}

form.editor #editor,
form.editor #editor div{
margin:0;
padding:0;
background-color:transparent;
}

form.editor .title,
form.editor .save,
form.editor #editor-xtd-buttons{
padding-top:0;
padding-bottom:0;
background-color:transparent;
}

form.editor #editor-xtd-buttons div{
margin:5px 0;
padding:0;
background-color:transparent;
float:left;
display:inline;
}

form.editor #editor-xtd-buttons a{
margin-right:10px;
padding:5px;
color:#000;
background-color:#ddd;
border:1px solid #000;
font-weight:normal;
display:block;
-moz-border-radius:5px;
border-radius:5px;
}

form.editor #editor-xtd-buttons a:hover{
color:#900;
background-color:#eee;
border-color:#900;
text-decoration:none;
}

form.editor label,
form.editor label span{
display:block;
font-weight:bold;
}

form.editor .state label,
form.editor .frontpage label{
font-weight:normal;
display:inline;
}

form.editor .title label{
display:inline;
}

form.editor label.metakey{
margin-top:10px;
}

form.editor img.calendar{
margin-left:2px;
vertical-align:top;
}

form.editor .title input{
width:380px;
}

form.editor .state input,
form.editor .frontpage input{
border:0;
}

#content form.editor textarea.inputbox{
width:100%;
}

form.editor .none{
display:none;
}