@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;
}
.rightwindow {
	width: 331px;
	height: 169px;
	padding: 15px 25px 15px 25px;
	background:url(../images/rightwindow_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;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #666;
	margin-top:0px;
	padding-top: 0px;
}
.window p, .rightwindow p, .window ul li {
	line-height: 24px;
	font-size: 14px;
	color:#333;
}
.window p a, p.viewmore a, .rightwindow p a {
	color: #039;
	text-decoration: none;
}
.window p a:hover, p.viewmore a:hover, .rightwindow p 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;
}
.label {
	color:#999;
}
input.wide, textarea {
	width: 340px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
p.viewmore {
	margin-left: 5px;
}
#gallery {
	height: 410px;
	width: 400px;
	position: relative;
}
.next {
	position: absolute;
	left: 184px;
	bottom: 0px;
	z-index:1000;
}
.prev {
	position: absolute;
	left: 184px;
	top: -10px;
		z-index:1000;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 410px;
	width: 400px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
	margin: 0px;
}
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}
.clear {
	clear: both;
	height:1px;
}
.tooltip {
	background-color:#fff;
	border:1px solid #fff;
	padding:10px 5px;
	width:163px;
	display:none;
	color:#212531;
	text-align:center;
	font-size:12px;

	/* outline radius for mozilla/firefox only
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000; */
}
.disabled {
	visibility: hidden;
}
	

