body {
	background-color: #d3d3b9;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

h2{
	color:#de0029;
	font-weight:bold;
	font-size:17px;
}
h3{
	font-size:15px;
	margin-bottom:3px;
}
img{
	border:0;
}
td{
	vertical-align:top;
}
ul{
	margin-left:20px;
	padding-left:0;
}
.pageWidthPublic{
	width:800px;
	background: #FFFFFF url(../img/home/bg_home_sidebar.png) repeat-y;
	background-position: 600px 600px;
	margin:0px auto;
}

.pageWidthInterior{
	width: 100%;
	min-width:1150px;
}
.pageWidthAdmin{
	width:100%;
	background-color:#FFFFFF;
}
.pageHeader{
	background-color: #000000;
	height: 100px;
	width: 100%;
	min-width: 776px;
}

.pageHeaderDealerInfo{
	height: 100px;
	width: 355px;
	float: right;
	background-color: #000000;
}

.pageHeaderDealerInfoLabel{
	background-color: #b9b9ae;
	float: left;
	width: 65px;
	height: 20px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
}

.pageHeaderDealerInfoValue{
	float: right;
	background-color: #e7e7d9;
	width: 270px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;	
	text-align: left;
}

a{
	color: #de0029;
}

.topLogo{
	padding-top: 25px;
	padding-left: 15px;
	float: left;
}

.navigationContainer{
	background-color: #333333;
	height: 30px;
	width: 100%;
	min-width: 776px;
}
/*
.navigation{
	height: 20px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
*/
.navigationSidebar{
	width: 185px;
	height: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
	background-color: #afa9a1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	padding-left: 15px;
	color: #000000;
	
}
.homeSidebar h2{
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #afa9a1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-left:-10px;
	margin-right:-10px;
	padding-left:15px;
}
.dealerSearchContainer{
	width: 355px;
	float: right;
	height: 30px;
	overflow: hidden; /* for IE which mysteriosly adds margin/padding under input control that cannot be removed */
}

.pageHeaderDealerSearchLabel{
	background-color: #727272;
	float: left;
	width: 65px;
	height: 20px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
}

.pageHeaderDealerSearchValue{
	float: right;
	background-color: #8f8f8f;
	width: 270px;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;	
	text-align: left;
}

.catalogDownload{
	
	padding-top: 8px;
	padding-bottom: 9px;
	background-color: #62605c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 15px;
	color: #ffffff;
	text-align: left;
	line-height: 15px;
		margin-left:-15px;
	padding-left:15px;
}

.catalogDownload img{
	float: left;
	padding-right: 10px;
	padding-top: 0;
}
.catalogDownload a{
	text-decoration:none;
	color:#FFF;
}

.contentContainerFront{
	width:600px;
	float:left;
}

.homeSidebar{
	float: right;
	width: 180px;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 10px;
	font-weight: bold;
	color: #ffffff;
	font-size:12px;	
}

.homeSidebar p{
}

.homeImage{
	float: left;
	width: 599px;
	height: 391px;
	background-image:url(/img/home/home_photo.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #000;	
}
.pad{
	padding:15px;
}


.footerBar{
	background-color: #000000;
	color: #ffffff;
	height: 25px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	line-height: 20px;
	min-width: 800px;
	font-size:11px;
}

.contentContainer{
	padding:20px;
	background-color:#ffffff;

}
.mainContentArea{
	background-color: #ffffff;
	min-width: 730px;	
	margin-top:0;
	margin-bottom:0;
	overflow:hidden;
	width:100%;
}


h1{
	border-bottom-color: #d3d3b9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #de0029;
}
/*
.menu{
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	/* padding: 8px 6px 9px 6px;  Not needed since we are displaying the anchors as block */
/*}*/
/*
.menu li{
	float: left;
	height: 100%;
}

.menu li a{
  float: left; /* for IE, which should float these anchors inside the li's but does not */
/*  display: block;
  padding: 8px 12px 2px 12px; /* Now we can resize the links with just this line! *//
/*	height: 100%;
	color: white;
	text-decoration: none;
}*/
/*
.menu li a:hover{
	color: white;
	background-color: #de0029;
}
*/

.searchResults {
	width: 100%;
	text-align: left;
}

.searchResults thead th{
	color: #000000;
	background-color: #d3d3b9;
}

.searchResults tbody tr{
	text-align: left;
	color: #000000;
}

.searchResults tr th {
/*  text-indent: 6px;*/
}

.searchResults tr td {
/*  text-indent: 8px;*/
  padding:10px;
}

.searchResults .odd{
	background-color: #f3f3ed;
}

.searchResults .even{
	background-color: #fdfdfb;
}
.searchResults tr:hover{
/*	background-color:#ededed;*/
}


/*
.searchResults .odd:hover, .searchResults .even:hover {
	background-color: #de0029;
	color: #ffffff;
}
*/

.thumbNail{
	width: 84px;
	background: #fff;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px;
	border-color: #d3d3b9 #d3d3b9 #d3d3b9 #d3d3b9;
	text-align: center;
}

.thumbNail a{
  display: block;
  width: 100%;
}

.thumbNail img{
  border-width: 0;
}

.AddCartIcon {
  text-align: center;
}

.AddCartIcon img {
  border-width: 0;
}

.AddCartIcon a {
  display: block;
  width: 100%;
  height: 100%;
}  

/* These Styles affect the add to cart popup */
.addToCart{
	width: auto;
}

.addToCartThumb{
	width: 200px;
	float: left;
	text-align: center;
}

.addToCartDetails{
	float: right;
	margin: 8px 8px 4px 8px;
	padding: 12px 12px 12px 12px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000 #000 #000 #000;
}

.addToCartItemTitle {
  width: 100%;
}

.addToCartItemTitle h2 {
  margin: 0 0 -8px 0;
  font-size: 2em;
  font-weight: bold;
  color: #de0029;
}

.addToCartItemTitle p {
  margin: 4px 0 8px 8px;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
}

.addToCartItemInfo {
}

.colTitle {
  padding-left: 4px;
  font-weight: bold;
  color: #000;
  background: #d3d3b9;
  vertical-align:middle;
}

.colValue {
  padding-left: 4px;
  background: #F8F8F8;
  vertical-align:middle;

}

.colSubmit {
  clear: both;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.error{
	color:#aa0000;
	
}
.cake-sql-log{
	display:none;
}
#ajax_loader{
	color:#de0029;	
	font-weight:bold;
	width:115px;
	font-size:15px;

	position:fixed;
	top:0;
	right:0;
	background-color:#FFFFFF;
	float:right;
	height:20px;	
}
#ajax_loader img{
	vertical-align:middle;
	padding-right:10px;
	padding-left:10px;
}
.special{
	border:1px solid #d3d3b9;
	float:right;
	width:300px;
	padding:10px;
	margin:0 0 10px 10px;
}
.special img{
	float:right;
	padding:0;
	margin:5px;
	border: 1px solid red;
}
.contentContainerFront label{
	text-align:right;
	width:70px;
	float:left;
	}
.contentContainerFront .input{
	padding:3px 0;	
}
.contentContainerFront input,.contentContainerFront select{
	margin-left:10px;
}
.contentContainerFront .submit{
	margin-left:150px;
	}
.input{
	padding:5px;
	}
.input input, .input select{
	border:1px solid #d3d3b9;
	padding:2px;	
	}
.input label{
	display:block;
	width:150px;
	}
.submit{
	padding:5px 0px 0px 0px;
}
.red
{
	color:#DE0029;
}

	
.col33{
	width:33%;
	float:left;
	}
.clear{
	clear:both;
}
.error-message{
	display:inline;
	padding-left:20px;
	padding-top:3px;
	font-weight:bold;
	color:#DE0029;
	background-image:url(../img/error.png);
	background-repeat:no-repeat;
	margin-left:5px;
	}
.required label{
	font-weight:bold;
}
	#current_alerts{
		width:350px;
		border:1px solid #E7E7D9;
		padding:10px;
		float:left;
	}

