/* @override 
	http://mdrcreative.co.uk/design/css/screen.css
	http://mdr.gtdabtesting.com/design/css/screen.css
*/

* {
  margin: 0;
  padding: 0;
  color: #333;
}

body {
  background-color: #fff;
  font-family: Arial, Sans-Serif;
}

h1 {
  line-height: 2em;
  color: #898e20;
  font-size: .9em;
  font-weight: normal;
}

h2 {
  padding: 10px 0;
  font-size: 1.4em;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 30px;
  font-size: 80%;
}


a.selected {
  color: #898e20;
}

#pageContainer {
  width: 960px;
  
  position:absolute;
top:50%;
left:50%;
margin-left:-478px;
margin-top:-311px;
}

#logo {
  vertical-align: middle;
  width: 870px;
  margin: 0px auto 0 auto;
  padding: 40px 0 0 0;
}

#logo img {
  float: left;
}

.topnav {
  float: right;
  padding: 0;
  margin-top: 24px;
}

.topnav a {
  font: normal 12pt Tahoma, Arial, Verdana, Sans-Serif;
  font-weight: lighter;
  text-decoration: none;
  margin: 0 0px 0 17px;
}

.topnav a:hover {
  color: #898e20;
}

#content {
  width: 570px;
  margin: 30px 50px 0 50px;
  font: normal 12pt Tahoma, "Arial", Verdana, Sans-Serif;
  line-height: 15pt;
}

/* @group footer */

#footer {
  text-align: left;
  padding-left: 50px;
  margin: 0 auto;
  margin-top: 30px;
}

#footer a {
  text-decoration: none;
  font-weight: lighter;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .f1 {
  width: 230px;
  text-align: left;
}

#footer .f3 {
  width: 100px;
  line-height: 15px;
}

#footer .f3 img {
  width: 22px;
}

#footer span {
  font-size: 14px;
  width: 230px;
  float: left;
}

#footer span.f1, #footer span.f2 {
  color: #898e20;
  line-height: 20px;
}

#footer span.f4 {
  line-height: 20px;
  width: 330px;
}

#footer span.f4 a {
  margin: 0 10px;
}

#footer span.f5 {
	margin-top: 30px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

#footer span.f5 a {
 font-size: 11px;
 color: #ddd;
 padding: 0 10px;
}


/* @end */

/* @group Slideshow */

#slideshow {
  text-align: center;
  margin: 0px auto 0 auto;
  padding: 0;
  width: 874px;
  height: 282px;
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}


#slideshow #slidesContainer {
  margin: 0px auto 0 auto;
  width: 840px;
  height: 282px;
  overflow: auto;
  position: relative;
}

