/* CSS Document */
#inner{
	min-height:0 !important;
}.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 245px;
    padding: 10px 40px;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  245px;
    height: 90px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/skins/ie7/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/skins/ie7/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/skins/ie7/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/skins/ie7/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
#GB_overlay {
  background-image: url(/images/modaloverlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/modaloverlay.png", sizingMethod="scale");
}
#GB_notes{
	display:none;
	background-color:#FFFFFF;
	height:150px;
	left:110px;
	position:absolute;
	bottom:10px;
	border:2px solid #61101F;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#GB_notes_inner{
	padding:5px;
	position:absolute;
	top:5px;
	left:5px;
	height:140px;
	filter:alpha(opacity=100);
	opacity:1;
	color:#000000;
}
a#GB_close{
	background-image:url(/images/modal_close.gif);
	background-position:0 0;
	height:22px;
	width:22px;
	overflow:hidden;
	position: absolute;
	z-index:200;
	line-height:100px;
	top: 2px;
	right: 2px;
	display:block;
	cursor:pointer;
	cursor:hand;
}
a#GB_close:hover{
	background-position:0 -22px;
}
#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #61101F;
  overflow: hidden;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_topbar{
  background: #61101F;
  height:26px;
  padding:0;
  margin: 0;
  position:relative;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  height:22px;
  line-height:22px;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {

}

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#6e6e6e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(/images/bgtile.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a,.newsdate{
	color:#611020;
	text-decoration:none;
}
a.back{
	position:absolute;
	top:5px;
	left:15px;
}
a img{
	border:none;
}
a:hover{
	text-decoration:underline;
}
a:focus,a:active{
	outline-style:none !important;
}
h1,h2,h3,h4,.h1img{
	margin:0 0 10px 0;
	color:#61101F;
	font-weight:normal;
}
h2{
	font-size:14px;
	background-image:url(/images/bulleth2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 5px 5px 20px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}
hr{
	color:#61101F;
}
ul {overflow:hidden; list-style-image:url(/images/bullet.jpg);}
address{
	font-style:normal;
}
#map{
	width:776px;
	height:500px;
	border:1px solid #611020;
}
#smallimgs a{
	height:42px;
	width:42px;
	overflow:hidden;
	display:block;
	float:left;
	border:1px solid #61101F;
	margin-right:4px;
}

