/********************************************
aqua: 00AFBE
lt grey: D1D1D1
CMS - AQUA #00666D
E-MARKETER - BURGUNDY #8D1E1F
E-cATALALOGUE - PURPLE #71164B
E-STORE - MUSTARD #BD9E2F
LINE BREAK, BOX ETC - #E7E7E4
Mid Grey - #A5A5A5
Dark Grey - #494949

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

body {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7D7C7C;	
	text-align: left;
	margin: 0 0 10px 0;	
	padding:0;
}
.body_bg{
	background: #e6e6e6;/*#B1AFAF; */
	text-align: center;
}

/* links */
a, a:visited {	
	color: #00AFBE;
	text-decoration: none;	
}
#main a, #main a:visited{
	/*border-bottom: 1px dotted #00AFBE;*/
}
a:hover {
	color: #575757;
}


/* headers */
/********************************************
	STANDARD ITEMS AND TYPOGRAPHY
********************************************/
h1, h2, h3, h4, h5 {
	font-family: Arial, Century Gothic, Helvetica, Verdana, Sans-serif;
	font-weight:bold;
	margin:15px 0px 5px 0px;
}
h1 {	
 	color:#00AFBE;
	font-weight:bold;
	line-height: 1.8em;
	border-bottom: 2px solid #00AFBE;
}
h1.page_title{
	
}
h2{
	color:#00AFBE;
}
h3{
	color: #494949;
	line-height: 1.8em;
	/*border-bottom: 1px solid #E7E7E4;*/
}
h4{
	color:	black;	
}
ul, ol {
	margin: 5px 5px 5px 15px;
	padding: 0 5px; 
}
ul{
	list-style:square;
	color: #81878d;
	line-height: 18px;
}

ul.ninja_tick li{
	list-style: url(../images/ninja_tick.gif);
	margin-left: 10px;
}

ol{
	
}

ol.highlight_number_list li{
	font-size:1.15em;
	fnot-weight:bold;
	line-height:1.7em;
}

p{
	margin: 1em 0em;
	width: auto; /* Printable Page */
}
blockquote { 
 
} 
#main img{
	margin:5px;
	/*border: 3px solid #E7E7E4;*/
}
/********************************************
	FONT SIZE
********************************************/
body{
 	font-size:75%; /*62.5 */
    /*line-height:1.125em; /* 16×1.125=18 */
}
p{
	font-size: 1.1em;
	line-height: 1.3em;	
}
#header{
	font-size:1em;	
}
#main{
	font-size:1em;	
}

#leftcol{
	font-size:1em;
	line-height:1.35em;	
	text-align:left;
}
input, select, th, td {
	font-size:1em
}
h1 {
	font-size: 1.5em;
}
h1.page_title{
	font-size: 1.6em;	
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

blockquote {
	font-size: 1em;
}
input.button { 
	font-size:1em;
}
#breadcrumb{
	font-size:1em;
}

#footer {
	font-size: 0.9em;
}
.mod_header .module_content{
	font-size: 1em;
}

.mod_left .module_title{
	font-size: 1.35em;
}
.mod_left .module_content{
	font-size: 1em;
}
.module{
font-size: 1em;
}
.mod_main .module_title{
	font-size: 1.3em;
}
.mod_main .module_content{
	font-size: 1em;
}
.mod_footer .module_content{
	
}
/*-------------------------------------------  */

/* images */
img{
	border:none;
}


/* default table */
table {
	margin: 0px;	
}
tr {
	
}
thead{

}
th {
	padding: 8px 5px;
	background: #04AFBF;
	font-size: 1.1em;
	color: white;
	font-weight:bold;
}
table.cms th{
	color: white;
	background: #00666D;
}
table.e_marketer th{
	color: white;
	background: #8D1E1F;
}
table.e_catalogue th{
	color: white;
	background: #EA7206;	
}
table.e_store th{
	color: white;
	background: #D1242A;	
}
td {
	padding: 5px;
	background: none;
	border-bottom:none;
}
tr.row1 td{
	background:  #EFEFEF;
}
tr.row2{
	
}
/* end - table */

