@charset "ISO-8859-2";
/* CSS Document */


/* reset css */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	font-size: 1em;
}

a img, :link img, :visited img {
	border: 0;
}


/* styles */

html, body {
	height: 100%;
}
body {
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-left: 340px;
	width: 280px;
	padding-top: 90px;
	padding-bottom: 35px;
}
#content ul {
	list-style-type: none;
	padding-top: 0.5em;
}

#content li {
	line-height: 140%;
	padding-bottom: 1em;
	background-image: url(../pix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
#content h1 {
	padding-bottom: 1em;
	color: #333333;
	font-weight: normal;
}
#content p {
	padding-bottom: 1em;
	line-height: 149%;
}
#content a {
	color: #8c8571;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#page {
	width: 900px;
	margin-left: -450px;
	position: relative;
	left: 50%;
	min-height: 100%;
}
#intro {
	padding-top: 70px;
}

#menu {
	position: relative;
	width: 240px;
	float: left;
	padding-top: 70px;
}
#menu ul {
	list-style-type: none;
}
#menu a {
	position: relative;
	height: 30px;
	width: 280px;
	display: block;
}
.selected {
	background-position: 0px -60px!important;
}
.m-intro {
	background-image: url(../pix/m_intro.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-intro {
	background-position: 0px -30px;
}
.m-services {
	background-image: url(../pix/m_services.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-services {
	background-position: 0px -30px;
}
.m-team {
	background-image: url(../pix/m_team.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-team {
	background-position: 0px -30px;
}
.m-clients {
	background-image: url(../pix/m_clients.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-clients {
	background-position: 0px -30px;
}
.m-news {
	background-image: url(../pix/m_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-news {
	background-position: 0px -30px;
}
.m-location {
	background-image: url(../pix/m_location.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.m-location {
	background-position: 0px -30px;
}

#menu span {
	display: none;
}


#images {
	float: right;
	width: 260px;
	position: relative;
	min-height: 100%;
	padding-top: 100px;
	padding-bottom: 210px;
}
#images img {
	padding-left: 30px;
}

#logo {
	position: absolute;
	right: 0px;
	bottom: 30px;
}
#footer {
	clear: both;
	float: none;
	position: absolute;
	left: 25px;
	bottom: 45px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	float: left;
	padding-right: 1em;
}
#footer a {
	text-decoration: none;
	color: #8c8571;
}
#footer a:hover {
	color: #333333;
}


.bigbutton {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 95%;
	width: 99%;
	z-index: 10;
	overflow: hidden;
}
.bigbutton span {
	display: none;
}
.bigbutton a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
.imagecaption {
	font-size: 0.83em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	color: #333333;
	padding-left: 30px;
}
.spacer-intro{
	position: relative;
	height: 4px;
}
.spacer-clients{
	position: relative;
	height: 93px;
}
.spacer-news{
	position: relative;
	height: 121px;
}
.spacer-team{
	position: relative;
	height: 65px;
}
.spacer-location{
	position: relative;
	height: 153px;
}
.spacer-services{
	position: relative;
	height: 35px;
}
.tinytext {
	font-size: 0.83em;
}
.cleardiv {
	clear: both;
	float: none;
	position: relative;
}
.morelink {
	text-align: right;
	font-size: 9px;
	display: block;
}