a.more{
	width:65px;
	height:16px;
	background-image:url(/images/more.gif);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	line-height:100px;
}
a.enquiry,a.where{
	position:absolute;
	bottom:10px;
	right:10px;
	width:225px;
	height:34px;
	background-image:url(/images/but_enquiry.jpg);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	line-height:100px;
}
#topstrip a.but_home, a.but_about, a.but_contact{
	background-image:url(/images/but_home_off.jpg);
	background-repeat:no-repeat;
	bottom:66px;
	display:block;
	height:48px;
	line-height:100px;
	overflow:hidden;
	position:absolute;
	right:284px;
	width:140px;
}
#topstrip a.but_home:hover, #topstrip a.but_home_current{
	background-image:url(/images/but_home_on.jpg) !important;
}
a.but_about{
	background-image:url(/images/but_about_off.jpg) !important;
	right:144px !important;
}
a.but_about:hover, a.but_about_current{
	background-image:url(/images/but_about_on.jpg) !important;
}
a.but_contact{
	background-image:url(/images/but_contact_off.jpg) !important;
	right:4px !important;
}
a.but_contact:hover, a.but_contact_current{
	background-image:url(/images/but_contact_on.jpg) !important;
}
a.where{
	background-image:url(/images/but_where.jpg);
	bottom:10px;
	right:250px;
}
#newsbox img{
	border:1px solid #FFFFFF;
	left:27px;
	position:absolute;
	top:45px;
}
#newsbox a.more{
	left:41px;
	position:absolute;
	top:215px;
}
#newsbox div.text{
	width:96px;
	height:70px;
	color:#FFFFFF;
	font-size:11px;
	position:absolute;
	left:27px;
	top:130px;
}
#feature_box{
	width:970px;
	height:160px;
	background-image:url(/images/feature_box.jpg);
	background-repeat:no-repeat;
	margin:0 20px;
}
#feature_box .inner{
	padding:15px 11px;
}
.homefeat{
	float:left;
	width:316px;
	height:130px;
	position:relative;
}
.homefeat img{
	position:absolute;
	top:38px;
	left:10px;
	border:2px solid #ffffff;
}
.homefeat div.text{
	position:absolute;
	width:175px;
	left:130px;
	top:38px;
	color:#CCCCCC;
}
.homefeat a.more{
	position:absolute;
	bottom:10px;
	right:20px;
}
#outer{
	width:1010px;
	text-align:left;
	background-image:url(/images/bgmaintop.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:70px;
}
#{
	width:1010px;
	text-align:left;
	background-image:url(/images/bgtile_main.png);
	background-repeat:repeat-y;
}
#body{
	width:100%;
	text-align:center;
	clear:both;
	background-image:url(/images/bgfooter.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#main_mid{
	background-image:url(/images/bgtile_main.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
}
.logobox{
	position:absolute;
	top:-90px;
	left:0;
}
.main_bottom{
	width:1010px;
	background-image:url(/images/bottom_main.png);
	background-repeat:no-repeat;
}
.xmod_images_cell{
	float:left;
	margin:0 5px 5px 0;
}
.xmod_images_cell img{
	border:1px solid #ffffff;
}
.line1,.line2,.line3{
	border-top:1px solid #611020;
	height:10px;
	margin-top:5px;
}
.line2{
	border-color:#611020;
}
.content_left,.content_right{
	float:left;
	width:465px;
}
.content_right{
	float:right;
}
.file_title, .news_title{
	float:left;
	font-weight:bold;
	display:block;
}
.file_icon, .news_icon{
	float:left;
	margin:0 5px 5px 0;
}
#mainimg img{
	margin:0 5px 5px 0;
}
#sideimg img{
	margin:0 0 5px 0;
}
#mainimg img, #bigimg img, #sideimg img{
	border:1px solid #611020;
}
#bigimg img{
	width:234px;
	margin-bottom:5px;
}
#smallimgs img{
	width:42px !important;
	border:none;
}
a.but_pink{
	background-image:url(/images/but_pink.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:92px;
	display:block;	
	height:26px;
	line-height:26px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	position:absolute;
}
a.but_pink:hover{
	background-position:0 -26px;
}
a.visit{
	bottom:0;
	right:0;
}
.h1img{
	display:block;
	
}
.feattext{
	padding:9px;
	height:120px;
	position:relative;
}
.feattext .readmore{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	background-image:url(/images/readmore.jpg);
	width:92px;
	height:26px;
	line-height:100px;
	overflow:hidden;
}
.featbox{
	float:left;
	width:316px;
	height:130px;
	position:relative;
}

.slider{
	height:260px;
	overflow:hidden;
	width:795px;
}
.slide_title{
	margin-left:20px;
}
#getintouch{
	width:547px;
	height:119px;
	background-image:url(/images/getintouch.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	z-index:1;
	right:35px;
	top:-119px;
	text-align:right;
	clear:both;
}
#ajaxprogress{
	background-image:url(/images/ajaxprogress.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	overflow:15px;
	position:absolute;
	top:0;
	left:0;
	margin:8px 0 0 10px;
	display:none;
}
#getintouch .{
	height:100px;
	text-align:left;
}
#getintouch . a.ico, #getintouch . a.icopop{
	width:112px;
	height:87px;
	line-height:200px;
	float:left;
	margin:8px 0 0 6px;
	display:block;
	background-image:url(/images/ico_enquiry.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
}
#getintouch . a.callback{background-image:url(/images/ico_callback.gif);}
#getintouch . a.email{background-image:url(/images/ico_email.gif);}
#getintouch a.expand{
	display:block;
	width:140px;
	height:20px;
	float:right;
	text-decoration:none;
	line-height:100px;
}
#topstrip{
	height:70px;
	padding:0;
	text-align:right;
	position:relative;
}
#topstrip .strip{
	height:8px;
	background-color:#515151;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:970px;
}
#topstrip .ralign{
	text-align:right;
	margin:60px 30px 0 0;
}
#address{
	position:absolute;
	right:30px;
	top:20px;
}
#logostrip{
	height:106px;
	position:relative;
}
#logostrip .ralign{
	margin-right:40px;
	text-align:right;
	padding-top:42px;
}
#navbar {
	width:160px;
	min-height:340px;
	background-color:#611020;
	float:left;
	margin:0 10px 0 20px;
}
#navbar ul{
	margin:0;
	padding:0;
}
#navbar ul li{
	list-style:none;
	margin:0;
	padding:3px 0;
	display:block;
	background-image:url(/images/nav_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#navbar ul li a{
	display:block;
	background-image:url(/images/bullet1_off.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-left:30px;
}
#navbar ul li a:hover{
	background-image:url(/images/bullet1_on.jpg);
	color:#D7A200;
}
#navbar ul li ul, #navbar ul li ul li ul{
	display:none;
}
#navbar ul li ul{

}
#navbar ul li ul li{
	background-image:none;
}
#navbar ul li ul li a{
	height:28px;
	display:block;
	line-height:28px;
	font-size:90%;
	color:#ffffff;
	background-image:url(/images/bullet2_off.jpg);
	margin-left:10px;
}
#navbar ul li ul li a:hover{
	background-image:url(/images/bullet2_on.jpg);
}
ul#subpage_nav, ul#subsubpage_nav, ul#parentpage_nav{
	display:block;
	height:22px;
}
ul#subsubpage_nav, ul#parentpage_nav{
	background-color:#611020;
	margin:0;
	padding:0;
}
ul#subpage_nav li, ul#subsubpage_nav li, ul#parentpage_nav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#subpage_nav li a, ul#subsubpage_nav li a, ul#parentpage_nav li a{
	padding:10px;
	line-height:22px;
	height:22px;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #ffffff;
}
ul#subpage_nav li span, ul#subsubpage_navli span, ul#parentpage_nav li span{
	padding:0 20px;
	line-height:22px;
	height:22px;
	color:#611020;
}
#midbox{
	height:260px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	width:795px;
}
.blueline{
	background-color:#611020;
}
.slider_text{
	height:220px;
	left:0;
	margin:10px 0 0 17px;
	padding:0;
	position:absolute;
	top:0;
	width:500px;
}
.slider_text .text{
	padding:0 10px 10px;
	width:520px;
	color:#FFFFFF;
	font-size:14px;
}
#footer{
	margin:0;
	width:1010px;
}
#footer_inner{
	padding:10px 30px;
}
#footer div{

}
#footer_{
	padding:0 30px 10px 30px;
}
#footer a, #footer div.clr{
	height:1px;
}
#footer a, #footer div{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .ralign{
	text-align:right;
	width:300px;
}

