/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* html,body {
	height: 100%;
} */

body {
	background: url(../images/bkg-dots.gif);
	background-color: #5a86b3;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

.bodybkg {
	background: url(../images/bkg-gradient.jpg) repeat-x top;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.wrapper {
	background: url(../images/bkg-body.gif) repeat-y;
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

.wrapper2 {
	position: relative;
	background: url(../images/bkg-body-gradient.gif) repeat-x bottom;
	width: 758px;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	text-align: left;
}

a:link, a:visited {
	color: #00649f;
	text-decoration: none;
}
a:hover, a:active {
	color: #f0281f;
	text-decoration: none;
}


/* Header Area */

.header {
	position: relative;
	width: 758px;
	height: 185px;
	background: url(../images/header.gif);
	background-repeat: no-repeat;
}

.header h1 {
	clear: both;
	height: 55px;
	width: 112px;
	text-indent: -5000px;
	padding-top: 21px;
	margin-left: 18px;
}
.header h1 a {
	height: 55px;
	width: 112px;
	display: block;
}

.login {
	position: absolute;
	left: 596px;
	top: 10px;
	height: 91px;
	width: 150px;
	padding: 0px 12px 0px 0xp;
	text-align: right;
}

.login a {
	display: block;
	clear: both;
	height: 11px;
	width: 150px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-decoration: underline;
}

.login .button {
	float: right;
	padding-top: 8px;
}

.login .button a {
	display: block;
	height: 22px;
	width: 56px;
	padding-bottom: 0px;
}


/* Navigation */

.nav {
	position: absolute;
	top: 91px;
	left: 0px;
}

.navigation {
	position: relative;
    width: 758px; 
	height: 32px;
    background: url(../Images/Nav-Row-1.gif);
}

.navigation li {
    list-style: none;
    position: absolute; top: 0;
}

.navigation li, .navigation a {
    height: 32px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

.navigation .btn1 {left: 0; width: 59px;}
.navigation .btn2 {left: 59px; width: 133px;}
.navigation .btn3 {left: 192px; width: 108px;}
.navigation .btn4 {left: 300px; width: 126px;}
.navigation .btn5 {left: 426px; width: 161px;}
.navigation .btn6 {left: 587px; width: 142px;}
/*
.btn7 {left: 469px; width: 76px;}
*/

.navigation .btn1 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    0 -32px no-repeat;}
.navigation .btn2 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -59px -32px no-repeat;}
.navigation .btn3 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -192px -32px no-repeat;}
.navigation .btn4 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -300px -32px no-repeat;}
.navigation .btn5 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -426px -32px no-repeat;}
.navigation .btn6 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -587px -32px no-repeat;}
/*
.btn7 a:hover {
    background: transparent url(../images/Nav-Row-1.gif)
    -469px -32px no-repeat;}
*/	

.navigation2 {
	position: relative;
    width: 758px; 
	height: 32px;
    background: url(../Images/Nav-Row-2.gif);
}

.navigation2 li {
    list-style: none;
    position: absolute; top: 0;
}

