/* Add blank scroll bar to for page shifting */
html { overflow-y:scroll; }

body {
	background-color:#f7f7f7;
	margin: 0 auto;
	padding: 0;
}

.tele a {
	text-decoration: none;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #aaaaaa;
}
.tele a:hover {
	text-decoration: none;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #333;
}

/* Links */
a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #ccc;
}

a:hover {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #00baff;
	text-shadow: 0px 0px 1px rgba(0, 186, 255, .7);
}

img {
border: none;
}

/* Header */
#wrapper {
	width: 1040px;
	height: 634px;
	margin: 0 auto;
	background-image: url(../images/bodybg.png);
}
#wrapper2 {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/bodybg_1px.png);
	padding-bottom: 40px;
	overflow: hidden;
}
#header-wrapper {
}

#header {
	width: 940px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	border-bottom:1px solid #eeeeee;
	background-image: url(../images/logoareabg.png);
	background-repeat:no-repeat;
}

.logoposition {
	float:left;
	padding-top:30px;
	width: 200px;
}

.tele {
	text-align:right;
	float:right;
	padding-top:30px;
	width: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #aaaaaa;
}

/* Menu */

#menu {
	float: left;
	width: 940px;
	height: 48px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 30px 20px 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #aaaaaa;
}

#menu a:hover { 
	/*text-decoration: underline;*/
	color: #00baff;
	text-shadow: 0px 1px 1px rgba(0, 186, 255, .7);
}

#menu .current_page_item a {
	height: 20px;
}

#menu .first {
	color: #777777;
	font-weight:bold;
	text-decoration:underline;
	text-shadow: 0px 1px 1px rgba(200, 200, 200, .7);
}


#pageoverlay {
	display: none;
	width: 940px;
	height: 385px;
	margin: 0 auto;
	border:1px solid #eeeeee;
}
#page {
	display: block;
	width: 940px;
	height: 385px;
	margin: 0 auto;
	border:1px solid #eeeeee;
}

/* Index page slider and right side text area */

#pageleft {
	float:left;
	background-color:#f7f7f7;
	width: 690px;
	height: 385px;
	margin: 0;
	background-image:url(../images/banner0.jpg);
	background-repeat:no-repeat;
	overflow:hidden;	
}
#pageright {
	float:left;
	background-color:#f7f7f7;
	width: 250px;
	height: 385px;
	margin: 0;
	clear:right;
}

h1 {
	color: #777777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height:0px;
	padding:20px 0px 0px 20px;
	/*text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);*/
}
h2 {
	color: #777777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height:0px;
	padding:20px 0px 0px 0px;
	/*text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);*/
}
h3 {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:0px;
}
h4 {
	margin-top:15px;
	color: #00baff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height:0px;
}

.smallheading {
	color: #454545;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:24px;
}
.body777 {
	color:#777777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	/*text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);*/
}
.promodate {
	color:#cccccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
	margin-left:22px;
}

.promotitle {
	color: #00baff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height:24px;
}
.promodesc {
	width: 700px;
	display: block;
	color:#777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:0px;
}
.promofine {
	width: 700px;
	display: block;
	color:#aaa;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
}

p {
color:#777777;
font: Arial, Helvetica, sans-serif;
font-size:11px;
padding:10px 20px 10px 20px;
/*text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);*/
}

.sm {
color:#999;
font: Arial, Helvetica, sans-serif;
font-size:11px;
padding:10px 10px 10px 0px;
/*text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);*/
}

#bottomwrapper {
	width: 1040px;
	height: 77px;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image: url(../images/bodybg_bottom.png);
	margin: 0 auto;	
}

/*#bottomlinks {
	width: 1040px;
	height: 77px;
	margin: 40px 0px 00px 0px;
}*/

#bottomlinks {
	width: 1040px;
	height: 77px;
	margin: 0px 0px 00px 0px;
}

#bottomlinks ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#bottomlinks li {
	padding: 0px 0 0 30px; 
	display: block;
	float: left;
	list-style: none;
	line-height: normal;
	text-decoration:none;
}

#map {
	float:left;
	padding: 4px 160px 0px 50px; 
	display: block;
	list-style: none;
	line-height: normal;
	text-decoration:none;
}

#footer {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width: 940px;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
}

#rightalign {
	float: right;
	text-align:right;
}

/* Local Time Style */
#theTime {
	float:right;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
}

