/* commented backslash hack v2 \*/ 
html, body {height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background: #fff;
	color: #000066;
	font:1em Garamond, "Times New Roman", Times, serif;
	width: auto;
    min-width: 768px;	
}

#outer {
	height:100%;
	min-height:100%;
	margin:0;
	margin-bottom:-51px !important;
	background:#fff; /* = centreborder bg color*/
	color: #000066;
}
 
html>body #outer {height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:124px;
	background:#0042a0 url(../img/header_01.jpg) repeat-x;
	overflow:hidden;
	white-space:nowrap;
	min-width: 768px;
}
* html #header {
height:124px;/*for ie5.x win */
he\ight:124px;/*for ie6*/
}
#header img {
	padding:0;
	border:0;
}

#left {
	position:relative;/*ie needs this to show float */
	float:left;
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:51px; margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding:0 2px 0 2px;}
#right p {padding:0 2px 0 2px;}

#right {
	position:relative;/*ie needs this to show float */
	float:right;
	margin-right:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:51px ;margin-right:-150px;}/* stop float drop in ie */

#right img {
	margin-top:2px;
	margin-left:6px;
}

.starbuy {
	width:140px;
	margin:18px 3px 2px 6px;
	padding:3px 0 60px 0;
	color: #3084a8;
	border: 2px solid #003176;
	background:#fff;
	font-size:0.9em;
	text-align:center;
}
* html .starbuy {
	width:145px;/*for ie5.x win */
	margin-right:0;
	
	w\idth:141px;/*for ie6*/
	marg\in-right:2px;

}

.mglftminus5 {
	margin-left:-4px !important;
}

.sb_bg {
	width:140px;
	height:97px;
	margin:-58px 0 0 8px;
	padding:0;
	background:url(../img/hammock_ani_141width_even.gif) no-repeat bottom;
	z-index:1;
}

* html .sb_bg {
	width:139px;/*for ie5.x win */
	marg\in-top:-59px;
	
	w\idth:141px;/*for ie6*/
	marg\in-top:-59px;

}

.sb_bg_odd {
	width:140px;
	height:97px;
	margin:-58px 0 0 8px;
	padding:0;
	background:url(../img/hammock_ani_141width.gif) no-repeat bottom;
	z-index:1;
}

* html .sb_bg_odd {
	width:139px;/*for ie5.x win */
	marg\in-top:-59px;
	
	w\idth:141px;/*for ie6*/
	marg\in-top:-59px;

}

a.starlink:link { 
	color: blue; 
	background: #fff;
	text-decoration:none;
	font-weight:bold;
} 

a.starlink:visited { 
	color: blue; 
	background: #fff;
	text-decoration:none;
	font-weight:bold;
} 

a.starlink:hover {
	color: red;
	background: #fff;
}

a.starlink:active {
	color: red;
	background: #fff;
}

.starbuy h2{
	margin:0;
	font-size:1.1em;
}
.starbuy h3{
	margin:0;
	font-size:1.05em;
}

.thumbcontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}

.starthumb {
	text-align:center;
	padding-top:5px;
}

.starthumb img {
	padding:0;
	border:2px solid #ffce63;
	margin-right:6px;
	margin-left:auto;	
}

.margin10 {
	margin-top:10px !important;
}

#footer {
	width:100%;
	clear:both;
	height:46px;
	background:#003176;
	border-top:5px solid #004499;
	color: #FFFFFF;
	position:relative;
	font-size:.8em;
	font-weight:bold;
}

#footer a:link { 
	color: #FDFEDC; 
	background: #003176;
	text-decoration:none;	
} 
#footer a:visited { 
	color: #FDFEDC; 
	background: #003176;
	text-decoration:none;
} 
#footer a:hover {
	color: #DCF3FE;
	background: #003176;
	text-decoration:none;
}
#footer a:active {
	color: #DCF3FE;
	background: #003176;
	text-decoration:none;
}

#footer p {
	margin:0;
	padding-left:150px;
	display:inline;
}
* html #footer p {
	margin-top: -8px;/*for ie5.x win */
	marg\in-top: -8px;/*for ie6*/
}

#siteby {
	position:absolute;
	right:150px;
	display:inline;
	margin:0;
}


#clearheader{height:125px;}/*needed to make room for header*/
#clearfooter{clear:both;height:51px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}