.navigation2 li, .navigation2 a {
    height: 32px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

.navigation2 .btn1 {left: 0; width: 185px;}
.navigation2 .btn2 {left: 185px; width: 144px;}

.navigation2 .btn1 a:hover {
    background: transparent url(../images/Nav-Row-2.gif)
    0 -32px no-repeat;}
.navigation2 .btn2 a:hover {
    background: transparent url(../images/Nav-Row-2.gif)
    -185px -32px no-repeat;}

.subnav {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 550px;
	height: 22px;
	line-height: 16px;
	padding-top: 8px;
	font-size: 9px;
}

.subnav a:link, .subnav a:visited {
	color: #464646;
	text-decoration: none;
}

.subnav a:hover, .subnav a:active {
	color: #00649f;
	text-decoration: none;
}

.search {
	position: absolute;
	top: 155px;
	left: 570px;/*438px;*/
	padding-top: 5px;
}

.search .tag {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 10px;
	color: #00649f;
}

.search label {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	font-size: 10px;
	color: #000000;
}

.search .textbox {
	float: left;
	display: block;	
	width: 100px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.drop {
	float: left;
	padding-right: 6px;
}

.drop .dropdown {
	color: #000000;
	border: solid 1px #b5b5b5;
	width: 100px;
	height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.search .button {
	float: left;
	padding-left: 6px;
}

.navshadow {
	float: left;
	width: 758px;
	height: 11px;
	background-image: url(../images/hdr-shadow.gif);
	background-repeat: repeat-x;
}


/* temporary */

.prop {
	float:left;
	height: 500px;
	width: 1px;
}


/* content - home */

.contenthome {
	float: left;
	width: 737px;
	padding: 0px 11px 0px 10px;
}

.welcome {
	float: left;
	width: 498px;
	height: 300px;
	padding: 0px 10px 10px 0px;
}

.dealerlocator {
	float: left;
	width: 207px;
	height: 125px;
	background: url(../images/dealer-locator.jpg) no-repeat;
	padding: 0px 11px 10px 11px;
}

.dealerheader {
	float: left;
	width: 207px;
	height: 23;
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	color: #FFFFFF;
}

.locatortext {
	float: left;
	width: 207px;
	height: 23;
	padding: 0px 0px 6px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #636363;
}

.dealerlocator .textbox {
	float: left;
	display: block;	
	width: 205px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.onlinedealers {
	float: left;
	width: 122px;
	color: #00649f;
	font-size: 10px;
	padding-top: 7px;
}

.onlinedealers a:link, .onlinedealers a:visited {
	color: #00649f;
	text-decoration: none;
}

.onlinedealers a:hover, .onlinedealers a:active {
	color: #f0281f;
	text-decoration: none;
}

.dealerlocator .button {
	float: left;
	padding-top: 4px;
}

.dealerlocator .button a {
	display: block;
	height: 18px;
	width: 85px;
	padding-bottom: 0px;
}

.dealerregistration {
	float: left;
	width: 207px;
	height: 165px;
	background: url(../images/dealer-registration.jpg) no-repeat;
	padding: 0px 11px 10px 11px;
}
	
.registrationtext {
	float: left;
	width: 207px;
	height: 23;
	padding: 4px 0px 14px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #636363;
}

.dealerregistration .button {
	float: left;
}

.dealerregistration .button a {
	display: block;
	height: 19px;
	width: 205px;
	padding-bottom: 0px;
}

.contentbox01 {
	float: left;
	width: 737px;
	background: url(../images/contentbox01.gif);
}

.contentbox02 {
	float: left;
	width: 737px;
	background: url(../images/contentbox02.gif) no-repeat bottom;
}

.contentbox03 {
	float: left;
	width: 711px;
	background: url(../images/contentbox03.gif) no-repeat top;
	padding: 10px 16px 10px 10px;
}

.deptcolumn01 {
	float: left;
	width: 340px;
	height: 94px;
	padding-right: 23px;
	font-size: 10px;
}

.deptcolumn01 a:hover, .deptcolumn01 a:active {
	color: #f0281f;
	text-decoration: none;
}

.deptcolumn01 img {
	float: left;
	padding-right: 10px;
}

.deptcolumn01 p {
	padding-bottom: 2px;
}

.deptcolumn01 .title {
	font-size: 12px;
	font-weight: bold;
	color: #f0281f;
	padding-bottom: 4px;
}

.title a:link, .title a:visited {
	color: #f0281f;
	text-decoration: none;
}

.title a:hover, .title a:active {
	color: #00649f;
	text-decoration: none;
}

.deptcolumn02 {
	float: left;
	width: 340px;
	height: 94px;
	padding-right: 8px;
	font-size: 10px;
}

.deptcolumn02 a:hover, .deptcolumn02 a:active {
	color: #f0281f;
	text-decoration: none;
}

.deptcolumn02 img {
	float: left;
	padding-right: 10px;
}

.deptcolumn02 p {
	padding-bottom: 2px;
}

.deptcolumn02 .title {
	font-size: 12px;
	font-weight: bold;
	color: #f0281f;
	padding-bottom: 4px;
}

.title a:link, .title a:visited {
	color: #f0281f;
	text-decoration: none;
}

.title a:hover, .title a:active {
	color: #00649f;
	text-decoration: none;
}

.deptspacer {
	float: left;
	width: 711px;
	height: 15px;
}


/* content - department */


.leftcolumn {
	float: left;
	width: 216px;

}

.noleftcolumn {
	float: left;
	width: 108px;
}

.navbox01 {
	float: left;
	width: 202px;
	background: url(../images/navbox01.gif);
	margin: 0px 0px 10px 0px;
}

.navbox02 {
	float: left;
	width: 182px;
	background: url(../images/navbox03.gif) no-repeat top;
	padding: 5px 10px 5px 10px;
	background-color: #00649f;
	border-bottom: 1px #b5b5b5 solid;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.navbox03 {
	float: left;
	width: 182px;
	background: url(../images/navbox02.gif) no-repeat bottom;
	padding: 14px 10px 14px 10px;
}

.navbox03 p {
	color: #999999;
	font-style: italic;
	font-size: 11px;
}

.navboxitems2 {
	width: 182px;
	padding: 0px 0px 6px 0px;
}

.navboxitems {
	color: #636363;
	font-weight: bold;
}

.navboxitems ul {
	list-style-type: none;
	margin: 0px;
}

.navboxitems li {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

/*.navbox03 li {
    list-style: none;
	color: #636363;
	font-weight: bold;
	padding: 0px 5px 6px 0px;
	margin: 0px;
}

.navboxitems {
	margin: 0px;
	list-style: none;
}*/

.navbox03 a:link, .navboxitems a:visited {
	color: #636363;
}

.navbox03 a:hover, .navboxitems a:active {
	color: #f0281f;
}

.subcategory {
}

.subcategory li { 
    list-style: none;
	color: #636363;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.contentcolumn {
	float: left;
/*	width: 495px;*/
	width: 495px;
	padding-bottom: 20px;
}

.contentcolumn p {
	float: left;
	width: 495px;
	line-height: 14px;
}

.contentheader {
	float: left;
	width: 477px;
	line-height: 21px;
	background-color: #f5f5f5;
	border: solid 1px #b5b5b5;
	padding: 0px 8px 0px 8px;
	margin-bottom: 5px;
	color: #a80d14;
}

.contentheader a:link, .contentheader a:visited {
	color: #a80d14;
}

.contentheader a:hover, .contentheader a:active {
	color: #f0281f;
}

.depimage {
	float: left;
	width: 495px;
	padding-bottom: 15px;
}


/* content - listing */

.sortby {
	float: left;
	width: 477px;
	line-height: 17px;
	border-bottom: solid 1px #b5b5b5;
	padding: 15px 8px 0px 8px;
	margin-bottom: 15px;
	color: #00649f;
}

.contentheader + .sortby {
	float: left;
	width: 477px;
	line-height: 17px;
	border-bottom: solid 1px #b5b5b5;
	padding: 0px 8px 3px 8px;
	margin-bottom: 15px;
	color: #00649f;
}

.sortby a:link, .sortby a:visited {
	color: #00649f;
}

.sortby a:hover, .sortby a:active {
	color: #f0281f;
}

.listcolumn01 {
	float: left;
	width: 237px;
	height: 85px;
	padding-right: 20px;
	font-size: 10px;
}

.listcolumn01 .left {
	float: left;
	width: 77px;
}

.listcolumn01 img {
	margin-right: 5px;
	border: solid 1px #b5b5b5;
}

.listcolumn01 .number {
	float: left;
	width: 72px;
	text-align: center;
	padding-right: 5px;
	font-size: 11px;
}

.listcolumn01 .right {
	float: left;
	width: 158px;
}

.listcolumn01 a:hover, .listcolumn01 a:active {
	color: #f0281f;
	text-decoration: none;
}

.listcolumn01 p {
	width: 157px;
	line-height: 12px;
	padding-bottom: 2px;
}

.listcolumn01 .title {
	float: left;
	width: 157px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #f0281f;
}

.title a:link, .title a:visited {
	color: #f0281f;
	text-decoration: none;
}

.title a:hover, .title a:active {
	color: #00649f;
	text-decoration: none;
}

.listcolumn01 .vendor {
	float: left;
	width: 157px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

.listcolumn01 .upc {
	float: left;
	width: 157px;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 0px 5px 0px;
}

.listcolumn01 .moreinfo {
	width: 157px;
	flaot: left;
}

.listcolumn02 {
	float: left;
	width: 238px;
	font-size: 10px;
}

.listcolumn02 a:hover, .listcolumn02 a:active {
	color: #f0281f;
	text-decoration: none;
}

.listcolumn02 p {
	width: 158px;
	line-height: 12px;
	padding-bottom: 2px;
}

.listcolumn02 .left {
	float: left;
	width: 77px;
}

.listcolumn02 img {
	float: left;
	margin-right: 5px;
	border: solid 1px #b5b5b5;
}

.listcolumn02 .number {
	float: left;
	width: 72px;
	text-align: center;
	padding-right: 5px;
	font-size: 11px;
}

.listcolumn02 .right {
	float: left;
	width: 158px;
}

.listcolumn02 .title {
	float: left;
	width: 158px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #f0281f;
}

.title a:link, .title a:visited {
	color: #f0281f;
	text-decoration: none;
}

.title a:hover, .title a:active {
	color: #00649f;
	text-decoration: none;
}

.listcolumn02 .vendor {
	float: left;
	width: 158px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

.listcolumn02 .upc {
	float: left;
	width: 157px;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 0px 5px 0px;
}

.listcolumn02 .moreinfo {
	width: 158px;
	flaot: left;
}

.listspacer {
	float: left;
	width: 495px;
	height: 18px;
}


/* paging */

.pagingbar {
	float: left;
	clear: left;
	width: 495px;
	font-size: 11px;
	line-height: 11px;
	padding-top: 4px;
}
.previous {
	float: left;
	width: 125px;
}
.page {
	text-align: center;
	width: 245px;
	float: left;
}
.next {
	width: 125px;
	text-align: right;
	float: left;
}


/* content - product */

.prodcolumn01 {
	float: left;
	width: 200px;
	padding: 10px 28px 0px 0px;
}

.prodcolumn01 img {
	float: left;
	border: solid 1px #b5b5b5;
	margin-bottom: 14px;
}

.prodinfo {
	float: left;
	width: 200px;
}

.prodinfo .title {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #f0281f;
	padding-bottom: 7px;
}

.prodinfo p {
	width: 200px;
	line-height: 14px;
}

.prodcolumn02 {
	float: left;
	width: 266px;
	padding: 10px 0px 0px 0px;
}

.proddetails {
	float: left;
	width: 266px;
	padding: 0px 0px 20px 0px;
}

.detailswrap {
	float: left;
	width: 266px;
	padding: 7px 0px 0px 0px;
}

.details01 {
	float: left;
	width: 120px;
	lineheight: 12px;
	padding: 0px 15px px 0px;
}

.details02 {
	float: left;
	width: 131px;
	lineheight: 12px;
	color: #f0281f;
}

.prodcolumn02 ul {
	float: left;
	width: 251px;
	line-height: 18px;
	padding: 0px 0px 22px 15px;
}

.prodingredients {
	float: left;
	width: 266px;
	padding: 0px 0px 28px 0px;
}

.similaritems {
	float: left;
	width: 486px;
	line-height: 12px;
	border-bottom: solid 1px #b5b5b5;
	padding: 0px 8px 4px 0px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #00649f;
}

.items {
	float: left;
	width: 495px;
}

.item01 {
	float: left;
	width: 152px;
}

.item01 img {
	margin: 0px 80px 5px 0px;
	border: solid 1px #b5b5b5;
}

.item01 .name {
	width: 152px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #f0281f;
}

.name a:link, .name a:visited {
	color: #f0281f;
	text-decoration: none;
}

.name a:hover, .name a:active {
	color: #00649f;
	text-decoration: none;
}


/* footer */

.footer {
	float: left;
	width: 758px;
	padding: 15px 0px 19px 0px;
	text-align: center;
	line-height: 16px;
}


/* Hot Picks */

.product {
	float: left;
	width: 495px;
	padding: 10px 0px 15px 0px;
}

.productimage {
	float: left;
	width: 138px;
	border: solid 1px #b5b5b5;
	margin-right: 16px;
}

.productinfo {
	float: left;
	width: 339px;
}

.producttitle {
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #f0281f;
	margin-right: 8px;
}

.productdetails {
	float: left;
	padding: 5px 0px 0px 0px;
	line-height: 15px;
	width: 339px;
}

.productlink {
	float: left;
	padding: 5px 14px 0px 0px;
}


/* content management */

.moveup {
	padding-right: 5px;
}

.add {
	float: right;
	width: 11px;
	height: 11px;
	padding: 5px 0px 0px 20px;
}

.edit {
	padding-right: 5px;
}

.editnews {
	padding-right: 5px;
	padding-left: 5px;
}

.remove {
	padding-right: 7px;
}

.contentlist {
	float:left;
    width: 182px;
	padding: 10px 8px 0px 8px;
}

.contentlist p {
	color: #999999;
	font-style: italic;
	font-size: 11px;
}

.contentlist li {
    list-style: none;
	color: #636363;
	font-weight: bold;
	padding-bottom: 6px;
}

.contentlist a:link, .contentlist a:visited {
	color: #636363;
}

.contentlist a:hover, .contentlist a:active {
	color: #f0281f;
}


/* News */


.news {
	float: left;
	width: 477px;
	padding: 10px 9px 15px 9px;
}

.newstitle {
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #f0281f;
	margin-right: 8px;
}

.newsdate {
	color: #00649f;
}

.newsdetails {
	float: left;
	padding: 5px 0px 0px 0px;
	line-height: 15px;
	width: 477px;
}

.newslink {
	float: left;
	padding: 5px 14px 0px 0px;
}


/* forms */

.contentcolumn {
	float: left;
	width: 495px;
	padding-bottom: 20px;
}

.formspacer {
	float: left;
	width: 495px;
	height: 15px;
}

.contentcolumn label {
	display: block;
	float: left;
	width: 97px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}

.contentcolumn input {
	float: left;
	width: 180px;
	padding: 2px;
	margin-right: 8px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.contentcolumn textarea {
	float: left;
	height: 122px;
	width: 450px;
	padding: 2px;
	margin-bottom: 5px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.contentcolumn .tagline {
	float: left;
	display: block;
	padding-bottom: 8px;
	line-height: 11px;
}

.contentcolumn .formfooter {
	float: left;
	width: 477px;
	text-align: right;
	border-top: solid 1px #b5b5b5;
	padding: 16px 9px 0px 9px;
	margin-top: 20px;
}

.contentcolumn .checkbox {
	width: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border: none;
}

.contentcolumn .formfield {
	float: left;
	width: 477px;
	padding: 0px 0px 14px 9px;
}

.contentcolumn .formfield .row {
	float: left;
	width: 477px;
	padding: 0px 0px 14px 0px;
}

.row label{
	float: left;
	width: 200px;
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}

.row .tagline {
	float: left;
	display: block;
	padding-bottom: 0px;
	line-height: 11px;
}

.row input {
	float: left;
	width: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border: none;
}


/* Dealer Locator Page */

.locatortext2 {
	float: left;
	width: 182px;
	height: 23;
	padding: 0px 0px 6px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #636363;
}

.navbox03 .textbox {
	float: left;
	display: block;	
	width: 180px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.onlinedealers2 {
	float: left;
	width: 97px;
	color: #00649f;
	font-size: 10px;
	padding-top: 7px;
}

.onlinedealers2 a:link, .onlinedealers a:visited {
	color: #00649f;
	text-decoration: none;
}

.onlinedealers2 a:hover, .onlinedealers a:active {
	color: #f0281f;
	text-decoration: none;
}

.navbox03 .button {
	float: left;
	padding-top: 4px;
}

.navbox03 .button a {
	display: block;
	height: 18px;
	width: 85px;
	padding-bottom: 0px;
}

.contentcolumn .dealer1 {
	float: left;
	width: 231px;
	padding: 10px 20px 10px 8px;
}

.dealer1 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00649f;
	padding-bottom: 5px;
}

.dealer1 p {
	width: 231px;
	line-height: 16px;
	
}

.dealer1 span {
	color: #a80d14;
	padding-bottom: 5px;
}

.dealer1 a:link, .dealer1 a:visited {
	color: #464646;
	text-decoration: underline;
}

.dealer1 a:hover, .dealer1 a:active {
	color: #00649f;
	text-decoration: underline;
}

.contentcolumn .dealer2 {
	float: left;
	width: 236px;
	padding: 10px 0px 10px 0px;
}

.dealer2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00649f;
	padding-bottom: 5px;
}

.dealer2 p {
	width: 231px;
	line-height: 16px;
	
}

.dealer2 span {
	color: #a80d14;
	padding-bottom: 5px;
}

.dealer2 a:link, .dealer2 a:visited {
	color: #464646;
	text-decoration: underline;
}

.dealer2 a:hover, .dealer2 a:active {
	color: #00649f;
	text-decoration: underline;
}

.c1
{
	height:100%;
	width:495px;
	float:left;
}

ul li
{
	list-style-position:inside;
}

.addressCheck input
{
	float: left;
	width: 20px;
	padding: 2px;
	margin-right: 8px;
	border: solid 1px #b5b5b5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.addressCheck label
{
	display: block;
	float: left;
	width: 150px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}			