
/* element styles */

html {
	overflow: scroll;
	text-align: justify;
}

body{
	margin: 0px;
	padding: 0px; 
	background: url(../images/site/top-banner-bg.jpg) repeat-x top left #d8d8e8;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #0c0c0c;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #0c0c0c;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

li {
	font-size: small;
	color: #0c0c0c;
	text-align: justify;
}

td {
	font-size: small;
	color: #0c0c0c;
	vertical-align: top;
	text-align: justify;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #1111b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 220%;	
	color: #0c0c0c;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #0c0c0c;
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	height: 120px;
}

#navigation {
	position: absolute;
	bottom: 0px;
	clear: both;
}

#banner {
	height: 152px;
	background: url(../images/site/top-banner.jpg) no-repeat top center;
	padding: 0;
}

#banner_inner {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 871px;
	height:152px;
	padding: 0;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 869px;
	border: 1px #464646 solid;
	border-top: 0;
	padding: 0;
}

.home_bg {
	background: url(../images/site/home-bg.png) repeat-x top left #fbfbfb;
}

.page_bg {
	background: url(../images/site/page-bg.png) repeat-x top left #fbfbfb;
}

#content_page {
	padding: 30px 30px 0 30px;
}

#footer {
	clear: both;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #e0e0e0;
	margin: 10px 30px 0 30px;
}

#footer div {
	font-size: 85%;
	color: #717171;
}

#footer a {
	color: #717171;
	font-size: 100%;
}


/* content page structural styles */

#page_main {
	background: url("../images/site/page_bg.png") left top repeat-y;
}

#page_content {
	float: left;
	width: 809px;
	padding: 0 0 20px 0;
}

#page_content #col1 {
	float: left;
	width: 387px;
}

#page_content #col2 {
	float: left;
	width: 387px;
	margin: 0px 0px 0px 30px;
}

/* home page */

#home_top_left {
	float: left;
	width: 388px;
	height: 259px;
	margin: 0 0 20px 0;
}

#home_top_right {
	float: left;
	width: 388px;
	height: 259px;
	margin: 0 0 20px 30px;
}

#home_mid_left {
	float: left;
	width: 589px;
	margin: 0 0 20px 0;
}

#home_mid_left p {
	font-size: 110%;
	text-align: justify;
}

#home_mid_right {
	float: left;
	width: 181px;
	margin: 0 0 20px 30px;
}

.home_news_row {
	border-top: 1px #aeaeae solid;
	padding: 12px 0 12px 0px;
}

#home_bottom_left {
	float: left;
	width: 388px;
	height: 259px;
	margin: 0;
}

#home_bottom_right {
	float: left;
	width: 388px;
	height: 259px;
	margin: 0 0 0 30px;
}

#page_content_home h1 {
	font-size: 160%;
	border-bottom: 3px #ffb206 solid;
}

#page_content_home h2 {
	font-size: 120%;
}

#home_bottom_left h2, #home_bottom_right h2  {
	border-bottom: 1px solid #aeaeae;
	font-size: 110%;
	padding-top: 10px;
}

#home_bottom_left p, #home_bottom_right p  {
	font-size: 90%;
	text-align: justify;
}

#home_bottom_left a, #home_bottom_right a  {
	font-size: 100%;
}

/* nav styles */

.nav_item {
	display: block;
	height: 32px;
}

.nav_item_active {
	display: block;
	height: 32px;
	background-position: 0 -32px  !important;
}

.nav_item:hover {
	background-position: 0 -32px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 65px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_business-packages {
	width: 179px;
	background: url(../images/nav/business-opportunities.png) no-repeat 0 0;
}

#nav_business-opportunities {
	width: 179px;
	background: url(../images/nav/business-opportunities.png) no-repeat 0 0;
}

#nav_products {
	width: 83px;
	background: url(../images/nav/products.png) no-repeat 0 0;
}