#alert_form{
	width:350px;
	border: 1px solid #E7E7D9;
	padding:10px;
	float:left;
	margin-left:15px;
}
	
	
.alert{
	border: 1px solid #E7E7D9;
	margin:5px;
	padding:5px;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
.order_button
{
	display:block;
	float:right;
	
	border:2px solid #de0029;
}
.order_button a{
	padding:10px 5px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

}
.search{
	border-collapse: collapse;
}
.search td
{
	padding:10px;
	border:1px solid #e7e7d9;
}
.search h2{
	margin:0;
}
.disabled{
	color:#666;
	display:inline;
}
.checkbox{
	display:inline;
}
#ez{
	height:130px;
	width:127px;
	float:right;
	margin-left:20px;
	margin-right:15px;
}
#ez a{
	display:block;
	outline: none;

	text-indent:-10000px;
	background: #ffffff url(/img/ez_button.jpg) no-repeat;
}
#ez a:active{
outline: none;

}
#ez a:hover{

	background-position:0 -134px;
}
#cart_select label{
	width:80px;
}
.globe{
	vertical-align:middle;
}
.deal{
	border:2px solid #e7e7d9;
	width:28%;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	padding:15px;
	height:170px;
}
.deal_content{
	height:60px;
	overflow-y:auto;
	padding:5px;
}
.home_small, .home_medium, .home_large{
	border:2px solid #e7e7d9;
	width:28%;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	padding:15px;

}

.home_small{
	height:200px;	
}
.home_medium{
	height:300px;
}
.home_large{
	height:550px;
}
.right{
	float:right;
}
.home_large_content{
	height:500px;
	padding:5px;
	overflow-y:auto;
}
.specials_link{
	float:right;
	padding:10px;
}
.specials_link a{
	background:transparent url(/img/specials.jpg);
	display:block;
	height:73px;
	width:170px;
	text-indent:-10000px;
}
.specials_link a:hover{
	background-position:0 -77px;
}
.specials_link a:focus{
	outline:none;
}