html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#000000;
	color:#ffffff;
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: auto; 
	/* */ 
}

body {
 	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	text-align:center;
}

a {
  color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#ffffff;
}

a:visited {
	color:#ffffff;
}

img {
	border:none;
}

h1 {
	font-size:26px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:10px;
}

.flc {
	width: 100%;
	height: 100%;
}
div.flc {
	width: 800px;
	height: 400px;
	text-align: center;
	border: 1px solid #333333;
}

.prod-width {
	width:800px;
}

.start {
  color:#ffffff;
  font-size:48px;
  font-weight:bold;
  text-align:center;
}

.encompass {
	position:relative;
	top:50px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

.yacont {
  position:relative;
  left:-92px;
  width:500px;
  float:right;
  z-index:1;
}

.spacing {
  position:relative;
  height:90px;
  width:200px;
  z-index:0;
}

.menuleft {
	position:relative;
	top:-10px;
	right:10px;
	float:left;
	z-index:1;
}

.menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/buttons/btn1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu li.current a {
	color:#fff;
	background:url(../images/buttons/btn3.gif);
	}
.menu li.current a b {
	background:url(../images/buttons/btn3.gif) no-repeat right top;
}
.menu li a:hover {
	color:#fff;
	background:#000 url(../images/buttons/btn2.gif);
}
.menu li a:hover b {
	background:url(../images/buttons/btn2.gif) no-repeat right top;
}
.menu li.current a:hover {
	color:#fff;
	background:#000 url(../images/buttons/btn3.gif);
	cursor:default;
}
.menu li.current a:hover b {
	background:url(../images/buttons/btn3.gif) no-repeat right top;
}

