@import url("reset.css");

body {
	font: 0.7em/1.4 Arial, Helvetica, sans-serif;
	background: #DBDCDC url(../images/bg-page-column.png) repeat-y top center;
	color: #4E555A;
}

h1 {
	position: absolute;
	top: 0; left: 12px;
}

h3 {
	color: #BB7542;
	font-size: 1.45em;
	margin-bottom: 0.1em;
}

img.left { float: left; margin-right: 2em; }
img.right { float: right; margin-left: 2em; }

ul.errors {
	font-weight: bold;
	color: red;
}

#container {
	margin: 0 auto;
	padding: 18px 10px 0 11px;
	width: 820px;
	background: #FFF;
}

/* Header area */
#header {
	height: 77px;
	margin-bottom: 15px;
	position: relative;
}

#header span {
	display: block;
	position: absolute;
	right: 0; top: 0;
}

#header span a { color: #535658; text-decoration: underline; }

#menu {
	position: absolute;
	bottom: 0; right: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #D1D2D3;
}

#menu li {
	float: left;
}

#menu li span {
	position: static;
	display: -moz-inline-block;
	display: inline-block;
	margin: 0 0.8em;
}

#menu a {
	color: #535658;
	text-decoration: none;
}

#menu li.on a { color: #848F94; }

/* Footer */
#footer {
	height: 54px;
	background: url(../images/bg-footer.png) repeat-x left top;
	color: #FFF;
	padding: 10px 15px;
}

/* Content area */
#main {
	background: #FFF;
	border-top: 1px solid #D1D2D3;
	padding-top: 10px;
}

/* Sidebar */
#sidebar-left {
	width: 175px;
	float: left;
}

#sidebar-left ul { margin: -0.4em 3px 1.1em 3px; }

#sidebar-left ul li {
	background: url(../images/bg-dotted-sidebar.png) repeat-x left bottom;
}

#sidebar-left ul li a {
	display: block;
	padding: 0.4em 0 0.4em 12px;
	background: url(../images/arrow-sidebar-off.png) no-repeat 3px 0.9em;
	color: #5B5B64;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-left ul li.on a {
	color: #8A99A8;
	background-image: url(../images/arrow-sidebar-on.png);
}

#sidebar-left .galleryBoxout {
	display: block;
	min-height: 164px;
	background: url(../images/bg-sidebar-gradient.png) repeat-x left top;
	text-decoration: none;
	color: #6CDBDB;
	line-height: 1;
	padding: 6px 0 0 9px;
}

#sidebar-left .galleryBoxout h5 {
	color: #FBEAC8;
	font: normal 12px "Kozuka Gothic Pro B", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#sidebar-left .galleryBoxout span.pos {
	margin-left: -10px;
}

/* Content */
#content {
	margin-left: 187px;
	padding-bottom: 3em;
}

#content div.hr {
	border: none;
	padding: 0; margin: 2em 0 2em 0;
	background: transparent url(../images/bg-hr.png) no-repeat center top;
	height: 17px;
}

#content p {
	margin-right: 1.5em;
	margin-bottom: 1.2em;
}

/* About page introduction */
#content .about {
	height: 329px;
	padding: 0 230px 0 15px;
	background: url(../images/bg-intro-about.jpg) no-repeat left top;
	color: #FFF;
	margin-bottom: 1em;
	position: relative;
}

#content .about h2 {
	height: 184px;
	padding-top: 10px;
	font: 37px "Kozuka Gothic Pro L", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
}

#content .about h3 {
	color: #FFF;
	font-size: 1.7em;
	font-weight: normal;
}

#content .about span.pos {
	position: absolute;
	right: 24px; bottom: 14px;
}

/* Commissions Page */
#content .commissions {
	height: 220px;
	padding: 0 230px 0 15px;
	background: url(../images/bg-intro-commissions02.jpg) no-repeat left top;
	color: #FFF;
	margin-bottom: 0;
	position: relative;
}
#content .commissions h2 {
	color: #FFF;
	height: 184px;
	padding-top: 7px;
	font: 37px "Kozuka Gothic Pro L", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
}

/* Repairs & Restorations Page */
#content .repairs {
	height: 220px;
	padding: 0 230px 0 15px;
	background: url(../images/bg-intro-repairs.jpg) no-repeat left top;
	color: #FFF;
	margin-bottom: 0;
	position: relative;
}
#content .repairs h2 {
	color: #FFF;
	height: 184px;
	padding-top: 17px;
	font: 37px "Kozuka Gothic Pro L", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	line-height: 1em;
}

#content .casestudy {
	background: url(../images/bg-hr.png) no-repeat top left;
	margin-top: 2em;
	overflow: hidden;
	padding-top: 3em;
}
#content .casestudy img {
	float: left;
	margin-right: 15px;
}

/* Contact form */
#contact {
	margin-top: 1em;
}

#contact label {
	font-weight: bold;
	display: block;
}

#contact li { margin-bottom: 0.6em; }

#contact input, #contact textarea {
	font: 1.2em/1.4 Arial, Helvetica, sans-serif;
	color: #4E555A;
}

#contact input { width: 30em; }
#contact textarea { width: 30em; height: 8em; }

#contact button {
	font: 1.1em/1.4 Arial, Helvetica, sans-serif;
	border: 2px solid #0B0C0C;
	border-top-color: #676C6F;
	border-left-color: #676C6F;
	background: #3F4448;
	color: #FFF;
	padding: 0.2em;
}

