h1,h2,h3,h4,h5,p{color: #333;}
a{
	text-decoration: none;
	color: #3C8DE9;
}
div#header{
	background: url("img/logo-bg.png") repeat;
	height: 105px;
	border-bottom: 1px solid #525252;
  font-size: 20px;
}
div#logo{
  margin-top: 7px;
	height: 99px;
	text-indent: -2000px;
	background: url("img/logo-orange.png") no-repeat;
}

ul#navigation{
	list-style: none;
	position: relative;
	padding-top: 35px;
	text-align: center;
	line-height: 22px;
}
ul#navigation li{
	padding-right: 40px;
	float: left;
}
ul#navigation a{
  color: #fff;
	text-decoration: none;
}
ul#navigation a.on{
	color: #285879;
}
ul#navigation a:hover{
	color: #285879;
}
#email{
	padding-top: 45px;
	font-size: 16px;
	overflow: visible;
}
#email p{
	text-align: right;
	padding-bottom: 10px;
	padding-left:20px;
	color: #fff;
}
#email a{
	padding: 5px;
	color: white;
}

#email a:hover{
	background-color: #444;
	padding: 5px;
}

#primary h2 a {
	color: #E31300;
}
#primary{
	height: 460px;
	border-bottom: 1px solid #ccc;
	background: #f7f9fa ;
}
#primary.short-title{
	height: 120px;
	background: #f7f9fa;

}
div#primary h1{
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.25em;
	text-shadow: 0px 1px 2px #666;
}
div#primary h2{
	font: 24px/1.25em Georgia, "Times New Roman", Times, serif;
}
div#primary h3{
	font: 18px/1.25em Georgia, "Times New Roman", Times, serif;
}

div.quote_button{
	background-image: url("img/orange-button.png");
	height: 60px;
	width: 275px;
}
div.quote_button a{
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	position: relative;
	float: left;
	padding: 22px;
	top: -3px;
}

div#latest_project{
   position: relative;
   padding-top: 40px;
}

div#latest_project span {
	position: absolute;
	color: white;
	font: 24px/45px Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	top: 357px;
	left: 12px;
	width: 470px;
}

div#secondary h1{
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.25em;
	text-shadow: 0px 1px 2px #666;
}

body.index h4{
	padding-top: 40px;
	font-size: 28px;
}

#secondary{
	background-color: #f7f9fa;
}
#services a{
	color: #333;
}
#services a:hover{
	color: #333;
}
#services img{
	width: 190px;
	height: 120px;
}
.serv{
	position: relative;
}
#services span{
	position: absolute;
	color: white;
	font: 18px/1.25em Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	width: 180px;
	bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.space-20{
	padding-bottom: 20px;
}
.space-40{
	padding-bottom: 40px;
}

body.services h2{
	padding-top: 45px;
	font-size: 28px;
}
body.services h2.projects-h2{
    padding-top: 0px;
}
body.services h3{
	font-size: 20px;
	margin-bottom: 10px;
}
body.services h5{
	padding-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
body.services h4{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#serv-block h3.no-top{
		padding-top: 10px;
}
#serv-block h3 {
	padding-top: 20px;
}
.project-screen{
	display: block;
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	position: relative;
	height: 110px;
	width: 110px;
    padding: 10px 10px 25px 10px;   
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;

}
.citymint{
	background: #fff url(img/citymint.png) no-repeat 10px 10px;
}
.mm{
	background: #fff url(img/mm.png) no-repeat 10px 10px;
}
.lustr{
	background: #fff url(img/lustr.png) no-repeat  10px 10px;
}
.mortgage{
	background: #fff url(img/mortgage.png) no-repeat  10px 10px;
}

cite{
	position: relative;
	left: 250px;
}

#serv-block{
	padding: 10px;
	background: #e7eded repeat-x 0 bottom;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 border: 1px outset #eaeaea;
}
.partner-logo{
	margin: 20px;
}

#footer{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
#footer p{
  color: #222;
}
#footer img{
	width: 257px;
	margin-left: -50px;
	padding: 10px;
}

#footer a{
	padding: 5px;
	color: white;
}

#footer a:hover{
	background-color: #444;
	padding: 5px;
}

#footer #info_address{
	text-align: right;
}