/* form elements */
form{
	/*clear:right;*/
}
fieldset {
	margin-bottom: 0.5em;
	border:none;
}
legend{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border:none;
}
input, textarea, select{
	border: 1px solid #B3B3B3;
	padding:3px;
}
#submit{
padding-top:7px;
}
.submitButton{
	background:#00AFBE;
	padding: 2px 4px 2px 4px;
	color:white;
	border:#4B4B4D 1px solid;
	margin-left:7px;
}
.submitButton:hover{
	background:#666;

}
.field-label{
	padding: 5px 0px;	
}
.field-widget{
	
}
label {
	font-weight: bold;
}
label.required {
		padding-right:10px;
		color: #CC0000;
		background: url(../images/form_required.gif) no-repeat right top;
}
.form-row {
	clear: both;
	padding: 0.5em 0px;
}
input.required, textarea.required, select.required, select.validate-selection {
	border: 1px solid #CC0000;	
}
form .error{
	color:#C00;
	font-weight:bold;
}
.form_feedback{
	color:orange;
	font-weight: bold;
}

/********************************************
	FLASH - add wmode=transparent to object tag
********************************************/
object, embed{

}
/********************************************
   LAYOUT
********************************************/ 
#wrap {	
	position: relative;
	width: 960px;	
	margin: 10px auto;
	text-align: left;
}

#content-wrap {
	float: left;
	background: none;
	width: inherit;
	margin: 10px 0 0 0;
	padding: 0px; 	
	overflow:hidden;
}

/* header */
#header {
	background: none;	
	height: 100px;
	width:960px;
	border-bottom:5px solid #575757;
}

#logo {
	width: 180px;
	height: 55px;
	padding: 15px 50px 10px 15px;
	margin: 0px;
	float:left;	
}
#tagline{
	width: 545px;
	float:left;
	margin-left: 20px;
	margin-top:20px;
}

#nav {
	width:960px;
	height:26px;
	background: none; 
	float:left;
}
#main {
	text-align: left;
	margin: 0px;
	padding:0px 15px;
	width: 655px;
	float:left;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
	background: url(../images/main_bg.gif) repeat;
	min-height:600px;
}	

#leftcol {
	float: left;
	width: 260px;
	margin-left: 15px;	
	background:#f7f7f7;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
	padding-top:10px;
}

#footer {
	clear: both;
	position: relative;
	height: 50px;
	width: 960px;
	margin:10px 0 0 0;
	padding: 0px;
	padding-top:7px;
	background: #D6D3D6;	
	color:white;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.clear { clear: both; }

/* display and additional classes */
.line_break {
	border-bottom: 2px solid #E7E7E4;
	margin: 0;
}
table.no_border td{
	border: none;
}
#main #breadcrumb{
	margin: 0px;
	padding: 7px;
}

/* ######################### MODULE STYLES ######################### */
.module{
	
}

.module_title{
	font-weight:bold;
	color: #fff;
	background: #383839;
	margin:0;
	padding: 5px;
	text-transform:uppercase;
	text-align:center;
}

.module_title a{
	font-weight:bold;
	color: #fff;
}

.module_content{
	padding: 10px;
	
}
.mod_main_pre{
	float:left;	
}

.mod_main_pre .module_content{
	padding:7px;
}


/*  MOD HEADER */
.mod_header{
	margin-right:15px;
}
.mod_header .module_title{

}

.mod_header .module_content{

}

/*  MOD RIGHT */
.mod_left{
	width: 240px;
	margin:5px;
	border: 2px solid #EFEFEF;
	background: white;
}
.mod_left .module_title{
	padding: 3px;
	color:#fff;
	word-spacing: 0.1em;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	margin:0;
}

.mod_left .module_content{
	background: none;
	border:none;
	padding: 5px;
	padding-bottom:10px;
}
.mod_left .module_content img{
	margin:0px 5px;
}
/*  MOD MAIN */
.mod_main{
	margin: 7px 0px;


}

.mod_main img{

}

.mod_main .module_title{

}

.mod_main .module_content{

}
/*  MOD FOOTER */
.mod_footer{
	margin: 0;
	color:#575757;
}
.mod_footer a{
	color:#575757;

}
.mod_footer .module_title{

}

