/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	text-align: center;
	background: #f4f4f4 url('images/headerTopBG.png') repeat-x top left; 
}
h1 {
	font-size: 1.5em;
	font-weight: 100;
	color: #373737;
}
a {
	color:#851d28;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 15px 0;
}

/***************************************
**	Table Styles
****************************************/
.odd {
	background-color: #efefef;
	border: 1px solid #000;
}
.even {
	background-color: transparent;
}

.accent {
	font-weight: bold;
}

/***************************************
**	Site Structure
****************************************/
.wrap {
	text-align: left;
	width: 850px;
	margin: 0px auto;
}

/***************************************
**	Header
****************************************/
#header {
	position: relative;
	height: 95px;
}
#orderNow {
	color: #a72834;
	font-style: italic;
	font-size: 19px;
	font-weight: bold;
	float: right;
	padding-top: 4px;
}
#searchBox {
	background-color: #dbdada;
	border: 1px solid #bdbdbd;
	color: #909090;
	font-size: 12px;
	padding: 10px;
	float: right;
	clear: right;
	margin: 5px 0 5px 0;
}
#searchBox input {
	margin: 0px 5px;
	font-size: 14px;
}
#searchInventory {
	line-height: 20px;
}
#truck {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 227px;
	height: 170px;
	background: url('images/truck-logo.png') no-repeat top left;
}
/***************************************
**	Navigation
****************************************/
#navigation {
	height: 97px;
	background: url('images/navbarBG.png') repeat-x top left;
}
#navigation a {
	float: right;

}
#home {
	background: url('images/navigation/home.jpg') no-repeat top left;
	width: 83px;
	height: 83px;
}
#home:hover {
	background: url('images/navigation/home_selected.jpg') no-repeat top left;
}
#aboutUs {
	background: url('images/navigation/aboutUs.jpg') no-repeat top left;
	width: 100px;
	height: 83px;
}
#aboutUs:hover {
	background: url('images/navigation/aboutUs_selected.jpg') no-repeat top left;
}
#currentInventory {
	background: url('images/navigation/currentInventory.jpg') no-repeat top left;
	width: 164px;
	height: 83px;
}
#currentInventory:hover {
	background: url('images/navigation/currentInventory_selected.jpg') no-repeat top left;
}
#location {
	background: url('images/navigation/location.jpg') no-repeat top left;
	width: 94px;
	height: 83px;
}
#location:hover {
	background: url('images/navigation/location_selected.jpg') no-repeat top left;
}
#contactUs {
	background: url('images/navigation/contactUs.jpg') no-repeat top left;
	width: 127px;
	height: 83px;
}
#contactUs:hover {
	background: url('images/navigation/contactUs_selected.jpg') no-repeat top left;
}
/***************************************
**	banner
****************************************/
#banner {
	margin: 10px 0px 15px 0;
}

/***************************************
**	Advance Search
****************************************/
#advanceSearch {
	text-align: center;
	background-color: #dbdada;
	border: 1px solid #bdbdbd;
	color: #555;
	font-size: 14px;
	padding: 10px;
	margin: 5px 0 10px 0;
}
#advanceSearch input, select {
	margin: 0px 20px 0 0px;
}
.search {
	width: 68px;
	height: 27px;
	background: url('images/search.png') no-repeat top left;
	border: 0px solid #fff;
}

/***************************************
**	Content
****************************************/
#content {
	padding: 1px 0;
	background-color: #fff;
}
#content p {
	font-size: .92em;
}
#contentPadding {
	margin: 25px;
}
#contentLeftColumn {
	float: left;
	width: 500px;
}
#contentRightColumn {
	float: right;
	width: 260px;
}

ul {
	font-size: .92em;
 margin-left: 15px;
}

/***************************************
**	Items Table
****************************************/
#items {
	width: 100%;
}

#items tr {
	cursor: pointer;
}
#itemTable {
	width: 500px;
}
#itemTable td {
	vertical-align: top;
	padding: 2px 4px;
	min-width: 100px;
}

#itemTable .fieldName {
	font-weight: bold;
}

/***************************************
**	Item Detail Page
****************************************/
#itemDetails img {
	border: 1px solid #e4e4e4;
	padding: 6px;
	margin: 7px 0;
}

/***************************************
**	Footer
****************************************/
#footer {
	margin: 15px 30px;
}
#footer a {
	margin: 0 10px;
	color: #333;
	font-size: .83em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
	float: right;
	font-size: 12px;
	color: #b3b3b3;
	font-weight: 100;
	margin: 5px 0 0 0;
}
#credit a {
	font-size: 12px;
	color: #b3b3b3;
	font-weight: 100;
	margin: 0px;
}

/***************************************
**	Product Images
****************************************/
.productImage {
	float: right;
	clear: right;
}

/************************************************************
** Associated product listings
************************************************************/
.associated-product-listing {
	width: 245px;
	float: left;
}
.associated-product-details {
	float: right;
	width: 140px;
	padding-top: 8px;
}

/************************************************************
** AJAX Request Information Form
************************************************************/
.ajax-form {
	width: 500px;
}
.ajax-form td {
	font-size: 14px;
}
/***************************************
**	Other Styles
****************************************/
.clearBoth {
	clear: both;
}

.at300bs {
	display: inline-block !important;
}
#addit img {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
