@charset "utf-8";
/* CSS Document */
#container {
	width: auto;
	background: #FFF;
	margin: 0 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	alignment-baseline: central;
}

#banner {
	width: auto;
	height: 115px;
	overflow: hidden;
	float: left;
}
#far_right_column {
	width: 150px;
	height: auto;
	float: right;
}

#banner_filler {
	width: auto;
	height: 115px;
}

#tabs {
	height: 25px;
	width: 500;
	margin:0 0;
	overflow:hidden;
	border-bottom-color: #EE2E24;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#headframe, #about, #team, #services, #contact {
	background: #FFF;
	font-weight: bold;
	float: left;
	height: 25px;
}
#headframe {
	width: 300px;
}

#team, #services, #contact {
	margin-left: 60px;
}

#left_ground {
	height: 20px;
	width: 00px;	
	overflow: hidden;
}

#main {
	margin-left: 0;
	margin-right: 0;
	height: 750px;
	overflow: hidden;
}

#left_column {
	width: 25px;
	height: 750px;
	float: left;
	border-right-color: #EE2E24;
	border-right-style: solid;
	border-right-width: thin;
}

#middle_column {
	width: 275px;
	height: 750px;
	float: left;
	overflow: hidden;
}

#upper_middle_column {
	height: 420px;
	overflow: hidden;
	margin-bottom: 262px;
}

#graphic {
	margin-top: 20px;
	height: 120px;
	overflow: hidden;
}

#graphic2 {
	margin-top: 20px;
	height: 110px;
	overflow: hidden;
}

#lower_middle_column {
	height: 430px;
	overflow: hidden;
}

#right_column {
	margin-top: 20px;
	height: 655px;
	overflow: hidden;
	text-align: justify;
}
#middle_right_column {
	height:40px;
	width: auto;
	overfow: hidden;
	text-align: center;
}

#bottom_right_column {
	height: 35px;
	width: auto;
	overfow: hidden;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}

#dealer_services{font-size:12px}

#container #tabs #services a {
	color: #EE2E24;
}

#container #tabs #about a, #team a, #contact a{
	color: #5B727D;
}

#container #middle_right_column #dot1, #dot2 {
	color: #EE2E24;
}

#container #middle_right_column #word1, #word2, #word3{
	color: #5B727D;

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
