@charset "utf-8";
/* CSS Document */

.mainmenu, .mainmenu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 212px; /*WIDTH OF MAIN MENU ITEMS*/
}
.mainmenu li {
	position: relative;
/*	background:url(../images/navbg.jpg) no-repeat; */
	width:212px;
	height:27px;
	margin:0;
	padding:0;
}
.mainmenu li a {
	color: #333;
	display: block;
	padding: 0px 0;
	padding-left: 0px;
	text-decoration: none;
}
.mainmenu li ul { /*SUB MENU STYLE*/
	position: absolute;
	width:140px;
	height:61px;
	left: 0;
	top: 3px;
	display: none;
	margin:0px 0 4px 2px;
	background: #3ab8c2;
	color:#fff;
	overflow:hidden
}
.navbg {
	background:url(../images/navbg.jpg);
}
.mainmenu li ul li {
	float: left;
	background:none;
	font-size:9px;
	height:auto;
	padding-top:0px
}
.mainmenu li ul a {
	width: 212px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	font-size:13px;
	padding:0 0 0 10px;
	color:#fff;
	font-weight:bold;
	display:block;
	
	background-color:#3ab8c2;
}

.mainmenu li ul a:hover {
	background-color:#4fc7d1;
}	

.mainmenu .arrowdiv {
}
.mainmenu li a:visited, .mainmenu li a:active {
	color:#fff;
}
.mainmenu li a:hover {
	
}
/* Holly Hack for IE \*/
* html .mainmenu li {
	float: left;
	height: 1%;
}
* html .mainmenu li a {
	height: 1%;
}
/* End */

.contentbox {
	width:640px;
	height:493px;
	background: url(../images/contentbox.jpg) top center no-repeat;
}	
.contentbox2 {
	width:640px;
	height:750px;
	background: url(../images/contentbox2.jpg) top center no-repeat;
}	

<!--
body, td, th {
	font-size: 13px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center repeat-y;
}
#pagebg {
	background: url(../images/pagebg.jpg) top center no-repeat;
}
.contentbg {
	background: url(../images/content-bg.gif) top center repeat-y;
}
a {
	color:#248ad2;
}
#headbg {
	background: url(../images/bg.jpg) top center no-repeat;
}
.shad {
	background: url(../images/shad.jpg) top right no-repeat;
}
#contactdetails_top {

	width:245px;
	height:181px;
	line-height:normal;
	text-align:left;
	color:#333;
	font-size:12px;
	font-weight:normal
}
#contactdetails_top .pad {
	padding:5px 0 0 15px
}
.shadleft {
	background: url(../images/kirrasurf_07.jpg) top center no-repeat;
	width:36px
}
#belowfooter {
	background: url(../images/kirrasurf_34.jpg) top center repeat-y;
	width:986px;
	height:46px;
	text-align:center
}
.shadright {
	background: url(../images/kirrasurf_11.jpg) top center repeat-y;
	width:36px
}
#contact-details {
	background: url(../images/contactdetailsbg.jpg) top right no-repeat;
	width:260px;
	height:159px;
}
#contact-details .pad {
	padding:70px 0 0 10px;
	line-height:normal;
	color:#FFF;
}
#main-content {
	background: url(../images/contentbg.jpg) top right no-repeat;
	width:654px;
}
#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:986px;
	height:37px;
	padding:10px 0 0 0
}
#h1bg h1 {
	font-size:12px;
	text-align:center
}
#footernav {
	background:url(../images/bottom_nav.gif) no-repeat top center;
	width:553px;
	height:94px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
#footernav .pad {
	padding:30px 0 0 0;
	color:#fff
}
#footernav .pad a {
	color:#fff;
	text-decoration:none;
}
#bottomaddress {
	background:url(../images/footernav.gif) no-repeat top center;
	width:913px;
	height:80px;
	font-size:11px;
	text-align:center;
	line-height:normal;
	color:#333
}
#bottomaddress .pad {
	padding:8px 5px 0 0
}
#bottomaddress .pad a {
	color:#FFF;
}
.contentmain {
	background:url(../images/flower.gif) no-repeat bottom left;
	padding:20px;
}
#qq {
	background:url(../images/qq.gif) no-repeat top left;
	width:212px;
	height:580px;
	overflow:hidden
}

hr {
	height:1px 
}

#testimonials {
	
	border:1px solid #CCC;
	background-color:#efefef;
	padding:10px;
	width:390px;
	margin:0 0 0 15px
	}

.apmtborder {

	border:2px solid #ccc;
	font-size:11px;	
	
}

/* 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:#fff
}
.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: 440px;
	margin: 0 auto;
	width: 913px;
}
.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;
}














/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}