@charset "utf-8";
/* CSS Document */

#thinking-moving {
	background:url(../images/thinking-of-moving.gif) no-repeat top center;
	width:195px;
	height:201px;
}
#thinking-moving .pad {
	padding:35px 10px 10px 10px;	
}

#testimonials {
	background:url(../images/testimonials.gif) no-repeat top center;
	width:195px;
	height:184px;
}
#testimonials .pad {
	padding:35px 10px 10px 10px;	
}
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
 
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
 
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
 
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
 
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
 
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
 
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
 
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}
 
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
 
.menu ul {
	background-image: url(../css/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */


 
/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
 
.menu{
	color: #eee;	
}

.menu ul li {
	background: #666
}
 
.menu ul {
	width: 200px;
}
 
.menu a {
	text-decoration: none;
	color: #eee;
	padding: 8px 15px;
	display: block;
	position: relative;
}

.menu ul li a {
	text-decoration: none;
	color: #eee;
	padding: 8px 15px;
	display: block;
	position: relative;
}
 
.menu a:hover, .menu li:hover>a {
	color: #fff200;
}
 
.menu li li {	/* create borders around each item */
	border-bottom: 1px solid #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	/* border-top: 0; */
}
 
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 50px;
	left: 90%;
}
 
.menu li + li + li li:first-child>a {
	/* color: #567; */
}
.menu>li:first-child>a {
	padding-left:55px;
	/* width:60px;	 */
}
 
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/
 End Fix */ 
/*]]>*/








body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.jpg) repeat-x top center #fff;
}
#page {
		background:url(../images/page.jpg) no-repeat top center;
}
#content {
	background:url();
	width:834px;
}


#nav {
	background:url(../images/nav.gif) no-repeat top center;
	width:834px;
	height:43px
}

body, td, th {
	font-size: 13px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif
}

.feature {
	font-size:10px	
}
.feature p {
		
}


a {
	color:#248ad2;
}

#contact-details {
	/* background: url(../images/spacer-04.gif) top right no-repeat; */
	width:338px;
	height:145px;
	text-align:right;
	color:#3d3d3d
}

#contact-details .pad #phnow {
	font-size:10px;
	text-transform:uppercase;
	width:45px;
	float:left;
	text-align:right;
	line-height:9px;
	font-weight:bold;
	color:#3d3d3d;
	margin:10px 0 0 90px;
	padding:0 5px 0 0;
	border:1px solid #fff
}

#contact-details .pad #ph1300 {
	font-size:20px;
	width:140px;
	float:left;
	line-height:normal;
	font-weight:bold;
	color:#3d3d3d;
	text-align:left;
	margin:10px 0 0 0;
	border:1px solid #fff
}


#contact-details .pad {
	padding:14px 40px 0 10px;
	line-height:normal;
	color:#3d3d3d;
	font-weight:bold
}
#main-content {
	width:560px;
	margin:0 auto;
}
#bottomcontact-details {
	background: url(../images/bottom-contactbg.jpg) top right no-repeat;
	width:295px;
	height:99px;
}
#bottomcontact-details .pad {
	padding:10px 50px 0 0px;
	line-height:normal;
	color:#003366;
	text-align:right;
}
#h1bg {
	background:url(../images/h1bg.jpg) no-repeat top center;
	width:946px;
	height:22px;
}
#h1bg h1 {
	font-size:12px;
	text-align:center
}
#footernav {
	background:url(../images/footerbg.gif) no-repeat top center;
	width:834px;
	height:42px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
#footernav .pad {
	padding:10px 0 0 0;
	color:#fff
}
#footernav .pad a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 10px 0 10px
}
#bottomaddress {
	background:url(../images/bottom_address.gif) no-repeat top center;
	width:168px;
	height:94px;
	font-size:11px;
	text-align:right;
	line-height:normal;
	color:#FFF
}
#bottomaddress .pad {
	padding:8px 5px 0 0
}
#bottomaddress .pad a {
	color:#FFF;
}
.contentmain {
	background:url(../images/flower.gif) no-repeat bottom left;
	padding:20px;
}


.leftrepeat {
	background:url(../images/left-repeat.gif) repeat-y top center;
	width:127px;
	height:100%
}	

#bottom {
	background:url(../images/bottom.gif) no-repeat bottom center;
	width:127px;
	height:100%;
}



h2 {
	font-size:18px;
	color:#cb1d27;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* SIFR */


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
h2 {
	font-size:20px;
	margin:0px 0 0px 0;
	padding:10px 0 0 0;
	text-align:left
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:20px;
}
h3 {
	font-size:17px;
	margin:0px 0 0px 0;
	padding:0 0 5px 0;
	text-align:left;
	color:#003366
}
.bluetext {
	color:#085981;
	font-weight:bold;
	font-size:14px;
}
h1 {
	margin:0;
	font-size:11px;
	color:#98d7ee
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	height: 300px;
	width: 400px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow {
	height: 312px;
	margin: 0 auto;
	width: 912px;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}








/*
// "Simple Image Rotator" Module for Joomla! 1.0.x - Version 1.2
// License: http://www.gnu.org/copyleft/gpl.html
// Authors: Fotis Evangelou - George Chouliaras
// Copyright (c) 2006 - 2007 JoomlaWorks.gr - http://www.joomlaworks.gr
// Project page at http://www.joomlaworks.gr - Demos at http://demo.joomlaworks.gr
// ***Last update: August 30th, 2007***
*/

ul#jw-sir1 {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir1 li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir1 li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir1 li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir1 li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir1 li#jw-sir1-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir1 li#jw-sir1-loading-black {background:#000 url(loading_black.gif) no-repeat center;}

ul#jw-sir2 {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir2 li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir2 li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir2 li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir2 li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir2 li#jw-sir2-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir2 li#jw-sir2-loading-black {background:#000 url(loading_black.gif) no-repeat center;}

ul#jw-sir3 {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir3 li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir3 li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir3 li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir3 li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir3 li#jw-sir3-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir3 li#jw-sir3-loading-black {background:#000 url(loading_black.gif) no-repeat center;}

ul#jw-sir4 {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir4 li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir4 li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir4 li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir4 li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir4 li#jw-sir4-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir4 li#jw-sir4-loading-black {background:#000 url(loading_black.gif) no-repeat center;}

ul#jw-sir5 {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir5 li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir5 li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir5 li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir5 li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir5 li#jw-sir5-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir5 li#jw-sir5-loading-black {background:#000 url(loading_black.gif) no-repeat center;}


