@import url("nav.css");
/*search for disabled 2col width*/
/* 
##############################
    - initial set up -
electric blue: #00DFFD;
raspberry: #FF1C6B;
orange: #FC7E05
red: #CC3333
##############################
*/
.thickbox{}
#setnav #nav li ul li a {/* second-level anchors */
	background-color:#EBE6C9;
}
body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	/**/color: #333333;
	margin:0 0 50px 0;
	padding:0;
}
h1{
	font-size: 20px;
	color: #A6975F;
	color: #B59927;
	font-weight: normal;
	padding:0;
	margin:0;
}
h2{
	font-size: 16px;
	color: #D8CE5E;
	font-weight:bold;
	margin:10px 0 5px 0
}
h3{
	font-size: 13px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding: 4px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
}
h4{font-size: 11px}
h5 {font-size: .83em}
h6{font-size: .75em}
td {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
p {
	margin:10px 0 5px 0;
	font-size: 14px;
}
._12px{
	font-size:12px
}
.small_hint{
	font-size: 11px;
	font-weight:normal;
	padding:0;
	margin:0;
}
ul{
	list-style:none;
	margin:0; 
	padding:0;
	font-size:13px
}
li{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 2px 10px;
	list-style:none;
	background-image: url(../pics/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size:13px;
}
A:link, A:visited{
	color:#A6975F;
}
A:hover{
	text-decoration:none;
	color:#F4C60B;
}
A.button:link,
A.button:visited{
	background-image:none;
	/*width:100px;
	margin-right:10px;*/
	padding:2px 4px;
	border: 1px solid #999;
	background-color:#FC7E05;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
A.button:hover{
	background-color:#FE6203;
	color:#000000;
}
.ClearFloat,
.break{
	clear:both
}
.ClearR {
	clear:right
}
.ClearManual650{
	width: 650px;
	display:block;
	line-height:1px;
}
.ClearL{
	clear:left;
}
/* END initial set up -	border:1px solid #000;
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* 
##############################
    - POSITION ELEMENTS -
##############################
*/
/* containers and boxes  */
#wrapper{
	position:relative;
	text-align:left;
	width:1024px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/wrapper_top.jpg);
	background-repeat: no-repeat;
	background-position: centre top;
	height:23px;
	display:block;
}
div.AlterCssCont{
	position:absolute;
	top:162px;
	left:40px;
	font-size:11px;
	width:400px;
	height:29px;
}
div.AlterCssCont .message{
	position:absolute;
	top:11px;
	left:0px;
	width:50px;
}
div.AlterCssCont .one{
	position:absolute;
	top:0px;
	left:40px;
	width:100px;
}
div.AlterCssCont .two{
	position:absolute;
	top:0px;
	left:130px;
	width:100px;
}
div.AlterCssCont .reset{
	position:absolute;
	top:0px;
	left:230px;
	width:100px;
}
.AlterCssCont .reset A:link,
.AlterCssCont .reset A:visited{
	position:absolute;
	top:5px;
	left:0;
	padding:5px 0 5px 10px;
	display:block;
}
div.AlterCssCont img{
	margin:0 5px 0  0;
	float:left
	/*vertical-align:middle;*/
}

.AlterCssCont A:link,
.AlterCssCont A:visited{
	position:absolute;
	top:5px;
	left:10px;
	padding:5px 0 5px 20px;
	display:block;
}
.AlterCssCont A.blue{
	color:#000099;
}
.AlterCssCont A.pink{
	color:#FF66CC;
}
/*top pic rotation*/
.randompic{
	position:absolute; 
	top:-11px; 
	right:12px;
}
.randompic ul {
	padding:0px;
	margin:0px;
	width:309px;
	overflow:hidden;
}
.randompic li{
	display:block;
	list-style-type:none;
	padding:0;
	margin: 0px;
	width:309px;	
	background-image: none;
}
#moostick,
	.moostick
{
	display: block;
	height:194px;
	margin: 0;
	padding:0;
	overflow: hidden;       /* used in css check */
}

#moostick li,
.moostick li
{
	display: block;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
}

#moostick .show,
	.moostick .show
{
	visibility: visible;
/*	filter:alpha(opacity=1);  */  
	opacity: 1;
}
/*
END top pic r ~~~~~~~~~~~~~~~
*/
#wrapper_mid{
	position:relative;
	width:960px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/wrapper_mid.jpg);
	background-repeat: repeat-y;
	background-position: centre top;
	display:block;
	text-align:left;
	padding: 5px 32px 15px 32px;/**/
	margin: 0;
	/*Cross Browser min-height*/
    min-height:660px;
	height: auto !important;
	height: 660px;
	/*END Cross Browser min-height*/
}
#wrapper_base{
	width:1024px;
	/*
	text-align: left;
	*/
	padding: 5px 0 30px 0;
	color: #666666;
	font-size: 11px;
	margin: 0;
	background-image: url(../pics/wrapper_base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
}

