@charset "utf-8";
/* CSS Document */
body {
	background: #FFC url(../images/bg.jpg) no-repeat fixed;
}
h1 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}

p {
	font: 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #333;
}

hr {
	color: #F00;
	background-color: #F00;
	margin-top: 1.5em;
}

#toTop { 
	width: 100px;
	background: #2F8F74;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	color: #FFC;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.clearDiv {
	clear: both;	
}

.floatLeft {
	float: left;
	padding: 0;
}

.floatRight {
	float: right;	
}

#picseli {
	margin-bottom: 10px;	
}

#container {
	width: 940px;
	margin: 0 auto;
}

#top {
	height: 100px;
	margin-top: 40px;
}

#logo {
	float: left;	
}

#strapline {
	float: left;
	background: transparent url(../images/strapline-trans.png) no-repeat;
	margin: 12px 0 0 130px;
	width: 334px;
	height: 44px;
}

#nav {
	clear: both;
	height: 40px;
	width: 100%;
	background: url(../images/nav-bg.jpg) no-repeat;	
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	width: 110px;
	height: 40px;
	float: left;
	
}

#nav ul li#nav-home a {
	background: url(../images/home-trans.png) no-repeat 0 0;
	margin-left: 80px;
}

#nav ul li#nav-home a:hover {
	background: url(../images/home-trans.png) no-repeat 0 -40px;
	
}

#nav ul li#nav-projects a {
	background: url(../images/projects-trans.png) no-repeat 0 0;
	margin-left: 230px;
}

#nav ul li#nav-projects a:hover {
	background: url(../images/projects-trans.png) no-repeat 0 -40px;
}

#nav ul li#nav-contact a {
	background: url(../images/contact-trans.png) no-repeat 0 0;
	margin-left: 200px;
}

#nav ul li#nav-contact a:hover {
	background: url(../images/contact-trans.png) no-repeat 0 -40px;
}

#info {
	float: left;
	width: 25.44em;
	margin-top: 2em;
}

#info p {
	margin-bottom: 1em;	
}

#info h1 {
	color: #900;
	border-bottom: 1px solid #900;
	margin-bottom: 0.5em;
}

#info ul {
	margin-bottom: 1.5em;
}

#info ul li span {
	width: 160px;
	float: left;
	color: #900;	
}

#info ul li {
	color: #333;
	font: 1em Arial, Helvetica, sans-serif;
}

#info ul li a {
	color: #00633D;
}

#info ul li a:hover {
	text-decoration: none;
}

.content {
	float: left;
	position: relative;	
	width: 100%;
}

.project-info {
	float: left;
	width: 20.00em;
	margin-top: 1em;
}

.project-info a:first-child {
	margin-right: 0.8em;
}

.project-thumbs {
	position: absolute;
	bottom: 8px;
	left: 0;
}

.pics {  
	float: right;
	background: #fff;
    height: 346px;  
    width: 460px;  
    padding: 10px;  
    margin-top: 2em; 
} 
 
.pics img {    
    background-color: #eee;  
    width:  460px; 
    height: 346px;
	padding: 10px;
    top:  0; 
    left: 0;
} 

.main-project-image {
	float: right;
	padding: 10px;
	background: #fff;
	width: 36.25em;
	height: 27.19em;
	margin: 1em 0 0 0;
}

.project-info img {
	border: 1px solid #fff;	
}

#services h3 {
	float: left;
	width: 6.25em;
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
	margin-top: 1.2em;
}

#services ul {
	display: block;
	float: left;
	margin-top: 1.5em;
}

#services ul li {
	font: 1em Arial, Helvetica, sans-serif;	
	color: #333;
	line-height: 1.3em;
}

#products h3 {
	margin: 1.2em 0 0 9.8em;
	float: left;
	width: 6.25em;
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}

#products ul {
	display: block;
	float: left;
	margin-top: 1.5em;
}

#products ul li {
	font: 1em Arial, Helvetica, sans-serif;	
	color: #333;
	line-height: 1.3em;
}

.footer p {
	font-size: 0.7em;
	padding-bottom: 1.4em;
}

#projects-lists {
	margin-left: 6em;
}

#projects-lists ul {
	float: left;
	width: 23%;
	margin-top: 1em;
}

#projects-lists ul li {
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;	
}

#projects-lists ul li a {
	color: #333;
}

#projects-lists ul li a:hover {
	color: #900;
	text-decoration: none;
}

#contact-main ul {
	font: 1em/1.4em Arial, Helvetica, sans-serif;
}

#contact-main h3, #contact-main span {
	color: #00633D;
	font-weight: bold;
}

#contact-main a {
	color: #990000;	
}

#contact-main ul {
	margin-top: 1em;	
}

#contact-main ul span {
	margin-right: 4em;	
}

#contact-banner {
	float: left;	
}

#contact-main {
	float: left;
	margin: 4em 0 0 4em;
}







