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

p.toptext { 
	margin:0; 
	padding:6px 20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	color:#CCC;
}

a.toptext {
	text-decoration:none;
	color:#79a8fa;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	color: #1e1918;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: 2px;
	font-weight: normal;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	color:#79a8fa;
	font-size:24px;
	font-weight: normal;
	text-transform:uppercase;
	margin:10px 0 2px 0;
}

p { 
	font-family: helvetica, arial, sans-serif;
	color:#666;
	font-size:12px;
	margin:2px 25px 0px 2px;
	font-weight: normal;
	line-height:17px;
}


p.contactbold { 
	font-family: helvetica, arial, sans-serif;
	color:#666;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	margin:0 25px 0 0;
}

p.contact { 
	font-family: helvetica, arial, sans-serif;
	color:#666;
	font-size:12px;
	text-align:right;
	margin:0 25px 0 0;
}

p.gutterleft{
	font-family: helvetica, arial, sans-serif;
	color:#CCC;;
	font-size:11px;
	text-align:left;
	padding:30px 0 0 0;
}

p.gutterright {
	font-family: helvetica, arial, sans-serif;
	color:#CCC;;
	font-size:11px;
	text-align:right;
	padding:30px 0 0 0;
}

/**/


input.textform {
	margin:8px 0 0 2px;
	color:#999;
	background-color:#FFC;
}

textarea.textbox {
	margin:8px 0 6px 2px;
	background-color:#FFC;
}

input.submit {
	background-color:#79a8fa;
	border:none;
	color:#333;
}

input.submit:hover {
	background-color:#79a8fa;
	border:none;
	color:#FFF;
	cursor:pointer;
}



/**/


ul#nav {
	margin:67px 0 0 0;
	padding:0;
	list-style-type:none;
	width:600px;
	height:27px;
}
ul#nav li{
	float:right;
	margin:0;
	pading:0;
}

ul#nav li.home a{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:59px;
	height:25px;
	background-image:url(../img/home.png);
	background-repeat:no-repeat;
}

ul#nav li.home a:hover{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:59px;
	height:25px;
	background-image:url(../img/homeon.png);
	background-repeat:no-repeat;
}

ul#nav li.about a{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:86px;
	height:25px;
	background-image:url(../img/about.png);
	background-repeat:no-repeat;
}

ul#nav li.about a:hover{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:86px;
	height:25px;
	background-image:url(../img/abouton.png);
	background-repeat:no-repeat;
}

ul#nav li.contact a{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:106px;
	height:25px;
	background-image:url(../img/getintouch.png);
	background-repeat:no-repeat;
}

ul#nav li.contact a:hover{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:106px;
	height:25px;
	background-image:url(../img/getintouchon.png);
	background-repeat:no-repeat;
}

ul#nav li.projects a{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:106px;
	height:25px;
	background-image:url(../img/ourprojects.png);
	background-repeat:no-repeat;
}

ul#nav li.projects a:hover{
	display:block;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	width:106px;
	height:25px;
	background-image:url(../img/ourprojectson.png);
	background-repeat:no-repeat;
}


ul#nav li a:hover{
}
	
span { display:none; }