/* General */

html {
  height: 100.1%;
}
body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}
body {
  background-color: #545454;
  text-align: center;
  font-size: 0.83em;
  padding: 1em 0;
  margin: 0;
}
a {
  color: #900;
  cursor: hand;
}
a img {
  border: 0;
  display: block;
}
a:hover {
  color: #f00;
}
.clear {
  clear: both;
}
embed {
  display: block;
}

/* Extremities */

#outer {
  width: 780px;
  margin: 0 auto;
}
#header {
  text-align: right;
}
#header .bar {
  background: #bbb url(../images/layout/header_bar.png) no-repeat;
  height: 21px;
}
#header h1 {
  margin: 0;
  font-size: 10px;
}
#header #logo {
  float: center;
  margin: 0px 0 0px 0px;
}
#header #small_thumbnails {
  margin: 16px 20px 0 0;
}
#footer {
  background-color: #bbb;
  background: #bbb url(../images/layout/header_bar.png) no-repeat bottom;
  margin: 5px 0 0 0;
  padding: 0 0 9px 0;
}
#footer span {
  padding: 5px;
  float: left;
}
#footer a {
  padding: 5px 0;
}
#footer .back_to_top {
  padding: 5px;
  display: block;
  text-align: right;
}
#searchables {
  font-size: 0.83em;
  color: #888;
  padding: 0 0 1em 0;
  text-align: justify;
}
a.searchable {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed #040;
}

/* Menus */

.menu ul, .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li a, .menu li .current {
  float: left;
  text-decoration: none;
  color: #888;
  text-transform: uppercase;
  font-weight: bold;
}
.menu li a:hover {
  background-color: #900;
  color: white;
}
.menu li .current {
  background-color: #999;
  color: white;
}

/* Main Menu */

#main_menu {
  background: white url(../images/layout/main_menu_top.gif) repeat-x;
}
#main_menu_innermost {
  background: url(../images/layout/main_menu_bottom.gif) repeat-x bottom;
  padding: 4px 0 9px 0;
}
#main_menu li {
  display: inline;
}
#main_menu li a, #main_menu li .current {
  padding: 7px 10px;
  display: block;
}
#main_menu p {
  position: relative;
  text-align: right;
  margin: 7px 10px 0 600px;
  color: #900;
  font-weight: bold;
}

/* Project Sub Menu */

.project_sub_menu {
  padding: 0 0 2em 30px;
  margin-top: 5px;
}
.project_sub_menu li {
  float: left;
}
.project_sub_menu p {
  float: left;
  padding: 10px;
  margin: 0;
}
.project_sub_menu a, .project_sub_menu .current {
  padding: 10px;
  display: block;
}

/* Content */

#content {
  background: white url(../images/layout/content_background.gif) repeat-y;
  text-align: justify;
}
#content_inner_a {
  background: url(../images/layout/content_top.gif) no-repeat;  
}
#content_innermost {
  background: url(../images/layout/content_bottom.gif) no-repeat bottom;  
  padding: 10px 0 30px 0;
}
#content .hr {
  clear: both;
  height: 6px;
  margin: 1.2em 0 1.2em 0;
}
#content .hr span {
  display: block;
  height: 6px;
  background: url(../images/layout/content_divider.gif) no-repeat;
  position: absolute;
  margin: 0;
  width: 780px;
}
h2, h3, h4, h5, h6 {
  text-align: left;
  color: #900;
}
h2 {
  font-size: 1.5em;
  margin: 12px 30px 0 30px;
}
h3 {
  font-size: 1.25em;
  background: url(../images/logos/tiny_icreate.gif) no-repeat 5px 5px;
  padding-left: 35px;
}
.sidenote h3 {
  text-align: right;
}
.sidenote h3 span {
  float: left;
}
h4 {
  font-size: 1em;
  font-style: italic;
}
strong {
  color: #900;
  font-style: italic;
}
#intro {
  text-align: left;
  background: url(../images/layout/content_divider.gif) no-repeat bottom;  
  overflow: hidden;
}
#intro_innermost {
  padding: 9px 26px 13px 26px !important;
  padding-top: 0;
  padding-bottom: 10px;
}
#intro h2 {
  font-size: 1em;
  font-style: italic;
  display: inline;
  padding: 0;
  margin: 0;
}
#intro p {
  display: inline;
}
#intro .body {
  font-style: italic;
  float: left;
  width: 550px;
}
#intro .showreel {
  float: right;
  width: 150px;
}
#intro .showreel a {
  display: block;
  background: url(../images/layout/showreel.gif) no-repeat;
  font-weight: bold;
  height: 54px;
}
#intro .showreel a span {
  display: block;
  padding: 0 0 0 75px;
}
.column_1, .column_2 {
  float: left;
  width: 50%;
}
.column_1_innermost {
  padding: 0 10px 0 0;
}
.column_2_innermost {
  padding: 0 0 0 10px;
}
.gallery ul, .gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
} 
.gallery li {
  float: left;
  margin: 0 7px 7px 0;
}
.gallery h3, .gallery h4 {
  padding-top: 1em;
  clear: left;
}
.gallery a {
  display: block;
  border: 2px solid #900;
}
.gallery a:hover {
  border-color: #f00;
}
.gallery h3 {
  border-bottom: 1px solid black;
}

