/* CSS Document */

body {
	color: #5D5D5D;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}


#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

td {
	vertical-align: top;
}

table.background {
	background-color: #FFFFFF;
	background-image: url(_images/g_headerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
}

td.clients {
    font: 11px/16px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
	color: #5D5D5D;
	padding-right: 15px;
}

td.portfolio {
	width: 855px;
	vertical-align: top;
	padding-top: 55px;
	padding-left: 45px;
}

td.portfolio2 {
	width: 855px;
	vertical-align: top;
	padding-left: 45px;
	padding-bottom: 45px;
}

td.introtext {
	padding-right: 50px;
	padding-left: 45px;
	padding-top: 55px;
	width: 375px;
}


td.clienttext {
	width: 375;
	padding-top: 55px;
}

h1 {
	font: bold 14px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #FF910E;
}


a {
	color: #5C86AA;
	text-decoration: none;
}
a:hover {
	color: #FF9B24;
}

.description {
	width: 750px;
	}
.formbg {
	background-image: url(_images/g_form_bg.gif);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C2D6E6;
	line-height: 24px;
	width: auto;
	padding: 10px;
}
