/* Setup defaults */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
}
.clear { clear:both; }
/* Setup defaults - End */
.hidden {
	display:none;
}

body {
	background: url('../images/vpd_logo1.gif') no-repeat;
}

#body {
	1max-width:800px;
  1width:expression(document.body.clientWidth > 800 ? "800px" : this.width);
  width:100%;
  min-width:750px;
  /* Wont work on a dragging resize */
  margin:auto;
  font-size:.75em;
}

#nav {
	position: absolute;
	top:300px;
	left:150px;
	text-align:right;
	font-size:1.3em;
}

#nav a {
	color:black;
}

#navlist {
	list-style:none;
}

#scroller1 {
}

#contentContainer {
	position:absolute;
	top:215px;
	left:295px;
	width:450px;
	1border:1px dashed red;
}

#contentContainer ul{
	margin: 15px;
}

#header {
	top:165px;
	left:295px;
	position:absolute;
	width:450px;
	text-align:right;
	
}

#rightside {
	position:absolute;
	top:215px;
	left:755px;
}

h2, h3 {
	margin-bottom:15px;
}

.notext { 
	color:red;
} 

li.client {
	list-style:none;
	1margin-bottom:15px;
	height:225px;
}
li.client h3{
	display:none;
}
li.client .brandimg {
	float:left;
}

li.client img{
	float:right;
	margin-bottom:15px;
}

#rightside p {
	width:expression(document.body.clientWidth > 1015 ? "225px" : this.width);
	max-width:225px;
}

.persontitle {
	font-weight:bold;
}

.imgpadtop {
	padding-top:20px;
}