#nav_wheel-repairs {
	width: 124px;
	background: url(../images/nav/wheel-repairs.png) no-repeat 0 0;
}

#nav_case-studies {
	width: 114px;
	background: url(../images/nav/case-studies.png) no-repeat 0 0;
}

#nav_international {
	width: 107px;
	background: url(../images/nav/international.png) no-repeat 0 0;
}

#nav_contact{
	width: 76px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
}

#nav_faq{
	width: 56px;
	background: url(../images/nav/faq.png) no-repeat 0 0;
}

#nav_news{
	width: 67px;
	background: url(../images/nav/news.png) no-repeat 0 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: repeat-x #b1cee4 url(../images/site/dd_bg.jpg);
	width: 120px;
	padding: 0px 5px 0px 5px;
	border: 1px #fff solid;
	border-top: 0px;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 120px;
	border-bottom: 1px #e5f0f8 solid;
	padding: 5px 0px 5px 0px;
}

.dd_nav_item_last {
	border-bottom: 0px;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #2d2d2d;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* business package nav styles */

#bp_items {
	position: relative;
	float: left;
	width: 810px;
	height: 400px;
	overflow: hidden;
}

.bp_item {
	position: absolute;
	width: 810px;
	height: 400px;
	z-index:99;
}

.bp_link a  {
	cursor: pointer;
}

.buspack_nav_item {
	display: block;
	height: 32px;
}

.buspack_nav_item_active {
	display: block;
	height: 32px;
	background-position: 0 -32px  !important;
}

.buspack_nav_item:hover {
	background-position: 0 -32px  !important;
}

.buspack_nav_item span, .buspack_nav_item_active span {
	display: none;
}

#buspack_nav_business_opportunities {
	width: 207px;
	background: url(../images/site/arrows/business-opportunities.png) no-repeat 0 0;
}

#buspack_nav_business_packages {
	width: 207px;
	background: url(../images/site/arrows/business-packages.png) no-repeat 0 0;
}

#buspack_nav_features {
	width: 137px;
	background: url(../images/site/arrows/features.png) no-repeat 0 0;
}

#buspack_nav_overview {
	width: 143px;
	background: url(../images/site/arrows/overview.png) no-repeat 0 0;
}

#buspack_nav_smartsystem {
	width: 174px;
	background: url(../images/site/arrows/smartsystem.png) no-repeat 0 0;
}

#buspack_nav_getstarted {
	width: 148px;
	background: url(../images/site/arrows/get-started.png) no-repeat 0 0;
}

#buspack_nav, #buspack_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#buspack_nav a {
	display: block;
}

#buspack_nav li {
	float: left;
}

/* business package page styles */

.buspack_intro {
	float: left;
	width: 246px;
	height: 166px;
	background: url(../images/site/buspack-intro-bg.jpg) no-repeat top left;
	position: relative;
}

.buspack_intro_title {
	padding: 10px;
}

.buspack_intro_title a {
	font-size: 130%;
	color: #000;
}

.buspack_intro_text {
	padding: 10px;
}

.buspack_intro_text a {
	color: #000;
}

.margin_right {
	margin-right: 30px;
}

.buspack_intro_next {
	position: absolute;
	bottom: 0;
	left: 0;
}

#buspack_features_left {
	padding: 30px 0 0 0;
	margin: 0 30px 0 0;
	float: left;
	width:213px;
}

#buspack_features_right {
	margin: 30px 0 0 0;
	float: left;
	width:566px;
	background: url(../images/site/buspack/buspack-features-right.png) no-repeat top left;
	border-bottom: 3px #dadada solid;
	position: relative;
}

#buspack_features_right_title {
	padding: 10px;
	font-size: 130%;
}

#buspack_features_right_text {
	padding: 10px;
}

#buspack_features_next {
	position: absolute;
	top: 3px;
	right: 3px;
}

#buspack_overview_left {
	margin: 30px 0 0 0;
	float: left;
	width: 350px;
}

