html, body {
   margin: 0;
   padding: 0;
   height: 100%;
   min-height: 101%;
}

body {
	font: 13px Verdana, sans-serif;
	color: #E0B0B0;
	background: #666;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

a:link {
   color: #FFFFFF;
   background: transparent;
   text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

h1 {
   text-align: left;
   margin: 1em 0 0.75em 1.5em;
   line-height: 1.3em;
   color: #D40000;
   font-size: 150%;
}

h2 {
   text-align: left;
   margin: 0.5em 0 0.75em 28px;
   color: #D41111;
   font-size: 130%;
}

h3 {
   text-align: left;
   margin: 1.2em 0 0.75em 28px;
   color: #D40000;
   font-size: 110%;
}

.image-top{
	padding:1px;
/*	border:1px solid #999999;     */
	background-color: #000000;
	margin: 13px 8px 13px 9px;
}

.image{
	padding:3px;
/*	border:1px solid #660000;     */
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image-left{
	float:left;
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #999999;
	margin-top: 5px;
}

.image-right{
	float:right;
	padding: 3px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

}
#wrap {
   margin: 0 auto;
   width: 750px;
   background-repeat: repeat-y;
/*   border: 1px solid #000;  */
}

#header {
/*   background-image: url(images/header.gif);
   background-repeat: no-repeat;                */
   margin: 0;
   height: 121px;
}

/* ############################ Content ############################  */

#content {

/*	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	background-color: #000000;    */
	background-image: url(images/background_red.gif);
	background-repeat: repeat-x;
	border: 2px solid #990000;
      margin-top: 1px;
      clear: both;
      min-height: 630px;
      height: auto;

 }

#content p {
	margin: 0 270px 15px 28px;
	font-size: 100%;
}

#right {
	float: right;
	width: 250px;
      margin: 55px 0px 15px 10px;
	padding: 10px;
	position: inherit;
	background-color: #551111;
/*	background-image: url(images/background_red.gif);
	background-repeat: repeat-x;     */
      border: 1px solid #660000;
 }

/* ############################ Menu ############################  */

#right p {
	margin: 1.2px 0.75px 12px 8px;
	font-size: 0.9em;
	color: #FFFFFF;
}

.servicearea {
      color: #E0B0B0;
      font-family: "Trebuchet MS", tahoma, arial;
      font-size: 0.9em;
}

#right h2 {
   text-align: left;
   margin: 8px 0 0.75em 8px;
   color: #D41111;
   font-size: 130%;
}

#right h3 {
	margin: 0 0.75em 0 0.45em;
	color: #E5E5E5;
	font-size: 150%;
	background: transparent;
}

#right ul {
	margin: 0;
	padding: 0 0 0 0px;
	color: #666;
	font-size: 85%;
	list-style: none;

}

#right li {
       background-color:#551111;
       line-height:14px;
       margin:5px;
       padding:2px 0pt 2px 2px;
}

#right a {
       background-color:#441111;
       color:#BB0000;
       display:block;
       text-decoration:none;
       line-height:1.6em;
       padding-left:5px;
}

#right a:hover {
       background-color:#A12121;
       color:#FFF;
       display:block;
       text-decoration:none;
       line-height:1.6em;
}

#selected {
       background-color: #801111 !important;
       color:#FF0000 !important;
       display:block;
       text-decoration:none;
       line-height:1.6em;
}


#news a { display: inline; }

#footer {
	margin: 30px 0px 35px 0;
	padding: 5px;
	text-align:center;
	clear: both;
	font-size: 80%;
	background-color: #550000;

}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	background-color: #FFFFFF;
	color: #6F0000;
}
table.enquire 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #993300;
	width: 400px;
	background-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

table.enquire td 
{background-color: #666666;
color: #FFFFFF;
padding: 4px;
text-align: left;
border: 1px solid #999999;}

table.enquire td.heading
{
	background-color: #000000;
	color: #fff;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.question {
	color: #FFFFFF;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border: 1px solid #666666;
}
.hilite {
	color: #FFFFFF;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border: 1px solid #666666;
}

/* ############################ CSS Tabs ############################  */
#tabholder {
  /*    border-bottom: 1px solid #990000;  */
      margin-left: 50px;
      clear: both;

}

#tabs {
    float:left;
    width:100%;
    background:#000000;
    font-size:93%;
    line-height:normal;
    margin-bottom: 0px;
 /*   border-bottom:1px solid #990000; */
}

#tabs ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs a {
    float:left;
    background:url(images/tab_left.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs a span {
    float:left;
    display:block;
    background:url(images/tab_right.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#E11111;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
    color:#DDDDDD;
}

#tabs a:hover {
    background-position:0% -42px;
}

#tabs a:hover span {
    background-position:100% -42px;
    color: #DDDDDD;
}

#tabs #current a {
    background-position:0% -42px;
}
#tabs #current a span {
    background-position:100% -42px;
    color: #DDDDDD;
}
/* End of CSS Tabs */

#contactform  {
    margin: 20px 290px 0 20px;
}

#formheader  {
    margin: 20px;
    font-weight: bold;
}

#address {
    height: 200px;
}

.form1 {
    background-color: #BBBBBB;
    color: #000000;
}

.caption {
    margin: 15px 0 2px 0;
}

#Submit {
    float: right;
    margin-right: 10px;
}

#Submit2 {
    float: left;
    margin-right: 10px;
}
