*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body,#bg,#bg table,#bg td,#cont{
	width:100%;
	height:100%;
	overflow:hidden

}
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	cursor:default;
	background:#000 url("") fixed center;
	margin: 0;

}
div {
	z-index: 80;
}
a{
	text-decoration:none;
	color:#fff;
	outline:0
}
img{
	display:block
}
h3 {
	color: #fff;
}
strong {
	color: #333;
}
#fade {
	background: #000;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	z-index: 90;
}
#nav ul li{
	position: relative;
	display: inline;
	text-decoration: none;
	margin-right: 10px;
	
}
#nav ul li a{
	color: #ccc;
	font-weight: bold;
}

.logo {
	position: relative;
}
#menu {
	position: absolute;
	top:60px;
	width: 305px;
	height: 40px;
	right: 115px;
	color: #222;
	font-weight: bold;
}
#nav {
	position: absolute;
	top: 105px;
	right: 90px;
	height: 30px;
	width: 390px;
	text-align: right;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #fff;
	padding:10px 7px 0 10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	font-weight: bold;
	display:inline;
}
#cont{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto
}

#about{
	position:absolute;
	top:150px;
	right:2%;
	width:1000px;
	height: 480px;
	overflow:auto;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background: #000;
	float:right;



}
#about_content {
	position:relative;
	height: 200px;
	width: 350px;
	margin-left:1%;
	color: #fff;
}

#about_content  p{
	text-align: left;
	width: 350px;
	color: #999;
}

#about_content  a{
	color: #f00;
}

#port{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:auto;

	background: #000;


}
#port_content {
	position:relative;
	height: 200px;
	width: 500px;
	margin-left:150px;
	color: #fff;
}
#contact{
	position:absolute;
	top:150px;
	left:5%;
	width:600px;
	height: 350px;
	overflow:auto;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background: #000;
}
#stockist{
	position:absolute;
	top:150px;
	left:20%;
	width:400px;
	height: 530px;
	overflow:auto;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background: #000;
}

#stockist p{
	color:#999;
}	
form p {
	color: #fff
}

#footer {
	position: absolute;
	bottom: 5px;
	right: 130px;
	color: #fff;
	font-size: 12px;
	z-index: 90;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}

#header ul li{
	display: inline;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#column {
	position: absolute;
	padding: 30px 0 0 10px;
	height: 300px;
	width: 150px;
	top:0;
}
#scrollable1 {
	height: 395px;
	width: 330px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
			}


/* general styling for this example */
* { margin: 0; padding: 0; }

/* begin gallery styling */
#jgal { list-style: none; width: 400px; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 20px; left: 420px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%; }
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto;}