div,p  {margin-top:0}/*clear top margin for mozilla*/

h1 {
	font-size:1.3em;
}

h1 span {
	color:#58B40B;
}

h2 {
	margin-top:0;
	font-size:1.1em;
}

h2 span {
	color:#58B40B;
}

h3 {
	margin-top:0;
	font-size:1em;
}

#centreborder {
	float:right;
	width:100%;
	position:relative;
	margin: 0 -1%;
}

* html #centreborder {
	height:1%; 
	margin:0;
	border:0;
}/* combat IE's 3 pixel jog (was margin-bottom:1px) */

#centrecontent {
	background:#fff;
	border:3px solid #fff;
	margin: 5px 2px 5px 1px;
	padding:5px;
}

.imgbdr1 {
	border:3px solid #f8f6c6;
}

#centrecontent a:link { 
	color: #0000FF; 
	background: #fff;
	text-decoration:none;	
} 
#centrecontent a:visited { 
	color: #0000FF; 
	background: #fff;
	text-decoration:none;
} 
#centrecontent a:hover {
	color: #FF0000;
	background: #fff;
	text-decoration:none;
}
#centrecontent a:active {
	color: #FF0000;
	background: #fff;
	text-decoration:none;
}

.centerinner1 {
	border:2px solid #003176;
	margin:20px ;
	padding:20px;
}

.centerinner1 p {
	text-align:left;
}

.centerform fieldset {
	border:0;
}

.centerform select {
	font:0.8em Garamond, "Times New Roman", Times, serif;
	margin-top:10px;
}

.imgleft {
	float:left;
	margin:0 15px 15px 0;
	border:5px solid #f8f6c6;
	clear:both;
}

.imgright {
	float:right;
	margin:0 0 15px 15px;
	border:5px solid #f8f6c6;
	clear:both;
	
}

.outerwrap {
	float: left;
	width: 99%;
}

/* --------- nav ------------- */
ul#navlist {
	margin:18px 0 0 0;
	padding: 2px;
	width: 142px;
}
* html #navlist li {
	width: 142px;/*for ie5.x win */
	w\idth: 134px;/*for ie6*/
}

#navlist li {
	list-style-type: none;
	background:#0051bd;
	color: #000066;
	border: 1px solid #000;
	font-size:.9em;
	font-weight: 600;
	padding: 3px;
	margin-bottom: 2px;
	letter-spacing:-0.04em;
}
* html #navlist li {
	display:inline;/*for ie5.x win */
	d\isplay:block;/*for ie6*/
}

#navlist li a {
	color: #000066;
	background: #ecfbff;	
	text-decoration: none;
	display: block;
	width:93%;
	padding:3px 2px 3px 5px;
	border: 1px solid #000066;
}
* html #navlist li a {
	width:100%;/*for ie5.x win */
	w\idth:93%;/*for ie6*/
}

#navlist li a:hover {
	background: #00317a;
	color: #fff;
	border: 1px solid #F4F9FF;
}

#current {
	background:#fff !important;
	border:1px solid #000 !important;
	color:#006 !important;
}

.spacer2{
	height:2px;
	overflow:hidden;
}
p.spacer2 {margin:0;padding:0;}

.spacer15{
	height:15px;
	overflow:hidden;
}
p.spacer15 {margin:0;padding:0;}

.spacer120{
	height:120px;
	overflow:hidden;
}
p.spacer120 {margin:0;padding:0;}

.centertext {
	text-align:center;
}


.nrmltext {
	font-size: 1em;
}

.smltext90 {
	font-size: 0.9em;
}

.smlcaps {
	font-variant:small-caps;
}

.valign-40 {
	vertical-align:-40%
}
* html .valign-40 {
    /*ie5 doesn't respect -%*/
	vertical-al\ign:-10%;/*for ie6*/
}

.valign-50 {
	vertical-align:-50%
}
* html .valign-50 {
    /*ie5 doesn't respect -%*/
	vertical-al\ign:-20%;/*for ie6*/
}

.noborder {
	border:0;
}

.nobr {
	white-space:nowrap;
}

.lrpad10 {
	padding:0 10px 0 10px;
}

.tbmargin10 {
	margin:10px 0 10px 0;
}

