/* css GTI Pat */

h1 {
  font-size: medium;
  color: #464646;
  padding: 25px 0 10px 0;
  }

hr {
  color: #000000;
}

h2 {
  font-size: large;
  color: #000000;
}


body {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #E4E4E4;
}

.frame {
  width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #FFFFFF;
  border: 10px solid #FFFFFF;
}


.header {
  color: #FFFFFF;
  height: 130px;
  background-image: url(images/banner.gif);
  background-repeat: no-repeat;
  background-color: #000000;
}

.main {
  float: left;
  width: 448px;
  background: #F5F5F5;
  padding: 10px;
  margin: 5px;
}
.main p {
  font-size: small;
  color: #878787;
}
.main img {
  margin: 5px 0 5px 8px;
}

/*links within home page */

.main a:link, .main a:visited, a:active{
  color: #0066FF;
  text-decoration: none;
}
.main a:hover {
 color: #0066FF;
 text-decoration: underline;
}
/*links within home page finish*/


/*left content starts*/
 .leftcontent {
   float: left;
   width: 200px;
   margin: 5px 5px 10px 0px;
}

.leftcontent a:link, .leftcontent a:visited, .leftcontent a:active {
  font-size:  12px;
  line-height: 2;
  color: #FFFFFF;
  text-decoration: none;
}

.leftcontent a:hover {
  text-decoration: underline;
 }

.leftcontent p {
  font-size: 15px;
}

/*left content finishes*/

/*navigation starts*/
.navigation {
  float: left;
  }

.noscript ul {
  background-color: #000000;
  width: 180px;
  margin: 0;
  padding: 0 10px 0 10px;
}

.noscript li {
  list-style: none;
 /* background-color: #000000;
  width: 180px;
  margin-left: -40px;
  padding: 0 10px 0 10px; */
}

/*navigation finishes */

/*lower text GTI serving the South & South East*/
.leftlwr{
  float: left;
  width: 180px;
  font-variant: normal;
  color: #FFFFFF;
  background: #808080;
  border: 1px solid #CCCCCC;
  padding: 30px 10px 10px 10px;
  margin: 5px 5px 10px 0;
}

 .leftlwr a:link, .leftlwr a:visited, .leftlwr a:active {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
}

.leftlwr a:hover {
  text-decoration: underline;
 }

.leftlwr p {
  font-size: 15px;
}

/*end lower text*/

.rightcontent {
  float: right;
  width: 190px;
  background: #EDEDED;
  border: 1px solid #FFFFFF;
  padding: 10px;
  margin: 5px 0 5px 5px;
}

.rightcontent p {
  font-size: 12px;
  color: #000000;
  font-style: italic;
  padding: 10px;
  }

.rightcontent img {
  margin: -3px 0 0 0;
}

.list {
  font-size: small;
  color: #878787;
}

 /* horror page small img thumbnails */
#horror {
margin-left: 60px;
color: #FFFFFF;
font-size: small;
font-variant: small-caps;
}
/*horror page small thumbnails end */

/* begin contact form */
#contact_page {
  float: right;
  width: 669px;
  background: #F5F5F5;
  padding: 10px;
  margin: 5px 0 5px 0;
}
#contact_page p {
  font-size: small;
  color: #878787;
}

#contact_page a:link, #contact_page a:visited, #contact_page a:active{
  color: #0066FF;
  text-decoration: none;
}
#contact_page a:hover {
 color: #0066FF;
 text-decoration: underline;
}

#contactp {
color: #878787;
font-size: small;
text-align: left;
}

form {
  text-align: left;
}

input.txt {
   color: #333333;
   background-color: #FFFFF0;
   border: 1px inset #FFFFFF;
   width: 200px;
   margin-bottom: 2px;
}

input.btn {
   color: #FFFFFF;
   background-color: #000000;
   border: 1px outset #FFFFFF;
   margin-top: 10px;
}


form label {
	float: left;
	width: 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

form textarea {
   color: #333333;
   background-color: #FFFFF0;
   border: 1px inset #FFFFFF;
}

fieldset {
   border: 1px solid #CCCCCC;
   margin-top: 5px;
   margin-left: 5px;
   padding: 5px;
}

legend {
   font: bold 0.8em Arial, Helvetica, sans-serif;
   color: #000000;
   padding-top: 5px;
   padding-bottom: 10px;
}
/* end contact form */


.footer {
  clear: both;
  height: 60px;
  padding: 5px;
  background-image: url(images/footer.gif);
  background-repeat: repeat-x;
  background-color: #808080;
  text-align: center;
  font-size: small;
  font-variant: small-caps;
  color: #FFFFFF;
}


.footer p {
  font-size: 11px;
  color: #FFFFFF;
  font-variant: small-caps;
}

.footer a:link, a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* IE6 Hack hides from IE-Mac */
* html .main {
  float: left;
  width: 425px;
  background: #F5F5F5;
  padding: 8px;
  margin: 5px;
}

* html #contact_page {
  width: 663px;
  padding: 10px;
}

/* End of IE6 Hack hides from IE-Mac */
