/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #e5e5e5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#commercial a,
#residential a,
#overlay a,
#about a,
#portfolio a,
#detail a,
#team a,
#experts a {
	display: block;
	width: 100%;
	position: relative;
}

#commercial a {
	height: 4086px;
}

#residential a {
	height: 3193px;
}

#overlay a {
	height: 3193px;
}

#about a {
	height: 1817px;
}

#portfolio a {
	height: 4458px;
}

#detail a {
	height: 2155px;
}

#team a {
	height: 2755px;
}

#experts a {
	height: 2101px;
}

#about,
#commercial,
#residential,
#overlay,
#portfolio,
#detail,
#team,
#experts {
	/* border: 1px solid #dddbdb; */
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
}

#commercial {
	background: transparent url('../img/commercial.jpg') no-repeat top center;
	height: 4086px;
}

#residential {
	background: transparent url('../img/crc-apartment1.jpg') no-repeat top center;
	height: 3193px;
}

#overlay {
	background: transparent url('../img/crc-apartment2.jpg') no-repeat top center;
	height: 3193px;
}

#about {
	background: transparent url('../img/about.jpg') no-repeat top center;
	height: 1817px;
}

#portfolio{
	background: transparent url('../img/portfolio.jpg') no-repeat top center;
	height: 4458px;
}

#detail {
	background: transparent url('../img/detail.jpg') no-repeat top center;
	height: 2155px;
}

#team {
	background: transparent url('../img/team.jpg') no-repeat top center;
	height: 2755px;
}

#experts {
	background: transparent url('../img/experts.jpg') no-repeat top center;
	height: 2101px;
}