/* Forms */

form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  padding: 0px 0px 10px 0;
  margin: 0 0 1em 0;
}
fieldset .padding {
  padding: 10px 10px 0 10px;
}
legend {
  color: black;
  font-weight: bold;
  padding: 4px;
}
fieldset label {
  display: block;
  text-align: left;
}
fieldset .required {
  color: red;
}
fieldset input {
  width: 200px;
  height: 1.2em;
  margin: 0 0 10px 0;
  font-family: courier, sans-serif;
}
fieldset .textarea {
  text-align: center;
}
fieldset textarea {
  clear: both;
  display: block;
  width: 99%;
  height: 140px;
  font-family: courier, sans-serif;
  margin: 0 auto;
}
fieldset .select label {
  float: left;
  clear: both;
  margin: 0 0 5px 0;
}
fieldset .select select {
  float: right;
  width: 380px;
  clear: right;
  margin: 0 0 5px 0;
}
fieldset .button {
  text-align: center;
}
fieldset .button input {
  width: auto;
  float: none;
  margin: 10px 0 0 0;
  font-family: arial, sans-serif;
  height: auto;
}
fieldset br {
  display: none;
}
.errors {
  clear: left;
  border: 1px solid black;
  background-color: pink;
  padding: 0 1em;
  margin: 1em 30px 0 30px;
}
.confirmEmailField {
  display: none;
}
.postcodeField input {
  width: 100px;
}

/* Tables */

table, tr, th, td {
  border: 0;
}
th {
  padding: 0 20px 0 0;
}

/* Page Specific */

#innovative_property_marketing #intro p em {
  font-size: 2em;
}
#services #intro {
  margin-bottom: 26px;
}
#packages #package_menu ul {
  margin: 0 0 0 245px;
} 
#packages #package_menu a {
  display: block;
  padding: 5px 20px;
}
#packages #package_menu p {
  float: left;
}
#packages #package_menu li {
  float: left;
}
#packages .postcodeField input {
  width: 70px;
  margin-right: 130px;
}
#packages .unitTypesField input {
  width: 50px;
  margin-right: 150px;
}
#packages .unitsField input {
  width: 50px;
  margin-right: 150px;
}
#modify_package .hearField {
  text-align: center;
}
#modify_package .hearField input {
  width: 99%;
}
#projects .large_block .text_column {
  border-bottom: 3px solid white;
}
#projects .column_1 {
  width: 240px;
  border-bottom: 1px solid white;
}
#projects .column_2 {
  float: right;
  width: 400px;
  margin-bottom: 10px;
}
#projects .column_2 img.big {
  width: 396px;
}
#projects .column_2 a {
  display: block;
  border: 2px solid #900;
}
#projects .column_2 a:hover {
  border-color: #f00;
}
#projects .column_1_innermost {
  padding: 0 20px 0 0;
}
#projects .column_2_innermost {
  padding: 0;
}
#projects .gallery .main_block_innermost {
  padding: 30px;
  text-align: center;
}
#projects .gallery .main_block ul {
  width: 637px;
  margin: 0 0 0 4px;
}
#projectDetails .gallery {
  margin-top: 8px;
}
#directions .image img {
  margin: 20px 0 1em 0;
  border: 1px solid grey;
}
#site_map #site_map_list {
  margin: 0 0 0 50px;
  background: url(../images/logos/icreate_logo_small.png) no-repeat 80% 40px;
}
.frame {
  behavior: url(iepngfix.htc);
}
#intro .iviewerdemo {
  float: right;
  width: 150px;
}
#intro .iviewerdemo a {
  display: block;
  background:  url(../../iviewer.icreate3d.com/iviewer_images/demo_icon.jpg) no-repeat;
  font-weight: bold;
  height: 54px;
}
#intro .iviewerdemo a span {
  display: block;
  padding: 0 0 0 75px;
}