.textjustify {
	text-align:justify;
}

.textleft {
	text-align:left;
}

.bold {
	font-weight:bold;
}

.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	margin-bottom:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* xxxxxxxxxxx  convert id   xxxxxxxxxxxxx */

#convert {
	width:134px;
	margin:0;
	margin-left:2px;
	margin-right:3px;
	padding:3px;
	color: #000066;
	border: 1px solid #000;
	background:#ecfbff;
	font-size:0.9em;
}
* html #convert {
	width: 142px;/*for ie5.x win */
	w\idth: 134px;/*for ie6*/
}

#convert h1 {
	background: #FDFEDC;
	color: #000066;
	border: 1px solid #003176;
	font-size:1.1em;
	padding:3px;
}

#convert h2 {
	font-size:1em;
	padding:0 0 0 3px;
}

#convert form {
	background: #00439E;
	color: #FFFFFF;
	border: 1px solid #003176;
	font-size:1em;
	font-weight:bold;
}

#convert input {
	width:120px;
}

* html #convert input{
	width: 110px;/*for ie5.x win */
	w\idth: 110px;/*for ie6*/
}

#convert img {
	margin:5px;
	margin-left:0;
}

#convert a:link { 
	color: #0000FF; 
	background: #ecfbff;
	text-decoration:none;	
} 
#convert a:visited { 
	color: #0000FF; 
	background: #ecfbff;
	text-decoration:none;
} 
#convert a:hover {
	color: #FF0000;
	background: #ecfbff;
	text-decoration:none;
}
#convert a:active {
	color: #FF0000;
	background: #ecfbff;
	text-decoration:none;
}


.header {
	position:relative;
	background:#ecfbff;
	width:140px;
	border:1px solid black;
	height:1.2em;
	line-height:1.2em;
}
* html .header {
	width: 142px;/*for ie5.x win */
	w\idth: 140px;/*for ie6*/
}

.header h1 {
	margin:0;
	padding:0;
	color:#004EB3;
	background:transparent;
	position:absolute;
	left:5px;
	right:0;
	font-size:1.1em;
	font-weight:bold;
}

.header h1.overlay {
	color:#000;
	background:transparent;
	position:absolute;
	left:6px;
	top:1px;
}

.headerleft {
	margin-left:2px;
	margin-bottom:2px;
}

.headerright {
	margin-left:6px;
	margin-bottom:2px;
	margin-top:20px;
}

iframe {
	margin:0;
	height:270px;
	width:338px;
}

#description {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:360px;
	border:2px solid #003176;
}

.leftcontact{
	margin-left:0 !important;
	font-size:0.9em;
}

#contact {
	margin-left:auto;
	margin-right:auto;
	border:2px solid #003176;
	width:380px;
}
* html #contact {
	width: 360px;/*for ie5.x win */
	w\idth: 380px;/*for ie6*/
}

#contact h2 {
	margin-left:25px;
}


#contact div {
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	
}

#contact fieldset {
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:0;

}
#contact label {
	float:left;
}

#contact input {	
	width:200px;
	float:right;
}

#contact textarea {
	width:200px;
	height:100px;
	float:right;
	font:0.94em Arial, Helvetica, sans-serif;
}

.contacterror {
	float:right;
	border:2px solid #003176;
	padding:2px 3px 2px 3px;
	background:#FFF4F5;
	font-weight:bold;
	text-align:right;
	font-variant:small-caps;
}

.contactbutton {
	width:120px !important;
}

.telephone {
	width:57%;
}

.telephone p {
	margin:0;
}

/*  form for proplist */
.proplist select{
	width:175px;
}

.col1 {
	text-align: right;
	width: 160px;
	margin: 0;
	margin-right: 0.1em;
	margin-top:0.2em;
	float: left;
}

.col2 {
	width: 160px;
	display: block;
	float: left;
	margin: 0;
}

div.row {
	clear: both;
	width: 330px;
}

.input {
	background: #FFFFFF;
	font-size: .9em;
	width:10em;
	margin: 4px 0 10px 8px;
}

.left_col_img {
	margin:-2px 0 2px 2px;
}

.left_col_img_2 {
	margin:8px 0 0 3px;
}

.color_01 {
	color:#CC0000;
	
}

.links {
	border:2px solid #003176;
	padding:5px 10px;
	margin-bottom:5px;
}