.slide {
  margin: 1px auto 0 auto;
  padding: 0;
  border: 0;
  display: block;
/* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

.slide h2, .slide p {
  margin: 15px;
}

.slide h2 {
  color: #ccc;
  letter-spacing: -1px;
}

.slide img {
  margin: 0;
  border: 0;
  padding: 0;

}

#slideInner {
  width: 874px;
}

.control {
  display: block;
  width: 18px;
  height: 280px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  margin-top: 1px;
}

.control2 {
  display: block;
  width: 19px;
  
  height: 280px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  margin-top: 1px;
}

#slideshow .cycle .slide {
  margin-left: 18px;
}

#prev {
  z-index: 999;
  position: absolute;  
  background: transparent url(/images/control_left.jpg) no-repeat top left;
}

#next {
  z-index: 999;
  position: absolute; 
  top: 0;
  right: 0;
  background: transparent url(/images/control_right.jpg) no-repeat top left;
}

#leftControl {
  top: 0px;
  left: 0;
  background: transparent url(/images/control_left.jpg) no-repeat top left;
}

#rightControl {
  top: 0;
  right: 0;
  background: transparent url(/images/control_right.jpg) no-repeat top left;
}


/* @end */

/* @group Alternative slideshow */

.slideshow { height: 282px; width: 880px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

/* @end */



/* @group New news */

.testimonial .btimage {
  text-align: center;
  width: 320px;
  float: left;
}

.testimonial .btimage img {
  width: 200px;
  height: 200px;
  margin-top: 30px;
}

.bqstart {
  color: #8b8d09;
  float: left;
}

.bqend img {
  width: 16px;
	height: 20px;
}

.testimonial m, p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

.testimonial blockquote {
  font-style: italic;
}

.testimonial .ttext {
  width: 59%;
  font-size: .8em;
  float: left;
  margin: 20px 0 0 0px;
  border-left: 0px solid #333;
  padding-left: 0px;
}

/* @end */

/* @group Testimonials */
/*
.testimonial .btimage {
  text-align: center;
  width: 320px;
  float: left;
}

.testimonial .btimage img {
  width: 200px;
  height: 200px;
  margin-top: 30px;
}

.bqstart {
  color: #8b8d09;
  float: left;
}

.bqend img {
  width: 16px;
	height: 20px;
}

.testimonial m, p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

.testimonial blockquote {
  font-style: italic;
}

.testimonial .ttext {
  width: 39%;
  font-size: .8em;
  float: left;
  margin: 70px 0 0 60px;
  border-left: 1px solid #333;
  padding-left: 40px;
}
*/
/* @end */

/* @group Portfolio */




.grey {
  background-color: #fff;
}

.portfolio {
  width: 144px;
  float: left;
  text-align: left;
  text-transform: capitalize;
  padding: 1px;
  cursor: pointer;
  height: 130px;
  background-color: #fff;
  color: #333;
  margin: 1px 10px;
    border: 1px solid #fff;
}

.slide .portfolio:hover {

  border: 1px solid #bbb;
}

.portfolio h3 {
  font-size: .7em;
  font-weight: lighter;
  color: #e52910;
  border-bottom: 1px solid #bbb;
  margin-top: 3px;
}

.portfolio h4 {
  font-size: 0.6em;
  font-weight: lighter;
  margin-top: 4px;
}

.portfolio a {
  text-decoration: none;

}

.slide .portfolio img {
  margin: 16px 0px 0px 0;
  width: 144px;
  height: 80px;
}

/* @end */

/* @group News */

.newsrow {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}

div.newsrow div.title2_r {
  color: #333;
  font-style: italic;
  font-size: 0.9em;
}

div.newsrow div.title1 {
  color: #414352;
  font-size: 1em;
  margin-bottom: 15px;
}

.more {
  margin: 0px 0 0px 0;
  text-align: right;
  height: 20px;
}

.more2 {
  margin: 0px 0 0px 0;
  text-align: right;
  height: 20px;
}

.more2 a {
	float: right;
  font-size: .7em;
  font-weight: normal;
  line-height: 22px;
  width: 30px;
  border: 0px solid #000;
}

.more a {
	float: right;
  font-size: .7em;
  font-weight: normal;
  line-height: 26px;
  width: 80px;
  border: 0px solid #000;
  background: url(/images/readMore.gif) no-repeat top left;
}




/* @end */


#portfolio_container {
    margin: 0px auto 0 auto;
  width: 870px;
  color: #eee;
}

#portfolio_container p img {
  padding: 1px;
  border: 1px solid #ddd;
  margin: 10px 0;
}

#portfolio_container h1 {
  font-size: 1.6em;
}


/* Sitemap */

/* @group Contact Form */

.formHeader h1 {
  padding: 30px 0px 20px 80px;
  text-align: left;
}


.formHeader2 h2 {
  padding: 0px 0px 0px 130px;
  margin: 0px;
  margin: 0;
  font-size: 1em;
  text-align: left;
  color: #898e20;
  font-size: 1.2em;
  font-weight: normal;
}


tr.formHeader2 td {
	margin: 0px;
	padding: 0px;
}

.contact, .contactBrochure {
  padding: 0px 0% 0 0%;
  background-color: #fff;
  margin: 0;
  width: 870px;
  clear: both;
  border: 0px solid #000;
  float: left;
  overflow: hidden;  
  height: 395px;
}

.contact button {
  padding: 3px;
}

.contact table td {
	padding: 1%;
}

.contact h1, .contactBrochure h1 {
    line-height: 2em;
    margin: 0em 0;
    font-size: 1.4em;
}

.contact input.input2 {
	line-height: 20px;
}

.contact input.input {
	line-height: 25px;
	width: 300px;
	float: left;
}

.contact p, .contactBrochure p {
  margin: 0;
  height: 15px;
  padding: 0px;
  text-align: left;
  float: right;
}

td.text {
  float: left;
  margin-top: 7px;
  width: 80px;
}

td.text2 {
  text-align: right;    
  float: left;
  width: 300px;
}

.contact .ta {
  width: 450px;
  padding: 0 10px 10px 10px;
}

.contact textarea {
	width: 99%;
  height: 135px;
}

tr.bottomContactFrom td {
 height: 20px;
}

.c0 {
	font-size: .8em;
}

.c0 select {
  	margin: 0 0 0 15px;  
}

.c1, .c2, .c3, .c4 {	
  float: left;
  margin: 0px 10px 0 0px;
  padding: 0;
}

.c3 input {
}

.c4 input {
  width: 55px;
}

/* @end */

.sitemap {
  font-size: .8em;
  
}

ul.sitemap {
  list-style-type: none;

}


.sitemap li a {
  font-weight: lighter;
  	
}
