@charset "iso-8859-1";

/** general page styling */

body {
  text-align: left;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
  background-image: url(http://www.regheron.com.au/images/back.gif);
  color: #393535;
  font-size: 12px;
}
a:link {
  color: #393535;
}

a:visited {
  color: #393535;
}

a:active {
  color: #393535;
}

div.container{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  height: 120%;
  text-align: left;
}

#top {
  color: #d2d2d2;
  font-size: 8pt;
  background-color: white;
  margin: 0px;
  height: 120px;
}

#topfloatleft {
  position: absolute;
  float: left;
  margin-left: 15px;
  margin-top: -110px;
}


#aboutleft {
  float: left;
  width: 600px;
  text-align: justify;
  padding-left: 1em;
  padding-bottom: 1em;
}

#aboutright {
  float: right;
  width: 154px;
  text-align: center;
  padding-bottom: 1em;
}

#servicesleft {
  float: left;
  width: 500px;
  text-align: justify;
  padding-left: 1em;
  padding-bottom: 1em;
}

#servicesright {
  float: right;
  width: 254px;
  text-align: center;
  padding-bottom: 1em;
}
#contact {
  float: left;
  width: 740px;
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}


#topfloatright {
  position: relative;
  text-align: right;
  font-size: 21px;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
  padding-top: 20px;
  padding-right: 15px;
  font-weight: lighter;
  line-height: 30px;
}

#menu {
  position: relative;
  text-align: right;
  margin-top: 23px;
}

#menu ul {
  float:right;
  list-style-type:none;
  margin:0px;
  margin-right:-2px;
  padding:0px;
  width:450px;
  background:#FFFFFF;
} 

#menu ul li {
  float:right;
  background:url('http://www.regheron.com.au/images/start.gif') no-repeat;
  margin-right:1px;
}

#menu ul li a {
  float:right;
  background:url('http://www.regheron.com.au/images/end.gif') no-repeat;
  background-position: 100% 0%;
  padding-left:25px;
  padding-right:25px;
  font:12px Arial;
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
  line-height:16px;
} 

#thumbnail-background, #thumbnail-container{
  position: absolute;
  width: 170px;
  height: 400px;
  text-align: center;
  z-index: 100;
}

#thumbnail-background {
  background: #fff;
  opacity: 0.5;
}

#img-container {
  height: 400px;
}

#thumbnail-container img {
  position: relative;
  margin: 16px auto;
  z-index: 101;
}

li.active {
  border-bottom: 1px solid #880F0F;
}

li.notactive:hover {
  color:#d2d2d2;
  border-bottom: 1px solid #880F0F;

}

/** #menu ul li a:hover {
color:#d2d2d2;
border-bottom: 1px solid #880F0F;
}  **/

#contentbox {
  display: table;
  width: 800px;
  font-family: Century;
  font-size: 14px;
  background-color: white;
  text-align: center;
}

#content {
  display: table;
  width: auto;
  text-align: left;
  /**padding: 1em;*/
  border: 1.2em solid #880F0F;
  padding-bottom: inherit;
  position: relative;
}


#footer {
  clear: both;
  color: #786F6F;
  font-size: 10px;
  text-align: center;
  width: 800px;
  background-color: #393535;
  height: 14px;
  font-weight: lighter;
  line-height: 12px;
  padding-top: 2px;

}

font.footer{
  font-variant: small-caps;
  font-size: 9px;
} 

a.footer:link {
  color: #786F6F;
}

a.footer:visited {
  color: #786F6F;
}

a.footer:active {
  color: #786F6F;
}

img.noborder{
  border: 0;
}

/** page headings */

h1 {
  color: #393535;
  font-size: 20px;
  text-align: left;
  font-weight: lighter;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
}

/** sub headings */
h2 {
  color: #393535;
  font-size: 16px;
  text-align: left;
  font-weight: lighter;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
  margin-bottom: 2px;
}

/** image descriptions */ 
h3 {
  color: #393535;
  font-size: 14px;
  text-align: left;
  font-weight: lighter;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
  margin-top: 2px;
  text-align: center;
}

/** sitemap */
h4 {
  color: #393535;
  font-size: 14px;
  text-align: left;
  font-weight: lighter;
  font-family: 'gill sans', 'new baskerville', 'sans-serif';
  margin-bottom: 5px;
  margin-left: 20px;
}

/** rounded corners */

#div.container h1, #div.container h2, #div.container p {margin:0 10px; letter-spacing:1px;}
#div.container h1 {font-size:2.5em; color:#fff;}
#div.container h2 {font-size:2em;color:#06a; border:0;}
#div.container p {padding-bottom:0.5em;}
#div.container h2 {padding-top:0.5em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px; border:0px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5;}
.xb1 {margin:0 5px; background:#f5f5f5;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #f5f5f5; border-width:0 1px;}

/* rounded corners */

.round{
  display:block
}

.round *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#393535;
} 

.round1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a9a8a8;
  border-right:1px solid #a9a8a8;
  background:#6a6767
}

.round2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ebeaea;
  border-right:1px solid #ebeaea;
  background:#5e5b5b
}

.round3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #5e5b5b;
  border-right:1px solid #5e5b5b;
}

.round4{
  border-left:1px solid #a9a8a8;
  border-right:1px solid #a9a8a8
}

.round5{
  border-left:1px solid #6a6767;
  border-right:1px solid #6a6767
}

.roundfg{
  background:#393535
}
