* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

body {
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	color: #606969;
}

#central {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#container {
	margin-left: -391px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 782px;
	visibility: visible;
	border: 1px solid #606969;
	text-align: left;
	background: url(../images/stripe.gif) no-repeat left top;
}
#container.dark {
	background: url(../images/darkstripe.gif) no-repeat left top;
}
#inner {
	border: 1px solid #FFFFFF;
}
#left {
	float: left;
	width: 230px;
	text-align: left;
}
.short {
	height: 230px;
}
.long {
	height: 480px;
}


#left a {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #606969;
	text-decoration: none;
	border-bottom: 1px dotted #8CA09F;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#left a.first {
	margin-top: 15px;
}
#left a:hover {
	color: #8CA09F;
}
img.logo  {
	margin-top: 20px;
	margin-left: 35px;
}
#left #casestudies a {
	text-transform: none;
	border-style: none;
	letter-spacing: 0em;
	padding: 3px 3px 3px 10px;
}




#right {
	text-align: left;
	padding: 20px 20px 20px 250px;
}
#right p {
	padding-bottom: 7px;
}
#right a {
	color: #606969;
}
#right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#right.cs {
	padding-top: 270px;
}

#examples {
	float: right;
	color: #FFFFFF;
	width: 549px;
}
#examples h1 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 5px 5px;
}
#examples p {
	padding: 5px 5px 2px;
}
#examples a {
	color: #8ca09f;
	text-decoration: none;
}
#examples a:hover {
	color: #FFFFFF;
}

#topwide {
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	text-align: center;
}
#topwide img {
	margin-top: 79px;
	margin-right: 180px;
	margin-left: 179px;
}
#footer {
	background: #97A3A3;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
}
#footer a:hover {
	color: #606969;
}
#clients td {
	padding-right: 20px;
}
#contact {
	margin: 20px;
}
#contact p {
	padding-bottom: 7px;
	font-size: 11px;
}
input, textarea {
	padding: 1px;
	border: 1px solid #606969;
	font: 10px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

#contact a {
	display: inline;
	text-transform: none;
	letter-spacing: 0em;
	padding: 0px;
	margin: 0px;
	border-style: none;
	text-decoration: underline;
}
td {
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 3px;
	line-height: 1.3;
}
.box {
	background: #D3D8D8;
}
.box2 {
	background: #FFFFFF;
}
.button {
	color: #D3D8D8;
	background: #606969;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p.left {
	float: left;
}
p.right {
	float: right;
}
