html, body {
	width: 100%;
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font: 13px Arial, sans-serif;
	color:#000000;
	background:#ffffff;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 950px;
	max-width: 1400px;
}
p {
	margin: 0;
	padding: 0;
}
a img {border:0;}
a{
	text-decoration:underline;
	color: #8800aa;
}
a:hover{color: #aa00ff;}
input,
textarea,
select{
	font: 13px Arial, sans-serif;
	vertical-align:middle;
	color:#000000;
}
#logobar {
	position: absolute;
	width: 27%;
	height: 100%;
}
#logobar .logo {
	display: block;
	background: url('../img/logo.gif') bottom center no-repeat;
	height: 328px;
}
#logobar .logo span {
	display: none;
}
#logobar .slogan {
	padding: 12px 4px 0px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#logobar .contact {
	height: 260px;
	background: url('../img/contactinfo.gif') bottom center no-repeat;
}
#content {
	position: absolute;
	left: 27%;
	width: 68%;
	height: 100%;
	background: #aaaaaa;
}
#contentholder {
	width: 629px;
	margin: 0px auto;
	height: 100%;
}
#content ul, 
#content ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
#content ul.tabs {
	display: block;
	position: relative;
	left: 275px;
	width: 355px;
	height: 25px;
	padding: 88px 0 0 0;
	margin: 0;
}
#content ul.tabs li {
	float: left;
}
#content ul.tabs li a {
	display: block;
	background: url('../img/tabs.gif') top left no-repeat;
	height: 25px;
	margin: 0px 4px;
}
#content ul.tabs li a span {
	display: none;
}
#content ul.tabs li a.cat1 { width: 97px; }
#content ul.tabs li a.cat1a {	background-position: 0px -25px; }
#content ul.tabs li a.cat1i { background-position: 0px 0px; }

#content ul.tabs li a.cat2 { width: 121px; }
#content ul.tabs li a.cat2a { background-position: -110px -25px; }
#content ul.tabs li a.cat2i { background-position: -110px 0px; }

#content ul.tabs li a.cat3 { width: 107px; }
#content ul.tabs li a.cat3a { background-position: -244px -25px; }
#content ul.tabs li a.cat3i { background-position: -244px 0px; }

#content #preview {
	width: 626px;
	height: 352px;
	background: #ffffff;
	overflow: hidden;
}
#content #lrnav {
	background: #ffaaaa;
	margin: 10px auto;
	width: 80px;
	height: 22px;
	position: relative;	
}
#content #lrnav a span {
	display: none;
}
#content #lrnav a.btnl {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	width: 40px; height: 22px;
	background: url('../img/btnl.gif') top left no-repeat;
}
#content #lrnav a.btnr {
	display: block;
	position: absolute;
	top: 0px; left: 40px;
	width: 40px; height: 22px;
	background: url('../img/btnr.gif') top left no-repeat;
}
#content #thumbsscroll {
	width: 626px;
	height: 94px;
	overflow: auto;
}
table.thumbs, table.thumbs td {
	padding: 0;
	margin: 0;
	border: 0;
}
table.thumbs td {
	width: 160px;
	height: 84px;
	text-align: left;
}
.thumbs a {
	display: block;
	width: 144px;
	height: 81px;
	border: 2px solid #aaaaaa;
	margin-right: 12px;
}
.thumbs a.active {
	border: 2px solid #8800aa;
}
#devlogo {
	position: absolute;
	left: 95%;
	height: 100%;
	width: 5%;
	overflow: hidden;
}
#devlogo .ph {
	width: 5%;
	height: 100%;
}
#devlogo span {
	display: none;
}
#devlogo .placehold {
	height: 100%;
}
#devlogo a {
	margin: -120px 0px 0px 3px;
	background: url('../img/olsollogo.gif') top left no-repeat;
	display: block;
	width: 29px;
	height: 93px;
	margin-top: -120px;
}
/*scrollbar*/
.scrollbar {
	cursor: pointer;
	z-index: 20;
	display: block;
	position: relative;
	margin: 0px auto;
	width: 200px; height: 24px;
	overflow: hidden;
	display: none;
}
.scrollbar .scrollbg {
	cursor: pointer;
	position: absolute;
	z-index: 21;
	background: #d0d0d0;
	width: 200px;
	height: 4px;
	top: 10px;
}
.scrollbar .scroller {
	cursor: pointer;
	z-index: 22;
	background: #8800aa;
	display: block;
	position: absolute;
	width: 64px; height: 4px;
}
