/* css document */

/* default */
body {
	font-family: "Trebuchet MS", Helvetica, Times, serif;
	color: #170A04;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background:#d7d865 url("images/bluelagoon/bg.jpg") repeat-x;
	background-position: top right;
	border-top: 46px solid #493f35;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #6ebe4c;
}

/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	text-align:left;
	background-image: url("images/cranes/contentbg_c.jpg");
	background-color: #fff; 
	padding: 0;
	filter:alpha(opacity=90);
	opacity: 0.90;
	width: 300px;
	}

#header a {
	color: #170A04;
	text-decoration: none;
}

#header a:hover {
	color: #000;
	background: #d7d865;
}

#headerTxt {
	color: #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	padding: 0;
}
*html #headerTxt {
	margin: 15px 0 0 0;
}

#headerTxt ul {
	list-style-type: none;
	font-weight: bold;
}

#headerTxt li {
	display: inline;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px 0px 0px -40px;
	padding: 0px 0px 0px 20px;
}

#headerTxt li a{
	font-size: 11px;
	margin: 0 0 0 40px;
}

/* container */
#container {
	width: 100%;
}

/* nav */
#nav {
	float: left;
	margin: 0 0 0 15px;
}

/* content */	
.content {
	font-family: "Trebuchet MS", Helvetica, Times, serif;
	text-align: left;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	background: #d7d865 url("images/cranes/contentbg_a.jpg");
	filter:alpha(opacity=75);
	opacity: 0.75;
	width: 180px;
}
*html .content{
margin: 0 10px 10px -40px;
padding: 15px 2px 2px 2px;
width: 220px;
}

.contentTxt {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

.contentTxt ul {
	list-style-type: none;
	padding: 0 0 0 15px;
}
*html .contentText ul{
	margin: 5px 0 0 -20px;
}

.contentTxt ul a:hover{
	background: none;
}

.contentTxt ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contentTxt li {
	padding: 3px 0 3px 0;
}

.contentTxt .null {
	margin: 0 0 0 6px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.contentTxt li a {
	color: #170A04;
	font-weight: normal;
	border-left: 3px solid #fff;
	padding-left: 3px;
}

.contentTxt li li a {
	margin: 0 0 0 8px;
	text-transform: capitalize;
}

.contentTxt li a:hover {
	background-color: #d7d865;
	color: #694314;
}

.contentTxt h1 {
	font-family: "Trebuchet MS", Helvetica, Times, serif;
	color: #493f35;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px -3px;
}	

#one, #two, #three, #four{
	/*display: none;*/
}

#portfolio{
	float: left;
	background: transparent url("images/bluelagoon/bg.jpg") no-repeat;
	background-position: top left;
	width: 700px;
	height: 600px;
}

#ifrm{
	background: transparent;
	overflow: auto;
	border: 0;
	width: 700px;
	height: 700px;
}
*html #ifrm{
	height: 675px;
}