/* CSS Document */
@import url(color.css);
@import url(typography.css);

/* Normalizes padding and margins */
html, body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0; position: relative;}

/* Removes list-style from lists */
ol, ul
{list-style-type: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* Remove border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}

/* No text-decoration for links */
a
{
  text-decoration: none;
}

/* ------------------ */
/* Lilacmonkey layout */
/* ------------------ */
html
{
  height: 100%;
}

body
{
  height: 100%;
	background-color: #f0f0f0;
}

div#container
{
  position: relative;
  padding-bottom: 300px;
  width: 80%;
	min-width: 760px;
  margin: 0 auto;
	background-color: white;
/*  background: url(../images/bordering.png) center repeat-y;*/
}

div#container h3 {
	padding: 5px 0;
}

div#container img {
	padding: 5px 0;
}

div#branding
{
  min-height: 140px;
  text-align: center;
}

/* Branding area */
div#branding h1
{
  text-indent: -9999px;
  background: url(../images/logo.png) center no-repeat;
 /* width: 400px;*/
  margin: 0 auto;
  min-height: 150px;
}

div#branding blockquote
{
  position: absolute;
  top: -9999px;
}

/* Navigation area */
div#nav_main
{
  position: absolute;
  min-height: 300px;
  width: 150px;
  top: 165px;
  left: 25px;
  color: white;
	z-index: 100;
}

div#nav_main ul li
{
  min-width: 150px;
}

ul li.menu_top
{
  height: 30px;
  background: url(../images/top_v1.png) center no-repeat;
}

ul li.menu_bottom
{
  height: 30px;
  background: url(../images/bottom_v1.png) center no-repeat;
}

ul li.menu_middle
{
  height:45px;
  background: url(../images/middle_v1.png) center repeat-y;
}

li#nav_home a
{
  background: transparent url(../images/menu_home.png) left no-repeat;
}

li#nav_home a:hover
{
  background: transparent url(../images/hover_menu_home.png) left no-repeat;
}

li#nav_decorating a
{
  background: transparent url(../images/menu_decorating.png) left no-repeat;
}

li#nav_decorating a:hover
{
  background: transparent url(../images/hover_menu_decorating.png) left no-repeat;
}

li#nav_refurbishment a
{
  background: transparent url(../images/menu_refurb.png) left no-repeat;
}

li#nav_refurbishment a:hover
{
  background: transparent url(../images/hover_menu_refurb.png) left no-repeat;
}

li#nav_building a
{
  background: transparent url(../images/menu_portfolio.png) left no-repeat;
}

li#nav_building a:hover
{
  background: transparent url(../images/hover_menu_portfolio.png) left no-repeat;
}

li#nav_references a
{
  background: transparent url(../images/menu_references.png) left no-repeat;
}

li#nav_references a:hover
{
  background: transparent url(../images/hover_menu_references.png) left no-repeat;
}

li#nav_email a
{
  background: transparent url(../images/menu_email.png) left no-repeat;
}

li#nav_email a:hover
{
  background: transparent url(../images/hover_menu_email.png) left no-repeat;
}

li.copyrighting
{
  text-indent: 12px;
}

div#nav_main ul li a
{
  position: relative;
  display:block;
  width: 142px;
  height: 40px;
  text-indent: -9999px;
  color: #ffffff;
  left: 4px;
}

div#nav_main ul li a:link
{
}

div#nav_main ul li a:visited
{
  text-indent: -9999px;
}

div#nav_main ul li a:hover
{
  border-left: 4px solid #f85b00;
  border-right: 4px solid #f85b00;
  left: 0px;
}

div#nav_main ul li a:active
{
}

div#nav_accessibility
{
  position: absolute;
  top: -9999px;
}

/* Content area */
div#content_main
{
  position: relative;
  left: 190px;
	padding-right: 220px;
  /*width: 330px;*/
  top: 35px;
}

div#content_main p
{
  padding-top: 10px;
}

div#content_main ul
{
  padding-left: 30px;
  list-style-type: disc;
}

div#content_sub
{
  position: absolute;
  right: 130px;
  top: -40px;
  width: 125px;
}

div#content_sub img
{
  width: 125px;
}

/* Form styling */
fieldset
{
  border: 1px dotted #c1bcdc;
  padding: 10px;
}

fieldset.borderless
{
  border: none;
}

legend
{
  border: 1px solid #49308c;
  padding: 5px;
  background-color: #c1bcdc;
}

label
{
  width: 30%;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  clear: both;
}

input[type="text"]
{
  width: 60%;
  border-width: 1;
  padding-top: 5px;
  padding-left: 5px;
  color: #49308c;
  height: 1.25em;
}

input[type="submit"]
{
  padding: 0;
  color: #000000;
  font-size: 110%;
  border-color: #000000;
  margin-top: 10px;
  margin-left: 0.5em;
  left: 220px;
}

input[type="submit"]:hover
{
  color: #f85b00;
  border-color: #f85b00;
  cursor: pointer;
}

label.required
{
  font-weight: bold;
}

textarea
{
  width: 60%;
  height: 5em;
}

/* ======================== */
/*       Site footer        */
/* ======================== */
div#site_footer
{
  position: absolute;
  top: 500px;
  width: 150px;
  left: 30px;
  text-align: center;
  color: #a0a0a0;
  font-size: 80%; 
}

#phone
{
	font-size: 20px;
	font-weight: bold;
	color: #f85b00;
}
