/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *  
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #D8C384 url(/image/sand-bg.jpg) top left repeat;
   margin: 0px;
   padding: 0px;
   color: #333333;
}

h1 {
   font-size: 16px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #868379;
}
h2 {
   font-size: 14px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #868379;
}
h3 {
   font-size: 12px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #868379;
}
h4 {
   font-size: 11px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #868379;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#header {
   height: 164px;
}
#headerPos {
   position: relative;
   width: 950px;
   height: 164px;
}
#logo {
   padding-top: 10px;
   text-align: center;
}
#pageContainer {
   width: 950px;
}

.minsize {
   min-height: 500px;
   height:auto !important;
   height:500px;
}
#contentContainer {
   padding: 5px 15px 50px 15px;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   background: #ffffff url(/image/footer-bg.gif) bottom left repeat-x;
}

a {
   color: #FF2926;
   text-decoration: underline;
}
a:visited {
   color: #FF726F;
   text-decoration: underline;
}
a:hover {
   color: #ff0000;
   text-decoration: none;
}

#footer {
   min-height: 150px;
   height:auto !important;
   height:150px;
   color: #000000;
}
#footerPos {
   text-align: center;
   width: 950px;
   background: transparent url(/image/footer-mid-bg.png) top left no-repeat;
   min-height: 70px;
   height:auto !important;
   height:70px;
   padding-top: 20px;
}
#footer a,
#footer a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:hover {
   color: #aaaaaa;
   text-decoration: underline;
}

.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #ff0000;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #000000;
   cursor: pointer;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.required {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.hidden {
   display: none;
}
#instyleIt {
   float: right;
   margin: 5px;
}
#instyleIt a,
#instyleIt a:visited {
   color: #ffffff;
}
#instyleIt a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#instyleIt img {
   border: 0;
}

img, div { behavior: url(/include/libs/iepngfix/iepngfix.htc) }

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	width: 950px;
	background: transparent url(/image/nav-bg.gif) bottom left repeat-x;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav img {
	border: 0;
}
#nav li {
	float: left;
	background: transparent url(/image/nav-bg.gif) bottom left repeat-x;
	margin: 0;
	padding: 0;
}
#nav a,
#nav a:visited {
	float:left;
	display: block;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	line-height: 35px;
	height: 35px;
	border-top: 8px solid transparent;
}

#nav a.active,
#nav a:hover {
	background: #000000 url(/image/nav-bg-hover.gif) bottom left repeat;
	color: #ffffff;
}
#homeBanner {
	margin: -5px -15px 0 -15px;
	border-bottom: 15px solid #868379;
}
#gallery img {
	border: 3px solid #868379;
}
#sandyOW {
	background: transparent url(/image/one-world-v2.gif) top left repeat;
}
#availableSelectively img {
	float: right;
}
#availableSelectively h1 {
	width: 500px;
}