/* Popup. Not used. */
.popup {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
 
div.popup em {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 11px;
	color: #555;
	letter-spacing:0px;
	font-size: 9px;
	text-transform:uppercase;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	line-height: 11px;
	background: url(../images/smallbubble.png) no-repeat;
	width: 120px;
	height: 49px;
	position: absolute;
	top: -70px;
	left: -0px;
	text-align: center;
	z-index: 2;
	display: none;
	font-style: normal;
}

/* Smaller slider pictures. */
#smallpics {
	margin-left: 1px;
	float: left;
	width: 312px;
	height: 385px;
	background-color:#eee;
	overflow:hidden;
}


#spaserviceswrapper {
	margin:50px auto;
	display:block;
	width: 940px;
	height:180px;
	border-top:1px solid #eeeeee;
}

#policyswrapper {
	margin:50px auto;
	display:block;
	width: 940px;
	height:0px;
	border-top:1px solid #eeeeee;
}

#policytextwrapper {
	float:left;
	margin:-25px 0px 40px 40px;
	display:block;
	width:700px;
	padding-bottom: 0px;
}
.policydesc {
	width: 700px;
	display: block;
	color:#777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
.columntitle {
	width: 200px;
	float: left;
	clear: right;
}
.menucolumn {
	margin-top: 4px;
	width: 200px;
	height: 220px;
	float: left;
}

.menucolumn ul {
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}

.menucolumn lh {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}

.menucolumn li {	
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #777;
	line-height: 22px;
}

.menucolumn a {
	list-style: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #777;
	line-height: 20px;
}
.menucolumn a:hover {
	list-style: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #00baff;
	line-height: 20px;
}

#spamenuwrapper {
	float:left;
	margin:6px 0px 40px 290px;
	display:block;
	width:700px;
	border-top:1px solid #eeeeee;	
	padding-bottom: 0px;
}
.servicename {
	padding-top: 10px;
	width: 520px;	
	border-top:1px solid #eeeeee;	
	display: block;
	font-weight:bold;
	color:#555;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
}

.servicedesc {
	width: 520px;
	display: block;
	color:#777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}


small {
	font-weight: normal;
	color: #999;
	}

/* Tweeter */
#tweets {
	font-family: Helvetica, Arial, sans-serif;
}
#tweets li {
	padding-left: 20px;
	margin-top:8px;
	margin-left:-40px;
	height:17px;
	font-size: 10px;
	color: #777;
	background:url(../images/twitter.png) no-repeat left ;
	list-style-type:none;
	line-height: 20px;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#00baff; }
#tweets a:active { text-decoration:none; color:#00baff;}
#tweets a:hover { text-decoration:underline; color:#00baff;}
#tweets a:visited { text-decoration:none; color:#00baff;}


#textcolumn {
	margin-top: 30px;
	margin-left: 40px;
	width: 700px;
	float: left;
	list-style: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #777;
	line-height: 20px;
}

#textcolumn a {
	list-style: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #777;
	line-height: 20px;
}
#textcolumn a:hover {
	list-style: none;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #00baff;
	line-height: 20px;
}

a.email {
	font-size: 14px;
	color: #00abff;
}
a.email:hover {
	font-size: 14px;
	color: #00abff;
	text-decoration: underline;	
}
a.email2 {
	color: #454545;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.email2:hover {
	font-size: 13px;
	color: #00abff;
	text-decoration: underline;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Photo Gallery */
#photowrapper {
	display: block;
	width: 940px;
	height: 450px;
	margin: 0 auto;
}
#photobg {
	margin-right: 8px ;
	margin-bottom: 8px ;
	float:left;
	padding: 4px;
	width: 140px;
	height: 140px;
	background-image: url(../images/photobg.png);
	background-repeat:no-repeat;
}




#meerkat {
	width: 100%;
	display: none;
}

#meerkat-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#meerkat-content h5{
	font-family: Avant Garde, Futura, Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	color: #777;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	font-size: 12px;
	line-height:20px;
	text-align: center;
	padding:0px;
}

#meerkat-content p{
	color: #FFF;
	font-size: 1.2em;
}

#meerkat-content a.dont-show{
	color: #FFF;
	font-weight: bold;
}

#meerkat-content a.dont-show:hover {
	color: #FFF;
	text-decoration: none;
}

a.close {
	position: absolute;
	top: 7px;
	right: 3px;
	display: block;
	height: 26px;
	width: 26px;
}

a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 10px;
	background-image:url(../images/close.png);
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
	text-indent: -9000px;
	height: 26px;
	width: 26px;
}

a.close-meerkat:hover {
	position: absolute;
	top: 6px;
	right: 10px;
	background-image:url(../images/close.png);
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
	text-indent: -9000px;
	height: 26px;
	width: 26px;
}

.zoom {
	display: block;
	width:132px;
	height:132px;
}
	
	