/* Float left or right  margin:0 240px 0 0 ;*/
#two_col_wrapper{
	display:block;
	width:935px;
}
#MainContent{
	/**/float:left;
	display:block;
	width:700px;/*2col width*/
	width:960px;/*disabled 2col width*/
}
#NewsScrollCont{
	float:right;
	display:block;
	display:none;/*disabled 2col width*/
	width:200px;
	margin:0;
}
.floatright{float:right}
img.floatright,
img.floatleft{
	border: solid 1px #ccc;
	padding:4px;
	background-color: #FFF;
}
img.floatleft{
	float:left;
	margin:0 10px 10px 0;
}
img.floatright{
	float:right;
	margin:0 0 10px 10px;
}
/* BOX nav  */
#section_nav {
	width:auto;/**/
	display:block;
	height:27px;
	text-align:left;
	padding:0;
	margin: 0;
	background-image: url(../pics/section_header_bckg.gif);
	background-repeat: repeat-x;
}
#section_nav .spacer{
	display:block;
	background-image: url(../admin/pages/upload/General/section_goldheader_left.gif);
	height: 27px;
	width: 27px;
	float:left;
	padding: 0 10px 0 0;
	background-repeat: no-repeat;
}
#section_nav a:link,
#section_nav a:visited{
	padding: 3px 10px 0 10px;
	height:19px;
	margin:5px 6px 0 0;
	display:block;
	float:left;
	color:#666666;
	text-decoration:none;
	background-image: url(../pics/section_tab_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-transform: none;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #CCC;
}
#section_nav a.on:link,
#section_nav a.on:visited{
	background-image: url(../pics/section_tab_on.gif);
	background-position: right bottom;
	color:#000;
}
/* BOX containers  */
#section_nonav {
	width:auto;/**/
	display:block;
	height:24px;
	text-align:left;
	padding:3px 0 0 0;
	margin: 0;
	/*background-image: url(../pics/section_header_bckg.gif);
	background-repeat: repeat-x;*/
	font-size:16px;
	text-transform: none;
	font-weight:bold;
	color:#A6975F;
}
#section_nonav .spacer{
	display:block;
	height: 27px;
	width: 27px;
	float:left;
	padding: 0 5px 0 0;
	margin-top:-3px;
	background: url(../pics/heart-cream.gif) no-repeat 5px center;
}
.showdiv{
	display:block;
	padding: 10px 10px 15px 30px;
	/*background-image: url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
}
.hidediv{
	display:none;
	background-image: url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 10px 15px 30px;
}

div.section{
	width:auto;/**/
	display:block;
	text-align:left;
	padding: 0;
	margin:0 0 20px 0;
	border: 1px solid #EFEDED;
	background-image: url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.section .showdiv h1,
.section .hidediv h1{
	font-size: 20px;
	color: #A6975F;
	font-weight: normal;
	padding:2px;
	margin:0;
	text-transform: capitalize;
	padding: 4px;
	border:1px solid #E6E6E6;
}

/* footer section  */
.legal{
	border-top: 1px solid #7CA3CE;
	margin:0 30px;
	padding: 6px 0 0 0;
	display:block;
}
.legal A:link,
.legal A:visited{
	/*color: #000066;*/
}
#footer{
	width:980px;
	/**/
	text-align: left;
	margin:50px 0 0 0;
	color: #999999;
	font-size: 11px;
	display:block;
}
.tags{
	text-align: left;
	padding:0;
}
.ecc{
	color:#D0E9FD;
	float:right;
	padding:0;
}
.ecc a:link,
.ecc a:visited{
	text-decoration:none;
	color:#88BCDB;	
}
.ecc a:hover{
	text-decoration:none;
	color:#999999;
}
/* END POSITION ELEMENTS -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
     - Forms -	
#########################
*/
.scrolldir{
	height:260px;
	overflow:scroll;
}
table#enquiryform {
	font-size:11px;
	margin:0;
	background-image: url(../pics/navSide-bckg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border:1px solid #ccc;
	border-top:none;
}
#enquiryform  td.header{
	color: #fff;
	font-size:18px;
	padding: 4px 5px;
	background-image: url(../pics/tt_header_bg.gif);
	background-repeat: repeat-x;
	height:19px;
	cursor:pointer;
	background-position: center;
}
#enquiryform  td.header img{
	float:right;
	padding:5px;
}
#enquiryform  td{
	padding:5px 10px;
}
#enquiryform H2.break{
	border-top:1px solid #333;
	padding-top:5px;
}
#enquiryform input,
#enquiryform textarea{
	width:200px;
	border: 1px solid #B3D0E1;
	background-image:url(../pics/formbckg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px
}

