html {overflow-y: hidden; width:100%; height:100%}
html, body { padding:0; margin:0; width:100%; height:100% }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	color: #fff;
	background-color:#fff;
}

table { padding:0px; margin:0px; border:none; border-collapse: collapse; }
td {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	vertical-align: top;
}

form { display:inline; }
textarea, input, select { 
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
}

img { border:0px; }

.hide { display:none; }
.clear { clear:both; }

/*
h1, h2, h3, h4, h5, h6 { padding:0px; margin:0px; }
ul, li { list-style:none; padding:0px; margin:0px; }
*/

div#bgwrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

div#sidebar {
	position:absolute;
	top:50px;
	left:0px;
	width:395px;
	height:130px;
}

div#gw { 
	width:395px;
	height:46px;
	margin-bottom:3px;
}

div#mainnav { 
	position:relative;
	width:395px;
	height:90px;
	background-color:#000;
}

div#work {
	position:absolute;
	top:-5px;
	left:57px;
	width:101px;
	height:36px;
}

div#about {
	position:absolute;
	top:-5px;
	left:284px;
	width:111px;
	height:36px;

}

div#rep {
	position:absolute;
	top:42px;
	left:55px;
}

div#rb {
	
}

div#weinper {

}

div#bransch {

}

div#sbdetails {
	width:395px;
	height:45px;
	margin-top:8px;
	background-color:#000;
	text-align:right;
	vertical-align:bottom;
	
}

div#aboutcontent {
	width:335px;
	margin-top:8px;
	background-color:#000;
	padding-left:60px;
	padding-right:2px;
	padding-bottom:20px;
}

div#slidethis {
	position:relative;
	top:0px;
	left:0px;
}

A {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
A:hover {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: underline;
}