/* site.css - Araluen Lodge */



html {
	margin: 0px;
	padding: 0px;
	background: 3A446C;
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	
	text-align: justify;

	scrollbar-face-color: #ACACB8;
	scrollbar-highlight-color: #000080;
	scrollbar-shadow-color: #333365;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #3A446C;
	scrollbar-darkshadow-color: #666698;
	scrollbar-base-color: #000000;

	background-image: url(images/bg1.jpg);

	overflow: auto;

}




/* TABLES */



table.maintable { 
	width: 100%; 
	Height: 499;
	background-color: 3A446C;
	background-image: url(images/contentbg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}

table.tariff { 
	background-color: #000080;
}

table.insideiframe { 
	width: 100%; 
	background-color: 3A446C;
	height: 330;
}




td.maintable1 { 
	vertical-align: top; 
	height: 379;
}


td.maintable2 { 
	vertical-align: top; 
	background-image: url(images/strip2.jpg);
	background-repeat: repeat;
	background-position: top left;
	height: 120;
}

td.insideiframe1 { 
	background-color: 3A446C;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

td.tarifftable1 { 
	background-color: #ebf1ec;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.6em;
	color: #000000;
	text-align: center;
}

td.tarifftable2 { 
	background-color: #ffffff;
}

td.tarifftable3 { 
	background-color: #ffefdf;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.6em;
	color: #000000;
	text-align: center;
}



td.tarifftable4 { 
	background-color: #ebf1ec;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.6em;
	color: #000000;
	text-align: left;
}

td.tarifftable5 { 
	background-color: #ffefdf;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.6em;
	color: #000000;
	text-align: left;
}


/* LINES and FONTS */

iframe.mainiframe {  
	width: 100%; 
	height: 499; 
}

iframe.suite {  
	width: 490; 
	height: 330; 
 	align: middle;
	background-color: 3A446C;	
}

iframe.suite1 {  
	width: 400; 
	height: 330; 
 	align: middle;
	background-color: 3A446C;	
}


iframe.gallery {  
	width: 210; 
	height: 330; 
 	align: middle;
	background-color: 3A446C;	
}


iframe.video {  
	width: 384; 
	height: 328; 
 	align: middle;
	background-color: 3A446C;	
}




p.home {
	text-align: justify;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;

}

p {
	text-align: left;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.9em;
	color: #ffffff;
	padding-left: 13px;
	padding-right: 13px;

}

p.gallery {
	text-align: left;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.9em;
	padding-left: 5px;
	color: #ffffff;
}

p.print {
	text-align: left;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.7em;
	padding-left: 13px;
	color: #ffffff;
}


p.heading {
	text-align: left;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.9em;
	color: #ffffff;
}

div.copyright {
	text-align: center;
	color: #000000;
	font-size: 0.7em;
}

div.footer {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
}

div.p4 {
	text-align: left;
	font-size: 0.6em;
	color: #464646;
	vertical-align: top; 
	padding: 10px;
}


div.tariff1 {
	text-align: left;
	font-size: 0.6em;
	color: #000080;
	vertical-align: top; 
}

div.tariff2 {
	text-align: center;
	font-size: 0.6em;
	color: #000000;
	vertical-align: top; 
}


/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}

	a.p4 {text-decoration: none;   color: #464646}
	a.p4:hover {text-decoration: underline;   color: #464646}
	a.p4:visited {text-decoration: none;   color: #464646}

	a.print {text-decoration: none;   color: #ffffff}
	a.print:hover {text-decoration: underline;   color: #ffffff}
	a.print:visited {text-decoration: none;   color: #ffffff}


ul
{
	list-style-type: square
	padding-left: 13px;
}
 	
hr.e {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

img.pic {
	margin-right: 13px
	}	
	


