* {
	padding:0;
	margin:0;
}
html {
    height: 100%;
    
}
body {
   height: 100%;
}
p {
	margin-bottom:8px;
}
img {
	border:0;
}
ul {
	margin-left:15px;
}
.pagetitle {
	margin-bottom:8px;
}

#slideMenu {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	z-index:20;
}
#slideMenu a.toggleBtn{
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:90px; heig\ht:74px;
	padding-top:16px;
	width:30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	z-index:20;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
#slideMenu a.toggleBtnHighlight{
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:90px; heig\ht:74px;
	padding-top:16px;
	width:30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	z-index:20;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.content{
	padding:5px;
	z-index:20;
}
#menuholder {
	padding-top:50px;
	padding-left:10px;
}
#menuholder .btn a{
	text-decoration:none;
	height:22px;
	line-height:22px;
}
#menuholder .btn a:hover {
	text-decoration:none;
}
#subfolio {
	padding-top:8px;
	padding-bottom:8px;
}
#subfolio ul {
	list-style:none;
	list-style-type:none;
	line-height:13px;
	margin:0;
}
#subfolio li {
	margin-bottom:5px;
	margin-left:5px;
}
#subfolio li a{
	line-height:13px;
	text-decoration:none;
	margin-bottom:5px;
}
#subfolio li a:hover {
	text-decoration:none;
}
.password {
	margin:0 auto;
	width:300px;
	height:150px;
	background-color:#CCC;
	border:1px solid #F00;
}
#sitelogo {
	height:80px;
	width:740px;
	left:50%;
	top:15px;
	margin-left:-370px;
	text-align:center;
	position:absolute;
	z-index:1;
}
#sitecontainer {
	width:740px;
	min-height:470px;
  	max-height:1200px;
	left:50%;
	top:50%;
	margin-top:-195px;
	margin-left:-370px;
	position:absolute;
	z-index:2;
}
#innersite {
	padding-top:10px;
	padding-left:14px;
	padding-right:10px;
	padding-bottom:10px;
}
div.scrollable {
	float:left;		
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/left.png) no-repeat;
	float:left;
	margin:217px 5px;
	cursor:pointer;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}
a.next, a.nextPage {
	background-image:url(img/right.png);
	clear:right;	
}
	
div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 653px;	
	height:440px; heig\ht:430px;
	padding-top:10px;	
}
div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:10px;
}
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:633px;
	padding:0px 0px;
	margin-right: 20px;	
}
.portfoliodesc {
	padding-bottom:10px;
}
.portfolioimages {
	padding-left:25px;
	height:340px;
	padding-bottom:10px;
}
.pagenav .left{
	width:auto;
	float:left;
}
.inputmenu {
	font-size:11px;
	height:20px;
	line-height:20px;
	width:200px;
}
.pagenav .right {
	width:auto;
	float:right;
	text-align:right;
}
.pagenav .right a {
	margin-left:8px;
	margin-right:8px;
}
#banners {
	width:500px;
	height:auto;
	float:left;
}
.banner {
	margin-bottom:10px;
}
.link {
	margin-bottom:5px;
}
#links {
	width:200px;
	height:auto;
	float:left;
}
.inputfield {
	width:350px;
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
	height:20px;
}
.inputarea {
	width:350px;
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
ul#thumbs li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #999;	
	padding:2px;
}
ul#thumbs a{
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
ul#thumbs a img{
	float:left;
	position:absolute;
	top:-20px;
	left:-50px;	
}
ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;		
}
ul#thumbs a:hover img{
	border:1px solid #999;	
	background:#fff;
	padding:2px;			
}	
ul#thumbs:after, li#thumbs:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
ul#thumbs, li#thumbs{
	display:block;
	}
ul#thumbs, li#thumbs{
	min-height:1%;
	}
* html ul#thumbs, * html li#thumbs{
	height:1%;
}	
#footer {
	height:22px;
	line-height:22px;
	width:auto;
	bottom:0;
	right:0;
	position:absolute;
	padding-right:10px;
}