/* 
kelly tires CSS
created: 12/08/2004
*/

blockquote, body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

form { margin: 0px; padding: 0px; }

ul {
	padding-top: 0;
	padding-bottom: 0;
}

/* normal, everyday links */

a {
	color: #00783B;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

/* header/banner */


.banner_text {
	color: #354B3C;
	font-weight: bold;
}

a.banner_text {
	color: #354B3C;
	font-weight: normal;
	text-decoration: underline;
}

a.banner_text:hover {
	color: #354B3C;
	font-weight: normal;
	text-decoration: none;
}


/* main menu, links, css hover  */

.menu_banner_item {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


a.menu_banner_item {
	color: #354B3C;
	font-weight: bold;
	text-decoration: underline;
}

a.menu_banner_item:hover {
	color: #354B3C;
	font-weight: bold;
	text-decoration: none;
}

a.sub_menu {
	color: #354B3C;
	font-weight: bold;
	text-decoration: underline;
}

a.sub_menu:hover {
	color: #354B3C;
	font-weight: bold;
	text-decoration: none;
}

a.sub_menu_on {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.sub_menu_on:hover {
	color: #354B3C;
	font-weight: bold;
	text-decoration: none;
}

.box_links {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


a.box_links {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.box_links:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.ts_link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a.ts_link:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


/* tire select form */

.tire_select {
	color: #ffffff;
	font-weight: bold;	
}

.tire_bg td {
	background-repeat: repeat-y;
}

.tire_form {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* titles, titles titles... */

.title1 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

.title2 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}


.title3 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}


.title4 {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

.small_text {
	font-size: 10px;
}

.whats_new {
	font-weight: bold;
	color: #000000;
	font-size:12px;
}

.footer_banner_text {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

a.footer_banner_text {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

a.footer_banner_text:hover {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.title_green {
	color: #006633;
	font-size: 14px;
	font-weight: normal;
}

.title_green_bold {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
}

.subhead {
	color: #006633;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

td.td_repeat_no {
	background-repeat: no-repeat;
}

td.td_repeat_x {
	background-repeat: repeat-x;
}

td.td_repeat_y {
	background-repeat: repeat-y;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/*  December 14 updates DM --- Start */

.table_pad { padding: 2px 5px; }
.repeat_vertical { background-repeat: repeat-y; }
.pad_page_header { padding: 10px 10px 0px; }
.pad_page_content { padding: 0px 10px; }
.pad_page_footer { padding: 0px 10px 10px 10px; }

.height_1 { height: 1px; }
.pad_left { padding-left: 5px; }
.menu_on a { color: #000000; text-decoration: none; }

/*  December 14 updates DM --- End */