#footer .ralign a.footlink{
	border-left:1px solid #ffffff;
	display:block;
	float:right;
	padding:0 10px;
	height:13px;
	line-height:13px;
}
#footer .sklink{
	display:inline !important;
}
.sliderow{
	width:795px;
	height:296px;
}
.sliderow img{
	border:2px solid #cc9900;
}
#portfoliobox{
	background-image:url(/images/bgportfolio.jpg);
}
#main{
	background-color:#FFFFFF;
	background-image:url(/images/bgmain.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #611020;
	margin:0 0 10px 0;
	float:left;
	min-height:308px;
	width:798px;
	position:relative;
}
#header_box{
	position:absolute;
	right:20px;
	top:-60px;
}
#header_box a, #header_box{
	color:#D6A200;
	font-size:12px;
}
#header_box span{
	margin:0 10px 0 40px;
}
#newsbox{
	width:150px;
	height:261px;
	float:right;
	background-image:url(/images/newsbox.jpg);
	background-repeat:no-repeat;
	margin:10px 15px 0 0;
	position:relative;
}
#contact{
	background-image:url(/images/bg_contact.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:412px;
	float:left;
	position:relative;
}
#contact .msg{
	height:20px;
	left:33px;
	line-height:20px;
	position:absolute;
	text-align:center;
	top:57px;
	width:240px;
}
#contact .msg a{
	color:#FFFFFF;
}
#contact img{
	margin:0 0 0 35px;
}
#mainbottom{
	height:59px;
	background-image:url(/images/mainbottom.jpg);
	background-repeat:no-repeat;	
}
#content{
	min-height:278px;
	padding:20px 10px 10px 10px;
}
#ticker_box{
	position:absolute;
	top:20px;
	right:20px;
	height:24px;
	line-height:24px;
	width:480px;
	overflow:hidden;
	border:1px solid #cccccc;
}
#ticker{
	margin:0;
	height:24px;
	width:480px;
	position:relative;
	padding:0 0 0 5px;
}
#ticker li{
	height:24px;
	line-height:24px;
	text-align:left;
	margin:0;
	padding:0;
	position:absolute;
	list-style:none;
}
.home_content{
	padding:0 46px !important;
	background-image:url(/images/mainbgtile_home.jpg);
	background-repeat:repeat-y;	
}
#GB_frame #content, #GB_frame .content_left{
	overflow:auto;
	padding:10px;
	min-height:auto;
}
#GB_frame .content_left{
	width:230px !important;
}
.inline_telno, .inline_emailaddy{
	background-image:url(/images/ico_tel.jpg);
	padding:10px;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	color:#A3748D;
}
.inline_emailaddy{background-image:url(/images/ico_email.jpg);}