#enquiryform textarea{
	width:390px;
	height:165px;
}
#enquiryform input.checkbox{width:20px; background-image:none;border: none;background-color:none;margin: 0;}

#enquiryform input.required,
#enquiryform textarea.required{
	background-image:url(../pics/required.gif);
	background-repeat:no-repeat;
}
table#enquiryform input.submitbutton,
table#enquiryform input.submitbutton:visited{
	background-image:none;
	width:100px;/**/
	margin-right:10px;
	padding:2px;
	border: 1px solid #999;
	background-color:#AFA345;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#enquiryform input.submitbutton:hover{
	background-color:#D2C573;
	color:#000000;
}

.hide-formselect-message{
	display:none;
}
.show-formselect-message{
	display:inline;
	background-color:#FFFF99;
	padding:3px;
}
.formtitles{
	width:160px;
}
.footnote{
	display:none;
	float:right;
	font-size: 11px;
	color:#56AFF8;
	float:right;
	margin:20px 20px 0 0;
	
}
/*     - END Forms -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#########################
     - Testimonials/comments -	
#########################
*/
.Commentsouter{
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #CC3333;
	background: #F9F9F2 repeat-x center bottom;
	position:relative;
	z-index:10;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.commentsbox{
	color: #000;
	text-decoration:none;
	display:block;
	padding:5px;
}
.commentsbox h4{font-size:14px}
.commentsbox .floatright{font-size:12px;font-weight:normal}
.commentsbox div#speech{
	padding:0 20px;
	background:url(../pics/quote-start.gif) no-repeat left top;
	margin:0 0 -10px 0;
}
.QL{
	padding-left:10px
}
.QF{
	padding-right:10px
}
/*     - END Testimonials -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#########################
 - PRESS -
#########################
*/
/* homepage news  */

#homepg_news img{
	float:right;
	border:1px solid #ccc;
	margin:0 0 0 10px;
}
#homepg_news A:link,
#homepg_news A:visited {	
	color: #000;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 30px;
	background-image: url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homepg_news A:hover {
	display:block;
	background-color:#F7F7F7;
	color: #2E6BB0;
	background-image:none;
}
#homepg_news a .readmore {
	margin:0 0 0 20px;
	margin:0;
	text-decoration:underline;	
	color: #CC0000;
	text-decoration:underline;
}

#homepg_news A:hover .readmore {
	text-decoration:none;
	color:#FC7E05;
}
.dateformat{
	/*float:right;*/
	font-size: 12px;
	font-weight: normal;
	margin:0 20px 0 0 ;
	padding:0 0 20px 0;
	color:#000000
}
/* END homepage news  */