.mod_footer .module_content{

}
/* CUSTOM MOD CLASSES */
.mod_mini_home {
	float:left;
	background: transparent url(../images/mini_bg.gif) repeat scroll 0 0;
	width:165px;
	margin-right:10px;
	font-size: 0.9em;
	padding:0px;
	border: 2px solid #EFEFEF;
	height: 250px;
}
.mod_full_width_grey{
width: auto;
padding: 10px; 
background:  #EEE; 
clear: left;	
}
/*####################MENU################## */

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
	position:relative;/* these are needed for IE */
	z-index:9999999;
}
.sf-menu a {
	padding: 8px 8px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: white;

}
.sf-menu li li a, .sf-menu li li a:visited{
	color: white;
	padding: 5px 0.5em;
	font-size: 11px;
	line-height:13px;

}
.sf-menu li {
	background: #00838F;
	margin-right:3px;
	
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	margin-top: 0px;	
	/*width:150px;*/
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	/* top: 18px;	 the a tag padding plus the bottom border on rollover = 18*/
}
.sf-menu li li {
	background:	#B7B7B7;
	/*border-bottom: 1px #B2B4A3 dotted;*/
}
.sf-menu li li li {
	background:	#B7B7B7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#00AFBE;
	color: white ;
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#D1D1D1;
	border-bottom: none;
}

/* ------------------MODULE DEFINITIONS-----------------*/
/* SEARCH FORM */
.searchform .box_title{
	font-size: 11px;
	color:#7D7C7C;
}
.searchform input.inputbox { 
	height: 13px;
	padding: 5px;	
	border: 1px solid #D1D1D1;
}
.searchform input.button{
	background:#D1D1D1;
	padding: 3px 4px 2px 4px;
	color:white;
	border:#D1D1D1 1px solid;
	margin-left:0px;
	margin-bottom:1px;
}
#searchform input.button:hover{
	background:red;
}
/*file-list */
table.file_list{
}
table.file_list th{
	background: #81827E;
	color: white;
	padding: 0px 5px;
}
table.file_list td{
	border-bottom:1px solid #E4E4E4;
	padding: 5px;
}
table.file_list td.title{
	font-weight:bold;
}
table.file_list td.date{

}
.pagination{
	margin-top:10px;	
}
/*---image-gallery -- */
.image-gallery{
	background: white;
}
.image-gallery .image{
	border: 2px solid #DCDCDC; 
}

.image-gallery .title{
	color:#737373;
}
.image-gallery .pagination{
	color:black;
}
.image-gallery .pagination .paging_select{
	background: #0075B0; 
	color:white;
}
.image-gallery .pagination a{
	color: #0075B0;
}
.image-gallery .pagination a:hover{
	text-decoration:underline;
}
/* ---NEWS GALLERY -----*/
.news_gallery .profile_set .snapshot{
	color: #666666; 
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

.news_ind .snapshot{ 
	color: #666666; 
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
/*------- News List ------*/
dl.news dt a{
	background: url("../images/news_list.gif") no-repeat 0 2px ;	
}
dl.news dd span.date {
		background:url("../images/news_date.gif") 100% 50% no-repeat; 
}
/* -----POLLS AND SURVEYS ---- */
.poll_feedback{
 color: #FF6319;	
}
.poll_form{
	
}
/* ------------------------SLIDESHOW ------------------ */
.slideshow_nav{
	margin: 5px 0px;
	float:left;
	text-align:right;
}
.slideshow_nav a{
	font-size: 11px;
	padding: 1px 3px;
	margin:2px 0px 2px 3px;
	border: 0px solid #999;
	color:#999;
}
.slideshow_nav a:hover{
	background: #666;
	color:white;	
}
.slideshow_nav a.activeSlide{
	background: #666;
	color:white;
}
.slideshow_gallery img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0 
}
.slideshow_gallery {
	background: #00AFBE ;/* needs to be same as content bg below */

}
.slideshow_content{
	background: #00AFBE;
	padding: 0px 15px 7px 15px;	
	color:white;
}
.slideshow_content h1{
	color:white;
	font-size:44pt;
	line-height:40pt;
	border:none;
}
.slideshow_content p{
	font-size: 12pt;
	line-height:15pt;
}
.slideshow_gallery p a, .slideshow_gallery p :visited{
	color:white;
	border-bottom: 1px dotted white;
}
.slideshow_gallery p a:hover{
	color:#E4E4E4;

}
/* ----------ENQUIRY FORM-------------------- */
form.enquiry_form{
	
}