.links h2 {
	font-size:95%;
	margin-top:5px;
}


.search_props {
	background:#fdf5e0 url(../img/search.jpg) no-repeat 0 40px; 
	width:130px; 
	border:1px solid black; 
	padding:5px 5px 70px 5px; 
	margin:2px;
	cursor:pointer;
}

* html .search_props {
	width: 142px;/*for ie5.x win */
	w\idth: 130px;/*for ie6*/
}

.search_props p {
	margin:0;
	color:#c9312c; 
	font-weight:bold; 
	letter-spacing: -0.05em;
}

/* Links */

.links {
	border:2px solid #003176;
	padding:5px 10px;
	margin-bottom:5px;
}

.links h2 {
	background:#01429c url(../img/link_icon.gif) no-repeat 5px;
	color:white;
	padding:3px 0 3px 40px;
	font-size:1.1em;
	margin-top:5px;
	height:21px;
}


.links_bg2 h2 {
	background:#01429c url(../img/list_icon_sml.gif) no-repeat 5px;
}

.links_bg3 h2 {
	background:#01429c url(../img/blog_icon.gif) no-repeat 5px;
}

.links_bg2 p {
	text-align:center;
}



/*   phpweather   */

div#wx {
	background:#fff;
	width:140px;
	border: 1px solid #4578BA;
	text-align:center;
	margin:8px 0 0 2px;
	font-size:0.9em;
}

* html div#wx {
	width:142px;/*for ie5.x win */
	w\idth:140px;/*for ie6*/
}

div#wx a  {
	text-decoration:none;
}

div#wx a:hover {
	background: white;
	text-decoration: none;
}
div#wx a span {display: none;}
div#wx a:hover span {
	display: block;
	position: absolute;
	left: 70%;
	width: 200px;
	padding: 3px;
	margin: 3px;
	margin-top:-50px;
	z-index: 100;
	color: #000033;
	background: #fdf5e0; 
	text-align: center;
	border: 1px solid #4578BA;
	text-decoration: none;
}

* html div#wx a:hover span {
	left:50%;
	margin-top:0;
}

div#wx p {
	position:relative;
	margin:5px;
	}
	
div#wx img {
	border:0;
	margin:0;
	}

.wx_temp 
{
	display:inline;
	position:absolute;
	left:50px;
	padding: 0;
	margin: 12px 0 0 0;
	z-index: 48;
	font-weight:bold;
}
* html .wx_temp {
	left: 5px;/* for ie win */
}

.wx_note
{
	font-size:11px; 
	margin:3px 0 0 0; 
	padding:0; 
	background: #D8EAFF; 
	border: 1px solid #4578BA;
	display:block;
}

.form {
	width:255px;
	border:2px solid #003176;
	padding:10px;
}

.form input, textarea {
	width:245px;
	color: #000066;
	font:1em Garamond, "Times New Roman", Times, serif;
}

.form p {
	font-weight:bold;
}

.form_note {
	color: #DF2929;
}


.error {
	padding:5px;
	border:4px solid #DF2929;
	width:263px;
	font-weight:bold;
}

.error span {
	border:0;
	background:#FFEFF2;
	padding:1px;
}

.success {
	padding:5px;
	border:4px solid #60BF5F;
	width:263px;
}

.tophammock {
	position:absolute; 
	top:0; 
	right:0; 
	z-index:1;
}

.w85 {
	width:85px !important;
}

.detail_note {
	background:#01429C;
	color:white;
	text-align:center;
	padding:3px;
	font-weight:bold;
}

.detail_note2 {
	height:1.2em; 
	background:#01429C; 
	color:white; 
	line-height:1.2em; 
	padding:3px;
}

.detail_note3 {
	background:#ff8a00; 
	color:white;
	text-align:center;
	padding:3px;
	font-weight:bold;
	border:2px solid #01429c;
}

.price_list {
	border:2px solid #01429c; 
	padding:15px;
}

.right_col_h1 {
	font-size:1.1em;
}

.blog_image {
	margin:0 1em 1em 0;
	float:left;
	border:5px solid #f8f6c6;
}

div#menu {
margin-top:5px;
text-align:center;
}

div#menu a{
white-space:nowrap;
}