/* news list page  */
#news .posrel{
	position:relative;
	z-index:10;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #CC3333;
}
#news .separator{
	padding: 5px;
}
#news  .imgborder{
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFF;
	margin: 0 10px 0 0;
	float:left;
}
#news div.separator A:link,
#news div.separator A:visited {
	color: #000;
	text-decoration:none;
	display:block;
	padding:5px;
	background-image: url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:solid 1px #ccc;
}
#news div.separator A:hover {
	display:block;
	background-color:#F7F7F7;
	color: #2E6BB0;
	background-image: none;
	border:solid 1px #ccc;
}

#news A:link .fullstory ,
#news A:visited .fullstory{
	color: #CC0000;
	text-decoration:underline;
}
#news A:hover .fullstory {
	text-decoration:none;
	color:#FC7E05;
}

#news  A.readmore:link,
#news  A.readmore:visited{
	position:absolute;
	z-index:12;
	font-size:12px;
	padding:3px;
	top:10px;
	right:10px;
	color: #CC0000;
	text-decoration:underline;
	display:inline;
	border:1px solid #E5E5E5;
	background-color:#E6F1F7;	
}
#news  A.readmore:hover {
	text-decoration:none;
	color:#FC7E05;
}
/* END news list page  */

/*   PRESS  summary */
#newssummary_title {
	/*width:auto;*/
	display:block;
	width:222px;
	height:27px;
	text-align:left;
	padding:0;
	margin: 0;
	background-image: url(../admin/pages/upload/General/section_goldheader_left.gif);
	background-repeat: repeat-x;
	font-size:16px;
	color:#CDECFC;
}
#newssummary_title .spacer{
	display:block;
	background-image: url(../admin/pages/upload/General/section_goldheader_left.gif);
	height: 27px;
	width: 27px;
	float:left;
	padding: 0 10px 0 0;
	margin-top:-3px;
	background-repeat: no-repeat;
}

#PRsummary{/*the scroll content*/
	width:211px;
	padding:4px 5px 4px 4px;
	/*height:420px;*/
	height:auto;
	overflow: none;
	position:relative;
	background-image: url(../pics/news_summarybckg.jpg);		
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #EFEDED;
}
#PRsummary H2,
#PRsummary P{
	line-height:13px;
	font-size:12px;
	margin:0;
	padding:0;
}
#PRsummary H2{
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	margin:0 0 3px 0;
}
#PRsummary A:link H2,
#PRsummary A:visited H2{
	text-decoration:none;
	font-weight: bold;
	color:#2E6BB0;
}
#PRsummary A:hover H2{color:#2E6BB0;}
#PRsummary A:link,
#PRsummary A:visited{
	padding:4px;
	display:block;
	color:#666666;
	text-decoration:none;
}
#PRsummary A:hover{
	background-color: #E6E6E6;
	padding:3px;
	border:1px solid #CCC;
	color:#2E6BB0;
}
#PRsummary .relpos{
	position:relative;/**/
}
#PRsummary .imgcont{
	position:relative;
	float:right;
	width:105px;
	height:80px;
	display:block;
	top:0px;
	cursor:pointer;
	margin:0 0 0 5px;
}
#PRsummary .imgcont img{
	position:absolute;
	top:0;
	right:0;
	clip:rect(0px 100px 80px 0px)
}
#PRsummary A:link P .readmore,
#PRsummary A:visited P .readmore{
	color:#FC7E05;
	text-decoration:underline;
}
#PRsummary .separator{
	margin: 5px 0;
	border-bottom: 1px dashed #FC7E05;
}
/* END PRESS summary */

/* END PRESS details  */
#PRdetails{
	padding:10px;
}
/* END PRESS details */

/*     - END PRESS -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
 - Promo containers -
#########################
*/


/*     - END Promo containers -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
     - gallery -	
#########################
*/
#gallery{font-size:11px;
	font-weight:bold;
}