#buspack_overview_right {
	margin: 30px 0 0 30px;
	float: left;
	width: 426px;
	background: url(../images/site/buspack/buspack-overview-right.jpg) no-repeat top left;
	border-bottom: 3px #dadada solid;
	position: relative;
}

#buspack_overview_bullets_left {
	margin: 30px 0 0 0;
	float: left;
	width: 370px;
}

#buspack_overview_bullets_right {
	margin: 30px 0 0 30px;
	float: left;
	width: 370px;
}

.buspack_overview_bullet {
	padding: 0 0 15px 65px;
	background: url(../images/site/jigsaw-piece.jpg) no-repeat top left;
}

/* wheel repairs */

#wheel_repair_left {
	margin: 30px 0 0 0;
	float: left;
	width: 350px;
}

#wheel_repair_right {
	margin: 30px 0 0 30px;
	float: right;
	width: 356px;
	background: url(../images/site/wheel-repair-right.jpg) no-repeat top left;
	border-bottom: 3px #dadada solid;
}

#wheel_repair_title {
	padding: 10px;
	font-size: 130%;
}

#wheel_repair_text {
	padding: 10px;
}

/* network table styles */
#info_box {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
	background-color: #fff;
	padding: 2px;
	border: 1px #b5b9c1 solid;
	font-size: 70%;
	z-index: 99;
}

#notes img {
	padding: 0px 0px 0px 30px;
}

.network_table {
	width: 300px;
	border-collapse: collapse;
	border: 3px #dadada solid;
	margin: 30px;
}

.network_table th {
	vertical-align:top;
	text-align: left;
	padding-left: 10px;
	border: 3px #dadada solid;
	border-right: 0px;
}

.network_table td {
	vertical-align:top;
	border: 3px #dadada solid;
	border-left: 0px;
}

.network_table .one_cell {
	vertical-align:top;
	border: 3px #dadada solid;
}

.search_table {
	margin: 0px 0px 0px 30px;
	width: 185px;
}

.search_div {
	border-bottom: 3px #dadada solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.town_link {
	font-weight: bold;
	color: #222;
}

/* faq styles */

.faq_icon {
	padding: 0px 2px 10px 0px;
}

.faq_question {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* case studies */

#cs_items {
	position: relative;
	float: left;
	width: 810px;
	height: 289px;
	overflow: hidden;
}

.cs_item {
	position: absolute;
	width: 810px;
	height: 289px;
	z-index:99;
	background: url(../images/site/cs-box.jpg) no-repeat top left;
}

.cs_image {
	float: left;
	margin: 3px;
}

.cs_title {
	float: left;
	width: 500px;
	padding: 10px;
	font-size: 130%;
}

.cs_text {
	float: left;
	width: 500px;
	padding: 10px;
}

.cs_link_box {
	float: left;
	width: 269px;
	height: 73px;
	background: url(../images/site/cs-link-bg.jpg) no-repeat top left; 
}

.cs_link_box:hover {
	background: url(../images/site/cs-link-bg-active.jpg) no-repeat top left; 
}

.cs_link {
	padding: 23px 0 0 100px;
}

.cs_link a  {
	font-size: 100%;
	color: #000;
	cursor: pointer;
}

/* general styles */

.box_600 {
	float: left;
	width: 600px;
	background: url(../images/site/box-600.jpg) no-repeat top left;
	border-bottom: 3px #dadada solid;
}

.box_800 {
	float: left;
	width: 800px;
	background: url(../images/site/box-800.jpg) no-repeat top left;
	border-bottom: 3px #dadada solid;
}

.box_title {
	padding: 10px;
	font-size: 130%;
}

.box_title a {
	color: #000;
	font-size: 100%;
}

.box_text {
	padding: 10px;
}

.news_divider {
	height: 1px;
	border-bottom: 3px #dadada solid;
	margin-bottom: 10px;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
