body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


#h1_logo {
	text-indent: -5000px;
	background: url(../images/gta_logo.jpg);
	height: 122px;
	width:165px;
	margin:0px;
	padding:0px;
	}
	
.brands_header {
padding-top:25px;
padding-bottom:30px;
	
	}
	
	
#h2_brands {
	text-indent: -5000px;
	background: url(../images/brands.jpg);
	height: 70px;
	width: 370px;
	margin:0px;
	padding: 0px;
	}
	
.service_header {
padding-top:40px;
padding-bottom:30px;
	
	}
	
#h2_service {
	text-indent: -5000px;
	background: url(../images/service.jpg);
	height: 70px;
	width:800px;
	margin:0px;
	padding:0px;
	}
	
.service_area_header {
padding-top:40px;
padding-bottom:30px;
	
	}
	
	
#h2_service_area {
	text-indent: -5000px;
	background: url(../images/service_area.jpg);
	height: 70px;
	width: 546px;
	margin:0px;
	padding: 0px;
	}

.testimonials_header {
padding-top:40px;
padding-bottom:30px;
	
	}
	
	
#h2_testimonials {
	text-indent: -5000px;
	background: url(../images/testimonials.jpg);
	height: 70px;
	width: 507px;
	margin:0px;
	padding: 0px;
	}
	
.contact_us_header {
padding-top:40px;
padding-bottom:30px;
	
	}
	
	
#h2_contact_us {
	text-indent: -5000px;
	background: url(../images/contact_us.jpg);
	height: 70px;
	width: 478px;
	margin:0px;
	padding: 0px;
	}

.menu_bar {
	font-weight: bold;
	color: #000000;
}

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer a
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 9px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer a.current
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #23959E;
margin: 0;
padding: 9px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}


#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }


#navcontainer a:hover.current
{
color: #fff;
background: #23959E;
}


#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}



.sub_header_bg {
	background-color: #23959E;
	padding: 15px;
	line-height: 15px;
	font-size: 15px;
	color:#FFFFFF;
	border-left: 2px solid #CACDCE;
	border-right: 2px solid #CACDCE;
}

.body_content {
	border-bottom: 2px solid #CACDCE;
	border-left: 2px solid #CACDCE;
	border-right: 2px solid #CACDCE;
}

blockquote.testimonials {
font-size:20px;

}

div.scroll {
height: 450px;
width: 850px;
overflow: auto;
padding: 8px;

}

span.fifteen {
font-size:15px;
}

p.brands{
width:133px;
}
p.service{
padding-left:10px;
padding-top:5px;
font-size:15px;
}

p.service_area{
color:#FFFFFF;
}


p.contact_us_form {
margin-bottom:0px;

}

.contact_us_input {

background:transparent url(../images/input_bg.gif) no-repeat scroll 0 0;
border-style:none;
color: #444;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:24px;
line-height:normal;
padding-left:11px;
padding-top:11px;
width:245px;

}

.contact_us_input_textarea {
-x-system-font:none;
background-image:url(../images/text_input_bg.gif);
border-style:none;
color: #444;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:141px;
line-height:normal;
padding-left:11px;
padding-top:11px;
width:382px;
}


.contact_button {
background-image:url(../images/contact_bg.jpg);
border:solid 1px #ccc;

}


.copyright {
color:#23959E;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:10px;
}



#newsticker {
	/*background: #000000;*/
	position: relative;
}
#newsticker ul {
	/*border: 1px solid #23959E;*/
	list-style: none;
	/*min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;*/
	color:#23959E;
	font-size:15px;
	font-weight:bold;
}
* html #newsticker ul {
	/*height: 1.6em;*/
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	/*outline: none;*/
}
* html #newsticker #togglenewsticker {
	right: 30px;
}


.formbutton{
cursor:pointer;
border:outset 1px #fff;
background:#23959E;
color:#fff;
font-size:15px;
padding: 5px 15px;
/*background:url(images/form_submit.gif) repeat-x left top;*/
}