td #descriptionref{font-size:14px;
	font-weight:normal;
	line-height:normal;
}
.choosecat{
	font-size:12px;
	font-weight:normal;
}
.jumpmenu{
	/*width:150px;*/
	padding:1px 0 1px 5px;
	background-color:#FEFDD3;
	border:1px solid #CCC;
	margin: 10px 0 0 0;
}

#gallery .thumbs{
	position:relative;
	float:left;
	margin:4px;
	padding:3px;
	border: 1px solid #ccc;
	width:100px;
	height:100px;
	background-color: #FFFFFF;
}
#gallery .thumbs img{
	position:absolute;
	right: auto;
	clip:rect(0px 100px 100px 0);
	left: auto;
}
/* END GALLERY -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
 - newsticker -
#########################
*/
#newsticker {
	width:211px;
	padding:4px 5px 4px 4px;
	overflow:hidden;
	height:auto;
	background-image: url(../pics/news_summarybckg.jpg);		
	background-repeat: repeat-x;
	border: 1px solid #EFEDED;
	margin:0;
	text-align:left;
}
#newssummary_title a:link,
#newssummary_title a:visited {
	font-size: 10px;
	padding:1px;
	margin:4px 5px 0 0;
	color:#666666;
	background-color:#E1E1E1;
	font-weight:normal;
	float:right;
	text-decoration: none;
}
#newssummary_title a:hover{
	background-color:#FFF;
	color:#000;
	padding:1px;
	text-decoration: underline;
}
#newsticker ul {
	padding:0px;
	margin:0px;
	width:220px; 
	overflow:hidden;
	/**/height:100px;
}
#newsticker li{
	display:block;
	font-size:10px;
	list-style-type:none;
	padding:0;
	width:210px;
	margin: 0px;
	background-image: none;
}
#newsticker h2{
	font-size:13px;
	line-height:12px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}
#newsticker p {
	margin:0;
	padding:0;
	line-height:13px;
	font-size:12px;
}
#newsticker A:link H2,
#newsticker A:visited H2{
	text-decoration:none;
	font-weight: bold;
	color:#2E6BB0;
}
#newsticker A:hover H2{
	color:#2E6BB0;
}
#newsticker A:link,
#newsticker A:visited{
	padding:4px;
	display:block;
	color:#666666;
	text-decoration:none;
; 	background-color: #E6E6E6;
}
#newsticker A:hover{
	background-color: #E6E6E6;
	padding:3px;
	border:1px solid #CCC;
	color:#2E6BB0;
}
/*
END Newsticker ~~~~~~~~~~~~~~~
*/
/*
#########################
 - mouse over tips -
#########################
*/
.tt_body,
.tt_header,
.tt_b300,
.tt_h300,
.tt_b400,
.tt_h400{
font-weight:bold;
font-size:12px;
padding:5px 3px;
filter:alpha(opacity=100);    
opacity: .99; 
position:relative;
z-index:3000;
width:600px;
text-align:left
}
.tt_h300{
width:300px;
}
.tt_b300{
width:298px;
}
.tt_h400{
width:400px;
}
.tt_b400{
width:398px;
}
.tt_body,
.tt_b300,
.tt_b400{
	font-weight:normal;
	background-color:#FFF;
	color:#333333;
	filter:alpha(opacity=100);    
	opacity: 0.99;
	border:1px solid #A6975F;	
}
.tt_header,
.tt_h300,
.tt_h400{
	font-size:14px;
	border-bottom:1px none #FFFFFF;
	color:#FFF;
	background-image: url(../pics/tt_header_bg.gif);
	background-repeat: repeat-x;
	background-position: right -13px;
	text-align: left;
}
/*header random pic*/
#blendme
{/*(top, right, bottom, left)clip: rect(50px,380px,194px,auto);
309px × 194px*/
	clip: rect(auto,309px,auto,auto);
	}
div#blendme  {
	background:url(../admin/pages/upload/header-slideshow/slide1.jpg);
	width:309px;
	/**/height:194px;
	position:absolute;
	top:-11px;
	right:11px;
	overflow: hidden;	/*border:1px solid #000;*/
	}