.lalign{float:left;}
.ralign{float:right;}
.clr{clear:both;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 95px;
    height: 71px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* EXTRA CSS RULES */
.jcarousel-skin-ie7 .jcarousel-container-horizontal, .jcarousel-clip-horizontal, .jcarousel-skin-tango  {
	width:800px !important;
}
.jcarousel-list {
	margin:0 0 0 2px !important;
}
.jcarousel-skin-ie7 .jcarousel-item {
	border:1px solid #611020;
	height:88px !important;
	width:126px !important;
}
.jcarousel-skin-ie7 .jcarousel-item a{
	border:1px solid #ffffff;
	display:block;
}

.jcarousel-skin-ie7 .jcarousel-container {
	background-color:#FFFFFF !important;
	border-color:#E8E8E8 !important;
}
a.jcarousel-next, a.jcarousel-prev{
	line-height:100px;
	overflow:hidden;
	display:block;
}

/* FORMS */
form div.frow label{
	width:70px;
	float:left;
}
form div.frow div{
	float:left;	
}
.display0{display:none;}
.display1{display:;}
.fldrow{
	width:200px;
}
div.frow{
	padding:0 0 10px 0;
	min-height:18px;
	line-height:18px;
}
input.chk{
	width: auto !important;
	margin-bottom:0 !important;
}
input, textarea,select,.mceEditor{
	border:1px solid #611020 !important;
}
.mceToolbarBottom{
	border-top:1px solid #611020 !important;
}
.mceSelectList{
	border:1px solid #cacaca !important;
}
form div.frow input, form div.frow textarea{
	width:200px;
	height:20px;
	line-height:20px;
	margin:0 0 3px 0;
	padding-left:5px !important;
}

form div.frow textarea{
	height:100px;
}

input.button{
	background-color:#611020 !important;
	border:1px solid #000000 !important;
	color:#ffffff !important;
	padding:5px 15px !important;
	font-weight:bold !important;
	height:auto !important;
	line-height:auto !important;
}