@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th{
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*........... do not change or amalgamate the above clearfix styles..................*/

body {
	background-color:#93022E;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
}

h1 {
	color: #FF9900;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

h2 {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

h4 {
	color: #FF9900;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

h5 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

hr {
	border-style: none;
	border-top: dotted 1px #666666;
	height: 1px;
}

.align-center {
	text-align: center;
}

.img {
	padding-left: 10px;
}

br {
	line-height: 10px;
}

#arizona-page {
	margin: 0 auto;
	background: url(images/body-bg.jpg) top left repeat-y;
	width: 880px;
	padding: 0 7px 0 7px;
}

/* Begin Header */
#arizona-header {
	background: url(images/header-bg.jpg) top left no-repeat;
	height: 130px;
}
/* End Header */


/* Begin Nav */
#arizona-nav {
	background: url(images/nav-bg.jpg) top left repeat-x;
	height: 31px;
}

#arizona-nav ul {	
	list-style: none;
}

#arizona-nav ul li {
	float: left;	
	line-height: 30px;	
	font-weight: bold;
	font-size: 12px;
}

#arizona-nav ul li a {
	display: block;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: url(images/nav-divider.jpg) top right no-repeat;
	margin-bottom: 1px;
	padding: 0px 22px 0 22px;	
	border-right: solid 1px #4D4E4A;
}

#arizona-nav ul li a:hover {
	text-decoration: underline;
	text-align: center;	
	color: #FFF;
}

#arizona-call span {
	
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
}

#arizona-call {
	line-height: 33px;
}

#arizona-call h1 {	
	float: right;
	color:#FF9900;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 33px;
	padding-right: 10px;
}

/* End Nav */

#arizona-content-wrap {
	margin: 8px 9px 8px 9px;
}

/* Begin Left Bar */
#arizona-leftbar {
	float: left;
	width: 200px;
	
}

.sidebar-title {
	background: url(images/sidebar-title-bg.jpg) top left repeat-x;
	height: 28px;
	font-size: 14px;	
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	text-align: center;
}

#arizona-leftbar .google-ads {
	border: solid 1px #292929;
	text-align: center;
	padding: 10px;
}


/* End Left Bar */


/* Begin Main Content */

#arizona-main-content {
	float: left;
	width: 650px;
	margin-left: 8px;
}

#arizona-wide-content {
	float: left;
	width: 650px;
	/*margin-left: 8px;*/
}

#arizona-wide-content ul {
	list-style: none;
	padding-left: 8px;
}

#arizona-wide-content ul li {
	line-height: 20px;
	float: left;
	width: 156px;	
}

#arizona-wide-content ul li a {
	text-decoration: none;	
	color: #999;
}

#arizona-wide-content ul li a:hover {
	text-decoration: underline;
}

#arizona-wide-content .location-title {
	font-size: 22px;
	background: url(images/location-title-bg.jpg) top left repeat-x;
	height: 60px;	
	color: #FF9900;
	text-align: center;
	line-height: 60px;
}

#arizona-banner {
	background:url(images/banner.jpg) top left no-repeat;
	width: 445px;
	height: 200px;
}

#arizona-banner .search-form
{
	position: absolute;
	padding: 55px 0 0 135px;	
}

#arizona-banner .search-form label {
	float: left;
	width: 100px;
	color:#FFF;
	text-align: right;
	padding: 2px;
}

#arizona-banner .search-form select{
	float: left;
	width:172px;
	padding: 3px;
	margin: 0 0 10px 10px;
}

#arizona-banner .search-button{
	margin: 10px 0 0 193px;	
}


/* End Main Content */


/* Begin Right Bar */
#arizona-rightbar {
	float: right;
	width: 200px;
}

#arizona-rightbar a {
	color: #FF9900;
}

#arizona-rightbar .used-parts {
	background: #292929;;
	padding: 10px;
}

.arizona-search {
	text-align: center;
	background-color: #292929;
	margin-bottom: 8px;
	/*height: 156px;*/
	padding: 8px;
}

.arizona-search select {
	width: 185px;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 10px;
}

/* End Right Bar */

/* Begin Footer */
#arizona-footer {
	margin: 0 auto;
	width: 894px;
	/*height: 53px;*/
	background: url(images/footer-bg.jpg) top left repeat-x;	
}

#arizona-footer p {
	line-height: 30px;
	text-align: center;
	color: #FFF;
}

#arizona-footer a {
	font-size: 11px;
	padding: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}

#arizona-footer a:hover {
	text-decoration: underline;
}

#arizona-footer .copyright {
	color: #FFF;
	font-size: 10px;
}

/* End Footer */

/* Begin Find Parts */

#arizona-findparts {
	padding: 20px;
	background: url(images/graybox-bg.jpg) top left repeat;
}

#arizona-findparts  .header-title {
	height: 32px;
	background: url(images/title-find-parts2.png) top center no-repeat;
	margin: 10px;
}

#arizona-findparts td{
	padding: 4px;
	font-weight: bold;
	vertical-align: middle;	
}

#arizona-findparts .label{
	text-align: right;
	color: #FFF;
}

#arizona-findparts .required{
	color:#C00;
	padding: 0 4px 0 4px;
}

#arizona-findparts input {
	width:160px;
	padding: 2px;
}

#arizona-findparts select{
	width:166px;
	padding: 2px;
}

#arizona-findparts .part {
	width:447px;
}

#arizona-findparts .desc {
	width:440px;
}

/* End Find Parts */

/* Registration */

#arizona-registration-form {
	margin:0 auto;
	width:500px;
}

#arizona-registration-form h2 {	
	font: 15px Arial, Helvetica, sans-serif;
	margin-left: 190px;
	font-weight: bold;
	margin-bottom: 8px;
}

#arizona-registration-form p {
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}

#arizona-registration-form label {
	display: block;
	text-align: right;
	width: 180px;
	float: left;
	color: #999;
}

#arizona-registration-form input {
	float: left;
	padding: 4px 2px;
	border: solid 1px #999999;
	width: 220px;	
	margin: 0 0 10px 10px;	
}

#arizona-registration-form .submit{
	clear: both;
	margin-left: 190px;
	width: 104px;
	height: 30px;
	text-align: center;
	border: none;
}

/* End Registration */

/*.............................. Begin Ebay ..............................*/

#ebay-search {
	
}

#ebay-search select{
	width: 205px;
	font-size: 12px;
	padding: 3px;
	margin-right: 8px;
}
/*.............................. End Ebay ..............................*/

.box-ratings {
	background: #292929;
	padding: 10px;
}

.phone-no {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}