/*padding top right bottom left*/

html {
  
}

a {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: white;
}

body {

  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
	color: white;

	width: 960px;
	/*height: 728px;*/
  margin: 10px auto 0px auto;
  background:#333333 url('../../images/background.jpg') no-repeat top center;
}

h1,h2 {  font-size: 140%;  }

#header{
  height: 60px;   
  background:url('../../images/menu_gradient.png') repeat-x top left;  
}

#logotitle{
  margin-top:1px; 
  float:left;
 
  height:0px;
  overflow:hidden;
  
  background:transparent url('../../images/logo_menu.png') no-repeat top left;
  width:958px;
  padding-top: 92px;  
}

#topMenu{  width:500px;  left:464px;  top: 18px;  padding: 0px;  position:absolute;  margin:0px 10px 0px 0px;  text-transform: uppercase;  }
#topMenu li {  list-style-type: none;  float:left;  margin: 0px 0px 0px 10px;  font-size: 14px; font-weight: bold; }
#topMenu li a {  display: block; }

#topMenu li a { text-decoration: none; color: white; }
#topMenu li#ctid449 a {  background: url(/images/menu_buttons/home.jpg); width: 62px; padding: 22px 0 0 0; height: 0px; overflow: hidden; }
#topMenu li#ctid449 a:hover, #topMenu li#ctid449.current-selection a {  background: url(/images/menu_buttons/home_hover.jpg); }
#topMenu li#ctid532 a {  background: url(/images/menu_buttons/services.jpg); width: 88px; padding: 22px 0 0 0; height: 0px; overflow: hidden;  }
#topMenu li#ctid532 a:hover, #topMenu li#ctid532.current-selection a {  background: url(/images/menu_buttons/services_hover.jpg); }
#topMenu li#ctid533 a {  background: url(/images/menu_buttons/testimonials.jpg); width: 122px; padding: 22px 0 0 0; height: 0px; overflow: hidden;  }
#topMenu li#ctid533 a:hover, #topMenu li#ctid533.current-selection a {  background: url(/images/menu_buttons/testimonials_hover.jpg); }
#topMenu li#ctid534 a {  background: url(/images/menu_buttons/gallery.jpg); width: 85px; padding: 22px 0 0 0; height: 0px; overflow: hidden;  }
#topMenu li#ctid534 a:hover, #topMenu li#ctid534.current-selection a {  background: url(/images/menu_buttons/gallery_hover.jpg); }
#topMenu li#ctid535 a {  background: url(/images/menu_buttons/contact.jpg); width: 85px; padding: 22px 0 0 0; height: 0px; overflow: hidden;  }
#topMenu li#ctid535 a:hover, #topMenu li#ctid535.current-selection a {  background: url(/images/menu_buttons/contact_hover.jpg); }

#container {
  background-color: red;
  height:728px;
  background:url('../../images/car.jpg') no-repeat top left;
  position: relative;
  
  border: 1px solid #000000;
}

#content {
 
  position: absolute;
  bottom:0px;  
  width: 892px;  
  
  padding: 10px 33px 10px 33px;
  
  background:transparent url('../../images/contentbg.png') repeat-x top left;
  
  max-height:400px; 
  min-height:120px;
  overflow:auto;
}

#content p:first-child {
  margin-top: 0;
}

#footer{
   position:relative;
   text-align:center;
}

#footer a{
  color:#a0a0a0;
}

#footer a:hover{
  color:gray;
}

#copyright{
	margin:0;
    padding-top: 5px;
	 padding-bottom: 10px;
    color:#a0a0a0;
}

.welcome{
  font-weight: bold;
}


.GALbox {
	border-style: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.GALbox li {
  float: left;
  margin: 0;
  padding: 0;
  width: 88px;
  height: 86px;
}

.GALbox span {
  display: block;
  width: 88px;
  height: 0px;
  padding-top: 86px;
  overflow: hidden;
  background: url(/images/gallery/gallery_thumbnail_border.png);
  top: 0;
  left: 0;
  position: absolute;
}
.GALbox a {
  position: relative;
  display: block;
  width: 88px;
  height: 86px;
  text-decoration: none;
}
.GALbox a:hover span {
  background: url(/images/gallery/gallery_thumbnail_border_hover.png);
}
.GALbox img {
  border: 0;
  margin-top: 9px;
  margin-left: 9px;
}

form .CMSFormBuilder {
	border:0px;
	margin:0px;
	padding:0px;
}

form .CMSFormBuilder div {
	margin-right:5px;
	margin-bottom:5px;
}

form .CMSFormBuilder input, form .CMSFormBuilder textarea {
	width:200px;
	margin-bottom: 10px;
	background-color:#a2a19f;
	border:1px solid #c6c5c6;
}

form .CMSFormBuilder input[type="submit"] {
	width:70px;
	color: #ffffff;
	text-transform:upper;
	float:right;
}

.contactpageformsite {
	width:430px;
	float:left;
	margin-right:80px;
}

