@charset "utf-8";
/* CSS Document */

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;

}
body {
	background:url(../images/bg3.jpg) repeat-x top center #181818;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	height: 198px;
	width: 450px;
	position: relative;
	top: 167px;
	left: 30px;
}
#logo {
	position: absolute;
	top: 34px;
	left: 3px;
}
#links {
	position: absolute;
	right: 23px;
	top: 40px;
}
img {
	border: none;
}
img.rollover {
	
}
#left {
	position: relative;
	top: 140px;
	width: 490px;
}
#right {
	position: relative;
	float: right;
	top: 180px;
	width: 420px;
}
#full {
	position: relative;
	top: 140px;
	width: 960px;
}
.window {
	background:url(../images/window_bg.png) repeat-y;
	width: 410px;
	padding: 40px;
	position: relative;
}
.windowclose {
	position: relative;
	width: 490px;
	margin-bottom:30px;
}
.recent {
	width: 155px;
	height: 85px;
	background:url(../images/work_bg.png) top left no-repeat;
	padding: 10px 14px 19px 14px;
	margin: 10px 13px 10px 2px;
	float: left;
}
.client {
	width: 105px;
	height: 57px;
	padding: 8px 10px 12px 10px;
	background:url(../images/client_bg.png) top left no-repeat;
	float: left;
	margin: 2px;
}
#full .client {
	margin: 8px;
}
.contact {
	width: 331px;
	height: 169px;
	padding: 15px 25px 15px 25px;
	background:url(../images/contact_bg.png) top left no-repeat;
	float: left;
	margin: 2px;
}
.contact p {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
a.plain:hover, .blue {
	color: #00a6dd;
}
a.plain {
	color:#000000;
	text-decoration: none;
}
.hdr {
	clear: both;
	margin: 10px 5px;
	padding-top: 10px;
}
h1.headline {
	margin: 0px;
	padding: 0px;
}
.window p, .window ul li {
	line-height: 24px;
	font-size: 14px;
	color:#333;
}
.window p a, p.viewmore a {
	color: #039;
	text-decoration: none;
}
.window p a:hover, p.viewmore a:hover {
	color: #00a6dd;
}
.copyright {
	margin-right: 40px;
	text-align: right;
	font-size: 10px;
	color:#000;
	clear: both;
}
label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 60px;
}
input.wide, textarea {
	width: 340px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
p.viewmore {
	margin-left: 5px;
}
