@charset "utf-8";
a { color:#ddd; text-decoration:none; }
a img { border:0; }
a:hover { border-bottom:1px dashed #999; text-decoration:none; }
a.noborder:hover { border:none; };

input, select, textarea { width:100%; }
input.error, textarea.error { border:2px solid #f00; }
textarea { resize:none; }

.fllft { float:left; }
.flrgt { float:right; }
.clear { clear:both; }
.cllft { clear:left; }
.clrgt { clear:right; }

body {
	background-attachment:fixed;
	background-color:#3a3a3a;
	background-image:url(images/home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-top:3px solid #f30;
	color:#fff;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:130%;
	margin:0;
	padding:0;
}
h3 {
	border-bottom:1px solid #000;
	color:#333;
	font-size:26px;
	font-weight:bold;
	line-height:130%;
	padding:5px;
}
	
h4 {
	font-size:16px;
	font-weight:normal;
	line-height:130%;
	margin:0;
}
.wrapper {
	width:960px;
	height:100%;
	margin:0 auto;
}
.header {
	background-attachment:scroll;
	background-image:url(images/logo.png);
	background-position:14px 20px;
	background-repeat:no-repeat;
	margin-bottom:1em;
	height:165px;
	text-align:right;
}
.home {
	top:5em;
	right:5em;
	position:absolute;
}
.home a { color:#333; }
.home a:hover { border-bottom:none; }

.panel {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	padding:1em;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
.panel-box {	
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
	

.news {
	width:200px;
	height:328px;
	height:333px\9;
	margin-right:2em;
	overflow:hidden;
}
.latestprojects {
	background-image:url(images/latestprojects.png);
	background-position:left 25px;
	background-repeat:no-repeat;
	width:680px;
	margin-top:-5em;
	padding-top:4em;
}
button.portfolio {
	background-color:#eee;
	background-image:url(images/btn.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	cursor:pointer;
	padding:3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.project {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	border:1px solid #fff;
	border-top:1px solid #fff;
	font-size:12px;
	float:left;
	width:200px;
	padding:5px;
	margin:5px;
	margin-bottom:10px;
	text-align:left;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.project img {
	margin-bottom:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.project .type {
	background-color:#eee;
	background-image:url(images/btn.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	font-size:10px;
	color:#000;
	float:right;
	margin:-15px 5px 0 0;
	padding:1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.projectlink { font-weight:normal; }
.projectlink:hover { text-decoration:none; }
.tagline {
	width:350px;
	text-align:left;
}
.ui-effects-transfer { border: 2px dotted gray; }

.menu {
	color:#666;
	font-size:18px;
	padding-top:23px;
	margin-left:50%;
	width:485px;
	text-align:center;
	position:absolute;
}
.menu ul li a {
	border:none;
	color:#666;
	padding:20px 10px;
	text-transform:lowercase;
	font-stretch:ultra-condensed;
}
.menu ul li div a {
	color:#eee;
	padding:0;
	text-transform:capitalize;
}
.menu ul li span {
	background-image:url(images/point.png);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	margin-top:-20px;
	margin-bottom:10px;
	height:10px;
}
.menu ul li div {
	background-image:url(images/bg-dark.png);
	*background-image:url(images/bg.png);
	background-repeat:repeat;
	border:1px solid #ccc;
	*border:none;
	font-size:12px;
	padding:10px;
	margin-left:auto;
	margin-top:13px;
	*margin-top:39px;
	text-align:left;
	position:absolute;
	display:none;
}
.menu ul li div ul { 
	margin:0;
	padding:0;
}
.menu ul li div ul li {	
	display:block;
	margin-bottom:5px;
}

.menu a { color:#444; }
.menu a:hover { border-bottom:none; }
.menu ul, .menu li { display:inline; list-style:none; }