body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", geneva, arial;
}

p {
	color: #fff;
	line-height: 1.35em;
	font-size:11px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

a:link, a:visited, a:active {
	color: #9d9d9d;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

h3.client {
	margin: 0px;
	padding: 0px;
	background: url(../images/title_client.gif) no-repeat left top;
	text-indent: -8888px;
	display: block;
	height: 12px;
	width: 40px;
}

h3.project {
	margin: 0px;
	padding: 0px;
	background: url(../images/title_project.gif) no-repeat left top;
	text-indent: -8888px;
	display: block;
	height: 16px;
	width: 51px;
}

h3.view {
	margin: 0px;
	padding: 0px;
	background: url(../images/title_view.gif) no-repeat left top;
	text-indent: -8888px;
	display: block;
	height: 13px;
	width: 35px;
}

h1#logo	a {
	background: url(../dennislo/images/header_logo_spring.png) no-repeat top left;
	width: 132px;
	height: 100px;
	display: block;
	margin: -21px 0px 0px 17px;
	padding: 0;
	text-indent: -8888px;
	outline: none;
	cursor: pointer;
}

.pink {
	color: #ec008c;
}

ul.list_ourclients {
	line-height: 23px;
	color: #555d5a;
	padding: 0;
	margin: 15px 0px 10px 0px;
	float: left;
	list-style: none;
}

li.ourclients {
	font-size: 0.8em;
	color: #9d9d9d;
}

li.title1 {
	background: url(../images/header_ourclients_1.gif) no-repeat left top;
	text-indent: -888px;
	width: 85px;
	height: 17px;
}

li.title2 {
	background: url(../images/header_ourclients_2.gif) no-repeat left top;
	text-indent: -888px;
	width: 85px;
	height: 17px;
}

li.title3 {
	background: url(../images/header_ourclients_3.gif) no-repeat left top;
	text-indent: -888px;
	width: 85px;
	height: 17px;
}

.back {
	padding-left: 20px;
}

.breaker {
	clear: both;
	background-color: #555d5a;
	height: 2px;
	width: 760px;
	position: relative;
	padding: 0;
}

/********************* Div styles **********************/

#container {
	width: 760px;
	padding: 0px;
	margin: -35px 0px 0px 40px;
}

#copyright {
	float: right;
	font-size: 0.8em;
	color: #9d9d9d;
	margin-top: 15px;
}

#clientlogo {
	width: 420px;
	height: 400px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#clientdesc {
	width: 340px;
	height: 400px;
	background: #555d5a;
	float: right;
	padding-left: 0px;
	margin: 0px;
}

.padding {
	margin: 10px 20px 20px 20px;
	width: 300px;
}

/********************* form styles **********************/

label {
	color: #555d5a;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	font: 1em Helvetica, Verdana, Arial, sans-serif;
}

input, textarea {
	border: solid #555d5a 1px;
	color: #333333;
	padding: 2px;
	width: 150px;
	font: 1em Helvetica, Verdana, Arial;
}

textarea {
	border: solid #555d5a 1px;
	color: #333333;
	font-size: 1em;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial;
	width: 481px;
	height: 200px;
}

fieldset {
	margin: 15px 0px 15px 15px;
	width: 700px;
	border: 0px;
}

input.submitbutton {
	border: solid #555d5a 1px;
	clear: both;
	margin: 10px 0px 0px 437px;
	width: 60px;
	cursor: pointer;
}

input:hover.submitbutton {
	background: #999;
}