div#top_menu {
margin-top:5px;
text-align:center;
position:relative;
z-index:2;
}

div#top_menu a{
white-space:nowrap;
font-size:.9em;
text-decoration:none;
}

div#menu1 {
margin-top:5px;
text-align:center;
}

div#menu1 a{
white-space:nowrap;
}

div#top_menu {
margin-top:5px;
text-align:center;
}

div#top_menu a{
white-space:nowrap;
font-size:.9em;
text-decoration:none;
}

div#top_menu a:link{
color:#01429e;
}

div#top_menu a:visited{
color:#01429e;
}

div#top_menu a:hover{
color:red;
}

div#top_menu a:active{
color:red;
}





.boxes {
	font-size:.95em;
	font-weight:bold;
	background:#003179; 
	height:207px; 
	color:white;
	float:left;
	margin-bottom:1em;
}

.boxes p{
	position:relative;
	top:182px;
}

div#box {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:514px;
}
#box a:link { 
	color: white; 
	background: #003179;
	text-decoration:none;	
} 
#box a:visited { 
	color: white; 
	background: #003179;
	text-decoration:none;
} 
#box a:hover {
	color: #fff954;
	background: #003179;
	text-decoration:none;
}
#box a:active {
	color: #fff954;
	background: #003179;
	text-decoration:none;
}

.twothird {
width:335px;
}

.third {
width:161px;
}
.apply {
background: #003179 url(../img/apply_online.jpg) no-repeat !important;
margin-right:1em;
}
.calculate {
background: #003179 url(../img/calculate.jpg) no-repeat !important;
}
.offer {
background: #003179 url(../img/whatyouneed.jpg) no-repeat !important;
margin-right:1em;
clear:left;
}
.callback {
background: #003179 url(../img/callback.jpg) no-repeat !important;
margin-right:1em;
}
.contactus {
background: #003179 url(../img/contactus.jpg) no-repeat !important;
}

.textbox {
clear:both;
text-align:center;
border:1px solid #003179;
margin-bottom:1em;
padding:1em 1em 0 1em;
}

.textbox a:link {
	background: white !important;
	color: blue !important;
	text-decoration:none;	
} 
.textbox a:visited { 
	background: white !important;
	color: blue !important;
	text-decoration:none;
} 
.textbox a:hover {
	background: white !important;
	color: red!important;
	text-decoration:none;
}
.textbox a:active {
	background: white !important;
	color: red !important;
	text-decoration:none;
}

/*********************************************************************/

/**************************************/
form {
font:.8em Arial, Helvetica, sans-serif !important;
width:434px;
margin-left:auto;
margin-right:auto;
margin-top:0;
}

legend{
font-weight:bold;
padding:.3em 1em .3em 1em;
color:#000066;
}

label {
float:left;
line-height:1.1em;
margin-bottom:.3em;
clear:both;
min-height:1.3em;
width:190px;
background:#fbfaf7;
padding:.1em 0 .1em .3em;
}

input, select, textarea {
font:.9em Arial, Helvetica, sans-serif;
float:right;
margin-bottom:.3em;
line-height:1.1em;
width:190px;
}

select {
width:195px;
}

textarea {
height:80px;
}

fieldset{
width:400px;
margin-bottom:1em;
border:2px #262d7e solid;
padding:1em;
}

.mandatory{
color:red;
font-weight:bold;
}

.button_box {
width:400px;
margin:1em 0;
border:2px #262d7e solid;
padding:1em;
}

.button{
width:auto;
}

.noborder{
border:0;
}

#error_innerhtml {
	margin-top:0 !important;
	margin-bottom:0 !important;	
	padding:0 !important;
	margin-left:auto;
	margin-right:auto;
	width:428px;
}

.form_errors {
	margin:1em 0;
	width: 409px; 
	background:#feeaee;
	border:2px solid red;
	color:#a70000;
	padding:0.5em;
	font:0.9em Arial, Helvetica, sans-serif;
}

.form_errors ul {
	margin:0 1em 0 1em;
	list-style:inside;
	padding:0;
}

.form_errors p{
	font-weight:bold;
}

.form_errors h2{
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#a70000 !important;
}

h1.forms {
	margin:1em 0 0 0;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-align:center;	
	color:#ff8901;
}

.smaller_text{font-size:90%;}