html {
position: relative;
}
body, html {
background: #fff;
color: #323232;
font: 14px arial;
margin: 0px;
padding: 0px;
}

#body {
position: relative;
margin: 10px auto;
padding: 0px;
z-index: 5;
border: 3px solid #06f;
background: #0066FF;
width: 750px;
}
#body p {
margin: 0px;
padding: 4px 0px;
}
/*
 * content area
 */
#bodycontent {
position: relative;
min-height: 600px;
margin: 120px 0px 40px 141px;
padding: 5px 190px 25px 30px;
background: #FFFFBB;
}
#bodycontent h1 {
font-size: 125%;
color: #0066FF;
font-weight: bold;
margin: 0px 0px 10px;
}
#bodycontent h2 {
font-size: 105%;
margin: 5px 0px 2px;
padding: 0px;
font-weight: bold;
border-bottom: 1px solid #0066FF;
}
#bodytext {
position: relative;
z-index: 12;
width: 100%;
}
/*
 * Background image to text on page
 */
#bodybg {
position: absolute;
top: 0px;
right: 0px;
z-index: 5;
}
/*
 * Header and footer
 */
#head {
position: absolute;
top: 0px;
right: 0px;
background: #FFFFBB;
height: 100px;
width: 609px;
text-indent: -1000000px;
}
#head h1{
font-size: 140%;
margin: 0px;
font-weight: bold;
color: #0066ff;
text-indent: -1000000px;
}
#footer {
position: absolute;
background: #FFFFBB;
bottom: 0px;
line-height: 100%;
font-size: 90%;
left: 141px;
width: 609px;
z-index: 20;
}
#footer p {
margin: 0px 0px 2px;
padding: 0px;
}

/*
 * menus
 */
#servicesmenu {
position: absolute;
display: block;
top: 100px;
left: 141px;
width: 609px;
height: 19px;
border-top: 1px solid #0066FF;
border-bottom: 1px solid #0066FF;
background: #AACCFF;
z-index: 15;
}
#servicesmenu ul, #servicesmenu li {
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
}
#servicesmenu li a {
position: relative;
bottom: 0px;
border-bottom: 1px solid #0066FF;
height: 20px;
padding: 0px 6px;
margin: 0px;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-align: center;
}
#servicesmenu ul a:hover {
background: #FFFFBB;
}
#servicesmenu ul a.active {
background: #FFFFBB;
border-bottom: 1px solid #FFFFBB;
}

#infomenu {
position: absolute;
top: 120px;
left: 6px;
width: 135px;
margin: 0px;
padding: 0px;
}
#infomenu ul {
margin: 0px;
padding: 0px;
width: 135px;
list-style: none;
padding: 2px 0px 2px 0px;
}
#infomenu a {
display: block;
color: #fff;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
text-align: right;
margin: 2px 0px;
padding: 5px 0px;
padding-right: 5px;
border-right: 1px solid #0066ff;
}
#infomenu a.active, #infomenu a:hover {
background: #FFFFBB url(images/ar_right.png) scroll no-repeat center left;
color: #0066FF;
}
#infomenu a.active {
border-right: 1px solid #FFFFBB;
}
a {
	text-decoration: underline;
}
a:link, a:visited {
color: #0066FF;
	}
a:hover {
color: #2b3091;
	}
/*
* extra divs for graphics
*/
#extra1 {
position: absolute;
background: none;
width: 317px;
height: 95px;
top: 2px;
right: 2px;
z-index: 15;
}
#extra1.print {
display: none;
}
#extra2 {
position: absolute;
background: none;
bottom: 20px;
left: -30px;
width: 200px;
height: 200px;
z-index: 15;
}
.clear {
clear: both;
}

.span1 {
float: left;
width: 48%;
padding: 0px 1%;
}
.span2 {
width: 100%;
}
.em {
	font-weight: bolder;
}
.small {
	font-size: 80%;
}
#body .quote {
position: relative;
display: block;
border: none;
width: 80%;
margin: 6px auto;
padding: 5px 5px 40px;
font-style: italic;
font-weight: bold;
text-align: justify;
}
.quote .attrib {
position: absolute;
bottom: 0px;
right: 0px;
font-weight: normal;
}
.print {
display: none;
}
.screen {
display: block;
}
/*
 * form details
 */
.pageform fieldset legend {
color: #0066FF;
			 font-weight: bold;
}
.pageform fieldset p {
position: relative;
}
.pageform fieldset input, .pageform fieldset textarea, .pageform fieldset select {
margin-left: 35%;
width: 65%;
}
.pageform fieldset label {
position: absolute;
top: 0px;
left: 0px;
			font-weight: bold;
			font-size: 80%;
}
.pageform p.error {
color: #ff0000;
}
.pageform div.error {
border: 1px solid #ff0000;
width: 80%;
margin: 5px auto;
}
/*
 * Costs page tabular layout
 */
#body p.pricelist {
position: relative;
width: 75%;
padding-right: 25%;
border-bottom: 1px solid #bbb;
}
#body p.pricelist.offer{
	font-style: italic;
width: 70%;
			 padding-left: 5%;
}
#body p.pricelist .small {
display: block;
}
#body p.pricelist .cost {
position: absolute;
top: 0px;
right: 0px;
width: 20%;
}
