body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	text-decoration: underline;
	color: #A6CE39;
	font-weight: normal;
}

a:hover {
	color: #57853C;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #999999;
	font-weight: normal;
}

.list_item {
	color:#A5CD39;
	font-weight:bold;
}

.client {
	font-weight:bold;
}

.pagewidth {
	width: 720px;
}

#bubbles {
	float: left;
	width: 720px;
}


#column_wrap {
	height: 600px;
	background:url(img/rectangles.gif) no-repeat 0 120px;
}

#column1 {
	float: left;
	width: 120px;
}

#column2 {
	float: left;
	width: 120px;
}

#column3 {
	float: left;
	width: 120px;
}

#column4 {
	float: left;
	margin-top: 10px;
	width: 360px;
}

.clearer {
	clear: both;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 120px;
 	height: 103px;
	position: relative;
	background-image:url(img/menu_top.gif) no-repeat;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span {
	display: block;
}

#menu .about {
	width: 120px;
	height: 22px;
	background: url(img/m_about.gif) no-repeat;
	top: 15px;
}

#menu .about span {
	width: 120px;
	height: 22px;
	background: url(img/m_about_over.gif) no-repeat;
	top: 0px;
}

#menu .services {
	width: 120px;
	height: 22px;
	background: url(img/m_services.gif) no-repeat;
	top: 37px;
}

#menu .services span {
	width: 120px;
	height: 22px;
	background: url(img/m_services_over.gif) no-repeat;
	top: 0px;
}

#menu .projects {
	width: 120px;
	height: 22px;
	background: url(img/m_projects.gif) no-repeat;
	top: 59px;
}

#menu .projects span {
	width: 120px;
	height: 22px;
	background: url(img/m_projects_over.gif) no-repeat;
	top: 0px;
}

#menu .contact {
	width: 120px;
	height: 22px;
	background: url(img/m_contact.gif) no-repeat;
	top: 81px;
}

#menu .contact span {
	width: 120px;
	height: 22px;
	background: url(img/m_contact_over.gif) no-repeat;
	top: 0px;
}

.row {
	width: 360px;
	margin-bottom: 10px;
}

.row_img {
	float: left;
}