/* MAIN STRUCTURAL STYLES */
body {
	text-align: center;
	font-family: "Arial", "sans";
	background: #FAFFE8;
	font-size: 14px;
	height: 100%;
}

div#page { 
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding: 0px;
	overflow: auto;
	background: #0B1A2B;

}

div#header {
	text-align: left;
}


div#menu {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 1.2em;
	border-top: solid 1px #FAFFE8;
	height: 30px;
}

div#footer {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: #FAFFE8;
	font-size: .8em;
	overflow: auto;
	border-top: solid 1px #FAFFE8;
	margin-top: 20px;
}

div#content {
	overflow: visible;	
	min-height: 360px;
	border-top: solid 1px #FAFFE8;
	padding: 20px 25px 0px 25px;
	color: #FAFFE8;
	border-top:  solid 1px #FAFFE8;
	background: url(/images/bg.png) no-repeat top right;
}

/* ie6 height hack */
* html div#content {height: 360px; overflow: visible;}

div#pagetitle {
	border-top: solid 1px #FAFFE8;
	height: 70px;
	background: url(/images/titlebg.png) no-repeat top right;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.center {
	text-align: center;
	padding: 0px;
}

div.table {
	width: 55%; 
	float: left;
}

/* LINK STYLES */
a {
	color: #4D759D;
	text-decoration: none;
}

a:hover {
	color: #FAFFE8;
	text-decoration: underline;
}

div#footer a {
	color: #FAFFE8;
}



/* IMAGE STYLES */
img {
	border: 0px;
}

img.border {
	border: solid 5px #FAFFE8;
	margin-top: 4px;
}

img.rightfloat {
	float: right;
	margin-left: 20px;
}

img.leftfloat {
	float: left;
	margin-right: 20px;
}

img.titleimage {
	vertical-align: middle;
}

img.transparent { behavior: url(/scripts/iepngfix.htc) }

div.image {
	text-align: center;
	font-style: italic;
	/*border: solid 8px #FAFFE8;*/
	color: #0B1A2B;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 15px;
}

div.b1 {
	background: #FAFFE8 url(/images/imagebg1.png) no-repeat bottom left;
}

div.b2 {
	background: #FAFFE8 url(/images/imagebg2.png) no-repeat bottom right;
}

div.b3 {
	background: #FAFFE8 url(/images/imagebg3.png) no-repeat bottom left;
}

div.bp {
	background: #FAFFE8;
}


div.left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

div.right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

div.center {
	clear: both;
	margin: 0px auto;
}

/* HEADING STYLES */
h1 {
	color: #FAFFE8;
	height: 70px;
	background: url(/images/compass.png) no-repeat top left;
	padding: 0px 0px 0px 55px;
	margin: 0px;
	line-height: 70px;
}

h2 {
	color: #FAFFE8;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 1.3em;
	color: #6B88A5;
	padding: 0px;
}

/*LINE STYLES */
hr {
	margin-top: 10px;
	color: #DBDBDB;
	background-color: #DBDBDB;
	height: 1px;
	border: 0px;
}

hr.half {
	width: 60%;
}


/* LIST STYLES */
 li {
	padding-bottom: 0px;
}

/* TABLE STYLES */
table.specs {
	margin: auto 0px;	
	border-collapse: collapse;
	border-spacing: 0px;
}

table.specs td {
	color: #FAFFE8;
	font-size: .8em;
	vertical-align: top;
	padding: 2px;
}

table.specs td.left {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	width: 40%;
}

table.specs td.right {
	text-align: left;
	padding-left: 2px;
	width: 40%;
}

table.inflatables {
	margin: auto 0px;	
	border-collapse: collapse;
	border-spacing: 0px;

}

table.inflatables td {
	color: #FAFFE8;
	font-size: .85em;
	vertical-align: top;
	padding: 2px;
	padding-right: 30px;
	text-align: center;
}

table.inflatables th {
	padding-right: 25px;
	text-align: center;
}

 
 
















